Skip to content

[DEV-1803] - bump dependencies to fix incompatible version issues on siren-web-services after node bump#45

Open
siddieP wants to merge 7 commits intomasterfrom
bump-dependencies
Open

[DEV-1803] - bump dependencies to fix incompatible version issues on siren-web-services after node bump#45
siddieP wants to merge 7 commits intomasterfrom
bump-dependencies

Conversation

@siddieP
Copy link
Contributor

@siddieP siddieP commented Mar 5, 2026

these bumps fix the issues on this pr to bump node to 24.14
image
tested locally and could succesfully build web-services with this commit

@siddieP siddieP requested a review from Copilot March 5, 2026 19:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@siddieP siddieP requested a review from Copilot March 5, 2026 19:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 27 to 31
"husky": {
"hooks": {
"pre-commit": "yarn run lint && yarn run test"
}
},
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

Husky v9 no longer supports configuring Git hooks via the \"husky\": { \"hooks\": ... } block in package.json (that format was for older Husky versions like v4). With husky: ^9.0.0, this will likely stop your pre-commit hook from running. Migrate to the modern Husky setup (add a prepare script that runs Husky install, and move hooks into the .husky/ directory), or keep Husky on a compatible major version if you want to retain this config style.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants