chore(deps): bump @solana/web3.js from 1.22.0 to 1.47.3 #102

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.47.3 into main
dependabot[bot] commented 2022-07-04 01:50:43 +00:00 (Migrated from github.com)

Bumps @solana/web3.js from 1.22.0 to 1.47.3.

Release notes

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

v1.47.3

1.47.3 (2022-07-02)

Bug Fixes

  • ingest only the relevant properties when constructing Transactions (88a5d74)

v1.47.2

1.47.2 (2022-07-02)

Bug Fixes

  • getPerformanceSamples no longer breaks when the connection has a default commitment (2f33b79)
  • a much simpler way to prevent getRecentPerformanceSamples from sending a commitment (c660a91)

v1.47.1

1.47.1 (2022-07-01)

Bug Fixes

  • web3.js; maxRetries no longer stripped when zero (#26345) (ea9dffa)

v1.47.0

1.47.0 (2022-06-30)

Features

  • web3.js RPC errors now hold the error code and data on the error object (#26318) (f4d9f51)

v1.46.0

1.46.0 (2022-06-29)

Features

  • add minContextSlot configuration to (almost) all web3.js methods (#26296) (6482d0d)

v1.45.0

1.45.0 (2022-06-29)

Features

  • add custom version HTTP header string to RPC requests (6e009d8)

v1.44.3

... (truncated)

Commits
  • 0d598b7 chore: move checkBlockHeight into block where it's used
  • 88a5d74 fix: ingest only the relevant properties when constructing Transactions
  • c660a91 fix: a much simpler way to prevent getRecentPerformanceSamples from sending a...
  • 798cd3b test: maybe don't disable all the web3.js tests
  • 2f33b79 fix: getPerformanceSamples no longer breaks when the connection has a defau...
  • ea9dffa fix: web3.js; maxRetries no longer stripped when zero (#26345)
  • f4d9f51 feat: web3.js RPC errors now hold the error code and data on the error ob...
  • 6482d0d feat: add minContextSlot configuration to (almost) all web3.js methods (#26...
  • 6e009d8 feat: add custom version HTTP header string to RPC requests
  • 5790271 test: compile web3.js tests in such a way that you can use es2020+ syntax wit...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by _chido, a new releaser for @​solana/web3.js 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 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)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.22.0 to 1.47.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/solana-labs/solana-web3.js/releases"><code>@​solana/web3</code>.js's releases</a>.</em></p> <blockquote> <h2>v1.47.3</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.47.2...v1.47.3">1.47.3</a> (2022-07-02)</h2> <h3>Bug Fixes</h3> <ul> <li>ingest only the relevant properties when constructing <code>Transactions</code> (<a href="https://github.com/solana-labs/solana-web3.js/commit/88a5d74e9e1397def38c64522bc7b9f2750c3f17">88a5d74</a>)</li> </ul> <h2>v1.47.2</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.47.1...v1.47.2">1.47.2</a> (2022-07-02)</h2> <h3>Bug Fixes</h3> <ul> <li><code>getPerformanceSamples</code> no longer breaks when the connection has a default commitment (<a href="https://github.com/solana-labs/solana-web3.js/commit/2f33b79ab0b0577387fc7826801c585d6c433832">2f33b79</a>)</li> <li>a much simpler way to prevent getRecentPerformanceSamples from sending a commitment (<a href="https://github.com/solana-labs/solana-web3.js/commit/c660a911429747b86423452387ce6d24c4f42d06">c660a91</a>)</li> </ul> <h2>v1.47.1</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.47.0...v1.47.1">1.47.1</a> (2022-07-01)</h2> <h3>Bug Fixes</h3> <ul> <li>web3.js; maxRetries no longer stripped when zero (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26345">#26345</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/ea9dffaeb16de312c63669182fdc0682d51e222b">ea9dffa</a>)</li> </ul> <h2>v1.47.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.46.0...v1.47.0">1.47.0</a> (2022-06-30)</h2> <h3>Features</h3> <ul> <li>web3.js RPC errors now hold the error <code>code</code> and <code>data</code> on the error object (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26318">#26318</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/f4d9f51f026dc357ed7526afddf284855e812b23">f4d9f51</a>)</li> </ul> <h2>v1.46.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.45.0...v1.46.0">1.46.0</a> (2022-06-29)</h2> <h3>Features</h3> <ul> <li>add <code>minContextSlot</code> configuration to (almost) all web3.js methods (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26296">#26296</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/6482d0dc120cab140dd07b216247fdac1b8ddaa6">6482d0d</a>)</li> </ul> <h2>v1.45.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.44.3...v1.45.0">1.45.0</a> (2022-06-29)</h2> <h3>Features</h3> <ul> <li>add custom version HTTP header string to RPC requests (<a href="https://github.com/solana-labs/solana-web3.js/commit/6e009d806a51615bb89355266f7f4b72a93844d6">6e009d8</a>)</li> </ul> <h2>v1.44.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/0d598b759e3a7c0d1f71468ff7e903b23e940a80"><code>0d598b7</code></a> chore: move <code>checkBlockHeight</code> into block where it's used</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/88a5d74e9e1397def38c64522bc7b9f2750c3f17"><code>88a5d74</code></a> fix: ingest only the relevant properties when constructing <code>Transactions</code></li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/c660a911429747b86423452387ce6d24c4f42d06"><code>c660a91</code></a> fix: a much simpler way to prevent getRecentPerformanceSamples from sending a...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/798cd3b7f43129e72777e33b91fb4d276d66820e"><code>798cd3b</code></a> test: maybe don't disable all the web3.js tests</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/2f33b79ab0b0577387fc7826801c585d6c433832"><code>2f33b79</code></a> fix: <code>getPerformanceSamples</code> no longer breaks when the connection has a defau...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/ea9dffaeb16de312c63669182fdc0682d51e222b"><code>ea9dffa</code></a> fix: web3.js; maxRetries no longer stripped when zero (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26345">#26345</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/f4d9f51f026dc357ed7526afddf284855e812b23"><code>f4d9f51</code></a> feat: web3.js RPC errors now hold the error <code>code</code> and <code>data</code> on the error ob...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/6482d0dc120cab140dd07b216247fdac1b8ddaa6"><code>6482d0d</code></a> feat: add <code>minContextSlot</code> configuration to (almost) all web3.js methods (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26">#26</a>...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/6e009d806a51615bb89355266f7f4b72a93844d6"><code>6e009d8</code></a> feat: add custom version HTTP header string to RPC requests</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/5790271d25f61edc535c7bf187f8d5754e79e2b8"><code>5790271</code></a> test: compile web3.js tests in such a way that you can use es2020+ syntax wit...</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.47.3">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~_chido">_chido</a>, a new releaser for <code>@​solana/web3</code>.js since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@solana/web3.js&package-manager=npm_and_yarn&previous-version=1.22.0&new-version=1.47.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2022-07-14 00:59:38 +00:00 (Migrated from github.com)

Superseded by #105.

Superseded by #105.

Pull request closed

Sign in to join this conversation.
No description provided.