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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.42.0 into main
dependabot[bot] commented 2022-05-17 00:53:36 +00:00 (Migrated from github.com)

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

Release notes

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

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)

Bug Fixes

  • restore package-lock file; it's needed for the build cache :/ (61a76c1)

v1.41.7

1.41.7 (2022-05-12)

Bug Fixes

  • repair native bigint-buffer binding by preventing module from being bundled (fixes #25159) (980f460)

v1.41.6

1.41.6 (2022-05-12)

Bug Fixes

  • include exception identifier in catch blocks (#25147) (4f465c7)

v1.41.5

1.41.5 (2022-05-12)

... (truncated)

Commits
  • 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...
  • ca79fc8 fix: mark the socket as closed when receiving a close/error message (#25180)
  • 4291ec7 chore: bump ts-mocha from 9.0.2 to 10.0.0 in /web3.js (#25102)
  • 61a76c1 fix: restore package-lock file; it's needed for the build cache :/
  • 980f460 fix: repair native bigint-buffer binding by preventing module from being bund...
  • 4f465c7 fix: include exception identifier in catch blocks (#25147)
  • cf1851d chore: delete npm lockfile (closes #25148)
  • 1af69f1 fix: allow mutating transactions (#25141)
  • 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.42.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.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> <h3>Bug Fixes</h3> <ul> <li>restore package-lock file; it's needed for the build cache :/ (<a href="https://github.com/solana-labs/solana-web3.js/commit/61a76c12fb4968782eb6467fabecbe35cff3fddd">61a76c1</a>)</li> </ul> <h2>v1.41.7</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.41.6...v1.41.7">1.41.7</a> (2022-05-12)</h3> <h3>Bug Fixes</h3> <ul> <li>repair native bigint-buffer binding by preventing module from being bundled (fixes <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25159">#25159</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/980f460e0e22dd8f82d25e067da9d636c2841d08">980f460</a>)</li> </ul> <h2>v1.41.6</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.41.5...v1.41.6">1.41.6</a> (2022-05-12)</h3> <h3>Bug Fixes</h3> <ul> <li>include exception identifier in <code>catch</code> blocks (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25147">#25147</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/4f465c713f79a41d658f8af80f825300c1cc0e39">4f465c7</a>)</li> </ul> <h2>v1.41.5</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.41.4...v1.41.5">1.41.5</a> (2022-05-12)</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/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><a href="https://github.com/solana-labs/solana-web3.js/commit/ca79fc824aea0186c94247e6ee1eb83961a5680c"><code>ca79fc8</code></a> fix: mark the socket as closed when receiving a close/error message (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25180">#25180</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/4291ec724859322720f4df72eb0dc63c3bf2d843"><code>4291ec7</code></a> chore: bump ts-mocha from 9.0.2 to 10.0.0 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25102">#25102</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/61a76c12fb4968782eb6467fabecbe35cff3fddd"><code>61a76c1</code></a> fix: restore package-lock file; it's needed for the build cache :/</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/980f460e0e22dd8f82d25e067da9d636c2841d08"><code>980f460</code></a> fix: repair native bigint-buffer binding by preventing module from being bund...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/4f465c713f79a41d658f8af80f825300c1cc0e39"><code>4f465c7</code></a> fix: include exception identifier in <code>catch</code> blocks (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25147">#25147</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/cf1851d6b0864ad44dff7ff4430b5a83b1256446"><code>cf1851d</code></a> chore: delete npm lockfile (closes <a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25148">#25148</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/1af69f1c9c8e439a1fbeded56c074ba6adaffc49"><code>1af69f1</code></a> fix: allow mutating transactions (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25141">#25141</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.42.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.42.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-05-23 01:42:00 +00:00 (Migrated from github.com)

Superseded by #79.

Superseded by #79.

Pull request closed

Sign in to join this conversation.
No description provided.