Skip to content

Commit

Permalink
perf(node-modules): remove redundant semver instance from bundle (#…
Browse files Browse the repository at this point in the history
…2881)

* perf(node-modules): remove redundant `semver` instance from bundle

* chore: versions
  • Loading branch information
merceyz authored May 12, 2021
1 parent 9e30bbc commit 5d2a73b
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 26 deletions.
37 changes: 18 additions & 19 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions .yarn/versions/e2bd6dc5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/plugin-node-modules": patch

declined:
- "@yarnpkg/plugin-compat"
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
2 changes: 1 addition & 1 deletion packages/plugin-node-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@yarnpkg/plugin-pnp": "workspace:^3.0.0-rc.2",
"@yarnpkg/pnp": "workspace:^3.0.0-rc.2",
"@yarnpkg/pnpify": "workspace:^3.0.0-rc.3",
"@zkochan/cmd-shim": "^4.3.0",
"@zkochan/cmd-shim": "^5.1.0",
"clipanion": "^3.0.0-rc.10",
"micromatch": "^4.0.2",
"tslib": "^1.13.0"
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6161,7 +6161,7 @@ __metadata:
"@yarnpkg/plugin-stage": "workspace:*"
"@yarnpkg/pnp": "workspace:^3.0.0-rc.2"
"@yarnpkg/pnpify": "workspace:^3.0.0-rc.3"
"@zkochan/cmd-shim": ^4.3.0
"@zkochan/cmd-shim": ^5.1.0
clipanion: ^3.0.0-rc.10
micromatch: ^4.0.2
tslib: ^1.13.0
Expand Down Expand Up @@ -6425,13 +6425,12 @@ __metadata:
languageName: unknown
linkType: soft

"@zkochan/cmd-shim@npm:^4.3.0":
version: 4.3.0
resolution: "@zkochan/cmd-shim@npm:4.3.0"
"@zkochan/cmd-shim@npm:^5.1.0":
version: 5.1.0
resolution: "@zkochan/cmd-shim@npm:5.1.0"
dependencies:
is-windows: ^1.0.2
make-dir: ^3.0.0
checksum: 1576f5b0560267328c8fd9310aac5c0d43dc2e7559f04430a4d0b01bffec38fc5aec15e4b16635927393d602d467ab351034bcb3eb7b3dd6423e6fd7514ff45a
checksum: 7be69cfedea3a643b1b257904ec5c815d03678e7a2241f1852836eb1d3033db87288830e4a2e56c3e80238087e654b9be39bd8e2f5ba2fae61805ded8dd2fd3f
languageName: node
linkType: hard

Expand Down

0 comments on commit 5d2a73b

Please sign in to comment.