Skip to content

Commit 51731b2

Browse files
committed
update & dependabot: group and ignore config
1 parent 342db5a commit 51731b2

File tree

3 files changed

+288
-271
lines changed

3 files changed

+288
-271
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,22 @@ updates:
1212

1313
- package-ecosystem: "npm"
1414
directory: "/"
15+
groups:
16+
all:
17+
patterns:
18+
- "*"
19+
ignore:
20+
- dependency-name: "@stylistic/eslint-plugin"
21+
update-types: ["version-update:semver-major"] # stylistic 4 to avoid esm
22+
- dependency-name: "@types/node"
23+
update-types: ["version-update:semver-major"] # Keep Node 18 compatibility
24+
- dependency-name: "chai"
25+
update-types: ["version-update:semver-major"] # chai 4 to avoid esm
26+
- dependency-name: "eslint"
27+
update-types: ["version-update:semver-major"] # eslint 8 for `--rulesdir`
28+
- dependency-name: "rimraf"
29+
update-types: ["version-update:semver-major"] # rimraf 5 for Node 18 compatibility
30+
- dependency-name: "tar"
31+
update-types: ["version-update:semver-major"] # tar 6 for source compatibility
1532
schedule:
1633
interval: "weekly"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
"devDependencies": {
5757
"@stylistic/eslint-plugin": "^3.0.1",
58-
"@types/chai": "^5.0.1",
58+
"@types/chai": "^5.2.0",
5959
"@types/chalk": "^2.2.4",
6060
"@types/follow-redirects": "^1.14.4",
6161
"@types/js-yaml": "^4.0.9",
@@ -69,12 +69,12 @@
6969
"@types/tar": "^6.1.13",
7070
"@types/text-table": "^0.2.5",
7171
"@types/yargs": "^17.0.33",
72-
"@typescript-eslint/eslint-plugin": "^8.23.0",
72+
"@typescript-eslint/eslint-plugin": "^8.26.0",
7373
"@typescript-eslint/experimental-utils": "^5.62.0",
74-
"@typescript-eslint/parser": "^8.23.0",
74+
"@typescript-eslint/parser": "^8.26.0",
7575
"chai": "^4.5.0",
7676
"copyfiles": "^2.4.1",
77-
"esbuild": "^0.24.2",
77+
"esbuild": "^0.25.0",
7878
"eslint": "^8.57.0",
7979
"event-stream": "^4.0.1",
8080
"gulp-eslint": "^6.0.0",
@@ -84,7 +84,7 @@
8484
"p-all": "^5.0.0",
8585
"rimraf": "^5.0.10",
8686
"ts-node": "^10.9.2",
87-
"typescript": "^5.7.3",
87+
"typescript": "^5.8.2",
8888
"typescript-formatter": "^7.2.2",
8989
"vinyl": "^3.0.0",
9090
"vinyl-fs": "^4.0.0"

0 commit comments

Comments
 (0)