Skip to content

Commit

Permalink
build: pin @types/node
Browse files Browse the repository at this point in the history
Make sure @types/node is in line with the version of node used in the
repository
  • Loading branch information
matijs committed Oct 20, 2024
1 parent 0203682 commit a30f93e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ updates:
update-types:
- "patch"
- "minor"
ignore:
dependency-name: "@types/node"
update-types:
- "version-update:semver-major"
versioning-strategy: "increase-if-necessary"
open-pull-requests-limit: 20
reviewers:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"directory": "."
},
"engines": {
"//": "Update @types/node when updating the node version here",
"node": "^20",
"pnpm": "^9"
},
Expand All @@ -23,7 +24,7 @@
],
"devDependencies": {
"@changesets/cli": "2.27.8",
"@types/node": "22.5.5",
"@types/node": "20.14.13",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "8.57.1",
Expand Down
13 changes: 3 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit a30f93e

Please sign in to comment.