solana-labs / example-helloworld

Hello world on Solana
MIT License
894 stars 864 forks source link

Bump @solana/web3.js from 1.41.8 to 1.78.0 #617

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @solana/web3.js from 1.41.8 to 1.78.0.

Release notes

Sourced from @​solana/web3.js's releases.

v1.78.0

1.78.0 (2023-07-07)

Features

v1.77.3

1.77.3 (2023-05-31)

Bug Fixes

  • getProgramAccounts type when config is undefined (#1326) (0b7dd02)

v1.77.2

1.77.2 (2023-05-28)

Bug Fixes

v1.77.1

1.77.1 (2023-05-25)

Bug Fixes

  • build false into CDN build for process.env.TEST_LIVE (#1316) (ffa81ab), closes #1315

v1.77.0

1.77.0 (2023-05-24)

Features

Bug Fixes

  • wait until the slot after a program is deployed (#1309) (e1fc77c)
  • when throwing errors from the loader, replicate what sendAndConfirmTransaction does (21cfcdd)

v1.76.0

1.76.0 (2023-05-09)

... (truncated)

Commits
  • 9232d2b feat: Add isBlockhashValid (#1386)
  • 4f36046 chore: fix bad node version identifier in CI config
  • 957755c chore: upgrade requirements to the two latest versions of Node (#1387)
  • 3b1c7d5 refactor(experimental): make crypto available in tests (#1384)
  • ca5fcbd refactor(experimental): move the base 58 string encoder into @solana/keys (...
  • 444644c refactor(experimental): Upgrade Jest to 29.6.1
  • 083ac3e refactor(experimental): update Jest to 29.6.0 (#1382)
  • d1e0dc6 refactor(experimental): export some more required types from rpc-core (#1378)
  • 874d89c refactor(experimental): update the README for @solana/instructions (#1377)
  • 3775937 refactor(experimental): a serializer for the compiled message of a transactio...
  • 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[bot] commented 1 year ago

Superseded by #621.