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 dependencies (non-major) #34

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cucumber/cucumber 8.4.0 -> 8.11.1 age adoption passing confidence dependencies minor
@cucumber/pretty-formatter 1.0.0 -> 1.0.1 age adoption passing confidence dependencies patch
@dfinity/agent (source) ^0.12.0 -> ^0.21.0 age adoption passing confidence dependencies minor
@​dfinity/authentication ^0.12.0 -> ^0.14.0 age adoption passing confidence dependencies minor
@dfinity/candid (source) ^0.12.0 -> ^0.21.0 age adoption passing confidence dependencies minor
@dfinity/identity (source) ^0.12.0 -> ^0.19.0 age adoption passing confidence dependencies minor
@dfinity/principal (source) ^0.12.0 -> ^0.21.0 age adoption passing confidence dependencies minor
archiver 5.3.1 -> 5.3.2 age adoption passing confidence dependencies patch
candid (source) 0.7.15 -> 0.10.0 age adoption passing confidence dependencies minor
chai (source) 4.3.6 -> 4.4.1 age adoption passing confidence dependencies minor
commander 9.3.0 -> 9.5.0 age adoption passing confidence dependencies minor
crc 4.1.1 -> 4.3.2 age adoption passing confidence dependencies minor
env_logger 0.9.0 -> 0.11.0 age adoption passing confidence dependencies minor
ic-cdk (source) 0.5.5 -> 0.13.0 age adoption passing confidence dependencies minor
ic-cdk-macros (source) 0.5.5 -> 0.13.0 age adoption passing confidence dependencies minor
js-sha256 ^0.9.0 -> ^0.11.0 age adoption passing confidence dependencies minor
minimist 1.2.6 -> 1.2.8 age adoption passing confidence dependencies patch
mockall 0.11.2 -> 0.12.0 age adoption passing confidence dependencies minor
node-fetch 2.6.7 -> 2.7.0 age adoption passing confidence dependencies minor
rstest 0.15.0 -> 0.19.0 age adoption passing confidence dependencies minor
supports-color 9.2.2 -> 9.4.0 age adoption passing confidence dependencies minor
tslib (source) 2.4.0 -> 2.6.2 age adoption passing confidence dependencies minor
yargs (source) 17.5.1 -> 17.7.2 age adoption passing confidence dependencies minor

Release Notes

cucumber/cucumber-js (@​cucumber/cucumber)

v8.11.1

Compare Source

Fixed
  • Exit correctly when there's a Gherkin parse failure #​2233
  • Refer to correct example line in JSON formatter (#​2236)
  • Expose correct overload types for this.attach function (#​2238)

v8.11.0

Compare Source

Added
  • Affirm support for Node.js 19 #​2230
  • Include some exception details in the result of a test step for downstream tools #​2229
Fixed
  • Handle invalid characters when generating XML for JUnit formatter #​2228

v8.10.0

Compare Source

Added
  • Add support for YAML as a configuration file format (#​2199)
Changed
  • Replace duration with luxon for formatting durations (#​2204)

v8.9.1

Compare Source

Fixed
  • Include original coordinates in loadSupport result (#​2197)

v8.9.0

Compare Source

Added

v8.8.0

Compare Source

Changed
  • Add workerId property to testCaseStarted message (#​2085)
  • Handle stack traces without V8-specific modification (#​2119)

v8.7.0

Compare Source

Deprecated

v8.6.0

Compare Source

Added
Fixed
  • Rework time interfaces to avoid using sinon types (#​2142)

v8.5.3

Compare Source

Fixed
  • Default stderr if not provided to Cli constructor (#​2138)

v8.5.2

Compare Source

Added
  • IMethods interface for use in getTimestamp, durationBetweenTimestamps, and wrapPromiseWithTimeout functions and methods in time module instead of explicit any (#​2111)
  • IPublishConfig interface for use in return type of makePublishConfig instead of explicit any (#​2106)
Fixed
  • Add override to ensure ansi-regex version is ^5.0.1 (#​2114)

v8.5.1

Compare Source

Fixed
  • Ensure durations are integers in JSON formatter (#​2094)

v8.5.0

Compare Source

Changed
  • Reworked handling for invalid installations (#​2089)
cucumber/cucumber-js-pretty-formatter (@​cucumber/pretty-formatter)

v1.0.1

Compare Source

Fixed
  • Correct repo URL in package.json
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 Re


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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependencies (non-major) Update dependencies (non-major) - autoclosed Jul 28, 2022
@renovate renovate bot closed this Jul 28, 2022
@renovate renovate bot deleted the renovate/dependencies-(non-major) branch July 28, 2022 05:44
@renovate renovate bot changed the title Update dependencies (non-major) - autoclosed Update dependencies (non-major) Aug 1, 2022
@renovate renovate bot reopened this Aug 1, 2022
@renovate renovate bot restored the renovate/dependencies-(non-major) branch August 1, 2022 16:15
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from cfa21fe to e053eff Compare August 6, 2022 15:43
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from fe87bc4 to 06c0d8d Compare August 11, 2022 23:50
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 2617d13 to 75870a2 Compare August 21, 2022 05:54
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 6 times, most recently from ace21b1 to 3c92379 Compare September 4, 2022 22:16
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from f7f9459 to af45574 Compare September 13, 2022 22:54
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from 99a57ba to 8a50eb3 Compare September 20, 2022 21:04
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 74acc5c to 73d75cf Compare February 4, 2024 09:52
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 73d75cf to 719d6f2 Compare February 12, 2024 18:41
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from e619bc4 to 3b9cfba Compare February 20, 2024 03:37
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 3b9cfba to 31f80bf Compare February 21, 2024 20:03
Copy link
Contributor Author

renovate bot commented Feb 21, 2024

⚠ 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: canister-monitor@0.1.0
npm ERR! Found: @dfinity/agent@0.21.4
npm ERR! node_modules/@dfinity/agent
npm ERR!   @dfinity/agent@"^0.21.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @dfinity/agent@"^0.19.3" from @dfinity/identity@0.19.3
npm ERR! node_modules/@dfinity/identity
npm ERR!   @dfinity/identity@"^0.19.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-05-05T11_09_00_434Z-debug-0.log

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from e8c0606 to 23c0df5 Compare March 5, 2024 16:25
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from adf4b1e to 6722bce Compare March 12, 2024 03:25
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6722bce to 2985c9b Compare March 17, 2024 01:57
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 25d5d24 to 1c54213 Compare March 25, 2024 17:38
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from d5e41a0 to 1f675d3 Compare April 11, 2024 20:56
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 1f675d3 to afa98b1 Compare April 16, 2024 21:46
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from d318b2e to e2d1b66 Compare May 3, 2024 19:43
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from e2d1b66 to 4645813 Compare May 5, 2024 11:09
Copy link
Contributor Author

renovate bot commented May 10, 2024

⚠️ 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: canister-monitor@0.1.0
npm ERR! Found: @dfinity/agent@0.21.4
npm ERR! node_modules/@dfinity/agent
npm ERR!   @dfinity/agent@"^0.21.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @dfinity/agent@"^0.19.3" from @dfinity/identity@0.19.3
npm ERR! node_modules/@dfinity/identity
npm ERR!   @dfinity/identity@"^0.19.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-05-15T12_37_05_168Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants