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

fix(deps): update all #702

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

fix(deps): update all #702

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aptos-labs/ts-sdk ~1.33.0 -> ~1.35.0 age adoption passing confidence
@coral-xyz/anchor ^0.30.1 -> ^0.31.0 age adoption passing confidence
@​coral-xyz/borsh ^0.30.1 -> ^0.31.0 age adoption passing confidence
@​fuel-ts/program ^0.97.0 -> ^0.99.0 age adoption passing confidence
@mysten/sui ~1.20.0 -> ~1.22.0 age adoption passing confidence
@sentio/api 1.0.2-rc.11 -> 1.0.2 age adoption passing confidence
@solana/web3.js (source) 1.95.8 -> 1.98.0 age adoption passing confidence
bs58 ^5.0.0 -> ^6.0.0 age adoption passing confidence
command-line-args ^5.2.1 -> ^6.0.0 age adoption passing confidence
eslint-config-prettier ^9.1.0 -> ^10.0.0 age adoption passing confidence
fuels ^0.97.0 -> ^0.99.0 age adoption passing confidence
prettier-plugin-sh (source) ^0.14.0 -> ^0.15.0 age adoption passing confidence

Release Notes

coral-xyz/anchor (@​coral-xyz/anchor)

v0.31.0

Compare Source

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).
  • avm: Add Windows support for renaming anchor binary (#​3325).
  • cli: Add optional package-manager flag in init command to set package manager field in Anchor.toml (#​3328).
  • cli: Add test template for Mollusk (#​3352).
  • idl: Disallow account discriminators that can conflict with the zero constraint (#​3365).
  • cli: Include recommended solana args by default and add new --max-retries option to the deploy command (#​3354).
  • avm: Make installation download binaries by default (#​3445).
  • idl: Support PDA resolution of call expressions that don't have any arguments (#​3485).
  • spl: Add anchor-debug feature (#​3511).
Fixes
  • idl: Make safety comment checks fail silently when program path env is not set (#​3045).
  • idl: Avoid interference from rust tests during IDL generation (#​3058).
  • lang: Fix align repr support in declare-program! (#​3056).
  • lang: Make stack frames slimmer on ATA creation (#​3065).
  • lang: Remove getrandom dependency (#​3072).
  • lang: Make InitSpace support unnamed & unit structs (#​3084).
  • lang: Fix using owner constraint with Boxed accounts (#​3087).
  • lang: Add a sanity check for unimplemented token extensions (#​3090).
  • cli: Skip IDL checks if --no-idl option is passed (#​3093).
  • lang: Remove unnecessary clone in account exit routine (#​3139).
  • cli: Fix installation with --locked argument using Rust v1.80 due to time crate issue (#​3143).
  • lang: Fix compilation warnings due to unused deprecated program id macros (#​3170).
  • ts: Remove crypto-hash dependency (#​3171).
  • ts: Improve error message of unsupported view method (#​3177).
  • idl: Fix panicking on tests (#​3197).
  • lang: Remove arrayref dependency (#​3201).
  • cli: Fix template code shouldn't escape (#​3210).
  • idl: Fix using address constraint with non-const expressions (#​3216).
  • idl: Fix using full path types with Program (#​3228).
  • lang: Use closures for init constraints to reduce the stack usage of try_accounts (#​2939).
  • lang: Allow the cfg attribute above the instructions (#​2339).
  • idl: Log output with ANCHOR_LOG on failure and improve build error message (#​3284).
  • lang: Fix constant bytes declarations when using declare_program! (#​3287).
  • lang: Fix using non-instruction composite accounts with declare_program! (#​3290).
  • idl: Fix instructions with tuple parameters not producing an error(#​3294).
  • ts: Update engines.node to >= 17 (#​3301).
  • cli: Use OS-agnostic paths (#​3307).
  • avm: Use rustc 1.79.0 when installing versions older than v0.31 (#​3315).
  • cli: Fix priority fee calculation causing panic on localnet (#​3318).
  • cli: Fix shell command failing due to outdated program initialization (#​3351).
  • idl: Fix detecting false-positives from doc comments during module path conversion (#​3359).
  • cli: Remove passing the rent sysvar account to IDL instructions (#​3372).
  • lang: Fix cpi feature instructions not accounting for discriminator overrides (#​3376).
  • idl: Ignore compiler warnings during builds (#​3396).
  • cli: Avoid extra IDL generation during verify (#​3398).
  • lang: Require zero accounts to be unique (#​3409).
  • lang: Deduplicate zero accounts against init accounts (#​3422).
  • cli: Fix custom provider.cluster (#​3428).
  • cli: Ignore non semver solana/agave releases to avoid panic (#​3432).
  • ts: Fix loading programs with numbers in their names using workspace (#​3450).
  • lang: Remove a potential panic while getting the IDL in declare_program! (#​3458).
  • cli: Fix altering user-provided lib names (#​3467).
  • idl: Fix missing program::seed resolution (#​3474).
  • lang: Fix adding derives and reprs to type alias definitions in declare_program! (#​3504).
  • idl: Fix using constant identifiers as generic arguments (#​3522).
  • client: Remove std::process::exit usage (#​3544).
  • idl: Fix using Pubkey constants with seeds::program (#​3559).
  • lang: Fix instructions with no accounts causing compilation errors when using declare_program! (#​3567).
  • idl: Fix using account or arg values for seeds::program (#​3570).
  • lang: Fix using data as an instruction parameter name in declare_program! (#​3574).
  • cli: Use camelCase for program name in anchor.workspace templates (#​3581).
Breaking
  • syn: Remove bpf target support in hash feature (#​3078).
  • client: Add tokio support to RequestBuilder with async feature (#​3057).
  • lang: Remove EventData trait (#​3083).
  • client: Remove async_rpc method (#​3053).
  • lang: Make discriminator type unsized (#​3098).
  • lang: Require Discriminator trait impl when using the zero constraint (#​3118).
  • ts: Remove DISCRIMINATOR_SIZE constant (#​3120).
  • lang: #[account] attribute arguments no longer parses identifiers as namespaces (#​3140).
  • spl: Rename metadata interface instruction fields from token_program_id to program_id (#​3076).
  • lang, ts: Remove "8 byte" requirement from discriminator error messages (#​3161).
  • lang: Remove discriminator method from Discriminator trait (#​3163).
  • docker: Upgrade node to 20.16.0 LTS (#​3179).
  • ts: Change the Program constructor's idl parameter type to any (#​3181).
  • lang, spl: Remove borsh 0.9 support (#​3199).
  • ts: Upgrade typescript to 5.5.4 and remove the generic parameters of SimulateResponse (#​3221).
  • ts: Remove StateCoder(#​3224).
  • cli: Accept integers for warp_slot (#​3235).
  • lang: Remove EventIndex (#​3244).
  • spl: Remove dex feature (#​3257).
  • client, lang, spl: Upgrade Solana to v2 and SPL to the latest (#​3219).
  • cli: Install Solana from anza.xyz domain in Docker verifiable builds (#​3271).
  • spl: Upgrade SPL deps to latest (#​3346).
  • cli: Upgrade typescript version of templates to v5 (#​3480).
  • ts: Remove snake-case dependency (#​3507).
sentioxyz/api (@​sentio/api)

v1.0.2

Compare Source

Internal

v1.0.2-rc.32

Compare Source

v1.0.2-rc.31

Compare Source

v1.0.2-rc.30

Compare Source

v1.0.2-rc.29

Compare Source

v1.0.2-rc.28

Compare Source

v1.0.2-rc.27

Compare Source

Internal

v1.0.2-rc.26

Compare Source

v1.0.2-rc.25

Compare Source

v1.0.2-rc.24

Compare Source

v1.0.2-rc.23

Compare Source

Internal

v1.0.2-rc.22

Compare Source

v1.0.2-rc.21

Compare Source

Internal

v1.0.2-rc.20

Compare Source

Internal

v1.0.2-rc.19

Compare Source

Internal

v1.0.2-rc.18

Compare Source

v1.0.2-rc.17

Compare Source

v1.0.2-rc.16

Compare Source

Internal

v1.0.2-rc.15

Compare Source

Internal

v1.0.2-rc.14

Compare Source

v1.0.2-rc.13

Compare Source

Internal

v1.0.2-rc.12

Compare Source

Internal
solana-labs/solana-web3.js (@​solana/web3.js)

v1.98.0

Compare Source

Features
  • Agave v2 RPC: replace getRecentBlockhash with getLatestBlockhash (#​3419) (8ea27fc)

v1.97.0

Compare Source

Features
  • agave v2 rpc: replace getConfirmedTransaction with getTransaction (#​3418) (a805cb9)

v1.96.0

Compare Source

Features
  • Agave v2 RPC: replace getConfirmedBlock with getBlock (#​3417) (60e39a6)
cryptocoinjs/bs58 (bs58)

v6.0.0

Compare Source

75lb/command-line-args (command-line-args)

v6.0.1

Compare Source

v6.0.0

Compare Source

This is a non-functional release intended to refresh the codebase and dependency tree. There are no changes to the library's API or behaviour.

Breaking changes since 5.2.1

  • Dropped support for Node versions less than v12.20

Misc other improvements

  • The package is now a native ES6 module while still maintaining support for CommonJS
  • All dependencies updated to their latest version

Upgrade Notes

  • If you're using Node v12.20 or above it's safe to upgrade with zero changes to your code.
  • Users of older versions of Node should stick with command-line-args v5.2.1.
prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes

v10.0.1

Compare Source

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Compare Source

Major Changes
un-ts/prettier (prettier-plugin-sh)

v0.15.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @types/mkdirp to v2 fix(deps): update all Mar 27, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6da290a to c0a8fad Compare April 9, 2024 07:58
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6cd2823 to d4609ea Compare April 19, 2024 03:17
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 117b30b to 12280e8 Compare April 26, 2024 09:02
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from e8da7cb to 00d3ab5 Compare May 4, 2024 10:37
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 1fcd3c1 to 7fdf4ac Compare May 8, 2024 01:44
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 944e906 to a0cd982 Compare February 27, 2025 03:19
@renovate renovate bot force-pushed the renovate/all branch 19 times, most recently from a744ac0 to 5d7ac07 Compare March 10, 2025 02:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 818caac to c112654 Compare March 10, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants