-
Notifications
You must be signed in to change notification settings - Fork 4
Update non-major dependencies #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| nodejs 20.19.4 | ||
| nodejs 20.19.5 | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,17 +30,17 @@ | |
| "zod": "4.1.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "9.34.0", | ||
| "@types/node": "22.18.0", | ||
| "@eslint/js": "9.35.0", | ||
| "@types/node": "22.18.1", | ||
| "@vercel/ncc": "0.38.3", | ||
| "eslint": "9.34.0", | ||
| "eslint": "9.35.0", | ||
| "eslint-plugin-import": "2.32.0", | ||
| "eslint-plugin-sonarjs": "3.0.5", | ||
| "eslint-plugin-unicorn": "60.0.0", | ||
| "prettier": "3.6.2", | ||
| "tsx": "4.20.5", | ||
| "typescript": "5.9.2", | ||
| "typescript-eslint": "8.41.0", | ||
| "typescript-eslint": "8.42.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The package name "devDependencies": {
"@typescript-eslint/eslint-plugin": "8.42.0",
"@typescript-eslint/parser": "8.42.0"
} |
||
| "yaml": "2.8.1" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Synchronize the Node.js version here with any .nvmrc or package.json
enginesfields to maintain consistency across your project. You could also automate version bumps in CI to avoid mismatches when multiple developers work on the repo.