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 1e09334 commit 2d7fc3d
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 97 deletions.
5 changes: 0 additions & 5 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
/@npmcli/installed-package-contents/node_modules/*
!/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin
!/@npmcli/map-workspaces
!/@npmcli/map-workspaces/node_modules/
/@npmcli/map-workspaces/node_modules/*
!/@npmcli/map-workspaces/node_modules/@npmcli/
/@npmcli/map-workspaces/node_modules/@npmcli/*
!/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder
!/@npmcli/metavuln-calculator
!/@npmcli/name-from-folder
!/@npmcli/node-gyp
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 11 additions & 9 deletions node_modules/@npmcli/name-from-folder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/name-from-folder",
"version": "2.0.0",
"version": "3.0.0",
"files": [
"bin/",
"lib/"
Expand All @@ -9,30 +9,32 @@
"description": "Get the package name from a folder path",
"repository": {
"type": "git",
"url": "https://github.com/npm/name-from-folder.git"
"url": "git+https://github.com/npm/name-from-folder.git"
},
"author": "GitHub Inc.",
"license": "ISC",
"scripts": {
"test": "tap",
"snap": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "npm run eslint",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint"
"lintfix": "npm run eslint -- --fix",
"posttest": "npm run lint",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "4.11.0",
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"tap": "^16.3.2"
},
"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.11.0"
"version": "4.23.3",
"publish": true
},
"tap": {
"nyc-arg": [
Expand Down
31 changes: 16 additions & 15 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1648,16 +1648,6 @@
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
"integrity": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==",
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/@npmcli/metavuln-calculator": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-8.0.0.tgz",
Expand All @@ -1683,12 +1673,13 @@
"link": true
},
"node_modules/@npmcli/name-from-folder": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
"integrity": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==",
"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/node-gyp": {
Expand Down Expand Up @@ -1872,6 +1863,16 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/template-oss/node_modules/@npmcli/name-from-folder": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
"dev": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/template-oss/node_modules/@npmcli/package-json": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.1.tgz",
Expand Down Expand Up @@ -16678,7 +16679,7 @@
"@npmcli/installed-package-contents": "^3.0.0",
"@npmcli/map-workspaces": "^4.0.1",
"@npmcli/metavuln-calculator": "^8.0.0",
"@npmcli/name-from-folder": "^2.0.0",
"@npmcli/name-from-folder": "^3.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/package-json": "^6.0.1",
"@npmcli/query": "^3.1.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 @@ -8,7 +8,7 @@
"@npmcli/installed-package-contents": "^3.0.0",
"@npmcli/map-workspaces": "^4.0.1",
"@npmcli/metavuln-calculator": "^8.0.0",
"@npmcli/name-from-folder": "^2.0.0",
"@npmcli/name-from-folder": "^3.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/package-json": "^6.0.1",
"@npmcli/query": "^3.1.0",
Expand Down

0 comments on commit 2d7fc3d

Please sign in to comment.