chore(deps): move @icp-sdk/canisters to stable 3.6.0 and bump @dfinity/utils - #425
Open
yhabib wants to merge 1 commit into
Open
chore(deps): move @icp-sdk/canisters to stable 3.6.0 and bump @dfinity/utils#425yhabib wants to merge 1 commit into
yhabib wants to merge 1 commit into
Conversation
|
✅ No security or compliance issues detected. Reviewed everything up to 30c4e28. Security Overview
Detected Code Changes
|
📊 Build Bundle StatsThe latest build generated the following assets: |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates frontend NPM dependencies to move off a prerelease @icp-sdk/canisters build and align with stable upstream releases, keeping the @icp-sdk/core major version unchanged.
Changes:
- Bump
@icp-sdk/canistersfrom3.5.2-next-2026-04-21.1to stable3.6.0. - Bump
@dfinity/utilsfrom4.1.0to4.2.1. - Refresh
package-lock.jsonto reflect the updated resolved tarballs, integrity hashes, and peer dependency metadata.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/governance-app-frontend/package.json | Updates direct dependency versions for @icp-sdk/canisters and @dfinity/utils. |
| package-lock.json | Updates lockfile entries to match the new package versions, including resolved URLs/integrity and peer dependency ranges. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bjoernek
approved these changes
Jul 21, 2026
yhabib
force-pushed
the
chore/icp-sdk-canisters-stable
branch
from
July 21, 2026 14:02
678ac1c to
a509cb1
Compare
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 21, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 21, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 21, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 23, 2026
yhabib
force-pushed
the
chore/icp-sdk-canisters-stable
branch
from
July 23, 2026 14:46
a509cb1 to
5be3217
Compare
…y/utils Replaces the pinned @icp-sdk/canisters prerelease (3.5.2-next-2026-04-21.1) with stable 3.6.0, and bumps @dfinity/utils 4.1.0 -> 4.2.1. 3.6.0 relaxes total_maturity_disbursements_in_progress parsing (fromNullable) for older canister versions and adds NeuronInfo converter fields. No breaking changes; peers satisfied on @icp-sdk/core ^5.
yhabib
force-pushed
the
chore/icp-sdk-canisters-stable
branch
from
July 23, 2026 14:57
5be3217 to
30c4e28
Compare
yhabib
enabled auto-merge
July 23, 2026 14:58
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.
Motivation
We were pinned to a prerelease of
@icp-sdk/canisters(3.5.2-next-2026-04-21.1). A stable release covering the same changes is out now, so we can get off the prerelease.Changes
@icp-sdk/canistersfrom the3.5.2-nextprerelease to stable3.6.0.@dfinity/utilsfrom4.1.0to4.2.1.3.6.0 relaxes parsing of
total_maturity_disbursements_in_progress(viafromNullable) so older canister versions still decode, and adds converter fields onNeuronInfo. No breaking changes; peers stay on@icp-sdk/core ^5.