You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to publish to JSR due to being denied by the "Excluded dependency" error which is incorrectly assuming it is a mistake.
Expected Behavior
JSR should allow ignoring dependencies like NPM/tsup does.
Context
My team has a flexible design system built for PandaCSS, React or SolidJS. Our PandaCSS preset is published to JSR but our component libraries (React was created before JSX was supported) are both using NPM. Our intension is to have all of our packages on JSR to provide a better DX.
With our PandaCSS preset, we can utilize the files that are generated on the users machine for our "style-system" which eliminates the need to create an unnecessary additional dependency which is what we want.
I am new to Deno so I'm hoping there is an option or configuration I'm simply overlooking?
Problem
Unable to publish to JSR due to being denied by the "Excluded dependency" error which is incorrectly assuming it is a mistake.
Expected Behavior
JSR should allow ignoring dependencies like NPM/tsup does.
Context
My team has a flexible design system built for PandaCSS, React or SolidJS. Our PandaCSS preset is published to JSR but our component libraries (React was created before JSX was supported) are both using NPM. Our intension is to have all of our packages on JSR to provide a better DX.
With our PandaCSS preset, we can utilize the files that are generated on the users machine for our "style-system" which eliminates the need to create an unnecessary additional dependency which is what we want.
I am new to Deno so I'm hoping there is an option or configuration I'm simply overlooking?
Resources
The text was updated successfully, but these errors were encountered: