Skip to content
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

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

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 Mar 10, 2025

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

Release notes

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

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.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).
  • spl: Add burn_checked, mint_to_checked and approve_checked instructions (#3186).
  • cli: Migrate to agave-install when solana_version is >= 1.18.19 (#3185).
  • idl: Add IdlBuilder (#3188).
  • cli: Make clean command also remove the .anchor directory (#3192).
  • lang: Deprecate #[interface] attribute (#3195).
  • ts: Include unresolved accounts in the resolution error message (#3207).
  • lang: Add LazyAccount (#3194).
  • avm: Ask whether to install if the version is not installed with the use command (#3230).
  • cli: Warn if a manifest has solana-program dependency (#3250).
  • cli: Add completions command to generate shell completions via the clap_complete crate (#3251).
  • cli: Always convert IDLs (#3265).
  • cli: Check whether the idl-build feature exists when using the idl build command (#3273).
  • cli: Build IDL if there is only one program when using the idl build command (#3275).
  • cli: Add short alias for the idl build command (#3283).
  • cli: Add --program-id option to idl convert command (#3309).
  • lang: Generate documentation of constants in declare_program! (#3311).
  • cli: Add support for fetching legacy IDLs (#3324).
  • avm: Add short alias for install and list commands (#3326).

... (truncated)

Commits
  • 0e5285a v0.31.0 (#3259)
  • a3ec04e Fix version bump script not working with the new docs (#3582)
  • 58313de cli: Use camelCase for program name in anchor.workspace templates (#3581)
  • 8b391aa lang: Replace hardcoded discriminators with Discriminator::DISCRIMINATOR (#...
  • c869e11 Fix clippy 1.85.0 (#3576)
  • 4004c4e docs: Add Inkeep AI Chat Widget and update Install page (#3575)
  • dac533e lang: Fix using data as an instruction parameter name in declare_program!...
  • b6b4f11 idl: Fix using account or arg values for seeds::program (#3570)
  • b26f7eb lang: Fix instructions with no accounts causing compilation errors when using...
  • 0d18bb7 docs: Add litesvm docs to Testing Libraries section (#3565)
  • 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

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 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)

Bumps [@coral-xyz/anchor](https://github.com/coral-xyz/anchor) from 0.29.0 to 0.31.0.
- [Release notes](https://github.com/coral-xyz/anchor/releases)
- [Changelog](https://github.com/coral-xyz/anchor/blob/master/CHANGELOG.md)
- [Commits](coral-xyz/anchor@v0.29.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2025
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