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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.52.0 into main
dependabot[bot] commented 2022-08-12 00:59:25 +00:00 (Migrated from github.com)

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

Release notes

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

v1.52.0

1.52.0 (2022-08-11)

Features

  • support minContextSlot in getParsedAccountInfo method (#27084) (7d05857)

v1.51.0

1.51.0 (2022-08-10)

Features

  • handle loadedAddresses field in tx meta responses (#27065) (bbfd5d3)

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

... (truncated)

Commits
  • 7d05857 feat: support minContextSlot in getParsedAccountInfo method (#27084)
  • d7ed86a chore: annotate more types as deprecated (#27067)
  • bbfd5d3 feat: handle loadedAddresses field in tx meta responses (#27065)
  • 3708ea1 chore: update tweetnacl dependency to 1.0.3 explicitly (#26907)
  • 2dc0551 chore: Update web3.js README to ask that contributions and issues regarding w...
  • 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)
  • 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.52.0. <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.52.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.51.0...v1.52.0">1.52.0</a> (2022-08-11)</h2> <h3>Features</h3> <ul> <li>support minContextSlot in getParsedAccountInfo method (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27084">#27084</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/7d058578462d4592fa1bcf2c393729d08fa75c02">7d05857</a>)</li> </ul> <h2>v1.51.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.50.1...v1.51.0">1.51.0</a> (2022-08-10)</h2> <h3>Features</h3> <ul> <li>handle <code>loadedAddresses</code> field in tx meta responses (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27065">#27065</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/bbfd5d3b7e8f31ff24003f6e441bb22a66f1c3f5">bbfd5d3</a>)</li> </ul> <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> <!-- 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/7d058578462d4592fa1bcf2c393729d08fa75c02"><code>7d05857</code></a> feat: support minContextSlot in getParsedAccountInfo method (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27084">#27084</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/d7ed86a68c21238d8c66f9b1f9b3a7a2e9a92c8e"><code>d7ed86a</code></a> chore: annotate more types as deprecated (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27067">#27067</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/bbfd5d3b7e8f31ff24003f6e441bb22a66f1c3f5"><code>bbfd5d3</code></a> feat: handle <code>loadedAddresses</code> field in tx meta responses (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27065">#27065</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/3708ea11926242c879f9bc149b51b191ccb076fb"><code>3708ea1</code></a> chore: update <code>tweetnacl</code> dependency to 1.0.3 explicitly (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/26907">#26907</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/2dc05518d49b31a0ea285a68af9e70efc3c192cc"><code>2dc0551</code></a> chore: Update web3.js README to ask that contributions and issues regarding w...</li> <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>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.52.0">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.52.0)](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-16 01:36:46 +00:00 (Migrated from github.com)

Superseded by #112.

Superseded by #112.

Pull request closed

Sign in to join this conversation.
No description provided.