Bump the solana-ecosystem group with 5 updates#3955
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the solana-ecosystem group with 5 updates: | Package | From | To | | --- | --- | --- | | [@solana-program/compute-budget](https://github.com/solana-program/compute-budget) | `0.12.0` | `0.16.0` | | [@solana-program/system](https://github.com/solana-program/system) | `0.10.0` | `0.12.2` | | [@solana-program/token](https://github.com/solana-program/token) | `0.9.0` | `0.14.0` | | [@solana-program/token-2022](https://github.com/solana-program/token-2022) | `0.8.0` | `0.12.0` | | [@solana/wallet-adapter-solflare](https://github.com/anza-xyz/wallet-adapter) | `0.6.32` | `0.6.33` | Updates `@solana-program/compute-budget` from 0.12.0 to 0.16.0 - [Release notes](https://github.com/solana-program/compute-budget/releases) - [Commits](https://github.com/solana-program/compute-budget/compare/js@v0.12.0...js@v0.16.0) Updates `@solana-program/system` from 0.10.0 to 0.12.2 - [Release notes](https://github.com/solana-program/system/releases) - [Commits](https://github.com/solana-program/system/compare/js@v0.10.0...js@v0.12.2) Updates `@solana-program/token` from 0.9.0 to 0.14.0 - [Release notes](https://github.com/solana-program/token/releases) - [Commits](https://github.com/solana-program/token/compare/js@v0.9.0...js@v0.14.0) Updates `@solana-program/token-2022` from 0.8.0 to 0.12.0 - [Release notes](https://github.com/solana-program/token-2022/releases) - [Commits](https://github.com/solana-program/token-2022/compare/js@v0.8.0...js@v0.12.0) Updates `@solana/wallet-adapter-solflare` from 0.6.32 to 0.6.33 - [Release notes](https://github.com/anza-xyz/wallet-adapter/releases) - [Commits](https://github.com/anza-xyz/wallet-adapter/compare/@solana/wallet-adapter-solflare@0.6.32...@solana/wallet-adapter-solflare@0.6.33) --- updated-dependencies: - dependency-name: "@solana-program/compute-budget" dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: solana-ecosystem - dependency-name: "@solana-program/system" dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: solana-ecosystem - dependency-name: "@solana-program/token" dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: solana-ecosystem - dependency-name: "@solana-program/token-2022" dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: solana-ecosystem - dependency-name: "@solana/wallet-adapter-solflare" dependency-version: 0.6.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: solana-ecosystem ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Bumps the solana-ecosystem group with 5 updates:
0.12.00.16.00.10.00.12.20.9.00.14.00.8.00.12.00.6.320.6.33Updates
@solana-program/compute-budgetfrom 0.12.0 to 0.16.0Release notes
Sourced from @solana-program/compute-budget's releases.
Commits
d8b658aPublish js@v0.16.05f28aa4Migrate JS lint and format tooling to Oxlint and Oxfmt (#32)b64559dAlign orchestration with the solana-program org (#31)3ef12adMigrate JS tests to a Kit client and LiteSVM (#30)bcee814Update Codama and regenerate clients (#29)978a73afix: include source files in published package for IDE navigation (#28)a0174b4Publish JS client v0.15.01c5b871Include full simulation data in compute limit estimation error (#27)23343d7Publish JS client v0.14.0b88ee42Fix wrongly exposed JS helperMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@solana-program/compute-budgetsince your current version.Updates
@solana-program/systemfrom 0.10.0 to 0.12.2Release notes
Sourced from @solana-program/system's releases.
Commits
746ddbePublish js@v0.12.2332b92fAdd CreateAccountAllowPrefund instruction (SIMD-0312) (#81)b8aca7aRelocate IDL to repo root (#80)f2433ffPublish js@v0.12.191e0d9aAlign repo orchestration with solana-program conventions (#79)2e9bd5eMigrate JS lint and format tooling to Oxlint and Oxfmt (#78)acd102aUse LiteSVM for JS client tests (#76)392d7a0Bump generated clients and their dependencies (#75)920a4a1fix: include source files in published package for IDE navigation (#74)28a422cUse Kit plugins for JS client tests (#73)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@solana-program/systemsince your current version.Updates
@solana-program/tokenfrom 0.9.0 to 0.14.0Release notes
Sourced from @solana-program/token's releases.
Commits
7825209Publish js@v0.14.05382abdMigrate JS lint and format tooling to Oxlint and Oxfmt (#160)2627f44Move the IDL to the repository root (#159)26abb3fMigrate JS tests to a Kit client and LiteSVM (#158)7ed1aa8Update Codama and regenerate clients (#157)81f5ee2Migrate JS tests from AVA to Vitest (#156)3d00ad7p-token: Add clarifications from formal verification report (#155)46eaacdPublish spl-token-interface v3.0.0f62a0b0interface: Add new instructions (#153)2c1b6eep-token: Expand comments (#152)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@solana-program/tokensince your current version.Updates
@solana-program/token-2022from 0.8.0 to 0.12.0Release notes
Sourced from @solana-program/token-2022's releases.
Commits
d259b42Publish js@v0.12.0d3ea96aBump zk-elgamal-proof dependency to 0.2.0 (#1261)567a6b4[token-cli] Add confidential transfer with fee support (#1239)8c727a3Add attestation permissions to publish-rust workflow (#1260)7c6f82cinterface: add allocation-free account length helper (#1231)71b4fe8build(deps-dev): bump@typescript-eslint/eslint-pluginfrom 8.61.0 to 8.61.1 ...80c209cbuild(deps-dev): bump codama from 1.7.0 to 1.8.0 (#1258)bd8bd17Set explicit permissions on publish workflows (#1257)677d93fbuild(deps-dev): bump@solana/codecs-stringsfrom 6.9.0 to 6.10.0 in /clients...31e40b2build(deps-dev): bump@typescript-eslint/parserfrom 8.61.0 to 8.61.1 in /cli...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@solana-program/token-2022since your current version.Updates
@solana/wallet-adapter-solflarefrom 0.6.32 to 0.6.33Release notes
Sourced from @solana/wallet-adapter-solflare's releases.
Commits
ca73185Bump Node to LTS (#1153)8c71109CI tweaks55bc33fUse trusted publishing (#1152)ac7807bFix localStorage ReferenceError in Node (#1151)1d74551Version Packages (#1148)f30323dAdd changesets for solflare + phantom adapters (#1147)05f6900fix: Phantom Wallet conflict with Bitget Wallet (#1145)4ea723efix: remove deprecated Solflare MetaMask snap support (#1136)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@solana/wallet-adapter-solflaresince 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions