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

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.73.0 into main
dependabot[bot] commented 2023-01-02 01:06:59 +00:00 (Migrated from github.com)

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

Release notes

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

v1.73.0

1.73.0 (2022-12-30)

Features

  • add commission fields matching RPC spec to web3.js client (#29435) (cfdf3f3)

v1.72.0

1.72.0 (2022-12-24)

Features

v1.71.0

1.71.0 (2022-12-24)

Features

  • Allow for verifying the sigs of partially signed txs in web3.js (#29249) (5cd70d6)

v1.70.3

1.70.3 (2022-12-20)

Bug Fixes

  • make toBytes actually return the type it's typehint claims (#29313) (4ebe08e)

v1.70.2

1.70.2 (2022-12-19)

Bug Fixes

  • reduce Connection keep-alive timeout to 1 second fewer than the Solana RPC's keep-alive timeout (#29130) (6478d7d)

v1.70.1

1.70.1 (2022-12-09)

Bug Fixes

  • pretty print PublicKey objects in node and in the browser (#29062) (3801514)

v1.70.0

1.70.0 (2022-12-06)

... (truncated)

Commits
  • cfdf3f3 feat: add commission fields matching RPC spec to web3.js client (#29435)
  • 6364ee0 chore: typecheck web3.js tests (#29422)
  • 07fa944 ci: fix web3-commit-lint (#29414)
  • 1bcb7cc test: fix get inflation rate test failed at test:live (#29413)
  • 18cbcbb feat: add getInflationRate RPC call to web3.js (#29377)
  • 5cd70d6 feat: Allow for verifying the sigs of partially signed txs in web3.js (#29249)
  • 4ebe08e fix: make toBytes actually return the type it's typehint claims (#29313)
  • 48a5026 docs: make the comments on using the new confirmTransaction clearer (#29251)
  • 6478d7d fix: reduce Connection keep-alive timeout to 1 second fewer than the Solana R...
  • d14dcf6 docs: add endianess for pubkey byte/buffer functions (#29079)
  • 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.73.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.73.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.72.0...v1.73.0">1.73.0</a> (2022-12-30)</h2> <h3>Features</h3> <ul> <li>add commission fields matching RPC spec to web3.js client (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/29435">#29435</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/cfdf3f345dced3b7041856f6e51ceef3dcef6ce2">cfdf3f3</a>)</li> </ul> <h2>v1.72.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.71.0...v1.72.0">1.72.0</a> (2022-12-24)</h2> <h3>Features</h3> <ul> <li>add getInflationRate RPC call to web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/29377">#29377</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/18cbcbb45cf9f6ee3b97b32ddfcdbd7e9ba623d9">18cbcbb</a>)</li> </ul> <h2>v1.71.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.70.3...v1.71.0">1.71.0</a> (2022-12-24)</h2> <h3>Features</h3> <ul> <li>Allow for verifying the sigs of partially signed txs in web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/29249">#29249</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/5cd70d65e47c355b079ebe54ada87142746538d6">5cd70d6</a>)</li> </ul> <h2>v1.70.3</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.70.2...v1.70.3">1.70.3</a> (2022-12-20)</h2> <h3>Bug Fixes</h3> <ul> <li>make toBytes actually return the type it's typehint claims (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/29313">#29313</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/4ebe08e98770ff2ec59ff7a81061231a07c1dc54">4ebe08e</a>)</li> </ul> <h2>v1.70.2</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.70.1...v1.70.2">1.70.2</a> (2022-12-19)</h2> <h3>Bug Fixes</h3> <ul> <li>reduce Connection keep-alive timeout to 1 second fewer than the Solana RPC's keep-alive timeout (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/29130">#29130</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/6478d7d430f7cf12ae4d86d78128b787735ee69b">6478d7d</a>)</li> </ul> <h2>v1.70.1</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.70.0...v1.70.1">1.70.1</a> (2022-12-09)</h2> <h3>Bug Fixes</h3> <ul> <li>pretty print PublicKey objects in node and in the browser (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/29062">#29062</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/38015144e76cc9859a1dee121c31ceb53f6cc39e">3801514</a>)</li> </ul> <h2>v1.70.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.69.0...v1.70.0">1.70.0</a> (2022-12-06)</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/cfdf3f345dced3b7041856f6e51ceef3dcef6ce2"><code>cfdf3f3</code></a> feat: add commission fields matching RPC spec to web3.js client (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29435">#29435</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/6364ee089c489f2e3fcffb1beb9774de3fbce128"><code>6364ee0</code></a> chore: typecheck web3.js tests (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29422">#29422</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/07fa944845effe9534e03430389e929cab227002"><code>07fa944</code></a> ci: fix web3-commit-lint (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29414">#29414</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/1bcb7ccf92f89949c014fbe462be2bf7dce198e9"><code>1bcb7cc</code></a> test: fix get inflation rate test failed at test:live (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29413">#29413</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/18cbcbb45cf9f6ee3b97b32ddfcdbd7e9ba623d9"><code>18cbcbb</code></a> feat: add getInflationRate RPC call to web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29377">#29377</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/5cd70d65e47c355b079ebe54ada87142746538d6"><code>5cd70d6</code></a> feat: Allow for verifying the sigs of partially signed txs in web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29249">#29249</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/4ebe08e98770ff2ec59ff7a81061231a07c1dc54"><code>4ebe08e</code></a> fix: make toBytes actually return the type it's typehint claims (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29313">#29313</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/48a5026c3bde8569747da1a29224a3c13aa9a91f"><code>48a5026</code></a> docs: make the comments on using the new confirmTransaction clearer (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29251">#29251</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/6478d7d430f7cf12ae4d86d78128b787735ee69b"><code>6478d7d</code></a> fix: reduce Connection keep-alive timeout to 1 second fewer than the Solana R...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/d14dcf6c8a8f979ecb7ee16dea37e721e3201db1"><code>d14dcf6</code></a> docs: add endianess for pubkey byte/buffer functions (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/29079">#29079</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.73.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.73.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>
codetether[bot] commented 2026-06-04 16:21:59 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #157 on branch dependabot/npm_and_yarn/solana/web3.js-1.73.0. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with main.

## 🛠️ CodeTether Fix Picked up this request for PR #157 on branch `dependabot/npm_and_yarn/solana/web3.js-1.73.0`. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with `main`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/solana/web3.js-1.73.0:dependabot/npm_and_yarn/solana/web3.js-1.73.0
git switch dependabot/npm_and_yarn/solana/web3.js-1.73.0

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/npm_and_yarn/solana/web3.js-1.73.0
git switch dependabot/npm_and_yarn/solana/web3.js-1.73.0
git rebase main
git switch main
git merge --ff-only dependabot/npm_and_yarn/solana/web3.js-1.73.0
git switch dependabot/npm_and_yarn/solana/web3.js-1.73.0
git rebase main
git switch main
git merge --no-ff dependabot/npm_and_yarn/solana/web3.js-1.73.0
git switch main
git merge --squash dependabot/npm_and_yarn/solana/web3.js-1.73.0
git switch main
git merge --ff-only dependabot/npm_and_yarn/solana/web3.js-1.73.0
git switch main
git merge dependabot/npm_and_yarn/solana/web3.js-1.73.0
git push origin main
Sign in to join this conversation.
No description provided.