Skip to content

Commit a085745

Browse files
committed
1 parent 00d9c7d commit a085745

File tree

7 files changed

+61
-43
lines changed

7 files changed

+61
-43
lines changed

node_modules/.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
!/node-gyp/node_modules/@npmcli/
152152
/node-gyp/node_modules/@npmcli/*
153153
!/node-gyp/node_modules/@npmcli/agent
154+
!/node-gyp/node_modules/abbrev
154155
!/node-gyp/node_modules/cacache
155156
!/node-gyp/node_modules/glob
156157
!/node-gyp/node_modules/jackspeak
@@ -160,9 +161,6 @@
160161
!/node-gyp/node_modules/nopt
161162
!/node-gyp/node_modules/path-scurry
162163
!/nopt
163-
!/nopt/node_modules/
164-
/nopt/node_modules/*
165-
!/nopt/node_modules/abbrev
166164
!/npm-audit-report
167165
!/npm-bundled
168166
!/npm-install-checks

node_modules/abbrev/package.json

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "abbrev",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Like ruby's abbrev module, but in js",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
77
"scripts": {
8-
"test": "tap",
8+
"test": "node --test",
99
"lint": "npm run eslint",
1010
"postlint": "template-oss-check",
1111
"template-oss-apply": "template-oss-apply --force",
1212
"lintfix": "npm run eslint -- --fix",
13-
"snap": "tap",
13+
"snap": "node --test --test-update-snapshots",
1414
"posttest": "npm run lint",
15-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
15+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
16+
"test:cover": "node --test --experimental-test-coverage --test-timeout=3000 --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100"
1617
},
1718
"repository": {
1819
"type": "git",
@@ -21,25 +22,20 @@
2122
"license": "ISC",
2223
"devDependencies": {
2324
"@npmcli/eslint-config": "^5.0.0",
24-
"@npmcli/template-oss": "4.24.3",
25-
"tap": "^16.3.0"
26-
},
27-
"tap": {
28-
"nyc-arg": [
29-
"--exclude",
30-
"tap-snapshots/**"
31-
]
25+
"@npmcli/template-oss": "4.26.1"
3226
},
3327
"files": [
3428
"bin/",
3529
"lib/"
3630
],
3731
"engines": {
38-
"node": "^18.17.0 || >=20.5.0"
32+
"node": "^20.17.0 || >=22.9.0"
3933
},
4034
"templateOSS": {
4135
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
42-
"version": "4.24.3",
43-
"publish": true
36+
"version": "4.26.1",
37+
"publish": true,
38+
"testRunner": "node:test",
39+
"latestCiVersion": 24
4440
}
4541
}
Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"name": "abbrev",
3-
"version": "4.0.0",
3+
"version": "3.0.1",
44
"description": "Like ruby's abbrev module, but in js",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
77
"scripts": {
8-
"test": "node --test",
8+
"test": "tap",
99
"lint": "npm run eslint",
1010
"postlint": "template-oss-check",
1111
"template-oss-apply": "template-oss-apply --force",
1212
"lintfix": "npm run eslint -- --fix",
13-
"snap": "node --test --test-update-snapshots",
13+
"snap": "tap",
1414
"posttest": "npm run lint",
15-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
16-
"test:cover": "node --test --experimental-test-coverage --test-timeout=3000 --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100"
15+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
1716
},
1817
"repository": {
1918
"type": "git",
@@ -22,20 +21,25 @@
2221
"license": "ISC",
2322
"devDependencies": {
2423
"@npmcli/eslint-config": "^5.0.0",
25-
"@npmcli/template-oss": "4.26.1"
24+
"@npmcli/template-oss": "4.24.3",
25+
"tap": "^16.3.0"
26+
},
27+
"tap": {
28+
"nyc-arg": [
29+
"--exclude",
30+
"tap-snapshots/**"
31+
]
2632
},
2733
"files": [
2834
"bin/",
2935
"lib/"
3036
],
3137
"engines": {
32-
"node": "^20.17.0 || >=22.9.0"
38+
"node": "^18.17.0 || >=20.5.0"
3339
},
3440
"templateOSS": {
3541
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
36-
"version": "4.26.1",
37-
"publish": true,
38-
"testRunner": "node:test",
39-
"latestCiVersion": 24
42+
"version": "4.24.3",
43+
"publish": true
4044
}
4145
}

package-lock.json

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@npmcli/redact": "^3.2.2",
9696
"@npmcli/run-script": "^10.0.2",
9797
"@sigstore/tuf": "^4.0.0",
98-
"abbrev": "^3.0.1",
98+
"abbrev": "^4.0.0",
9999
"archy": "~1.0.0",
100100
"cacache": "^20.0.1",
101101
"chalk": "^5.6.2",
@@ -2265,11 +2265,13 @@
22652265
}
22662266
},
22672267
"node_modules/abbrev": {
2268-
"version": "3.0.1",
2268+
"version": "4.0.0",
2269+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-4.0.0.tgz",
2270+
"integrity": "sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==",
22692271
"inBundle": true,
22702272
"license": "ISC",
22712273
"engines": {
2272-
"node": "^18.17.0 || >=20.5.0"
2274+
"node": "^20.17.0 || >=22.9.0"
22732275
}
22742276
},
22752277
"node_modules/acorn": {
@@ -8291,6 +8293,16 @@
82918293
"node": "^18.17.0 || >=20.5.0"
82928294
}
82938295
},
8296+
"node_modules/node-gyp/node_modules/abbrev": {
8297+
"version": "3.0.1",
8298+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
8299+
"integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
8300+
"inBundle": true,
8301+
"license": "ISC",
8302+
"engines": {
8303+
"node": "^18.17.0 || >=20.5.0"
8304+
}
8305+
},
82948306
"node_modules/node-gyp/node_modules/cacache": {
82958307
"version": "19.0.1",
82968308
"inBundle": true,
@@ -8460,16 +8472,6 @@
84608472
"node": "^20.17.0 || >=22.9.0"
84618473
}
84628474
},
8463-
"node_modules/nopt/node_modules/abbrev": {
8464-
"version": "4.0.0",
8465-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-4.0.0.tgz",
8466-
"integrity": "sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==",
8467-
"inBundle": true,
8468-
"license": "ISC",
8469-
"engines": {
8470-
"node": "^20.17.0 || >=22.9.0"
8471-
}
8472-
},
84738475
"node_modules/normalize-path": {
84748476
"version": "3.0.0",
84758477
"dev": true,
@@ -14606,6 +14608,15 @@
1460614608
"node": "^18.17.0 || >=20.5.0"
1460714609
}
1460814610
},
14611+
"workspaces/arborist/node_modules/nopt/node_modules/abbrev": {
14612+
"version": "3.0.1",
14613+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
14614+
"integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
14615+
"license": "ISC",
14616+
"engines": {
14617+
"node": "^18.17.0 || >=20.5.0"
14618+
}
14619+
},
1460914620
"workspaces/config": {
1461014621
"name": "@npmcli/config",
1461114622
"version": "10.4.2",
@@ -14645,6 +14656,15 @@
1464514656
"node": "^18.17.0 || >=20.5.0"
1464614657
}
1464714658
},
14659+
"workspaces/config/node_modules/nopt/node_modules/abbrev": {
14660+
"version": "3.0.1",
14661+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
14662+
"integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
14663+
"license": "ISC",
14664+
"engines": {
14665+
"node": "^18.17.0 || >=20.5.0"
14666+
}
14667+
},
1464814668
"workspaces/libnpmaccess": {
1464914669
"version": "10.0.3",
1465014670
"license": "ISC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@npmcli/redact": "^3.2.2",
6363
"@npmcli/run-script": "^10.0.2",
6464
"@sigstore/tuf": "^4.0.0",
65-
"abbrev": "^3.0.1",
65+
"abbrev": "^4.0.0",
6666
"archy": "~1.0.0",
6767
"cacache": "^20.0.1",
6868
"chalk": "^5.6.2",

0 commit comments

Comments
 (0)