Skip to content

chore(deps): bump starknet from 9.2.1 to 10.0.2#65

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/starknet-10.0.2
Open

chore(deps): bump starknet from 9.2.1 to 10.0.2#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/starknet-10.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps starknet from 9.2.1 to 10.0.2.

Release notes

Sourced from starknet's releases.

v10.0.2

10.0.2 (2026-04-30)

Bug Fixes

  • bump version from 9.4.2 to 9.4.3 (bffc6b4)

v10.0.1

10.0.1 (2026-04-30)

Bug Fixes

  • unexpected INFO message when create an Account without Paymaster (3852a2c)

v10.0.0

10.0.0 (2026-04-19)

  • feat!: refactor Account to use composition pattern, plugin system, docs\ \ BREAKING CHANGE: Account no longer extends Provider. Provider methods must now be accessed via account.provider property. \ Changes: - Account uses composition instead of inheritance - Add plugin system to replace ts-mixer - Update all tests to use account.provider.xyz() - Create migration guide and plugin documentation (31d9458)

Bug Fixes

  • hash: fold invoke proofFacts into one poseidon element (bd79872)
  • node runtime array bufgfer fix (5b95106)
  • proof/facts optional (c0f4aaf)
  • replace rpc version literals with SupportedRpcVersion0_10 and update constants to 0.10.2 (dc40318)
  • rlease badge (78992dd)
  • semantic version, audit fix, ci permissions (3c5dea3)
  • types-js (e001d7f)
  • update beta to dev (b775d03)
  • updated rest of the outdated packages (37ee66d)

Features

  • fast-execuite as plugin (d011417)
  • getSimulateTransaction response breaking change now using new response schema (8b3a117)
  • include optional flags in provider, channel and ws (1ba87ad)
  • new v3 transaction hash with proofFacts when defined (3c8e5cb)
  • proof & proof facts (3b157ee)
  • remove default providers - resolve unintended side effect initializations (ea581a8)
  • remove pako package and replace with native and faster CompressionStream, update TS 5.9 (75b8226)
  • replace types-010 with types-0101 (e7060e9)
  • spec 0.10.1-rc3, resposeParser to provider, channel 0.10.1 support 0.10.0 and 0.10.1, docs (8387a1e)

... (truncated)

Changelog

Sourced from starknet's changelog.

10.0.2 (2026-04-30)

Bug Fixes

  • bump version from 9.4.2 to 9.4.3 (bffc6b4)

10.0.1 (2026-04-30)

Bug Fixes

  • unexpected INFO message when create an Account without Paymaster (3852a2c)

10.0.0 (2026-04-19)

  • feat!: refactor Account to use composition pattern, plugin system, docs\ \ BREAKING CHANGE: Account no longer extends Provider. Provider methods must now be accessed via account.provider property. \ Changes: - Account uses composition instead of inheritance - Add plugin system to replace ts-mixer - Update all tests to use account.provider.xyz() - Create migration guide and plugin documentation (31d9458)

Bug Fixes

  • hash: fold invoke proofFacts into one poseidon element (bd79872)
  • node runtime array bufgfer fix (5b95106)
  • proof/facts optional (c0f4aaf)
  • replace rpc version literals with SupportedRpcVersion0_10 and update constants to 0.10.2 (dc40318)
  • rlease badge (78992dd)
  • semantic version, audit fix, ci permissions (3c5dea3)
  • types-js (e001d7f)
  • update beta to dev (b775d03)
  • updated rest of the outdated packages (37ee66d)

Features

  • fast-execuite as plugin (d011417)
  • getSimulateTransaction response breaking change now using new response schema (8b3a117)
  • include optional flags in provider, channel and ws (1ba87ad)
  • new v3 transaction hash with proofFacts when defined (3c8e5cb)
  • proof & proof facts (3b157ee)
  • remove default providers - resolve unintended side effect initializations (ea581a8)
  • remove pako package and replace with native and faster CompressionStream, update TS 5.9 (75b8226)
  • replace types-010 with types-0101 (e7060e9)
  • spec 0.10.1-rc3, resposeParser to provider, channel 0.10.1 support 0.10.0 and 0.10.1, docs (8387a1e)
  • update account class execute with proofFacts and simulate with initial reads (c42b787)

BREAKING CHANGES

  • Account no longer extends Provider. Provider methods must now be accessed via account.provider property.
    Changes:
  • Account uses composition instead of inheritance
  • Add plugin system to replace ts-mixer
  • Update all tests to use account.provider.xyz()

... (truncated)

Commits
  • 8724a01 chore(release): 10.0.2 [skip ci]
  • 5cdb245 Merge branch 'main' into develop
  • 9e799a7 chore(release): 10.0.1 [skip ci]
  • 7bddf49 Merge pull request #1605 from PhilippeR26/fixAccountCreationAlert
  • bec524d Merge pull request #1607 from PhilippeR26/testProof
  • 7d078ad test: tests tx V3 with proof
  • 59550e1 ci: adjust docs version notification settings
  • 3852a2c fix: unexpected INFO message when create an Account without Paymaster
  • 399641e chore(release): 10.0.0 [skip ci]
  • 6b951fd Merge pull request #1596 from starknet-io/beta
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for starknet 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 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 [starknet](https://github.com/starknet-io/starknet.js) from 9.2.1 to 10.0.2.
- [Release notes](https://github.com/starknet-io/starknet.js/releases)
- [Changelog](https://github.com/starknet-io/starknet.js/blob/develop/CHANGELOG.md)
- [Commits](starknet-io/starknet.js@v9.2.1...v10.0.2)

---
updated-dependencies:
- dependency-name: starknet
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 2, 2026
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