-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Build: Revert Downgrade to esbuild 0.24.0 #30120
base: next
Are you sure you want to change the base?
Conversation
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.
3 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings | Greptile
@@ -83,7 +83,7 @@ | |||
"@types/babel__traverse@npm:^7.18.0": "patch:@types/babel__traverse@npm%3A7.20.6#~/.yarn/patches/@types-babel__traverse-npm-7.20.6-fac4243243.patch", | |||
"@types/node": "^22.0.0", | |||
"@vitest/expect@npm:2.0.5": "patch:@vitest/expect@npm%3A2.0.5#~/.yarn/patches/@vitest-expect-npm-2.0.5-8933466cce.patch", | |||
"esbuild": "0.24.0", | |||
"esbuild": "^0.24.0", |
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.
logic: Making esbuild resolution less strict could reintroduce CI instability that the original PR fixed
@@ -54,7 +54,7 @@ | |||
] | |||
}, | |||
"resolutions": { | |||
"esbuild": "0.24.0", | |||
"esbuild": "^0.24.0", |
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.
logic: changing from fixed to caret version may reintroduce original CI issues that prompted the downgrade
View your CI Pipeline Execution ↗ for commit 63423fd.
☁️ Nx Cloud last updated this comment at |
Reverts #30116
Greptile Summary
This PR reverts a previous downgrade of esbuild dependency, restoring more flexible version constraints across multiple package.json files in the Storybook monorepo.
0.24.0
to^0.24.0
incode/package.json
resolutionscode/core/package.json
to allow patch updates within 0.24.xscripts/package.json
to use caret range instead of fixed version