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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.43.1 into main
dependabot[bot] commented 2022-05-23 01:41:58 +00:00 (Migrated from github.com)

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

Release notes

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

v1.43.1

1.43.1 (2022-05-20)

Bug Fixes

  • remove dependency on @​solana/buffer-layout-utils (#25399) (99bde9a)

v1.43.0

1.43.0 (2022-05-20)

Features

Bug Fixes

  • replace rust cfg annotations that use bpf by target_os solana (2712f52)
  • speed up transaction signing by removing code that does nothing (#25302) (cfac449)

v1.42.0

1.42.0 (2022-05-15)

Features

  • thread new blockheight expiry strategy through sendAndConfirmTransaction (#25227) (ad38806)

v1.41.10

1.41.10 (2022-05-14)

Bug Fixes

  • transaction confirmation strategy: wait until the last valid blockheight passes (closes #24211) (ae741f9)

v1.41.9

1.41.9 (2022-05-13)

Bug Fixes

  • mark the socket as closed when receiving a close/error message (#25180) (ca79fc8)

v1.41.8

1.41.8 (2022-05-13)

... (truncated)

Commits
  • 99bde9a fix: remove dependency on @​solana/buffer-layout-utils (#25399)
  • 7fcb487 chore: bump eslint-plugin-mocha from 9.0.0 to 10.0.4 in /web3.js (#25396)
  • e389c19 chore: bump @​babel/runtime from 7.17.8 to 7.18.0 in /web3.js (#25395)
  • 74d1d10 feat: support additional compute budget ixs (#25104)
  • 2712f52 fix: replace rust cfg annotations that use bpf by target_os solana
  • cfac449 fix: speed up transaction signing by removing code that does nothing (#25302)
  • 4c75263 chore: typo in BlockheightBasedTransactionConfirmationStrategy (#25279)
  • ad38806 feat: thread new blockheight expiry strategy through `sendAndConfirmTransacti...
  • d07e47c test: getEstimatedFee change runs only in live environment now (#25210)
  • ae741f9 fix: transaction confirmation strategy: wait until the last valid blockheight...
  • 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.43.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.43.1</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.43.0...v1.43.1">1.43.1</a> (2022-05-20)</h3> <h3>Bug Fixes</h3> <ul> <li>remove dependency on <code>@​solana/buffer-layout-utils</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25399">#25399</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/99bde9a7045a7f4b2bbe853741e2cbef0b541806">99bde9a</a>)</li> </ul> <h2>v1.43.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.42.0...v1.43.0">1.43.0</a> (2022-05-20)</h2> <h3>Features</h3> <ul> <li>support additional compute budget ixs (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25104">#25104</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/74d1d10e9415e851e05a0d80cfa18e542ff5a1fc">74d1d10</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>replace rust cfg annotations that use bpf by target_os solana (<a href="https://github.com/solana-labs/solana-web3.js/commit/2712f52f6d718aa5545adb4789822bf2d8c0f87e">2712f52</a>)</li> <li>speed up transaction signing by removing code that does nothing (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25302">#25302</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/cfac449eb4a5666b2bfa9256596dacb776ddb976">cfac449</a>)</li> </ul> <h2>v1.42.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.41.10...v1.42.0">1.42.0</a> (2022-05-15)</h2> <h3>Features</h3> <ul> <li>thread new blockheight expiry strategy through <code>sendAndConfirmTransaction</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25227">#25227</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/ad38806f2ed9d71890561122dc7e189ca88f1507">ad38806</a>)</li> </ul> <h2>v1.41.10</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.41.9...v1.41.10">1.41.10</a> (2022-05-14)</h3> <h3>Bug Fixes</h3> <ul> <li>transaction confirmation strategy: wait until the last valid blockheight passes (closes <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24211">#24211</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/ae741f9b679bbf2b757b1fcad170ba2addfc7bd9">ae741f9</a>)</li> </ul> <h2>v1.41.9</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.41.8...v1.41.9">1.41.9</a> (2022-05-13)</h3> <h3>Bug Fixes</h3> <ul> <li>mark the socket as closed when receiving a close/error message (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25180">#25180</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/ca79fc824aea0186c94247e6ee1eb83961a5680c">ca79fc8</a>)</li> </ul> <h2>v1.41.8</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.41.7...v1.41.8">1.41.8</a> (2022-05-13)</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/99bde9a7045a7f4b2bbe853741e2cbef0b541806"><code>99bde9a</code></a> fix: remove dependency on <code>@​solana/buffer-layout-utils</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25399">#25399</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/7fcb487661b4c88644a98c9a1c4fe63f53bd5139"><code>7fcb487</code></a> chore: bump eslint-plugin-mocha from 9.0.0 to 10.0.4 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25396">#25396</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/e389c1918eab94e4261de522104fd0a2013d783f"><code>e389c19</code></a> chore: bump <code>@​babel/runtime</code> from 7.17.8 to 7.18.0 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25395">#25395</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/74d1d10e9415e851e05a0d80cfa18e542ff5a1fc"><code>74d1d10</code></a> feat: support additional compute budget ixs (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25104">#25104</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/2712f52f6d718aa5545adb4789822bf2d8c0f87e"><code>2712f52</code></a> fix: replace rust cfg annotations that use bpf by target_os solana</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/cfac449eb4a5666b2bfa9256596dacb776ddb976"><code>cfac449</code></a> fix: speed up transaction signing by removing code that does nothing (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25302">#25302</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/4c75263c3180866168a4f8a9826a96eb70a6dca1"><code>4c75263</code></a> chore: typo in BlockheightBasedTransactionConfirmationStrategy (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25279">#25279</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/ad38806f2ed9d71890561122dc7e189ca88f1507"><code>ad38806</code></a> feat: thread new blockheight expiry strategy through `sendAndConfirmTransacti...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/d07e47c7e8b6376fd1bd30cf00dbf8f256f66fae"><code>d07e47c</code></a> test: getEstimatedFee change runs only in live environment now (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25210">#25210</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/ae741f9b679bbf2b757b1fcad170ba2addfc7bd9"><code>ae741f9</code></a> fix: transaction confirmation strategy: wait until the last valid blockheight...</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.43.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.43.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-05-30 01:49:28 +00:00 (Migrated from github.com)

Superseded by #83.

Superseded by #83.

Pull request closed

Sign in to join this conversation.
No description provided.