feat(root): bump-versions - #266
Merged
Merged
Conversation
pranavjain97
previously approved these changes
Aug 26, 2026
pranishnepal
previously approved these changes
Aug 26, 2026
mohammadalfaiyazbitgo
dismissed stale reviews from pranishnepal and pranavjain97
via
August 26, 2026 19:02
c5a5c03
pranavjain97
requested changes
Aug 26, 2026
pranavjain97
left a comment
Contributor
There was a problem hiding this comment.
the yarn.lock might have been committed by mistake?
mohammadalfaiyazbitgo
force-pushed
the
WCN-000000/bump-versions
branch
4 times, most recently
from
August 26, 2026 19:38
4cab57e to
1a208c2
Compare
pranavjain97
previously approved these changes
Aug 26, 2026
gokulhost
approved these changes
Aug 27, 2026
Ticket: WCN-000000 Regenerates package-lock.json to match the bumped @bitgo-beta/abstract-cosmos and @bitgo-beta/abstract-eth versions in package.json.
package.json engines pinned node >=22.1.0, and CI hardcoded setup-node to exactly 22.1.0. The bumped @bitgo-beta/* deps now pull in sanitize-html@2.17.7, which requires node >=22.12.0, causing an EBADENGINE warning and a ts-node/mocha ESM loader failure (ERR_UNKNOWN_FILE_EXTENSION) on the Test job under node 22.1.0. Pin CI to node 22.14.0 and raise the engines.node floor to >=22.12.0. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The bumped sdk-core (beta.1990) changed the default Sui testnet node URL from fullnode.testnet.sui.io to sui-testnet-rpc.publicnode.com, leaving the nocked test URL stale and causing recovery/recoveryconsolidations tests to hit a real unmocked host and fail with 500. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
package.json engines now requires node >=22.12.0 (bumped @bitgo-beta/* deps pull in sanitize-html@2.17.7 which needs it). Both Dockerfiles were still pinned to node:22.1.0-alpine, which hits the same ts-node/mocha ERR_UNKNOWN_FILE_EXTENSION failure as the CI Test job did before that fix, breaking integration-tests.Dockerfile's npm run test:integration. Bumps to node:22.14.0-alpine (Alpine's libssl3 3.3.3-r0, above the CVE-2024-6119 fix threshold the original pin cited). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
mohammadalfaiyazbitgo
force-pushed
the
WCN-000000/bump-versions
branch
from
August 27, 2026 00:28
28b4bc9 to
462a4e4
Compare
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.
Ticket: WCN-000000