Skip to content

Commit

Permalink
chore: Use a Node.js typings version consistent with the documentation
Browse files Browse the repository at this point in the history
Use Node typings corresponding to the minimum version we require in the documentation (currently Node 18), so that we don't accidentally use newer features.
  • Loading branch information
guilgaly committed Sep 4, 2024
1 parent fda03f4 commit 9117ec6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ updates:
day: "sunday"
ignore:
- dependency-name: "@gatling.io/*"
# the major version for Node should match the minimum version required in the documentation
- dependency-name: "@types/node"
update-types: [ "version-update:semver-major" ]
- package-ecosystem: "npm"
directory: "/js-simulation"
labels:
Expand Down
2 changes: 1 addition & 1 deletion js-simulation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/archiver": "6.0.2",
"@types/decompress": "4.2.7",
"@types/node": "20.14.12",
"@types/node": "18.19.49",
"@types/readline-sync": "1.4.8",
"prettier": "3.3.3",
"rimraf": "6.0.1",
Expand Down
11 changes: 10 additions & 1 deletion js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts-simulation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9117ec6

Please sign in to comment.