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

Update dependency @dfinity/agent to ^0.21.0 #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dfinity/agent (source) ^0.10.2 -> ^0.21.0 age adoption passing confidence

Release Notes

dfinity/agent-js (@​dfinity/agent)

v0.21.4: Release 0.21.4

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.21.2...v0.21.4

v0.21.3

Compare Source

v0.21.2: Release 0.21.2

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.21.1...v0.21.2

v0.21.1: Release 0.21.1

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.21.0...v0.21.1

v0.20.2

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.20.1...v0.20.2

v0.20.1

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.20.0...v0.20.1

v0.20.0

Compare Source

Significant new features in this release!

Most notably, @​dfinity/agent version 0.20.0 now handles query signature verification. All queries will automatically check for signatures in the state tree signed by the node that replies. This enables the client to verify that there have been no man-in-the-middle attacks without a developer needing to implement certified variables or use update calls.

note: if you are using a lower version of dfx than 0.15.2, you will need to set {verifyQuerySignatures: false} in your HttpAgent options, as the signatures were not present in earlier replica versions.

Additionally, this change replaces the package tweetnacl with @noble/curves for Ed25519 curve signatures and validation.

What's Changed

New Contributors

Full Changelog: dfinity/agent-js@v0.19.3...v0.20.0

v0.19.3

Compare Source

What's Changed

Noteworthy change: Principal now contains a toJSON method, returning an object with {"__principal__": <principal-string>}. This is compatible with the JSON reviver that is provided in @dfinity/utils, allowing you to easily serialize and deserialize structures containing Principals into and out of JSON

Full Changelog: dfinity/agent-js@v0.19.2...v0.19.3

v0.19.2

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.19.1...v0.19.2

v0.19.1

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.19.0...v0.19.1

v0.19.0

Compare Source

Notable Changes

Now sets a default host of https://icp-api.io for HttpAgent
Replaces js-sha256 with @noble/hash

Package sizes are reduced as a result of that dependency change!

Screenshot 2023-08-22 at 9 56 29 AM

What's Changed

Full Changelog: dfinity/agent-js@v0.18.1...v0.19.0

v0.18.1

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.18.0...v0.18.1

v0.18.0

Compare Source

What's Changed
New Contributors

Full Changelog: dfinity/agent-js@v0.17.0...v0.18.0

v0.17.0

Compare Source

v0.16.0

Compare Source

Small breaking change - typo in JsonnableWebAuthnIdentity type
Reverts use of Headers struct in HttpAgent for better node.js fetch library compatibility

What's Changed

Full Changelog: dfinity/agent-js@v0.15.7...v0.16.0

v0.15.7

Compare Source

What's Changed
New Contributors

Full Changelog: dfinity/agent-js@v0.15.6...v0.15.7

v0.15.6

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.15.5...v0.15.6

v0.15.5

Compare Source

What's Changed
New Contributors

Full Changelog: dfinity/agent-js@v0.15.4...v0.15.5

v0.15.4

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.15.3...v0.15.4

v0.15.3

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.15.2...v0.15.3

v0.15.2

Compare Source

What's Changed
New Contributors

Full Changelog: dfinity/agent-js@v0.15.0...v0.15.2

v0.15.1

Compare Source

v0.15.0

Compare Source

What's Changed

