Skip to content

Commit

Permalink
deps: update @npmcli/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Oct 2, 2024
1 parent 2d7fc3d commit 1c25a1d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 94 deletions.
5 changes: 0 additions & 5 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
!/@npmcli/query
!/@npmcli/redact
!/@npmcli/run-script
!/@npmcli/run-script/node_modules/
/@npmcli/run-script/node_modules/*
!/@npmcli/run-script/node_modules/@npmcli/
/@npmcli/run-script/node_modules/@npmcli/*
!/@npmcli/run-script/node_modules/@npmcli/node-gyp
!/@pkgjs/
/@pkgjs/*
!/@pkgjs/parseargs
Expand Down
File renamed without changes.
20 changes: 11 additions & 9 deletions node_modules/@npmcli/node-gyp/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "@npmcli/node-gyp",
"version": "3.0.0",
"version": "4.0.0",
"description": "Tools for dealing with node-gyp packages",
"scripts": {
"test": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "npm run eslint",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"lintfix": "npm run eslint -- --fix",
"snap": "tap",
"posttest": "npm run lint"
"posttest": "npm run lint",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
},
"repository": {
"type": "git",
"url": "https:/npm/node-gyp.git"
"url": "git+https:/npm/node-gyp.git"
},
"keywords": [
"npm",
Expand All @@ -28,16 +29,17 @@
"author": "GitHub Inc.",
"license": "ISC",
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "4.5.1",
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"tap": "^16.0.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.5.1"
"version": "4.23.3",
"publish": true
},
"tap": {
"nyc-arg": [
Expand Down

This file was deleted.

This file was deleted.

21 changes: 6 additions & 15 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1683,12 +1683,13 @@
}
},
"node_modules/@npmcli/node-gyp": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
"integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",
"integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/@npmcli/package-json": {
Expand Down Expand Up @@ -1763,16 +1764,6 @@
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",
"integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/@npmcli/smoke-tests": {
"resolved": "smoke-tests",
"link": true
Expand Down Expand Up @@ -16680,7 +16671,7 @@
"@npmcli/map-workspaces": "^4.0.1",
"@npmcli/metavuln-calculator": "^8.0.0",
"@npmcli/name-from-folder": "^3.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/node-gyp": "^4.0.0",
"@npmcli/package-json": "^6.0.1",
"@npmcli/query": "^3.1.0",
"@npmcli/redact": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@npmcli/map-workspaces": "^4.0.1",
"@npmcli/metavuln-calculator": "^8.0.0",
"@npmcli/name-from-folder": "^3.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/node-gyp": "^4.0.0",
"@npmcli/package-json": "^6.0.1",
"@npmcli/query": "^3.1.0",
"@npmcli/redact": "^3.0.0",
Expand Down

0 comments on commit 1c25a1d

Please sign in to comment.