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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/solana/web3.js-1.59.1 into main
dependabot[bot] commented 2022-09-08 01:12:33 +00:00 (Migrated from github.com)

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

Release notes

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

v1.59.1

1.59.1 (2022-09-07)

Bug Fixes

  • replace TransactionMessage accountKeys field with payerKey (#27653) (cd343f7)

v1.59.0

1.59.0 (2022-09-07)

Features

  • added authorizeWithSeed to the vote program in web3.js (#27627) (4d01c8a)

Bug Fixes

  • recursively size variable size structs in your buffer layouts (#27624) (92ed6a7)
  • replace js-sha3 with @noble/hashes/sha3 (#27630) (cb42bbe)

v1.58.0

1.58.0 (2022-09-07)

Features

  • add TransactionMessage class (#27526) (f255bc5)
  • support versioned txs in sendTransaction and simulateTransaction (#27528) (0ea74ce)

v1.57.0

1.57.0 (2022-09-07)

Features

v1.56.2

1.56.2 (2022-09-01)

Bug Fixes

v1.56.1

1.56.1 (2022-09-01)

... (truncated)

Commits
  • cd343f7 fix: replace TransactionMessage accountKeys field with payerKey (#27653)
  • cb42bbe fix: replace js-sha3 with @noble/hashes/sha3 (#27630)
  • 4d01c8a feat: added authorizeWithSeed to the vote program in web3.js (#27627)
  • 92ed6a7 fix: recursively size variable size structs in your buffer layouts (#27624)
  • 0ea74ce feat: support versioned txs in sendTransaction and simulateTransaction (#...
  • f255bc5 feat: add TransactionMessage class (#27526)
  • e7ceb19 feat: implement message v0 compilation (#27524)
  • ae708ce fix: add compute units to jsonrpc parser (#27554)
  • e71d0b4 Revert "fix: add compute units to jsonrpc parser" (#27553)
  • 4f9f1bc fix: add compute units to jsonrpc parser (#27466)
  • 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.59.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.59.1</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.59.0...v1.59.1">1.59.1</a> (2022-09-07)</h2> <h3>Bug Fixes</h3> <ul> <li>replace <code>TransactionMessage</code> <code>accountKeys</code> field with <code>payerKey</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27653">#27653</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/cd343f7e42db9a1832d8feb84a9651d9cab5cfd6">cd343f7</a>)</li> </ul> <h2>v1.59.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.58.0...v1.59.0">1.59.0</a> (2022-09-07)</h2> <h3>Features</h3> <ul> <li>added <code>authorizeWithSeed</code> to the vote program in web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27627">#27627</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/4d01c8a08929efaf66ebdbef7076b3028f8b7f00">4d01c8a</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>recursively size variable size structs in your buffer layouts (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27624">#27624</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/92ed6a70c6cc9cdf1e7e7995f86c3512f6d2995f">92ed6a7</a>)</li> <li>replace js-sha3 with <code>@noble/hashes/sha3</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27630">#27630</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/cb42bbe44901fc1a3f81834181e1ef5dd65f8ba9">cb42bbe</a>)</li> </ul> <h2>v1.58.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.57.0...v1.58.0">1.58.0</a> (2022-09-07)</h2> <h3>Features</h3> <ul> <li>add <code>TransactionMessage</code> class (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27526">#27526</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/f255bc56f2a068270b5c2315859f516b7d1d81cf">f255bc5</a>)</li> <li>support versioned txs in <code>sendTransaction</code> and <code>simulateTransaction</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27528">#27528</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/0ea74ce1b0ebc2823d1323994c6363e41cbd20a4">0ea74ce</a>)</li> </ul> <h2>v1.57.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.56.2...v1.57.0">1.57.0</a> (2022-09-07)</h2> <h3>Features</h3> <ul> <li>implement message v0 compilation (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27524">#27524</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/e7ceb19c13014a51f146bf0be689849becc66567">e7ceb19</a>)</li> </ul> <h2>v1.56.2</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.56.1...v1.56.2">1.56.2</a> (2022-09-01)</h2> <h3>Bug Fixes</h3> <ul> <li>add compute units to jsonrpc parser (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/27554">#27554</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/ae708cef51246c9a75cf8c5031d9e90f5cb0c06a">ae708ce</a>)</li> </ul> <h2>v1.56.1</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.56.0...v1.56.1">1.56.1</a> (2022-09-01)</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/cd343f7e42db9a1832d8feb84a9651d9cab5cfd6"><code>cd343f7</code></a> fix: replace <code>TransactionMessage</code> <code>accountKeys</code> field with <code>payerKey</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27653">#27653</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/cb42bbe44901fc1a3f81834181e1ef5dd65f8ba9"><code>cb42bbe</code></a> fix: replace js-sha3 with <code>@noble/hashes/sha3</code> (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27630">#27630</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/4d01c8a08929efaf66ebdbef7076b3028f8b7f00"><code>4d01c8a</code></a> feat: added <code>authorizeWithSeed</code> to the vote program in web3.js (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27627">#27627</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/92ed6a70c6cc9cdf1e7e7995f86c3512f6d2995f"><code>92ed6a7</code></a> fix: recursively size variable size structs in your buffer layouts (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27624">#27624</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/0ea74ce1b0ebc2823d1323994c6363e41cbd20a4"><code>0ea74ce</code></a> feat: support versioned txs in <code>sendTransaction</code> and <code>simulateTransaction</code> (#...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/f255bc56f2a068270b5c2315859f516b7d1d81cf"><code>f255bc5</code></a> feat: add <code>TransactionMessage</code> class (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27526">#27526</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/e7ceb19c13014a51f146bf0be689849becc66567"><code>e7ceb19</code></a> feat: implement message v0 compilation (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27524">#27524</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/ae708cef51246c9a75cf8c5031d9e90f5cb0c06a"><code>ae708ce</code></a> fix: add compute units to jsonrpc parser (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27554">#27554</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/e71d0b470cb8a2fad517817f2f185c272a1e8cdb"><code>e71d0b4</code></a> Revert &quot;fix: add compute units to jsonrpc parser&quot; (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27553">#27553</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/4f9f1bc2a93e3293f2179683491d47a0043343ba"><code>4f9f1bc</code></a> fix: add compute units to jsonrpc parser (<a href="https://github-redirect.dependabot.com/solana-labs/solana-web3.js/issues/27466">#27466</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.22.0...v1.59.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.59.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-09-12 01:18:59 +00:00 (Migrated from github.com)

Superseded by #121.

Superseded by #121.

Pull request closed

Sign in to join this conversation.
No description provided.