-
-
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: Upgrade esbuild
(0.20.1
)
#26255
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
"@yarnpkg/libzip": "2.3.0", | ||
"chalk": "^4.1.0", | ||
"cross-spawn": "^7.0.3", | ||
"esbuild": "^0.18.0", | ||
"esbuild": "^18.0.0 || ^19.0.0 || ^0.20.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo?
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it is a typo! 👀 this was added by @ndelangen i think, probably trying to account for mixed versions in dependency trees. should be easy enough to fix at least There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ndelangen already takes care of it: #26405 |
||
"esbuild-register": "^3.5.0", | ||
"execa": "^5.0.0", | ||
"file-system-cache": "2.3.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ | |
"@storybook/theming": "workspace:*", | ||
"@types/node": "^18.0.0", | ||
"@vitest/[email protected]": "patch:@vitest/expect@npm%3A1.1.3#~/.yarn/patches/@vitest-expect-npm-1.1.3-2062bf533f.patch", | ||
"esbuild": "^0.18.0", | ||
"esbuild": "^0.20.1", | ||
"playwright": "1.36.0", | ||
"playwright-core": "1.36.0", | ||
"serialize-javascript": "^3.1.0", | ||
|
@@ -190,7 +190,7 @@ | |
"concurrently": "^5.3.0", | ||
"cross-env": "^7.0.3", | ||
"danger": "^11.2.6", | ||
"esbuild": "^0.18.0", | ||
"esbuild": "^18.0.0 || ^19.0.0 || ^0.20.0", | ||
"esbuild-loader": "^3.0.0", | ||
"esbuild-plugin-alias": "^0.2.1", | ||
"eslint": "^8.56.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.
@valentinpalkovic do you remember why we are on 0.18? I reckon something happened in the past but I just don't remember
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.
I honestly have no clue.
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.
whats the best way to prove everything is fine other than CI being happy?
if you can point me in the right direction, i can try do further testing
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.
We upgraded it last 9 months ago.
#21727
It might just have been a hiccup with mixed versions.
This LGTM
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.
Hmm,.. maybe this:
#26112