-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: invalid resolution of icon-helpers #16823
fix: invalid resolution of icon-helpers #16823
Conversation
@@ -1921,7 +1914,7 @@ __metadata: | |||
languageName: unknown | |||
linkType: soft | |||
|
|||
"@carbon/icon-helpers@npm:^10.28.0, @carbon/icon-helpers@npm:^10.49.0, @carbon/icon-helpers@workspace:packages/icon-helpers": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the source of the invalid resolution: @carbon/icon-helpers@npm:^10.28.0
@@ -1921,7 +1914,7 @@ __metadata: | |||
languageName: unknown | |||
linkType: soft | |||
|
|||
"@carbon/icon-helpers@npm:^10.28.0, @carbon/icon-helpers@npm:^10.49.0, @carbon/icon-helpers@workspace:packages/icon-helpers": | |||
"@carbon/icon-helpers@npm:^10.49.0, @carbon/icon-helpers@workspace:packages/icon-helpers": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed here after removing the example from the workspaces
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
* fix: invalid resolution of icon-helpers * fix: relocate the incremental-migration-vite example
The most recent v11.60.0 release failed because of an invalid resolution of
@carbon/icon-helpers
(logs). Theincremental-migration-vite
example relies on[email protected]
, which relies on an older version of@carbon/icons-react
than what we use in the rest of the monorepo. We couldn't resolve this viadedupe
orhoistingLimits
(the previous fix, #14481).The solution we landed on here is to remove the
incremental-migration-vite
example from the repo to being a standalone stackblitz link. We've updated the readme to point to the link.Changelog
Changed
incremental-migration-vite
project filesincremental-migration-vite
readme.md to link to the new stackblitz exampleTesting / Reviewing
v11.60.1