Skip to content

Commit aa9788d

Browse files
authored
More test dependency maintenance (#3964)
1 parent 0374a90 commit aa9788d

File tree

4 files changed

+49
-50
lines changed

4 files changed

+49
-50
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ updates:
99
labels:
1010
- dependabot-deps-updates
1111
- skip-changelog
12-
versioning-strategy: lockfile-only
1312
groups:
1413
dependencies:
1514
patterns:

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- uses: actions/setup-node@v4
106106
with:
107-
node-version: 18
107+
node-version: 20
108108
cache: "npm"
109109
cache-dependency-path: test/schemas/package-lock.json
110110

test/schemas/package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/schemas/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ajv-formats": "^2.1.1",
44
"js-yaml": "^4.1.0",
55
"safe-stable-stringify": "^2.4.3",
6-
"ts-node": "^10.9.1",
6+
"ts-node": "^10.9.2",
77
"vscode-json-languageservice": "^5.3.7"
88
},
99
"scripts": {
@@ -12,15 +12,15 @@
1212
"test": "python3 src/rebuild.py && mocha"
1313
},
1414
"devDependencies": {
15-
"@types/chai": "^4.3.9",
16-
"@types/js-yaml": "^4.0.8",
15+
"@types/chai": "^4.3.11",
16+
"@types/js-yaml": "^4.0.9",
1717
"@types/minimatch": "^5.1.2",
18-
"@types/mocha": "^10.0.4",
19-
"@types/node": "^20.8.10",
18+
"@types/mocha": "^10.0.6",
19+
"@types/node": "^20.10.6",
2020
"chai": "^4.3.10",
2121
"minimatch": "^9.0.3",
2222
"mocha": "^10.2.0",
23-
"typescript": "^5.2.2"
23+
"typescript": "^5.3.3"
2424
},
2525
"directories": {
2626
"test": "./src"

0 commit comments

Comments
 (0)