Skip to content
Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.6.2",
"xmlbuilder2": "^2.4.0"
"xmlbuilder2": "^4.0.0"

Choose a reason for hiding this comment

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

high

This major version upgrade for xmlbuilder2 from v2 to v4 is a significant jump and is marked as a breaking change by Snyk. It's important to be aware that this could introduce breaking changes to any code that uses this library directly or indirectly.

},
"devDependencies": {
"@types/jest": "^29.5.14",
Expand All @@ -43,7 +43,7 @@
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vercel/ncc": "^0.38.3",
"eslint": "^8.57.0",
"eslint": "^9.0.0",

Choose a reason for hiding this comment

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

high

Upgrading eslint from v8 to v9 is a major change. ESLint v9 introduced significant changes, including a new configuration file format (eslint.config.js) and removal of some deprecated rules. This upgrade is likely to break the current linting setup. The configuration may need to be updated according to the ESLint v9 migration guide.

"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
Loading