Skip to content

Commit 1c25a1d

Browse files
committed
deps: update @npmcli/node-gyp@4.0.0
1 parent 2d7fc3d commit 1c25a1d

File tree

7 files changed

+18
-94
lines changed

7 files changed

+18
-94
lines changed

node_modules/.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
!/@npmcli/query
3333
!/@npmcli/redact
3434
!/@npmcli/run-script
35-
!/@npmcli/run-script/node_modules/
36-
/@npmcli/run-script/node_modules/*
37-
!/@npmcli/run-script/node_modules/@npmcli/
38-
/@npmcli/run-script/node_modules/@npmcli/*
39-
!/@npmcli/run-script/node_modules/@npmcli/node-gyp
4035
!/@pkgjs/
4136
/@pkgjs/*
4237
!/@pkgjs/parseargs

node_modules/@npmcli/node-gyp/package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "@npmcli/node-gyp",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Tools for dealing with node-gyp packages",
55
"scripts": {
66
"test": "tap",
7-
"lint": "eslint \"**/*.js\"",
7+
"lint": "npm run eslint",
88
"postlint": "template-oss-check",
99
"template-oss-apply": "template-oss-apply --force",
10-
"lintfix": "npm run lint -- --fix",
10+
"lintfix": "npm run eslint -- --fix",
1111
"snap": "tap",
12-
"posttest": "npm run lint"
12+
"posttest": "npm run lint",
13+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
1314
},
1415
"repository": {
1516
"type": "git",
16-
"url": "https://github.com/npm/node-gyp.git"
17+
"url": "git+https://github.com/npm/node-gyp.git"
1718
},
1819
"keywords": [
1920
"npm",
@@ -28,16 +29,17 @@
2829
"author": "GitHub Inc.",
2930
"license": "ISC",
3031
"devDependencies": {
31-
"@npmcli/eslint-config": "^3.0.1",
32-
"@npmcli/template-oss": "4.5.1",
32+
"@npmcli/eslint-config": "^5.0.0",
33+
"@npmcli/template-oss": "4.23.3",
3334
"tap": "^16.0.1"
3435
},
3536
"engines": {
36-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
37+
"node": "^18.17.0 || >=20.5.0"
3738
},
3839
"templateOSS": {
3940
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
40-
"version": "4.5.1"
41+
"version": "4.23.3",
42+
"publish": true
4143
},
4244
"tap": {
4345
"nyc-arg": [

node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp/lib/index.js

-14
This file was deleted.

node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp/package.json

-50
This file was deleted.

package-lock.json

+6-15
Original file line numberDiff line numberDiff line change
@@ -1683,12 +1683,13 @@
16831683
}
16841684
},
16851685
"node_modules/@npmcli/node-gyp": {
1686-
"version": "3.0.0",
1687-
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
1688-
"integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
1686+
"version": "4.0.0",
1687+
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",
1688+
"integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",
1689+
"inBundle": true,
16891690
"license": "ISC",
16901691
"engines": {
1691-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1692+
"node": "^18.17.0 || >=20.5.0"
16921693
}
16931694
},
16941695
"node_modules/@npmcli/package-json": {
@@ -1763,16 +1764,6 @@
17631764
"node": "^18.17.0 || >=20.5.0"
17641765
}
17651766
},
1766-
"node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp": {
1767-
"version": "4.0.0",
1768-
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",
1769-
"integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",
1770-
"inBundle": true,
1771-
"license": "ISC",
1772-
"engines": {
1773-
"node": "^18.17.0 || >=20.5.0"
1774-
}
1775-
},
17761767
"node_modules/@npmcli/smoke-tests": {
17771768
"resolved": "smoke-tests",
17781769
"link": true
@@ -16680,7 +16671,7 @@
1668016671
"@npmcli/map-workspaces": "^4.0.1",
1668116672
"@npmcli/metavuln-calculator": "^8.0.0",
1668216673
"@npmcli/name-from-folder": "^3.0.0",
16683-
"@npmcli/node-gyp": "^3.0.0",
16674+
"@npmcli/node-gyp": "^4.0.0",
1668416675
"@npmcli/package-json": "^6.0.1",
1668516676
"@npmcli/query": "^3.1.0",
1668616677
"@npmcli/redact": "^3.0.0",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@npmcli/map-workspaces": "^4.0.1",
1010
"@npmcli/metavuln-calculator": "^8.0.0",
1111
"@npmcli/name-from-folder": "^3.0.0",
12-
"@npmcli/node-gyp": "^3.0.0",
12+
"@npmcli/node-gyp": "^4.0.0",
1313
"@npmcli/package-json": "^6.0.1",
1414
"@npmcli/query": "^3.1.0",
1515
"@npmcli/redact": "^3.0.0",

0 commit comments

Comments
 (0)