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

Bump the dfinity-dependencies group with 6 updates #133

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the dfinity-dependencies group with 6 updates:

Package From To
@dfinity/agent 1.0.1 1.2.1
@dfinity/auth-client 1.0.1 1.2.1
@dfinity/identity 1.0.1 1.2.1
@dfinity/principal 1.0.1 1.2.1
@dfinity/utils 2.1.2 2.2.0
@dfinity/identity-secp256k1 1.0.1 1.2.1

Updates @dfinity/agent from 1.0.1 to 1.2.1

Release notes

Sourced from @​dfinity/agent's releases.

Release 1.2.1

What's Changed

Full Changelog: dfinity/agent-js@v1.2.0...v1.2.1

Release 1.2.0

What's Changed

Full Changelog: dfinity/agent-js@v1.1.1...v1.2.0

Release 1.1.1

What's Changed

Full Changelog: dfinity/agent-js@v1.1.0...v1.1.1

Release 1.1.0

What's Changed

Full Changelog: dfinity/agent-js@v1.0.1...v1.1.0

Changelog

Sourced from @​dfinity/agent's changelog.

[1.2.1] - 2024-04-25

Changed

  • feat: make IdbStorage get/set methods generic
  • chore: add context to errors thrown when failing to decode CBOR values.
  • chore: replaces globle npm install with setup-node for size-limit action

[1.2.0] - 2024-03-25

Added

  • feat: adds support for verified queries against management canister
    • includes support for fetch_canister_logs in the actor provided by getManagementCanister
    • also includes support for bitcoin queries

Logging

// Agent should not use an anonymous identity for this call, and should ideally be a canister controller
const management = await getManagementCanister({ agent });
const logs = await management.fetch_canister_logs({ canister_id: canisterId });

Bitcoin

// For now, the verifyQuerySignatures option must be set to false
const agent = await makeAgent({ host: 'https://icp-api.io', verifyQuerySignatures: false });
const management = getManagementCanister({
    agent
});
const result = await management.bitcoin_get_balance_query({
address: 'bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh',
network: { mainnet: null },
min_confirmations: [6],
});

Changed

  • chore: npm audit fix
  • feat!: support for restricting II auth methods
    • New login option: allowPinAuthentication?: boolean;
    • Response from II includes authnMethod: 'passkey' | 'pin' | 'recovery';
    • OnSuccess now optionally passes the message directly from the IDP provider
    • Support for arbitrary login values passed to IDP through customValues option
  • fix: pads date numbers in changelog automation. E.G. 2024-3-1 -> 2024-03-01

... (truncated)

Commits

Updates @dfinity/auth-client from 1.0.1 to 1.2.1

Release notes

Sourced from @​dfinity/auth-client's releases.

Release 1.2.1

What's Changed

Full Changelog: dfinity/agent-js@v1.2.0...v1.2.1

Release 1.2.0

What's Changed

Full Changelog: dfinity/agent-js@v1.1.1...v1.2.0

Release 1.1.1

What's Changed

Full Changelog: dfinity/agent-js@v1.1.0...v1.1.1

Release 1.1.0

What's Changed

Full Changelog: dfinity/agent-js@v1.0.1...v1.1.0

Changelog

Sourced from @​dfinity/auth-client's changelog.

[1.2.1] - 2024-04-25

Changed

  • feat: make IdbStorage get/set methods generic
  • chore: add context to errors thrown when failing to decode CBOR values.
  • chore: replaces globle npm install with setup-node for size-limit action

[1.2.0] - 2024-03-25

Added

  • feat: adds support for verified queries against management canister
    • includes support for fetch_canister_logs in the actor provided by getManagementCanister
    • also includes support for bitcoin queries

Logging

// Agent should not use an anonymous identity for this call, and should ideally be a canister controller
const management = await getManagementCanister({ agent });
const logs = await management.fetch_canister_logs({ canister_id: canisterId });

Bitcoin

// For now, the verifyQuerySignatures option must be set to false
const agent = await makeAgent({ host: 'https://icp-api.io', verifyQuerySignatures: false });
const management = getManagementCanister({
    agent
});
const result = await management.bitcoin_get_balance_query({
address: 'bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh',
network: { mainnet: null },
min_confirmations: [6],
});

