Skip to content

Commit 5d2a73b

Browse files
authored
perf(node-modules): remove redundant semver instance from bundle (#2881)
* perf(node-modules): remove redundant `semver` instance from bundle * chore: versions
1 parent 9e30bbc commit 5d2a73b

File tree

6 files changed

+46
-26
lines changed

6 files changed

+46
-26
lines changed

.pnp.cjs

Lines changed: 18 additions & 19 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.

.yarn/versions/e2bd6dc5.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
releases:
2+
"@yarnpkg/cli": patch
3+
"@yarnpkg/plugin-node-modules": patch
4+
5+
declined:
6+
- "@yarnpkg/plugin-compat"
7+
- "@yarnpkg/plugin-constraints"
8+
- "@yarnpkg/plugin-dlx"
9+
- "@yarnpkg/plugin-essentials"
10+
- "@yarnpkg/plugin-init"
11+
- "@yarnpkg/plugin-interactive-tools"
12+
- "@yarnpkg/plugin-npm-cli"
13+
- "@yarnpkg/plugin-pack"
14+
- "@yarnpkg/plugin-patch"
15+
- "@yarnpkg/plugin-pnp"
16+
- "@yarnpkg/plugin-stage"
17+
- "@yarnpkg/plugin-typescript"
18+
- "@yarnpkg/plugin-version"
19+
- "@yarnpkg/plugin-workspace-tools"
20+
- "@yarnpkg/builder"
21+
- "@yarnpkg/core"
22+
- "@yarnpkg/doctor"

packages/plugin-node-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@yarnpkg/plugin-pnp": "workspace:^3.0.0-rc.2",
1010
"@yarnpkg/pnp": "workspace:^3.0.0-rc.2",
1111
"@yarnpkg/pnpify": "workspace:^3.0.0-rc.3",
12-
"@zkochan/cmd-shim": "^4.3.0",
12+
"@zkochan/cmd-shim": "^5.1.0",
1313
"clipanion": "^3.0.0-rc.10",
1414
"micromatch": "^4.0.2",
1515
"tslib": "^1.13.0"

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6161,7 +6161,7 @@ __metadata:
61616161
"@yarnpkg/plugin-stage": "workspace:*"
61626162
"@yarnpkg/pnp": "workspace:^3.0.0-rc.2"
61636163
"@yarnpkg/pnpify": "workspace:^3.0.0-rc.3"
6164-
"@zkochan/cmd-shim": ^4.3.0
6164+
"@zkochan/cmd-shim": ^5.1.0
61656165
clipanion: ^3.0.0-rc.10
61666166
micromatch: ^4.0.2
61676167
tslib: ^1.13.0
@@ -6425,13 +6425,12 @@ __metadata:
64256425
languageName: unknown
64266426
linkType: soft
64276427

6428-
"@zkochan/cmd-shim@npm:^4.3.0":
6429-
version: 4.3.0
6430-
resolution: "@zkochan/cmd-shim@npm:4.3.0"
6428+
"@zkochan/cmd-shim@npm:^5.1.0":
6429+
version: 5.1.0
6430+
resolution: "@zkochan/cmd-shim@npm:5.1.0"
64316431
dependencies:
64326432
is-windows: ^1.0.2
6433-
make-dir: ^3.0.0
6434-
checksum: 1576f5b0560267328c8fd9310aac5c0d43dc2e7559f04430a4d0b01bffec38fc5aec15e4b16635927393d602d467ab351034bcb3eb7b3dd6423e6fd7514ff45a
6433+
checksum: 7be69cfedea3a643b1b257904ec5c815d03678e7a2241f1852836eb1d3033db87288830e4a2e56c3e80238087e654b9be39bd8e2f5ba2fae61805ded8dd2fd3f
64356434
languageName: node
64366435
linkType: hard
64376436

0 commit comments

Comments
 (0)