Skip to content

Commit 9daddcf

Browse files
merceyzarcanis
andauthored
deps: update to [email protected] (#6387)
**What's the problem this PR addresses?** - We haven't updated esbuild for a few years so we're a bit behind on new features, bugfixes, and improvements. - We're building Yarn with one esbuild version and running from sources/tests with another. **How did you fix it?** Update to the latest version. **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed. --------- Co-authored-by: Maël Nison <[email protected]>
1 parent d087538 commit 9daddcf

File tree

16 files changed

+286
-235
lines changed

16 files changed

+286
-235
lines changed

.pnp.cjs

Lines changed: 221 additions & 186 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pnp.loader.mjs

Lines changed: 32 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.yarn/versions/d8bd4f19.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
releases:
2+
"@yarnpkg/builder": patch
3+
4+
declined:
5+
- "@yarnpkg/plugin-constraints"
6+
- "@yarnpkg/plugin-exec"
7+
- "@yarnpkg/plugin-interactive-tools"
8+
- "@yarnpkg/plugin-stage"
9+
- "@yarnpkg/plugin-typescript"
10+
- "@yarnpkg/plugin-version"
11+
- "@yarnpkg/plugin-workspace-tools"
12+
- vscode-zipfs
13+
- "@yarnpkg/cli"
14+
- "@yarnpkg/core"
15+
- "@yarnpkg/pnp"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@yarnpkg/libzip": "workspace:^",
2020
"@yarnpkg/sdks": "workspace:^",
2121
"clipanion": "^4.0.0-rc.2",
22-
"esbuild-wasm": "0.17.5",
22+
"esbuild": "npm:esbuild-wasm@^0.23.0",
2323
"eslint": "^8.57.0",
2424
"jest": "^29.2.1",
2525
"pirates": "^4.0.5",

packages/vscode-zipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/vscode": "^1.54.0",
9595
"@yarnpkg/fslib": "workspace:^",
9696
"@yarnpkg/libzip": "workspace:^",
97-
"esbuild": "npm:esbuild-wasm@^0.15.15",
97+
"esbuild": "npm:esbuild-wasm@^0.23.0",
9898
"rollup": "^2.59.0",
9999
"rollup-plugin-esbuild": "^3.0.2",
100100
"rollup-plugin-terser": "^7.0.2",

packages/yarnpkg-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@yarnpkg/fslib": "workspace:^",
1515
"chalk": "^3.0.0",
1616
"clipanion": "^4.0.0-rc.2",
17-
"esbuild": "npm:esbuild-wasm@^0.15.15",
17+
"esbuild": "npm:esbuild-wasm@^0.23.0",
1818
"semver": "^7.1.2",
1919
"tslib": "^2.4.0"
2020
},

packages/yarnpkg-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@yarnpkg/plugin-npm": "workspace:^",
5555
"@yarnpkg/plugin-pnp": "workspace:^",
5656
"comment-json": "^2.2.0",
57-
"esbuild": "npm:esbuild-wasm@^0.15.15",
57+
"esbuild": "npm:esbuild-wasm@^0.23.0",
5858
"rollup": "^2.59.0",
5959
"rollup-plugin-esbuild": "^3.0.2",
6060
"rollup-plugin-terser": "^7.0.2"

0 commit comments

Comments
 (0)