Changed

  • chore: npm audit fix
  • feat!: support for restricting II auth methods
    • New login option: allowPinAuthentication?: boolean;
    • Response from II includes authnMethod: 'passkey' | 'pin' | 'recovery';
    • OnSuccess now optionally passes the message directly from the IDP provider
    • Support for arbitrary login values passed to IDP through customValues option
  • fix: pads date numbers in changelog automation. E.G. 2024-3-1 -> 2024-03-01

... (truncated)

Commits

Updates @dfinity/identity from 1.0.1 to 1.2.1

Release notes

Sourced from @​dfinity/identity's releases.

Release 1.2.1

What's Changed

Full Changelog: dfinity/agent-js@v1.2.0...v1.2.1

Release 1.2.0

What's Changed

Full Changelog: dfinity/agent-js@v1.1.1...v1.2.0

Release 1.1.1

What's Changed

Full Changelog: dfinity/agent-js@v1.1.0...v1.1.1

Release 1.1.0

What's Changed

Full Changelog: dfinity/agent-js@v1.0.1...v1.1.0

Changelog

Sourced from @​dfinity/identity's changelog.

[1.2.1] - 2024-04-25

Changed

  • feat: make IdbStorage get/set methods generic
  • chore: add context to errors thrown when failing to decode CBOR values.
  • chore: replaces globle npm install with setup-node for size-limit action

[1.2.0] - 2024-03-25

Added

  • feat: adds support for verified queries against management canister
    • includes support for fetch_canister_logs in the actor provided by getManagementCanister
    • also includes support for bitcoin queries

Logging

// Agent should not use an anonymous identity for this call, and should ideally be a canister controller
const management = await getManagementCanister({ agent });
const logs = await management.fetch_canister_logs({ canister_id: canisterId });

Bitcoin

// For now, the verifyQuerySignatures option must be set to false
const agent = await makeAgent({ host: 'https://icp-api.io', verifyQuerySignatures: false });
const management = getManagementCanister({
    agent
});
const result = await management.bitcoin_get_balance_query({
address: 'bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh',
network: { mainnet: null },
min_confirmations: [6],
});

Changed

  • chore: npm audit fix
  • feat!: support for restricting II auth methods
    • New login option: allowPinAuthentication?: boolean;
    • Response from II includes authnMethod: 'passkey' | 'pin' | 'recovery';
    • OnSuccess now optionally passes the message directly from the IDP provider
    • Support for arbitrary login values passed to IDP through customValues option
  • fix: pads date numbers in changelog automation. E.G. 2024-3-1 -> 2024-03-01

... (truncated)

Commits

Updates @dfinity/principal from 1.0.1 to 1.2.1

Release notes

Sourced from @​dfinity/principal's releases.

Release 1.2.1

What's Changed

Full Changelog: dfinity/agent-js@v1.2.0...v1.2.1

Release 1.2.0

What's Changed

Full Changelog: dfinity/agent-js@v1.1.1...v1.2.0

Release 1.1.1

What's Changed

Full Changelog: dfinity/agent-js@v1.1.0...v1.1.1

Release 1.1.0

What's Changed

Full Changelog: dfinity/agent-js@v1.0.1...v1.1.0

Changelog

Sourced from @​dfinity/principal's changelog.

[1.2.1] - 2024-04-25

Changed

  • feat: make IdbStorage get/set methods generic
  • chore: add context to errors thrown when failing to decode CBOR values.
  • chore: replaces globle npm install with setup-node for size-limit action

[1.2.0] - 2024-03-25

Added

  • feat: adds support for verified queries against management canister
    • includes support for fetch_canister_logs in the actor provided by getManagementCanister
    • also includes support for bitcoin queries

Logging

// Agent should not use an anonymous identity for this call, and should ideally be a canister controller
const management = await getManagementCanister({ agent });
const logs = await management.fetch_canister_logs({ canister_id: canisterId });

Bitcoin

// For now, the verifyQuerySignatures option must be set to false
const agent = await makeAgent({ host: 'https://icp-api.io', verifyQuerySignatures: false });
const management = getManagementCanister({
    agent
});
const result = await management.bitcoin_get_balance_query({
address: 'bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh',
network: { mainnet: null },
min_confirmations: [6],
});

Changed

  • chore: npm audit fix
  • feat!: support for restricting II auth methods
    • New login option: allowPinAuthentication?: boolean;
    • Response from II includes authnMethod: 'passkey' | 'pin' | 'recovery';
    • OnSuccess now optionally passes the message directly from the IDP provider
    • Support for arbitrary login values passed to IDP through customValues option
  • fix: pads date numbers in changelog automation. E.G. 2024-3-1 -> 2024-03-01

