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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.50.1 into main
dependabot[bot] commented 2022-07-26 00:59:45 +00:00 (Migrated from github.com)

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

Release notes

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

v1.50.1

1.50.1 (2022-07-25)

Bug Fixes

  • (web3.js) clear the idle timer whenever the websocket closes (#26734) (091faf5)

v1.50.0

1.50.0 (2022-07-22)

Features

  • web3.js: add support for get stake minimum delegation (#26682) (85a6a3f)

Bug Fixes

  • add maxSupportedTransactionVersion config to remaining getTransaction calls (7675695)

v1.49.0

1.49.0 (2022-07-22)

Features

  • add maxSupportedTransactionVersion option to getBlock and getTransaction (#26726) (411cfdd)

v1.48.0

1.48.0 (2022-07-13)

Features

  • added web3 bindings for Address Lookup Table Program instructions (#26469) (e1567ab)

v1.47.4

1.47.4 (2022-07-13)

Bug Fixes

  • fork URL and fetch for React Native in web3.js (#26604) (d217b6b)

v1.47.3

1.47.3 (2022-07-02)

Bug Fixes

... (truncated)

Commits
  • 091faf5 fix: (web3.js) clear the idle timer whenever the websocket closes (#26734)
  • 85a6a3f feat(web3.js): add support for get stake minimum delegation (#26682)
  • 7675695 fix: add maxSupportedTransactionVersion config to remaining `getTransaction...
  • 411cfdd feat: add maxSupportedTransactionVersion option to getBlock and `getTrans...
  • 194d2d1 chore: bump terser from 5.12.1 to 5.14.2 in /web3.js (#26702)
  • e1567ab feat: added web3 bindings for Address Lookup Table Program instructions (#26469)
  • d217b6b fix: fork URL and fetch for React Native in web3.js (#26604)
  • e8390c6 Support for returnData in simulate transaction (#26499)
  • e3dc440 chore: remove web3 examples (#26515)
  • 5c6b178 chore: make documentation and examples more prominent in README (#26498)
  • 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.50.1. <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.50.1</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.50.0...v1.50.1">1.50.1</a> (2022-07-25)</h2> <h3>Bug Fixes</h3> <ul> <li>(web3.js) clear the idle timer whenever the websocket closes (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26734">#26734</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/091faf5d0d0c23d475a88d5813d413fe4c28681f">091faf5</a>)</li> </ul> <h2>v1.50.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.49.0...v1.50.0">1.50.0</a> (2022-07-22)</h2> <h3>Features</h3> <ul> <li><strong>web3.js:</strong> add support for get stake minimum delegation (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26682">#26682</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/85a6a3f89a951d55916319dc6ba2e0e7d9a0e8aa">85a6a3f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add <code>maxSupportedTransactionVersion</code> config to remaining <code>getTransaction</code> calls (<a href="https://github.com/solana-labs/solana-web3.js/commit/767569573971ca75283a03ecdb44ab0113de3dfb">7675695</a>)</li> </ul> <h2>v1.49.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.48.0...v1.49.0">1.49.0</a> (2022-07-22)</h2> <h3>Features</h3> <ul> <li>add <code>maxSupportedTransactionVersion</code> option to <code>getBlock</code> and <code>getTransaction</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26726">#26726</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/411cfddba678830b4b44b1d6e7f21bb7132aed64">411cfdd</a>)</li> </ul> <h2>v1.48.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.47.4...v1.48.0">1.48.0</a> (2022-07-13)</h2> <h3>Features</h3> <ul> <li>added web3 bindings for Address Lookup Table Program instructions (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26469">#26469</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/e1567abf41c5746f00ccd18c52021b9d6c566bb9">e1567ab</a>)</li> </ul> <h2>v1.47.4</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.47.3...v1.47.4">1.47.4</a> (2022-07-13)</h2> <h3>Bug Fixes</h3> <ul> <li>fork <code>URL</code> and <code>fetch</code> for React Native in web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26604">#26604</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/d217b6b3f5045a93304a3651d778351516bc4d3f">d217b6b</a>)</li> </ul> <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> <!-- 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/091faf5d0d0c23d475a88d5813d413fe4c28681f"><code>091faf5</code></a> fix: (web3.js) clear the idle timer whenever the websocket closes (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26734">#26734</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/85a6a3f89a951d55916319dc6ba2e0e7d9a0e8aa"><code>85a6a3f</code></a> feat(web3.js): add support for get stake minimum delegation (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26682">#26682</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/767569573971ca75283a03ecdb44ab0113de3dfb"><code>7675695</code></a> fix: add <code>maxSupportedTransactionVersion</code> config to remaining `getTransaction...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/411cfddba678830b4b44b1d6e7f21bb7132aed64"><code>411cfdd</code></a> feat: add <code>maxSupportedTransactionVersion</code> option to <code>getBlock</code> and `getTrans...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/194d2d1aa91e936f0662ba306c3f512166d709f3"><code>194d2d1</code></a> chore: bump terser from 5.12.1 to 5.14.2 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26702">#26702</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/e1567abf41c5746f00ccd18c52021b9d6c566bb9"><code>e1567ab</code></a> feat: added web3 bindings for Address Lookup Table Program instructions (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26469">#26469</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/d217b6b3f5045a93304a3651d778351516bc4d3f"><code>d217b6b</code></a> fix: fork <code>URL</code> and <code>fetch</code> for React Native in web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26604">#26604</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/e8390c67051504aa579d4d6917971b79ced8397b"><code>e8390c6</code></a> Support for returnData in simulate transaction (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26499">#26499</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/e3dc4403b1fbe9ef22c780ca0b86653ea84edcbd"><code>e3dc440</code></a> chore: remove web3 examples (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26515">#26515</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/5c6b1788508e56a0a6af877e269422c56c04af0e"><code>5c6b178</code></a> chore: make documentation and examples more prominent in README (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26498">#26498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.50.1">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.50.1)](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-08-11 02:16:41 +00:00 (Migrated from github.com)

Superseded by #110.

Superseded by #110.

Pull request closed

Sign in to join this conversation.
No description provided.