cherry-pick: fix(deps): update all non-major dependencies → v5.0 (conflict)#582
Merged
Conversation
…(PR #563) Squashed application of PR #563 onto v5.0: - package.json: bump axios, @aws-sdk/lib-storage, fs-extra, msgpackr, semver, sinon, uuid, yaml to versions matched by PR #563 final state - package-lock.json: regenerated via npm install - .github/workflows: bump slackapi/slack-github-action v3.0.1→v3.0.3, actions/setup-node v6.3.0→v6.4.0, actions/upload-artifact v7.0.0→v7.0.1 - renovate.json: group sinon on its own - unitTests/dataLayer/update.test.js: sandbox.resetHistory() (PR #563) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
dawsontoth
requested changes
May 18, 2026
Contributor
dawsontoth
left a comment
There was a problem hiding this comment.
Should the package.json version be "version": "5.1.1"? I'm guessing we didn't need that bit.
Contributor
|
There are merge conflicts in [error] resources/auditStore.ts: SyntaxError: Merge conflict marker encountered. (52:1) too, which the formatter is revealing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-pick of #563 to
v5.0. Direct cherry-pick was infeasible due topackage-lock.jsondivergence and unrelated drift betweenmainandv5.0inpackage.jsonand workflow files; this PR applies only PR #563's targeted changes:axios1.14.0 → 1.16.0@aws-sdk/lib-storage3.1024.0 → 3.1045.0fs-extra11.3.4 → 11.3.5msgpackr1.11.9 → 1.11.12semver7.7.4 → 7.8.0sinon^21.0.0 → 21.0.3 (matches post-revert state)uuid11.1.0 → 11.1.1yaml2.8.3 → 2.9.0npm installslackapi/slack-github-actionv3.0.1 → v3.0.3actions/setup-nodev6.3.0 → v6.4.0actions/upload-artifactv7.0.0 → v7.0.1chore: Group sinon on its own)sinon.resetHistory()→sandbox.resetHistory()(fromfix: Sandbox reset in update.test.js)Test plan
🤖 Generated with Claude Code