... (truncated)

Commits

Updates @dfinity/utils from 2.1.2 to 2.2.0

Changelog

Sourced from @​dfinity/utils's changelog.

2024.04.29-0930Z

Overview

The current status of the libraries at the time of the release is as follows:

Library Version Status
@dfinity/ckbtc v2.3.2 Maintained ⚙️
@dfinity/cketh v3.0.0 Breaking Changes ⚠️
@dfinity/cmc v3.0.4 Maintained ⚙️
@dfinity/ic-management v3.2.0 Enhanced 🔧
@dfinity/ledger-icp v2.2.3 Maintained ⚙️
@dfinity/ledger-icrc v2.3.0 Enhanced 🔧
@dfinity/nns v5.0.0 Breaking Changes ⚠️
@dfinity/nns-proto v1.0.2 Unchanged️
@dfinity/sns v3.0.3 Maintained ⚙️
@dfinity/utils v2.2.0 Enhanced 🔧

Breaking changes

  • Protocol buffers for hardware wallet transactions are no longer supported. Internet Computer Ledger app 2.4.9 or later is now required.
  • GovernanceCanister.listNeurons no longer throws an error when called with certified: false for hardware wallet transactions.
  • Potential errors thrown by withdrawEth provide now unparsed details.

Features

  • ICP transactions, as provided by the Index canister, have been extended to include their block timestamp information.
  • When no fee is specified when making an ICP transaction, use the mandatory fee of 10000 e8s (0.0001 ICP) instead of fetching the fee from the network.
  • Remove hardware wallet specific code paths from @dfinity/ledger-icp.
  • Remove hardware wallet specific options from LedgerCanister.
  • Remove dependency on @dfinity/nns-proto from @dfinity/ledger-icp.
  • Remove hardware wallet specific code and @dfinity/nns-proto dependency from @dfinity/nns.
  • Add support for withdrawErc20.
  • Additional fields related to ERC20 have been added to ckETH minterInfo.
  • Expose the function ledger_id for Index canister in the ledger-icrc library.
  • Set number of retries to 10 (as opposed to default 3) in createAgent utility to make the agent more resilient against watermark check failures.

Build

  • Upgrade agent-js dependencies to v1.2.1. Note that it is advised to set the number of retries of the agent to 10 to prevent the potential issue Timestamp failed to pass the watermark after retrying the configured 3 times. We cannot guarantee the integrity of the response since it could be a replay attack. (see thread on the forum).
  • Upgrade didc to 0.3.7 that converts candid files into JS and TS.

2024.03.25-1430Z

Overview

The current status of the libraries at the time of the release is as follows:

| Library | Version | Status |

... (truncated)

Commits

Updates @dfinity/identity-secp256k1 from 1.0.1 to 1.2.1

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

Bumps the dfinity-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@dfinity/agent](https://github.com/dfinity/agent-js/tree/HEAD/packages/agent) | `1.0.1` | `1.2.1` |
| [@dfinity/auth-client](https://github.com/dfinity/agent-js/tree/HEAD/packages/auth-client) | `1.0.1` | `1.2.1` |
| [@dfinity/identity](https://github.com/dfinity/agent-js/tree/HEAD/packages/identity) | `1.0.1` | `1.2.1` |
| [@dfinity/principal](https://github.com/dfinity/agent-js/tree/HEAD/packages/principal) | `1.0.1` | `1.2.1` |
| [@dfinity/utils](https://github.com/dfinity/ic-js/tree/HEAD/packages/utils) | `2.1.2` | `2.2.0` |
| @dfinity/identity-secp256k1 | `1.0.1` | `1.2.1` |


Updates `@dfinity/agent` from 1.0.1 to 1.2.1
- [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/v1.2.1/packages/agent)

Updates `@dfinity/auth-client` from 1.0.1 to 1.2.1
- [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/v1.2.1/packages/auth-client)

Updates `@dfinity/identity` from 1.0.1 to 1.2.1
- [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/v1.2.1/packages/identity)

Updates `@dfinity/principal` from 1.0.1 to 1.2.1
- [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/v1.2.1/packages/principal)

Updates `@dfinity/utils` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/dfinity/ic-js/releases)
- [Changelog](https://github.com/dfinity/ic-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/ic-js/commits/HEAD/packages/utils)

Updates `@dfinity/identity-secp256k1` from 1.0.1 to 1.2.1

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #137.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dfinity-dependencies-32a848a01d branch May 6, 2024 12:26
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants