Skip to content

Commit 2d7fc3d

Browse files
committedOct 2, 2024
deps: update @npmcli/name-from-folder@3.0.0
1 parent 1e09334 commit 2d7fc3d

File tree

7 files changed

+28
-97
lines changed

7 files changed

+28
-97
lines changed
 

‎node_modules/.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
/@npmcli/installed-package-contents/node_modules/*
2525
!/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin
2626
!/@npmcli/map-workspaces
27-
!/@npmcli/map-workspaces/node_modules/
28-
/@npmcli/map-workspaces/node_modules/*
29-
!/@npmcli/map-workspaces/node_modules/@npmcli/
30-
/@npmcli/map-workspaces/node_modules/@npmcli/*
31-
!/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder
3227
!/@npmcli/metavuln-calculator
3328
!/@npmcli/name-from-folder
3429
!/@npmcli/node-gyp

‎node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder/LICENSE

-15
This file was deleted.

‎node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder/lib/index.js

-7
This file was deleted.

‎node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder/package.json

-45
This file was deleted.

‎node_modules/@npmcli/name-from-folder/package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/name-from-folder",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"files": [
55
"bin/",
66
"lib/"
@@ -9,30 +9,32 @@
99
"description": "Get the package name from a folder path",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/npm/name-from-folder.git"
12+
"url": "git+https://github.com/npm/name-from-folder.git"
1313
},
1414
"author": "GitHub Inc.",
1515
"license": "ISC",
1616
"scripts": {
1717
"test": "tap",
1818
"snap": "tap",
19-
"lint": "eslint \"**/*.js\"",
19+
"lint": "npm run eslint",
2020
"postlint": "template-oss-check",
2121
"template-oss-apply": "template-oss-apply --force",
22-
"lintfix": "npm run lint -- --fix",
23-
"posttest": "npm run lint"
22+
"lintfix": "npm run eslint -- --fix",
23+
"posttest": "npm run lint",
24+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
2425
},
2526
"devDependencies": {
26-
"@npmcli/eslint-config": "^4.0.1",
27-
"@npmcli/template-oss": "4.11.0",
27+
"@npmcli/eslint-config": "^5.0.0",
28+
"@npmcli/template-oss": "4.23.3",
2829
"tap": "^16.3.2"
2930
},
3031
"engines": {
31-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
32+
"node": "^18.17.0 || >=20.5.0"
3233
},
3334
"templateOSS": {
3435
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
35-
"version": "4.11.0"
36+
"version": "4.23.3",
37+
"publish": true
3638
},
3739
"tap": {
3840
"nyc-arg": [

‎package-lock.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -1648,16 +1648,6 @@
16481648
"node": "^18.17.0 || >=20.5.0"
16491649
}
16501650
},
1651-
"node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder": {
1652-
"version": "3.0.0",
1653-
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
1654-
"integrity": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==",
1655-
"inBundle": true,
1656-
"license": "ISC",
1657-
"engines": {
1658-
"node": "^18.17.0 || >=20.5.0"
1659-
}
1660-
},
16611651
"node_modules/@npmcli/metavuln-calculator": {
16621652
"version": "8.0.0",
16631653
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-8.0.0.tgz",
@@ -1683,12 +1673,13 @@
16831673
"link": true
16841674
},
16851675
"node_modules/@npmcli/name-from-folder": {
1686-
"version": "2.0.0",
1687-
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
1688-
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
1676+
"version": "3.0.0",
1677+
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
1678+
"integrity": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==",
1679+
"inBundle": true,
16891680
"license": "ISC",
16901681
"engines": {
1691-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1682+
"node": "^18.17.0 || >=20.5.0"
16921683
}
16931684
},
16941685
"node_modules/@npmcli/node-gyp": {
@@ -1872,6 +1863,16 @@
18721863
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18731864
}
18741865
},
1866+
"node_modules/@npmcli/template-oss/node_modules/@npmcli/name-from-folder": {
1867+
"version": "2.0.0",
1868+
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
1869+
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
1870+
"dev": true,
1871+
"license": "ISC",
1872+
"engines": {
1873+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1874+
}
1875+
},
18751876
"node_modules/@npmcli/template-oss/node_modules/@npmcli/package-json": {
18761877
"version": "5.2.1",
18771878
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.1.tgz",
@@ -16678,7 +16679,7 @@
1667816679
"@npmcli/installed-package-contents": "^3.0.0",
1667916680
"@npmcli/map-workspaces": "^4.0.1",
1668016681
"@npmcli/metavuln-calculator": "^8.0.0",
16681-
"@npmcli/name-from-folder": "^2.0.0",
16682+
"@npmcli/name-from-folder": "^3.0.0",
1668216683
"@npmcli/node-gyp": "^3.0.0",
1668316684
"@npmcli/package-json": "^6.0.1",
1668416685
"@npmcli/query": "^3.1.0",

‎workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@npmcli/installed-package-contents": "^3.0.0",
99
"@npmcli/map-workspaces": "^4.0.1",
1010
"@npmcli/metavuln-calculator": "^8.0.0",
11-
"@npmcli/name-from-folder": "^2.0.0",
11+
"@npmcli/name-from-folder": "^3.0.0",
1212
"@npmcli/node-gyp": "^3.0.0",
1313
"@npmcli/package-json": "^6.0.1",
1414
"@npmcli/query": "^3.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.