chore: bump @npmcli/eslint-config from 6.0.1 to 7.0.0
Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/npm/eslint-config/releases) - [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/eslint-config/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: "@npmcli/eslint-config" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Jun 9, 2026 at 03:26 UTC
70b3cda4145e5ff6563d29c4189b21c7ba5b87e0
3 files changed
+92
-68
cli/package.json
+1
-1
@@ -31,7 +31,7 @@
31
"yaml": "^2.9.0"
32
},
33
"devDependencies": {
34
- "@npmcli/eslint-config": "^6.0.0",
34
+ "@npmcli/eslint-config": "^7.0.0",
35
"@npmcli/template-oss": "5.1.0"
36
},
37
"author": "GitHub Inc.",
package-lock.json
+90
-66
@@ -49,7 +49,7 @@
49
"devDependencies": {
50
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
51
"@github/prettier-config": "^0.0.6",
52
- "@npmcli/eslint-config": "^6.0.0",
52
+ "@npmcli/eslint-config": "^7.0.0",
53
"@npmcli/template-oss": "5.1.0",
54
"@testing-library/dom": "^10.4.0",
55
"@testing-library/jest-dom": "^6.2.0",
@@ -94,7 +94,7 @@
94
"yaml": "^2.9.0"
95
},
96
"devDependencies": {
97
- "@npmcli/eslint-config": "^6.0.0",
97
+ "@npmcli/eslint-config": "^7.0.0",
98
"@npmcli/template-oss": "5.1.0"
99
},
100
"engines": {
@@ -6285,19 +6285,19 @@
6285
}
6286
},
6287
"node_modules/@npmcli/eslint-config": {
6288
- "version": "6.0.1",
6289
- "resolved": "https://registry.npmjs.org/@npmcli/eslint-config/-/eslint-config-6.0.1.tgz",
6290
- "integrity": "sha512-Ow3+WWosZbxl6mIziG6xyH41T7G0qL4lfx3abr551RkqHOJCjmyyEG4ogR2AsvtYv+vmFAB79n953uxtk1Q52g==",
6288
+ "version": "7.0.0",
6289
+ "resolved": "https://registry.npmjs.org/@npmcli/eslint-config/-/eslint-config-7.0.0.tgz",
6290
+ "integrity": "sha512-/HgFyFZMBq01ishmDARqftfSnj6s0Gn26/vr1ag0VK+8FDzBtvl84mS5SzlbWOjmXc69g9TSB7PfUsXn6VZcZQ==",
6291
"dev": true,
6292
"license": "ISC",
6293
"dependencies": {
6294
- "which": "^6.0.0"
6294
+ "which": "^7.0.0"
6295
},
6296
"bin": {
6297
"lint": "bin/index.js"
6298
},
6299
"engines": {
6300
- "node": "^20.17.0 || >=22.9.0"
6300
+ "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
6301
},
6302
"peerDependencies": {
6303
"eslint": "^8.13.0",
@@ -6306,20 +6306,30 @@
6306
"eslint-plugin-promise": "^6.0.0"
6307
}
6308
},
6309
+ "node_modules/@npmcli/eslint-config/node_modules/isexe": {
6310
+ "version": "4.0.0",
6311
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
6312
+ "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
6313
+ "dev": true,
6314
+ "license": "BlueOak-1.0.0",
6315
+ "engines": {
6316
+ "node": ">=20"
6317
+ }
6318
+ },
6319
"node_modules/@npmcli/eslint-config/node_modules/which": {
6310
- "version": "6.0.0",
6311
- "resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz",
6312
- "integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==",
6320
+ "version": "7.0.0",
6321
+ "resolved": "https://registry.npmjs.org/which/-/which-7.0.0.tgz",
6322
+ "integrity": "sha512-RancgH2dmbLdHl6LRhEqvklWMgl/Hdnun0Y90KhBOLkMefg8Qa7/Zel8Sm+8HEcP6DEjzsWzpkuBQEZok58isA==",
6323
"dev": true,
6324
"license": "ISC",
6325
"dependencies": {
6316
- "isexe": "^3.1.1"
6326
+ "isexe": "^4.0.0"
6327
},
6328
"bin": {
6329
"node-which": "bin/which.js"
6330
},
6331
"engines": {
6322
- "node": "^20.17.0 || >=22.9.0"
6332
+ "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
6333
}
6334
},
6335
"node_modules/@npmcli/fs": {
@@ -11681,6 +11691,74 @@
11691
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
11692
"license": "MIT"
11693
},
11694
+ "node_modules/body-parser": {
11695
+ "version": "1.20.5",
11696
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz",
11697
+ "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
11698
+ "license": "MIT",
11699
+ "dependencies": {
11700
+ "bytes": "~3.1.2",
11701
+ "content-type": "~1.0.5",
11702
+ "debug": "2.6.9",
11703
+ "depd": "2.0.0",
11704
+ "destroy": "~1.2.0",
11705
+ "http-errors": "~2.0.1",
11706
+ "iconv-lite": "~0.4.24",
11707
+ "on-finished": "~2.4.1",
11708
+ "qs": "~6.15.1",
11709
+ "raw-body": "~2.5.3",
11710
+ "type-is": "~1.6.18",
11711
+ "unpipe": "~1.0.0"
11712
+ },
11713
+ "engines": {
11714
+ "node": ">= 0.8",
11715
+ "npm": "1.2.8000 || >= 1.4.16"
11716
+ }
11717
+ },
11718
+ "node_modules/body-parser/node_modules/debug": {
11719
+ "version": "2.6.9",
11720
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
11721
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
11722
+ "license": "MIT",
11723
+ "dependencies": {
11724
+ "ms": "2.0.0"
11725
+ }
11726
+ },
11727
+ "node_modules/body-parser/node_modules/http-errors": {
11728
+ "version": "2.0.1",
11729
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
11730
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
11731
+ "license": "MIT",
11732
+ "dependencies": {
11733
+ "depd": "~2.0.0",
11734
+ "inherits": "~2.0.4",
11735
+ "setprototypeof": "~1.2.0",
11736
+ "statuses": "~2.0.2",
11737
+ "toidentifier": "~1.0.1"
11738
+ },
11739
+ "engines": {
11740
+ "node": ">= 0.8"
11741
+ },
11742
+ "funding": {
11743
+ "type": "opencollective",
11744
+ "url": "https://opencollective.com/express"
11745
+ }
11746
+ },
11747
+ "node_modules/body-parser/node_modules/ms": {
11748
+ "version": "2.0.0",
11749
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
11750
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
11751
+ "license": "MIT"
11752
+ },
11753
+ "node_modules/body-parser/node_modules/statuses": {
11754
+ "version": "2.0.2",
11755
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
11756
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
11757
+ "license": "MIT",
11758
+ "engines": {
11759
+ "node": ">= 0.8"
11760
+ }
11761
+ },
11762
"node_modules/boolbase": {
11763
"version": "1.0.0",
11764
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
@@ -17603,45 +17681,6 @@
17681
"ms": "^2.1.1"
17682
}
17683
},
17606
- "node_modules/express/node_modules/body-parser": {
17607
- "version": "1.20.3",
17608
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
17609
- "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
17610
- "license": "MIT",
17611
- "dependencies": {
17612
- "bytes": "3.1.2",
17613
- "content-type": "~1.0.5",
17614
- "debug": "2.6.9",
17615
- "depd": "2.0.0",
17616
- "destroy": "1.2.0",
17617
- "http-errors": "2.0.0",
17618
- "iconv-lite": "0.4.24",
17619
- "on-finished": "2.4.1",
17620
- "qs": "6.13.0",
17621
- "raw-body": "2.5.2",
17622
- "type-is": "~1.6.18",
17623
- "unpipe": "1.0.0"
17624
- },
17625
- "engines": {
17626
- "node": ">= 0.8",
17627
- "npm": "1.2.8000 || >= 1.4.16"
17628
- }
17629
- },
17630
- "node_modules/express/node_modules/body-parser/node_modules/qs": {
17631
- "version": "6.13.0",
17632
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
17633
- "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
17634
- "license": "BSD-3-Clause",
17635
- "dependencies": {
17636
- "side-channel": "^1.0.6"
17637
- },
17638
- "engines": {
17639
- "node": ">=0.6"
17640
- },
17641
- "funding": {
17642
- "url": "https://github.com/sponsors/ljharb"
17643
- }
17644
- },
17684
"node_modules/express/node_modules/cookie": {
17685
"version": "0.7.1",
17686
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
@@ -17666,21 +17705,6 @@
17705
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
17706
"license": "MIT"
17707
},
17669
- "node_modules/express/node_modules/raw-body": {
17670
- "version": "2.5.2",
17671
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
17672
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
17673
- "license": "MIT",
17674
- "dependencies": {
17675
- "bytes": "3.1.2",
17676
- "http-errors": "2.0.0",
17677
- "iconv-lite": "0.4.24",
17678
- "unpipe": "1.0.0"
17679
- },
17680
- "engines": {
17681
- "node": ">= 0.8"
17682
- }
17683
- },
17708
"node_modules/ext": {
17709
"version": "1.7.0",
17710
"resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
package.json
+1
-1
@@ -68,7 +68,7 @@
68
"devDependencies": {
69
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
70
"@github/prettier-config": "^0.0.6",
71
- "@npmcli/eslint-config": "^6.0.0",
71
+ "@npmcli/eslint-config": "^7.0.0",
72
"@npmcli/template-oss": "5.1.0",
73
"@testing-library/dom": "^10.4.0",
74
"@testing-library/jest-dom": "^6.2.0",