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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.39.1 into main
dependabot[bot] commented 2022-04-18 01:37:44 +00:00 (Migrated from github.com)

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

Release notes

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

v1.39.1

1.39.1 (2022-04-16)

Bug Fixes

v1.39.0

1.39.0 (2022-04-16)

Features

  • support overriding fetch function in Connection (#24367) (08998fc)

v1.38.0

1.38.0 (2022-04-16)

Features

v1.37.2

1.37.2 (2022-04-13)

Bug Fixes

  • do not modify transaction during simulation (f9175dd)
  • don't override a transaction's recentBlockhash when calling simulate if it's already set (#24280) (e707c2b)

v1.37.1

1.37.1 (2022-04-04)

Bug Fixes

v1.37.0

1.37.0 (2022-03-28)

Features

  • add getEstimatedFee to Transaction (#23579) (45b41c6)
  • adds getBlockProduction RPC call (0910f60)
  • web3.js: expose rpcEndpoint in client for web3.js (#23719) (569561a)

... (truncated)

Commits
  • 4d4a0fa fix: transactions populated from RPC requests retain original account key ord...
  • 08998fc feat: support overriding fetch function in Connection (#24367)
  • 9bd07b3 feat: remove flow type generation (#24380)
  • 2289928 chore: bump async from 2.6.3 to 2.6.4 in /web3.js (#24379)
  • f9175dd fix: do not modify transaction during simulation
  • e707c2b fix: don't override a transaction's recentBlockhash when calling simulate if ...
  • 7dd66ca test: add test for signature notifications
  • 4ceeffb test: refactor notification tests on the basis of promises rather than polling
  • 19e5fbc test: reenable account change subscription test
  • 0bce5fa test: reenable log subscription test
  • 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.39.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.39.1</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.39.0...v1.39.1">1.39.1</a> (2022-04-16)</h3> <h3>Bug Fixes</h3> <ul> <li>transactions populated from RPC requests retain original account key order (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/23720">#23720</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/4d4a0faa8b9a6671bb5e94e8548fba746c3e4abc">4d4a0fa</a>), closes <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24005">#24005</a> <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24010">#24010</a></li> </ul> <h2>v1.39.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.38.0...v1.39.0">1.39.0</a> (2022-04-16)</h2> <h3>Features</h3> <ul> <li>support overriding fetch function in Connection (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24367">#24367</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/08998fc736a0a19dc4b7e395569b179efc677e85">08998fc</a>)</li> </ul> <h2>v1.38.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.37.2...v1.38.0">1.38.0</a> (2022-04-16)</h2> <h3>Features</h3> <ul> <li>remove flow type generation (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24380">#24380</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/9bd07b30b5d5a39edb1ae9b13a4880f93880ee1b">9bd07b3</a>)</li> </ul> <h2>v1.37.2</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.37.1...v1.37.2">1.37.2</a> (2022-04-13)</h3> <h3>Bug Fixes</h3> <ul> <li>do not modify transaction during simulation (<a href="https://github.com/solana-labs/solana-web3.js/commit/f9175ddb8bebd085a8d83715b885f3a2ec4d850e">f9175dd</a>)</li> <li>don't override a transaction's recentBlockhash when calling simulate if it's already set (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24280">#24280</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/e707c2b86cf38e48320b9c7ecb3f645c13e45479">e707c2b</a>)</li> </ul> <h2>v1.37.1</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.37.0...v1.37.1">1.37.1</a> (2022-04-04)</h3> <h3>Bug Fixes</h3> <ul> <li>stop logging to console when send tx fails (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/23511">#23511</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/541fa178806bdff83204d8d90ac222936e102f65">541fa17</a>)</li> </ul> <h2>v1.37.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.36.0...v1.37.0">1.37.0</a> (2022-03-28)</h2> <h3>Features</h3> <ul> <li>add getEstimatedFee to Transaction (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/23579">#23579</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/45b41c6f8a527923191736dcf8433f61622bb831">45b41c6</a>)</li> <li>adds getBlockProduction RPC call (<a href="https://github.com/solana-labs/solana-web3.js/commit/0910f60030cc7859e7d6e552461687f9323b09ed">0910f60</a>)</li> <li><strong>web3.js:</strong> expose rpcEndpoint in client for web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/23719">#23719</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/569561a905a6a56344b2baae99bf589227f41d4c">569561a</a>)</li> </ul> <!-- 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/4d4a0faa8b9a6671bb5e94e8548fba746c3e4abc"><code>4d4a0fa</code></a> fix: transactions populated from RPC requests retain original account key ord...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/08998fc736a0a19dc4b7e395569b179efc677e85"><code>08998fc</code></a> feat: support overriding fetch function in Connection (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/24367">#24367</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/9bd07b30b5d5a39edb1ae9b13a4880f93880ee1b"><code>9bd07b3</code></a> feat: remove flow type generation (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/24380">#24380</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/2289928deae68772ded5aa78a5348299fd104d5f"><code>2289928</code></a> chore: bump async from 2.6.3 to 2.6.4 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/24379">#24379</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/f9175ddb8bebd085a8d83715b885f3a2ec4d850e"><code>f9175dd</code></a> fix: do not modify transaction during simulation</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/e707c2b86cf38e48320b9c7ecb3f645c13e45479"><code>e707c2b</code></a> fix: don't override a transaction's recentBlockhash when calling simulate if ...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/7dd66ca8c6a9bd3693fa2fe8833cd6155be9fbf3"><code>7dd66ca</code></a> test: add test for signature notifications</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/4ceeffbd500798fbfccdb02d008e701a89d305fc"><code>4ceeffb</code></a> test: refactor notification tests on the basis of promises rather than polling</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/19e5fbc3efb4719f45cd7d73df2520cfd52ab557"><code>19e5fbc</code></a> test: reenable account change subscription test</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/0bce5fae12fa8d1c65ffe8669d8b2c605a70d561"><code>0bce5fa</code></a> test: reenable log subscription test</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.39.1">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.39.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-04-27 01:03:44 +00:00 (Migrated from github.com)

Superseded by #66.

Superseded by #66.

Pull request closed

Sign in to join this conversation.
No description provided.