Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump the dfinity group with 3 updates #2337

Merged
merged 3 commits into from
Dec 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps the dfinity group with 3 updates: @dfinity/agent, @dfinity/identity-secp256k1 and @dfinity/identity.

Updates @dfinity/agent from 2.1.3 to 2.2.0

Release notes

Sourced from @​dfinity/agent's releases.

Release 2.2.0

What's Changed

Minor stability and documentation changes.

Shouldn't lead to any issues when updating, but tagged as a minor version due to changing the return types in pollForResponse from any to undefined of #958 .

Last release planned for 2024 - see you all in the new year!


New Contributors

Full Changelog: dfinity/agent-js@v2.1.3...v2.2.0

Changelog

Sourced from @​dfinity/agent's changelog.

[2.2.0] - 2024-12-12

Added

  • fix: target_canister is used only for install_chunked_code of management canister, complying with internet computer specification
  • feat: Add support for effective target canister ID in management canister calls.

Changed

  • chore: pins nanoid dev dependency version to override warning
  • chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in AuthClient during authentication.
  • chore: fixes typo in DelegationIdentity jsdoc comment
  • chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in AuthClient during authentication.
  • fix: Make pollForResponse typesafe to avoid exceptions from unknown requests
Commits
  • 6b65198 chore: release 2.2.0 (#961)
  • 7ed119f feat: target_canister to be handled only for method install_chunked_code (#957)
  • 54fe070 fix: Make pollForResponse typesafe to avoid exceptions from unknown requests ...
  • 7b119b3 feat: effective target canister ID for mgmt call (#954)
  • b4ca1cc chore: update license file (#949)
  • 343eb09 feat: adds management canister support for canister snapshots (#917)
  • See full diff in compare view

Updates @dfinity/identity-secp256k1 from 2.1.3 to 2.2.0

Updates @dfinity/identity from 2.1.3 to 2.2.0

Release notes

Sourced from @​dfinity/identity's releases.

Release 2.2.0

What's Changed

Minor stability and documentation changes.

Shouldn't lead to any issues when updating, but tagged as a minor version due to changing the return types in pollForResponse from any to undefined of #958 .

Last release planned for 2024 - see you all in the new year!


New Contributors

Full Changelog: dfinity/agent-js@v2.1.3...v2.2.0

Changelog

Sourced from @​dfinity/identity's changelog.

[2.2.0] - 2024-12-12

Added

  • fix: target_canister is used only for install_chunked_code of management canister, complying with internet computer specification
  • feat: Add support for effective target canister ID in management canister calls.

Changed

  • chore: pins nanoid dev dependency version to override warning
  • chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in AuthClient during authentication.
  • chore: fixes typo in DelegationIdentity jsdoc comment
  • chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in AuthClient during authentication.
  • fix: Make pollForResponse typesafe to avoid exceptions from unknown requests
Commits
  • 6b65198 chore: release 2.2.0 (#961)
  • d59a8b6 fix: JsDoc typo in DelegationIdentity class's fromDelegation method (#951)
  • 2e8d15a build: fix @​peculiar/webcrypto is no peer dependencies but dev dependencies (...
  • 54fe070 fix: Make pollForResponse typesafe to avoid exceptions from unknown requests ...
  • b4ca1cc chore: update license file (#949)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 18, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dfinity-f2d539a626 branch from ddfd310 to 44932a5 Compare December 19, 2024 02:18
@bdemann
Copy link
Member

bdemann commented Dec 19, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dfinity-f2d539a626 branch from 44932a5 to b4693b6 Compare December 19, 2024 19:30
@bdemann
Copy link
Member

bdemann commented Dec 20, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dfinity-f2d539a626 branch 2 times, most recently from dca5071 to 8ad2afa Compare December 20, 2024 21:20
@bdemann
Copy link
Member

bdemann commented Dec 20, 2024

@dependabot rebase

Bumps the dfinity group with 3 updates: [@dfinity/agent](https://github.com/dfinity/agent-js/tree/HEAD/packages/agent), @dfinity/identity-secp256k1 and [@dfinity/identity](https://github.com/dfinity/agent-js/tree/HEAD/packages/identity).


Updates `@dfinity/agent` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/dfinity/agent-js/releases)
- [Changelog](https://github.com/dfinity/agent-js/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-js/commits/v2.2.0/packages/agent)

Updates `@dfinity/identity-secp256k1` from 2.1.3 to 2.2.0

Updates `@dfinity/identity` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/dfinity/agent-js/releases)
- [Changelog](https://github.com/dfinity/agent-js/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-js/commits/v2.2.0/packages/identity)

---
updated-dependencies:
- dependency-name: "@dfinity/agent"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dfinity
- dependency-name: "@dfinity/identity-secp256k1"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dfinity
- dependency-name: "@dfinity/identity"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dfinity
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dfinity-f2d539a626 branch from 8ad2afa to a9e4bb3 Compare December 20, 2024 22:10
@lastmjs lastmjs merged commit 1f4c754 into main Dec 21, 2024
366 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dfinity-f2d539a626 branch December 21, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants