Skip to content

Commit 7d09cd4

Browse files
committed
chore: remove more unused dependencies
1 parent 151f0b9 commit 7d09cd4

File tree

9 files changed

+85
-187
lines changed

9 files changed

+85
-187
lines changed

.pnp.cjs

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

.yarn/versions/bfc60675.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
releases:
2+
"@yarnpkg/cli": patch
23
"@yarnpkg/core": patch
34
"@yarnpkg/libui": patch
45
"@yarnpkg/plugin-constraints": patch
56
"@yarnpkg/plugin-dlx": patch
67
"@yarnpkg/plugin-essentials": patch
8+
"@yarnpkg/plugin-http": patch
9+
"@yarnpkg/plugin-nm": patch
710
"@yarnpkg/pnpify": patch
11+
"@yarnpkg/shell": patch
812

913
declined:
1014
- "@yarnpkg/plugin-compat"
1115
- "@yarnpkg/plugin-exec"
1216
- "@yarnpkg/plugin-file"
1317
- "@yarnpkg/plugin-git"
1418
- "@yarnpkg/plugin-github"
15-
- "@yarnpkg/plugin-http"
1619
- "@yarnpkg/plugin-init"
1720
- "@yarnpkg/plugin-interactive-tools"
1821
- "@yarnpkg/plugin-link"
19-
- "@yarnpkg/plugin-nm"
2022
- "@yarnpkg/plugin-npm"
2123
- "@yarnpkg/plugin-npm-cli"
2224
- "@yarnpkg/plugin-pack"
@@ -28,7 +30,6 @@ declined:
2830
- "@yarnpkg/plugin-version"
2931
- "@yarnpkg/plugin-workspace-tools"
3032
- "@yarnpkg/builder"
31-
- "@yarnpkg/cli"
3233
- "@yarnpkg/doctor"
3334
- "@yarnpkg/nm"
3435
- "@yarnpkg/sdks"

packages/plugin-essentials/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@types/lodash": "^4.14.136",
2525
"@types/micromatch": "^4.0.1",
2626
"@types/semver": "^7.1.0",
27-
"@types/treeify": "^1.0.0",
2827
"@yarnpkg/cli": "workspace:^",
2928
"@yarnpkg/core": "workspace:^",
3029
"@yarnpkg/plugin-git": "workspace:^"

packages/plugin-http/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^",
87
"tslib": "^1.13.0"
98
},
109
"peerDependencies": {

packages/plugin-nm/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@
1111
"@yarnpkg/pnp": "workspace:^",
1212
"@zkochan/cmd-shim": "^5.1.0",
1313
"clipanion": "^3.2.0-rc.4",
14-
"micromatch": "^4.0.2",
1514
"tslib": "^1.13.0"
1615
},
1716
"peerDependencies": {
1817
"@yarnpkg/cli": "workspace:^",
1918
"@yarnpkg/core": "workspace:^"
2019
},
2120
"devDependencies": {
22-
"@types/micromatch": "^4.0.1",
2321
"@yarnpkg/cli": "workspace:^",
24-
"@yarnpkg/core": "workspace:^",
25-
"@yarnpkg/plugin-stage": "workspace:^"
22+
"@yarnpkg/core": "workspace:^"
2623
},
2724
"version": "3.1.1",
2825
"nextVersion": {

packages/yarnpkg-cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@yarnpkg/plugin-pnp": "workspace:^",
2626
"@yarnpkg/plugin-pnpm": "workspace:^",
2727
"@yarnpkg/shell": "workspace:^",
28-
"chalk": "^3.0.0",
2928
"ci-info": "^3.2.0",
3029
"clipanion": "^3.2.0-rc.4",
3130
"semver": "^7.1.2",

packages/yarnpkg-shell/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"cross-spawn": "7.0.3",
1313
"fast-glob": "^3.2.2",
1414
"micromatch": "^4.0.2",
15-
"stream-buffers": "^3.0.2",
1615
"tslib": "^1.13.0"
1716
},
1817
"devDependencies": {

yarn.lock

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5432,7 +5432,6 @@ __metadata:
54325432
"@yarnpkg/plugin-pnpm": "workspace:^"
54335433
"@yarnpkg/pnpify": "workspace:^"
54345434
"@yarnpkg/shell": "workspace:^"
5435-
chalk: ^3.0.0
54365435
ci-info: ^3.2.0
54375436
clipanion: ^3.2.0-rc.4
54385437
micromatch: ^4.0.2
@@ -5832,7 +5831,6 @@ __metadata:
58325831
"@types/lodash": ^4.14.136
58335832
"@types/micromatch": ^4.0.1
58345833
"@types/semver": ^7.1.0
5835-
"@types/treeify": ^1.0.0
58365834
"@yarnpkg/cli": "workspace:^"
58375835
"@yarnpkg/core": "workspace:^"
58385836
"@yarnpkg/fslib": "workspace:^"
@@ -5916,7 +5914,6 @@ __metadata:
59165914
resolution: "@yarnpkg/plugin-http@workspace:packages/plugin-http"
59175915
dependencies:
59185916
"@yarnpkg/core": "workspace:^"
5919-
"@yarnpkg/fslib": "workspace:^"
59205917
tslib: ^1.13.0
59215918
peerDependencies:
59225919
"@yarnpkg/core": "workspace:^"
@@ -5983,19 +5980,16 @@ __metadata:
59835980
version: 0.0.0-use.local
59845981
resolution: "@yarnpkg/plugin-nm@workspace:packages/plugin-nm"
59855982
dependencies:
5986-
"@types/micromatch": ^4.0.1
59875983
"@yarnpkg/cli": "workspace:^"
59885984
"@yarnpkg/core": "workspace:^"
59895985
"@yarnpkg/fslib": "workspace:^"
59905986
"@yarnpkg/libzip": "workspace:^"
59915987
"@yarnpkg/nm": "workspace:^"
59925988
"@yarnpkg/parsers": "workspace:^"
59935989
"@yarnpkg/plugin-pnp": "workspace:^"
5994-
"@yarnpkg/plugin-stage": "workspace:^"
59955990
"@yarnpkg/pnp": "workspace:^"
59965991
"@zkochan/cmd-shim": ^5.1.0
59975992
clipanion: ^3.2.0-rc.4
5998-
micromatch: ^4.0.2
59995993
tslib: ^1.13.0
60005994
peerDependencies:
60015995
"@yarnpkg/cli": "workspace:^"
@@ -6275,7 +6269,6 @@ __metadata:
62756269
cross-spawn: 7.0.3
62766270
fast-glob: ^3.2.2
62776271
micromatch: ^4.0.2
6278-
stream-buffers: ^3.0.2
62796272
strip-ansi: ^6.0.0
62806273
tslib: ^1.13.0
62816274
bin:
@@ -23924,13 +23917,6 @@ resolve@^2.0.0-next.3:
2392423917
languageName: node
2392523918
linkType: hard
2392623919

23927-
"stream-buffers@npm:^3.0.2":
23928-
version: 3.0.2
23929-
resolution: "stream-buffers@npm:3.0.2"
23930-
checksum: b09fdeea606e3113ebd0e07010ed0cf038608fa396130add9e45deaff5cc3ba845dc25c31ad24f8341f85907846344cb7c85f75ea52c6572e2ac646e9b6072d0
23931-
languageName: node
23932-
linkType: hard
23933-
2393423920
"stream-each@npm:^1.1.0":
2393523921
version: 1.2.3
2393623922
resolution: "stream-each@npm:1.2.3"

0 commit comments

Comments
 (0)