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) #47

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cucumber/cucumber 8.5.1 -> 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.14.0 -> ^0.21.0 age adoption passing confidence dependencies minor
@​dfinity/authentication 0.14.0 -> 0.14.2 age adoption passing confidence dependencies patch
@dfinity/candid (source) ^0.14.0 -> ^0.21.0 age adoption passing confidence dependencies minor
@dfinity/identity (source) ^0.14.0 -> ^0.19.0 age adoption passing confidence dependencies minor
@dfinity/principal (source) ^0.14.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.8.3 -> 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.4.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.1 -> 0.11.0 age adoption passing confidence dependencies minor
ic-cdk (source) 0.6.4 -> 0.13.0 age adoption passing confidence dependencies minor
ic-cdk-macros (source) 0.6.4 -> 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.3 -> 0.12.0 age adoption passing confidence dependencies minor
node-color-log 10.0.0 -> 10.0.2 age adoption passing confidence dependencies patch
node-fetch 2.6.7 -> 2.7.0 age adoption passing confidence dependencies minor
protobufjs (source) 6.11.3 -> 6.11.4 age adoption passing confidence dependencies patch
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)
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

archiverjs/node-archiver (archiver)

v5.3.2

Compare Source

What’s changed

Dependency updates

dfinity/candid (candid)

v0.10.8

  • Switch HashMap to BTreeMap in serialization and T::ty(). This leads to around 20% perf improvement for serializing complicated types.
  • Disab

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 force-pushed the renovate/dependencies-(non-major) branch from bc61ab7 to cf47bde Compare November 7, 2022 12:15
@renovate renovate bot changed the title Update dependencies (non-major) to 0.6.5 Update dependencies (non-major) Nov 7, 2022
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 9f57065 to 4f994ca Compare November 9, 2022 22:15
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 1fa3073 to acc3883 Compare November 17, 2022 21:39
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from 8d3fbda to 867b27b Compare November 29, 2022 11:01
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 2e7ffc9 to 17a825e Compare December 12, 2022 01:15
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 34a454b to 4ac4ea1 Compare December 18, 2022 19:00
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from e6c5b05 to 894a389 Compare December 29, 2022 17:55
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 926bf5d to a3635a2 Compare March 22, 2023 01:03
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from d81ffe8 to bb85057 Compare March 30, 2023 19:05
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from bb85057 to c8d98f7 Compare April 3, 2023 10:07
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c8d98f7 to aa1bfb3 Compare April 17, 2023 10:35
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from aa1bfb3 to 1800118 Compare May 28, 2023 10:14
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 58addd1 to 92943e3 Compare February 21, 2024 22:59
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from 3ddc4dd to d1dc5a0 Compare March 8, 2024 21:25
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from adb807e to 123cce9 Compare March 17, 2024 00:54
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from b540ced to b04cdcc Compare March 26, 2024 11:09
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from 8fc9414 to 020bb7e Compare April 14, 2024 11:02
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from ae667c2 to 17b7fb2 Compare April 21, 2024 07:06
Copy link
Contributor Author

renovate bot commented Apr 25, 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-template@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-05T09_18_31_270Z-debug-0.log

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 2364957 to 63a3811 Compare May 1, 2024 16:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from cfa81f5 to 1aa25ed Compare May 5, 2024 09:18
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 1aa25ed to 3bdbc7b Compare May 10, 2024 18:57
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 3bdbc7b to 3dbb8fa Compare May 15, 2024 12:25
Copy link
Contributor Author

renovate bot commented May 15, 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-template@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_25_51_430Z-debug-0.log

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.

None yet

0 participants