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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.43.4 into main
dependabot[bot] commented 2022-05-31 00:50:08 +00:00 (Migrated from github.com)

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

Release notes

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

v1.43.4

1.43.4 (2022-05-30)

Bug Fixes

  • serializing transactions; sort that takes less time and memory (f119e02)

v1.43.3

1.43.3 (2022-05-30)

Bug Fixes

  • sort accountMetas after deduping (e6327c9)

v1.43.2

1.43.2 (2022-05-26)

Bug Fixes

  • correct the types of the fetch infra in web3.js (2af4bc1)
  • web3.js fork fetch for browsers (36f7c04)

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)

... (truncated)

Commits
  • f119e02 fix: serializing transactions; sort that takes less time and memory
  • 363998a test: massage tests from PR 25641
  • e6327c9 fix: sort accountMetas after deduping
  • 36f7c04 fix: web3.js fork fetch for browsers
  • 2af4bc1 fix: correct the types of the fetch infra in web3.js
  • c35397c chore: augment build script to build forked modules into correct bundles
  • 7f33484 chore: bump @​commitlint/travis-cli from 16.2.4 to 17.0.0 in /web3.js (#25457)
  • c1378cd chore: bump @​babel/preset-env from 7.16.11 to 7.18.0 in /web3.js (#25455)
  • 344f1d4 chore: bump @​rollup/plugin-commonjs from 21.0.3 to 22.0.0 in /web3.js (#25454)
  • 280bd61 chore: bump @​babel/core from 7.17.9 to 7.18.0 in /web3.js (#25453)
  • 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.4. <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.4</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.43.3...v1.43.4">1.43.4</a> (2022-05-30)</h3> <h3>Bug Fixes</h3> <ul> <li>serializing transactions; sort that takes less time and memory (<a href="https://github.com/solana-labs/solana-web3.js/commit/f119e024c17d15942bb7b4a531c75a4d7bc38650">f119e02</a>)</li> </ul> <h2>v1.43.3</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.43.2...v1.43.3">1.43.3</a> (2022-05-30)</h3> <h3>Bug Fixes</h3> <ul> <li>sort accountMetas after deduping (<a href="https://github.com/solana-labs/solana-web3.js/commit/e6327c91bdf5f494f48e47a482140fe2c4fedf7a">e6327c9</a>)</li> </ul> <h2>v1.43.2</h2> <h3><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.43.1...v1.43.2">1.43.2</a> (2022-05-26)</h3> <h3>Bug Fixes</h3> <ul> <li>correct the types of the fetch infra in web3.js (<a href="https://github.com/solana-labs/solana-web3.js/commit/2af4bc14d9f9abd601a14a31e53458e0b90c158c">2af4bc1</a>)</li> <li>web3.js fork fetch for browsers (<a href="https://github.com/solana-labs/solana-web3.js/commit/36f7c04f00ee5a519d11b4b9c4e43eb84e4bae93">36f7c04</a>)</li> </ul> <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> <!-- 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/f119e024c17d15942bb7b4a531c75a4d7bc38650"><code>f119e02</code></a> fix: serializing transactions; sort that takes less time and memory</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/363998aae7f69e5381673b7b8cf9e4bc38818b28"><code>363998a</code></a> test: massage tests from PR 25641</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/e6327c91bdf5f494f48e47a482140fe2c4fedf7a"><code>e6327c9</code></a> fix: sort accountMetas after deduping</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/36f7c04f00ee5a519d11b4b9c4e43eb84e4bae93"><code>36f7c04</code></a> fix: web3.js fork fetch for browsers</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/2af4bc14d9f9abd601a14a31e53458e0b90c158c"><code>2af4bc1</code></a> fix: correct the types of the fetch infra in web3.js</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/c35397cdd662e570575ce59065e3613f181bec4a"><code>c35397c</code></a> chore: augment build script to build forked modules into correct bundles</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/7f33484b2e1160a1bbecb9dc330252d6f7b1a4aa"><code>7f33484</code></a> chore: bump <code>@​commitlint/travis-cli</code> from 16.2.4 to 17.0.0 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25457">#25457</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/c1378cda8aecf6af50f3b9bfd77b7dc38a581214"><code>c1378cd</code></a> chore: bump <code>@​babel/preset-env</code> from 7.16.11 to 7.18.0 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25455">#25455</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/344f1d4f438abb52ca9375d7b3fe4a136233cce0"><code>344f1d4</code></a> chore: bump <code>@​rollup/plugin-commonjs</code> from 21.0.3 to 22.0.0 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25454">#25454</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/280bd61ee766d3ef80dddf9b256008a7e538822a"><code>280bd61</code></a> chore: bump <code>@​babel/core</code> from 7.17.9 to 7.18.0 in /web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/25453">#25453</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.43.4">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.4)](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-06-06 01:55:13 +00:00 (Migrated from github.com)

Superseded by #87.

Superseded by #87.

Pull request closed

Sign in to join this conversation.
No description provided.