Deprecates @dfinity/authentication, moving the isDelegationValid check into `@dfinity/identity.

Also moves Secp256k1KeyIdentity out of @dfinity/identity to its own package, @dfinity/identity-secp256k1 in order to keep package sizes down for other packages.

@dfinity/identity-ledgerhq is deprecated, and had already been out of use for some time. @zondax/ledger-icp is the maintained tool for integrating with the Ledger hardware wallet.

Full Changelog: dfinity/agent-js@v0.14.1...v0.15.0

v0.14.1

Compare Source

What's Changed
New Contributors

Full Changelog: dfinity/agent-js@v0.14.0...v0.14.1

v0.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: dfinity/agent-js@v0.13.3...v0.14.0

v0.13.3

Compare Source

What's Changed

Primary change is the addition of a pure-js BLS verification library, as well as the ability to provide a bls-verification strategy for agents and certificates in environments where wasm is unavailable, such as Reach Native

Full Changelog: dfinity/agent-js@v0.13.2...v0.13.3

v0.13.2

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.13.1...v0.13.2

v0.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: dfinity/agent-js@v0.13.0...v0.13.1

v0.13.0: Deprecated v0.13.0 - use 0.13.1 when upgrading

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.12.2...v0.13.0

v0.12.2

Compare Source

ECDSAKeyIdentity Release

Adds a new identity built on the SubtleCrypto API. This identity can be built using a non-exportable KeyPair and stored securely in IndexedDb for heightened security of your application.

Also, includes a first PR from @​rvanasa, a new team member at Dfinity. It improves backwards compatibility for compiling @dfinity/agent by removing BigInt exponents from the codebase

What's Changed

New Contributors

Full Changelog: dfinity/agent-js@v0.12.1...v0.12.2

v0.12.1

Compare Source

What's Changed

0.12.1 introduces two notable changes:

New Contributors

Full Changelog: dfinity/agent-js@v0.12.0...v0.12.1

v0.12.0

Compare Source

What's Changed

Breaking feature in certificate API to support new canister ranges

New Contributors

Full Changelog: dfinity/agent-js@v0.11.2...v0.12.0

v0.11.3

Compare Source

v0.11.2

Compare Source

What's Changed

New Contributors

Full Changelog: dfinity/agent-js@v0.11.1...v0.11.2

v0.11.1

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.11.0...v0.11.1

v0.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: dfinity/agent-js@v0.10.4...v0.11.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 13, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @dfinity/[email protected]
npm ERR! node_modules/@dfinity/candid
npm ERR!   @dfinity/candid@"^0.10.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @dfinity/candid@"^0.21.2" from @dfinity/[email protected]
npm ERR! node_modules/@dfinity/agent
npm ERR!   @dfinity/agent@"^0.21.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-01-23T01_07_56_989Z-debug-0.log

@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 06ebdc8 to 9a5ab63 Compare August 13, 2022 14:27
@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2022

Codecov Report

Patch coverage has no change and project coverage change: -0.03% ⚠️

Comparison is base (46eed5d) 84.94% compared to head (e63c624) 84.92%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #154      +/-   ##
==========================================
- Coverage   84.94%   84.92%   -0.03%     
==========================================
  Files          54       52       -2     
  Lines        5269     5262       -7     
==========================================
- Hits         4476     4469       -7     
  Misses        793      793              

see 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 9a5ab63 to 91c32b0 Compare September 15, 2022 03:43
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 91c32b0 to 346fb04 Compare October 7, 2022 01:26
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.13.0 Update dependency @dfinity/agent to ^0.14.0 Oct 7, 2022
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 346fb04 to ac43024 Compare December 16, 2022 01:30
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.14.0 Update dependency @dfinity/agent to ^0.15.0 Dec 16, 2022
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch 3 times, most recently from 947436c to f426b09 Compare December 21, 2022 13:08
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch 6 times, most recently from 4f8e302 to 47beb20 Compare January 2, 2023 13:31
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 47beb20 to df7db56 Compare January 3, 2023 01:57
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from df7db56 to bc730ab Compare June 29, 2023 18:18
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.15.0 Update dependency @dfinity/agent to ^0.16.0 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from bc730ab to 9ff5537 Compare July 7, 2023 04:20
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.16.0 Update dependency @dfinity/agent to ^0.17.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 9ff5537 to 687256b Compare July 13, 2023 01:04
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.17.0 Update dependency @dfinity/agent to ^0.18.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 687256b to e63c624 Compare August 22, 2023 20:25
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.18.0 Update dependency @dfinity/agent to ^0.19.0 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from e63c624 to f7fe7f6 Compare November 14, 2023 22:48
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.19.0 Update dependency @dfinity/agent to ^0.20.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from f7fe7f6 to da567f3 Compare January 23, 2024 01:08
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.20.0 Update dependency @dfinity/agent to ^0.21.0 Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant