Skip to content

Commit

Permalink
chore(deps-dev): Bump @dfinity/auth-client from 2.1.3 to 2.2.0 (#230)
Browse files Browse the repository at this point in the history
Bumps
[@dfinity/auth-client](https://github.com/dfinity/agent-js/tree/HEAD/packages/auth-client)
from 2.1.3 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dfinity/agent-js/releases"><code>@​dfinity/auth-client</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 2.2.0</h2>
<h2>What's Changed</h2>
<p>Minor stability and documentation changes.</p>
<p>Shouldn't lead to any issues when updating, but tagged as a minor
version due to changing the return types in <code>pollForResponse</code>
from <code>any</code> to <code>undefined</code> of <a
href="https://github.com/dfinity/agent-js/tree/HEAD/packages/auth-client/issues/958">#958</a>
.</p>
<p>Last release planned for 2024 - see you all in the new year!</p>
<hr />
<ul>
<li>feat: adds management canister support for canister snapshots by <a
href="https://github.com/krpeacock"><code>@​krpeacock</code></a> in <a
href="https://redirect.github.com/dfinity/agent-js/pull/917">dfinity/agent-js#917</a></li>
<li>chore: removes message warning in auth-client by <a
href="https://github.com/krpeacock"><code>@​krpeacock</code></a> in <a
href="https://redirect.github.com/dfinity/agent-js/pull/948">dfinity/agent-js#948</a></li>
<li>chore: update license file by <a
href="https://github.com/sesi200"><code>@​sesi200</code></a> in <a
href="https://redirect.github.com/dfinity/agent-js/pull/949">dfinity/agent-js#949</a></li>
<li>chore: update typo in README.md by <a
href="https://github.com/dfx-json"><code>@​dfx-json</code></a> in <a
href="https://redirect.github.com/dfinity/agent-js/pull/947">dfinity/agent-js#947</a></li>
<li>chore: npm audit fix, bumping cross-spawn by <a
href="https://github.com/krpeacock"><code>@​krpeacock</code></a> in <a
href="https://redirect.github.com/dfinity/agent-js/pull/955">dfinity/agent-js#955</a></li>
<li>feat: effective target canister ID for mgmt call by <a
href="https://github.com/peterpeterparker"><code>@​peterpeterparker</code></a>
in <a
href="https://redirect.github.com/dfinity/agent-js/pull/954">dfinity/agent-js#954</a></li>
<li>fix: Make pollForResponse typesafe to avoid exceptions from unknown
requests by <a
href="https://github.com/sea-snake"><code>@​sea-snake</code></a> in <a
href="https://redirect.github.com/dfinity/agent-js/pull/958">dfinity/agent-js#958</a></li>
<li>chore: pins nanoid dev dependency version to override warning by <a
href="https://github.com/krpeacock"><code>@​krpeacock</code></a> in <a
href="https://redirect.github.com/dfinity/agent-js/pull/960">dfinity/agent-js#960</a></li>
<li>build: fix <code>@​peculiar/webcrypto</code> is no peer dependencies
but dev dependencies by <a
href="https://github.com/peterpeterparker"><code>@​peterpeterparker</code></a>
in <a
href="https://redirect.github.com/dfinity/agent-js/pull/959">dfinity/agent-js#959</a></li>
<li>feat: target_canister to be handled only for method
install_chunked_code by <a
href="https://github.com/peterpeterparker"><code>@​peterpeterparker</code></a>
in <a
href="https://redirect.github.com/dfinity/agent-js/pull/957">dfinity/agent-js#957</a></li>
<li>fix: JsDoc typo in DelegationIdentity class's
<code>fromDelegation</code> method by <a
href="https://github.com/georgiod9"><code>@​georgiod9</code></a> in <a
href="https://redirect.github.com/dfinity/agent-js/pull/951">dfinity/agent-js#951</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sesi200"><code>@​sesi200</code></a> made
their first contribution in <a
href="https://redirect.github.com/dfinity/agent-js/pull/949">dfinity/agent-js#949</a></li>
<li><a href="https://github.com/georgiod9"><code>@​georgiod9</code></a>
made their first contribution in <a
href="https://redirect.github.com/dfinity/agent-js/pull/951">dfinity/agent-js#951</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dfinity/agent-js/compare/v2.1.3...v2.2.0">https://github.com/dfinity/agent-js/compare/v2.1.3...v2.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dfinity/agent-js/blob/main/docs/CHANGELOG.md"><code>@​dfinity/auth-client</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[2.2.0] - 2024-12-12</h2>
<h3>Added</h3>
<ul>
<li>fix: <code>target_canister</code> is used only for
<code>install_chunked_code</code> of management canister, complying with
internet computer specification</li>
<li>feat: Add support for effective target canister ID in management
canister calls.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>chore: pins nanoid dev dependency version to override warning</li>
<li>chore: Removes warning that users found unhelpful, when a message
originates from other sources than the identity provider in
<code>AuthClient</code> during authentication.</li>
<li>chore: fixes typo in DelegationIdentity jsdoc comment</li>
<li>chore: Removes warning that users found unhelpful, when a message
originates from other sources than the identity provider in
<code>AuthClient</code> during authentication.</li>
<li>fix: Make pollForResponse typesafe to avoid exceptions from unknown
requests</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dfinity/agent-js/commit/6b651988a3a18305f804594955d98677fc7103c3"><code>6b65198</code></a>
chore: release 2.2.0 (<a
href="https://github.com/dfinity/agent-js/tree/HEAD/packages/auth-client/issues/961">#961</a>)</li>
<li><a
href="https://github.com/dfinity/agent-js/commit/b4ca1cc26ec992a049ff8fc190a2e8c4abb1bf80"><code>b4ca1cc</code></a>
chore: update license file (<a
href="https://github.com/dfinity/agent-js/tree/HEAD/packages/auth-client/issues/949">#949</a>)</li>
<li><a
href="https://github.com/dfinity/agent-js/commit/cae3568b7b6a520cb3e8ddd4e03d8f0733ab8ad0"><code>cae3568</code></a>
chore: removes message warning in auth-client (<a
href="https://github.com/dfinity/agent-js/tree/HEAD/packages/auth-client/issues/948">#948</a>)</li>
<li>See full diff in <a
href="https://github.com/dfinity/agent-js/commits/v2.2.0/packages/auth-client">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@dfinity/auth-client&package-manager=npm_and_yarn&previous-version=2.1.3&new-version=2.2.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent a928a03 commit bae59b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"src/example_frontend"
],
"devDependencies": {
"@dfinity/auth-client": "^2.1.3",
"@dfinity/auth-client": "^2.2.0",
"@dfinity/identity": "^2.2.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
Expand Down

0 comments on commit bae59b2

Please sign in to comment.