Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pr-review/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.17.0
22.17.1
24 changes: 12 additions & 12 deletions pr-review/package-lock.json

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

6 changes: 3 additions & 3 deletions pr-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"devDependencies": {
"@eslint/js": "9.31.0",
"@types/micromatch": "4.0.9",
"@types/node": "22.16.3",
"@types/node": "22.16.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.3",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "10.1.5",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.1",
"eslint-plugin-prettier": "5.5.3",
"eslint-plugin-sonarjs": "3.0.4",
"eslint-plugin-unicorn": "56.0.1",
"prettier": "3.6.2",
Comment on lines 33 to 48

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating devDependencies is a good practice to ensure you have the latest tools and security updates for your development environment. Consider running your test suite and lint checks to verify compatibility.

Expand Down
2 changes: 1 addition & 1 deletion pr-summary/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.17.0
22.17.1
24 changes: 12 additions & 12 deletions pr-summary/package-lock.json

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

6 changes: 3 additions & 3 deletions pr-summary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
},
"devDependencies": {
"@eslint/js": "9.31.0",
"@types/node": "22.16.3",
"@types/node": "22.16.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.3",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "10.1.5",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.1",
"eslint-plugin-prettier": "5.5.3",
"eslint-plugin-sonarjs": "3.0.4",
"eslint-plugin-unicorn": "56.0.1",
"prettier": "3.6.2",
Comment on lines 30 to 45

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is advisable to check for breaking changes when updating devDependencies, even for minor version changes, to prevent unexpected issues during development.

Expand Down