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

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

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

Release notes

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

v1.36.0

1.36.0 (2022-03-02)

Features

  • add getMultipleAccountsInfoAndContext method to Connection (8ee1be4)

v1.35.1

1.35.1 (2022-02-21)

Bug Fixes

  • simulateTransaction accounts items can be null (#23229) (7970c03)

v1.35.0

1.35.0 (2022-02-17)

Features

v1.34.0

1.34.0 (2022-02-09)

Features

  • vote-program: support VoteInstruction::Authorize (#22978) (829cf65)

v1.33.0

1.33.0 (2022-02-04)

Features

v1.32.2

1.32.2 (2022-02-04)

Bug Fixes

  • swallow error if socket has already been closed (#22934) (21e29f0)

v1.32.1

1.32.1 (2022-02-03)

... (truncated)

Commits
  • 8ee1be4 feat: add getMultipleAccountsInfoAndContext method to Connection
  • dfda2cc chore: web3.js: fix cjs file reference in package.json (#21940)
  • ebcfe5e Add script for running nightly rustfmt on all workspaces (#23244)
  • 7970c03 fix: simulateTransaction accounts items can be null (#23229)
  • 834f1ff feat(stake-program): support splitWithSeed (#23213)
  • f947609 chore: bump vm2 from 3.9.5 to 3.9.7 in /web3.js (#23125)
  • 829cf65 feat(vote-program): support VoteInstruction::Authorize (#22978)
  • a3602ec chore: make Connection block tests less brittle (#23015)
  • 2652c54 feat(web3.js): support withdraw from Vote account (#22932)
  • 21e29f0 fix: swallow error if socket has already been closed (#22934)
  • 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)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.22.0 to 1.36.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.36.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.35.1...v1.36.0">1.36.0</a> (2022-03-02)</h2> <h3>Features</h3> <ul> <li>add getMultipleAccountsInfoAndContext method to Connection (<a href="https://github.com/solana-labs/solana-web3.js/commit/8ee1be43d6da96397fa36ec690a35f8d0be8120c">8ee1be4</a>)</li> </ul> <h2>v1.35.1</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.35.0...v1.35.1">1.35.1</a> (2022-02-21)</h3> <h3>Bug Fixes</h3> <ul> <li>simulateTransaction accounts items can be null (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/23229">#23229</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/7970c03635d264d448b4d17546b2589a4c253ffe">7970c03</a>)</li> </ul> <h2>v1.35.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.34.0...v1.35.0">1.35.0</a> (2022-02-17)</h2> <h3>Features</h3> <ul> <li><strong>stake-program:</strong> support <code>splitWithSeed</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/23213">#23213</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/834f1ff6acf2c8975347cf0622cb15e586ac5d90">834f1ff</a>)</li> </ul> <h2>v1.34.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.33.0...v1.34.0">1.34.0</a> (2022-02-09)</h2> <h3>Features</h3> <ul> <li><strong>vote-program:</strong> support VoteInstruction::Authorize (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/22978">#22978</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/829cf65d5a665b1418e27ea484ead6bac52a89f2">829cf65</a>)</li> </ul> <h2>v1.33.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.32.2...v1.33.0">1.33.0</a> (2022-02-04)</h2> <h3>Features</h3> <ul> <li><strong>web3.js:</strong> support withdraw from Vote account (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/22932">#22932</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/2652c54dec120f5a0c8c317a7b1d4bbe14f20fb1">2652c54</a>)</li> </ul> <h2>v1.32.2</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.32.1...v1.32.2">1.32.2</a> (2022-02-04)</h3> <h3>Bug Fixes</h3> <ul> <li>swallow error if socket has already been closed (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/22934">#22934</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/21e29f044f53246b157ff7a0034981cf7d67824f">21e29f0</a>)</li> </ul> <h2>v1.32.1</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.32.0...v1.32.1">1.32.1</a> (2022-02-03)</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/8ee1be43d6da96397fa36ec690a35f8d0be8120c"><code>8ee1be4</code></a> feat: add getMultipleAccountsInfoAndContext method to Connection</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/dfda2cc5d0bb1a46b39e479108c6281b55a29306"><code>dfda2cc</code></a> chore: web3.js: fix cjs file reference in package.json (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/21940">#21940</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/ebcfe5e691cb0d4ae7290c562c7f49af4e6fb43e"><code>ebcfe5e</code></a> Add script for running nightly rustfmt on all workspaces (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/23244">#23244</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/7970c03635d264d448b4d17546b2589a4c253ffe"><code>7970c03</code></a> fix: simulateTransaction accounts items can be null (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/23229">#23229</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/834f1ff6acf2c8975347cf0622cb15e586ac5d90"><code>834f1ff</code></a> feat(stake-program): support <code>splitWithSeed</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/23213">#23213</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/f947609e475b286dc970894d25f8c2356c883cd4"><code>f947609</code></a> chore: bump vm2 from 3.9.5 to 3.9.7 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/23125">#23125</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/829cf65d5a665b1418e27ea484ead6bac52a89f2"><code>829cf65</code></a> feat(vote-program): support VoteInstruction::Authorize (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/22978">#22978</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/a3602ec513c15ffcebe71e78082a7cd50958c0da"><code>a3602ec</code></a> chore: make Connection block tests less brittle (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/23015">#23015</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/2652c54dec120f5a0c8c317a7b1d4bbe14f20fb1"><code>2652c54</code></a> feat(web3.js): support withdraw from Vote account (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/22932">#22932</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/21e29f044f53246b157ff7a0034981cf7d67824f"><code>21e29f0</code></a> fix: swallow error if socket has already been closed (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/22934">#22934</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.36.0">compare view</a></li> </ul> </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.36.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-03-29 00:56:22 +00:00 (Migrated from github.com)

Superseded by #47.

Superseded by #47.

Pull request closed

Sign in to join this conversation.
No description provided.