Skip to content

Commit 98d757d

Browse files
authored
chore(deps): remove unused node-gyp (#4092)
1 parent 6d7029d commit 98d757d

File tree

3 files changed

+6
-46
lines changed

3 files changed

+6
-46
lines changed

.yarnrc.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
cacheFolder: ./.yarn/cache
2-
32
nodeLinker: node-modules
4-
53
yarnPath: .yarn/releases/yarn-4.9.2.cjs
4+
packageExtensions:
5+
# deasync didn't add node-gyp as a direct dependency so it fails to build in
6+
# Yarn (https://github.com/yarnpkg/berry/issues/5804), so extend its pkg.json config here.
7+
deasync@*:
8+
dependencies:
9+
node-gyp: 'latest'

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"lodash": "^4.17.21",
9494
"markdownlint": "^0.38.0",
9595
"markdownlint-cli": "^0.45.0",
96-
"node-gyp": "^11.3.0",
9796
"npm-registry-fetch": "^19.0.0",
9897
"nunjucks": "^3.2.4",
9998
"nx": "^21.3.9",

yarn.lock

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ __metadata:
147147
lodash: "npm:^4.17.21"
148148
markdownlint: "npm:^0.38.0"
149149
markdownlint-cli: "npm:^0.45.0"
150-
node-gyp: "npm:^11.3.0"
151150
npm-registry-fetch: "npm:^19.0.0"
152151
nunjucks: "npm:^3.2.4"
153152
nx: "npm:^21.3.9"
@@ -11167,18 +11166,6 @@ __metadata:
1116711166
languageName: node
1116811167
linkType: hard
1116911168

11170-
"fdir@npm:^6.4.4":
11171-
version: 6.4.4
11172-
resolution: "fdir@npm:6.4.4"
11173-
peerDependencies:
11174-
picomatch: ^3 || ^4
11175-
peerDependenciesMeta:
11176-
picomatch:
11177-
optional: true
11178-
checksum: 10c0/6ccc33be16945ee7bc841e1b4178c0b4cf18d3804894cb482aa514651c962a162f96da7ffc6ebfaf0df311689fb70091b04dd6caffe28d56b9ebdc0e7ccadfdd
11179-
languageName: node
11180-
linkType: hard
11181-
1118211169
"figures@npm:3.2.0":
1118311170
version: 3.2.0
1118411171
resolution: "figures@npm:3.2.0"
@@ -15873,26 +15860,6 @@ __metadata:
1587315860
languageName: node
1587415861
linkType: hard
1587515862

15876-
"node-gyp@npm:^11.3.0":
15877-
version: 11.3.0
15878-
resolution: "node-gyp@npm:11.3.0"
15879-
dependencies:
15880-
env-paths: "npm:^2.2.0"
15881-
exponential-backoff: "npm:^3.1.1"
15882-
graceful-fs: "npm:^4.2.6"
15883-
make-fetch-happen: "npm:^14.0.3"
15884-
nopt: "npm:^8.0.0"
15885-
proc-log: "npm:^5.0.0"
15886-
semver: "npm:^7.3.5"
15887-
tar: "npm:^7.4.3"
15888-
tinyglobby: "npm:^0.2.12"
15889-
which: "npm:^5.0.0"
15890-
bin:
15891-
node-gyp: bin/node-gyp.js
15892-
checksum: 10c0/5f4ad5a729386f7b50096efd4934b06c071dbfbc7d7d541a66d6959a7dccd62f53ff3dc95fffb60bf99d8da1270e23769f82246fcaa6c5645a70c967ae9a3398
15893-
languageName: node
15894-
linkType: hard
15895-
1589615863
"node-gyp@npm:latest":
1589715864
version: 11.1.0
1589815865
resolution: "node-gyp@npm:11.1.0"
@@ -20138,16 +20105,6 @@ __metadata:
2013820105
languageName: node
2013920106
linkType: hard
2014020107

20141-
"tinyglobby@npm:^0.2.12":
20142-
version: 0.2.13
20143-
resolution: "tinyglobby@npm:0.2.13"
20144-
dependencies:
20145-
fdir: "npm:^6.4.4"
20146-
picomatch: "npm:^4.0.2"
20147-
checksum: 10c0/ef07dfaa7b26936601d3f6d999f7928a4d1c6234c5eb36896bb88681947c0d459b7ebe797022400e555fe4b894db06e922b95d0ce60cb05fd827a0a66326b18c
20148-
languageName: node
20149-
linkType: hard
20150-
2015120108
"tinyrainbow@npm:^1.2.0":
2015220109
version: 1.2.0
2015320110
resolution: "tinyrainbow@npm:1.2.0"

0 commit comments

Comments
 (0)