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

npm: bump @project-serum/anchor from 0.24.2 to 0.25.0 #36

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 14, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @project-serum/anchor from 0.24.2 to 0.25.0.

Release notes

Sourced from @​project-serum/anchor's releases.

v0.25.0

For a list of changes in this release, see the Change Log.

Changelog

Sourced from @​project-serum/anchor's changelog.

[0.25.0] - 2022-07-05

Features

  • lang: Add realloc, realloc::payer, and realloc::zero as a new constraint group for program accounts (#1986).
  • lang: Add PartialEq and Eq for anchor_lang::Error (#1544).
  • cli: Add --skip-build to anchor publish (#1786).
  • cli: Add --program-keypair to anchor deploy (#1786).
  • cli: Add compilation optimizations to cli template (#1807).
  • cli: build now adds docs to idl. This can be turned off with --no-docs (#1561).
  • cli: Add b and t aliases for build and test respectively (#1823).
  • spl: Add more derived traits to TokenAccount to Mint (#1818).
  • spl: Add sync_native token program CPI wrapper function (#1833).
  • cli: Allow passing arguments to an underlying script with anchor run (#1914).
  • ts: Implement a coder for system program (#1920).
  • ts: Add program.coder.types for encoding/decoding user-defined types (#1931).
  • client: Add send_with_spinner_and_config function to RequestBuilder (#1926).
  • ts: Implement a coder for SPL associated token program (#1939).
  • ts: verbose error for missing ANCHOR_WALLET variable when using NodeWallet.local() (#1958).
  • ts: Add MethodsBuilder#accountsStrict for strict typing on ix account input (#2019).
  • Update solana dependencies to 1.10.29 (#2027).

Fixes

  • cli: Move overflow-checks into workspace Cargo.toml so that it will not be ignored by compiler (#1806).
  • lang: Fix missing account name information when deserialization fails when using init or zero (#1800).
  • ts: Expose the wallet's publickey on the Provider (#1845).

Breaking

  • ts: Change BROWSER env variable to ANCHOR_BROWSER (#1233).
  • ts: Add transaction signature to EventCallback parameters (#1851).
  • ts: Change EventParser#parseLogs implementation to be a generator instead of callback function (#2018).
  • lang: Adds a new &mut reallocs: BTreeSet<Pubkey> argument to Accounts::try_accounts (#1986).
Commits
  • 6baed77 v0.25.0 (#2031)
  • c47fb28 lang: adjust realloc implementation to safeguard max increase and idempoten...
  • 9b61bbc bump solana-program version (#2027)
  • 24ab7d3 add skip-lint to Anchor.toml (#2026)
  • e90f688 build(deps): bump cross-fetch in /docs/programs/tic-tac-toe (#2024)
  • 5e07a34 build(deps): bump minimist in /docs/programs/tic-tac-toe (#2025)
  • 8a6a9e1 ts: fix Module needs an import assertion of type json (#2023)
  • 8584744 fix changelog entry to be breaking (#2022)
  • e67c50f ts: convert EventParser.parseLogs to a generator function (#2018)
  • 2ad0067 ts: add accountsStrict for non-resolvable accounts input (#2019)
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 14, 2022
Bumps [@project-serum/anchor](https://github.com/coral-xyz/anchor) from 0.24.2 to 0.25.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.24.2...v0.25.0)

---
updated-dependencies:
- dependency-name: "@project-serum/anchor"
  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/project-serum/anchor-0.25.0 branch from 8c5a6ee to 1441c8e Compare July 14, 2022 22:47
@github-actions github-actions bot merged commit 75f5310 into main Jul 14, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/project-serum/anchor-0.25.0 branch July 14, 2022 22:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants