Skip to content

build(deps): bump @coral-xyz/anchor from 0.29.0 to 0.31.1 #1706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps @coral-xyz/anchor from 0.29.0 to 0.31.1.

Release notes

Sourced from @​coral-xyz/anchor's releases.

v0.31.1

This patch release is aimed at fixing proc-macro2 related 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.31.1] - 2025-04-19

This release uses a new docker image found at solanafoundation/anchor for the anchor verify command. New images will be pushed to this organization in the future.

Releases for anchor will also be published under the solanafoundation Github organization from now on.

Features

  • cli, docker: Replace backpackapp/build Docker image with solanafoundation/anchor (#3619).
  • ts: Make Provider require publicKey instead of wallet in accounts resolver (#3613)

Fixes

  • idl: Update proc-macro2 usage for latest nightly (#3663)
  • ts: Fix parsing IDL with multiple const generics (#3665)

Breaking

[0.31.0] - 2025-03-08

Features

  • client: Make solana_account_decoder dep public in anchor client (#3455).
  • ts: Add optional options.blockhash to Provider.sendAndConfirm (#3070).
  • ts: Add optional commitment parameter to Program.addEventListener (#3052).
  • cli, idl: Pass cargo args to IDL generation when building program or IDL (#3059).
  • cli: Add checks for incorrect usage of idl-build feature (#3061).
  • lang: Export Discriminator trait from prelude (#3075).
  • lang: Add Account utility type to get accounts from bytes (#3091).
  • client: Add option to pass in mock rpc client when using anchor_client (#3053).
  • lang: Get discriminator length dynamically (#3101).
  • lang: Add non-8-byte discriminator support in declare_program! (#3103).
  • client: Make ThreadSafeSigner trait public (#3107).
  • lang: Update dispatch function to support dynamic discriminators (#3104).
  • lang: Remove the fallback function shortcut in try_entry function (#3109).
  • ts: Get discriminator lengths dynamically (#3120).
  • client: Support non-8-byte discriminators (#3125).
  • spl: Add withdraw_withheld_tokens_from_accounts instruction (#3128).
  • ts: Add optional wallet property to the Provider interface (#3130).
  • cli: Warn if anchor-spl/idl-build is missing (#3133).
  • client: Add internal_rpc method for mock feature (#3135).
  • lang: Add #[instruction] attribute proc-macro to override default instruction discriminators (#3137).
  • lang: Use associated discriminator constants instead of hardcoding in #[account] (#3144).
  • lang: Add discriminator argument to #[account] attribute (#3149).
  • lang: Add discriminator argument to #[event] attribute (#3152).
  • idl: Check ambiguous discriminators (#3157).
  • idl: Disallow all zero account discriminators (#3159).
  • cli: Support non-8-byte discriminators (#3165).
  • idl: Disallow empty discriminators (#3166).
  • cli: Add --no-idl option to the test command (#3175).

... (truncated)

Commits
  • 47284f8 v0.31.1 (#3666)
  • 5913906 ts: Fix parsing IDL with multiple const generics (#3665)
  • 4d815e4 docs: Fix outdated space recommendation description (#3656)
  • 54d5396 idl: Update proc-macro2 usage for latest nightly (#3663)
  • 649b9d6 Fix clippy 1.86.0 (#3654)
  • 1a2b6bd docs: Clarify max_len space calculation (#3641)
  • e247502 docs: Fix broken links in v0.31.0 release notes (#3638)
  • 12508d4 lang: Remove bytemuck_derive version requirement (#3630)
  • 157a52f Replace backpackapp/build Docker image with solanafoundation/anchor (#3619)
  • 70bdd6a ts: Make Provider require publicKey instead of wallet in accounts resolver ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by armaniferrante, a new releaser for @​coral-xyz/anchor since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 21, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/coral-xyz/anchor-0.31.1 branch 2 times, most recently from 833b869 to 3e7d916 Compare May 10, 2025 12:43
Bumps [@coral-xyz/anchor](https://github.com/coral-xyz/anchor) from 0.29.0 to 0.31.1.
- [Release notes](https://github.com/coral-xyz/anchor/releases)
- [Changelog](https://github.com/solana-foundation/anchor/blob/master/CHANGELOG.md)
- [Commits](solana-foundation/anchor@v0.29.0...v0.31.1)

---
updated-dependencies:
- dependency-name: "@coral-xyz/anchor"
  dependency-version: 0.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/coral-xyz/anchor-0.31.1 branch from 3e7d916 to 102c264 Compare May 12, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants