build(deps-dev): bump @coral-xyz/anchor from 0.29.0 to 0.32.1
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(13 days ago)
(13 days ago)
Bumps @coral-xyz/anchor from 0.29.0 to 0.32.1.
Release notes
Sourced from @coral-xyz/anchor's releases.
v0.32.1
The 0.32.1 patch release is here. This patch is aimed to fix the
anchor deployrace condition found in0.32.0.Check out the release notes from Anchor website or GitHub.
For a list of notable changes with their associated PRs, see the CHANGELOG.
v0.32.0
The 0.32.0 major release is here. This release targets a number of optimizations we wanted to make before 1.0 major release.
Check out the release notes from Anchor website or GitHub.
For a list of notable changes with their associated PRs, see the CHANGELOG.
v0.31.1
This patch release is aimed at fixing
proc-macro2related IDL build errors.Check out the release notes from Anchor website or GitHub.
For a list of all notable changes with their associated PRs, see the CHANGELOG.
v0.31.0
The last major release before v1 is finally here!
Check out the release notes from Anchor website or GitHub.
For a list of all notable changes with their associated PRs, see the CHANGELOG.
v0.30.1
This patch release includes various improvements and bug fixes.
Check out the release notes from Anchor website or GitHub.
For a list of notable changes with their associated PRs, see the CHANGELOG.
v0.30.0
The long-awaited v0.30.0 release is finally here!
Check out the release notes from Anchor website or GitHub.
For a list of notable changes with their associated PRs, see the CHANGELOG.
Changelog
Sourced from @coral-xyz/anchor's changelog.
[0.32.1] - 2025-10-09
Features
Fixes
- lang: Fix deprecation warnings on alloc and add solana-program to prelude (#3975).
- cli: Fix race condition that could happen when deploying a program (#3976).
Breaking
[0.32.0] - 2025-10-08
Features
- lang: Add
#[error]attribute todeclare_program!(#3757).- cli: Replace
anchor verifyto usesolana-verifyunder the hood, adding automatic installation via AVM, local path support, and future-proof argument passing (#3768).- lang: Replace
solana-programcrate with smaller crates (#3819).- cli: Make
anchor deployto upload the IDL to the cluster by default unless--no-idlis passed (#3863).- lang: Add generic program validation support to
Programtype allowingProgram<'info>for executable-only validation (#3878).- lang: Use
solana-invokeinstead ofsolana_cpi::invoke(#3900).- client: remove
solana-clientfromanchor-clientandcli(#3877).- idl: Build IDL on stable Rustc (#3842).
- lang: Add custom error when using init on SystemAccount (#3828).
- lang: Add
errorstodeclare_program(#3757).- ts: Add support for Bun as a package manager (#3586).
- lang: Add support for tuple types in space calculation (#3744).
- lang: Add missing pubkey const generation (#3677).
- cli: Add the Minimum Supported Rust Version (MSRV) to the Rust template, since an arbitrary compiler version isn't supported (#3873).
Fixes
- docker: Upgrade
nodeto 20.18.0 LTS (#3687).- cli: Fix using deprecated commitment
recentin migration scripts (#3725).- cli: Fix not respecting
provider.clusterinkeys synccommand (#3761).- lang: Fix deprecated
realloc,store_current_indexand clippy warnings (#3819).- avm: fix AVM instability with solana-verify (#3867).
- avm: update AVM to only use non-draft releases(#3931).
- lang: update bytemuck (#3858).
- idl: disable Locale in camelCase (#3845).
- ts: Remove event parsing panic (#3657).
Breaking
- spl: Update SPL dependencies to latest compatible versions (#3860).
- cli: Replace
anchor verifyto usesolana-verifyunder the hood, adding automatic installation via AVM, local path support, and future-proof argument passing (#3768).- cli: Upload IDL by default with an option to skip ((#3863)[https://redirect.github.com/solana-foundation/anchor/pull/3863]).
- lang: remove Solang (#3824).
... (truncated)
Commits
1ebbe58v0.32.1 (#3978)059bc20fix(cli): Wait for program confirmation before IDL init during deploy (#3976)45beb40Fix: realloc and prelude (#3975)d4502a6v0.32.0 (#3968)b1b20affeat: 2.3.0 update (#3967)d5d7eb9chore: Update security advisory info (#3906)152d431feat(cli): Add MSRV (#3873)56b21edchore: update changelog in prep for 0.32 (#3951)5300d7cfix(avm): Only use non-draft releases (#3931)18d0ca0feat: Usesolana-invokeinsteam ofsolana_cpi::invoke(#3900)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by solana-devs, a new releaser for @coral-xyz/anchor since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 10992422 |
| UUID: | 3615967051 |
| Node ID: | PR_kwDONl-Dz86y83fa |
| Host: | GitHub |
| Repository: | techdev-loop/solana-library-basic |