fnm
fnm copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
@changesets/cli | 2.23.0 -> 2.24.4 |
devDependencies | minor | ||||
@vercel/node (source) | 2.4.0 -> 2.5.16 |
devDependencies | minor | ||||
insta (source) | 1.15.0 -> 1.20.0 |
dev-dependencies | minor | ||||
node | 16.15.1 -> 16.17.0 |
minor | |||||
pnpm (source) | 7.5.0 -> 7.12.1 |
packageManager | minor | ||||
pretty_assertions | 1.2.1 -> 1.3.0 |
dev-dependencies | minor | ||||
serial_test | 0.8.0 -> 0.9.0 |
dev-dependencies | minor | ||||
sysinfo | 0.24.5 -> 0.26.2 |
dependencies | minor | ||||
typescript (source) | 4.7.4 -> 4.8.3 |
devDependencies | minor | ||||
url | 2.2.2 -> 2.3.1 |
dependencies | minor |
Release Notes
changesets/changesets
v2.24.4
Patch Changes
- Updated dependencies [
c140171
]:
v2.24.3
Patch Changes
- Updated dependencies [
b023e4b
]:
v2.24.2
Patch Changes
-
#900
7d998ee
Thanks @sdirosa! - Fixed an issue with generating changelogs not being skipped when thechangelog
config option was set tofalse
. -
#720
0fd56e1
Thanks @bhovhannes! - Private packages without aversion
field are no longer listed when adding a changeset. -
#844
8627ec1
Thanks @Andarist! - Attempt to logstdout
when publish fails ifstderr
is empty and JSON error can't be retrieved from none of those.
v2.24.1
Patch Changes
- Updated dependencies [
f64bc1b
]:
v2.24.0
Minor Changes
-
#858
dd9b76f
Thanks @dotansimha! - Added a new config flag forchangesets version --snapshot
mode:--snapshot-prerelease-template
-
#858
dd9b76f
Thanks @dotansimha! - Added a new config option:snapshot.prereleaseTemplate
for customizing the way snapshot release numbers are being composed.
Patch Changes
-
#858
dd9b76f
Thanks @dotansimha! - A possibility to use the calculated version for snapshot releases is now stable 🥳 All snapshot-related config parameters are now grouped under a single config property calledsnapshot
.To migrate, make sure to update your
config.json
.Old usage (still works, but comes with a deprecated warning):
{ "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "useCalculatedVersionForSnapshots": true } }
New usage:
{ "snapshot": { "useCalculatedVersion": true } }
-
Updated dependencies [
dd9b76f
,dd9b76f
,dd9b76f
]:- @changesets/config@2.1.0
- @changesets/git@1.4.0
- @changesets/assemble-release-plan@5.2.0
- @changesets/types@5.1.0
- @changesets/apply-release-plan@6.0.2
- @changesets/get-release-plan@3.0.11
- @changesets/read@0.5.6
- @changesets/changelog-git@0.1.12
- @changesets/get-dependents-graph@1.3.3
- @changesets/pre@1.0.12
- @changesets/write@0.1.9
v2.23.2
Patch Changes
v2.23.1
Patch Changes
-
#843
101b1cb
Thanks @caohuilin! - Fixed the printed filename in the verbose output ofchangeset status
. -
#857
7febb59
Thanks @dotansimha! - Fixed an issue with dependency ranges still using pre-existing range modifiers instead of fixed package versions when performing a snapshot release. This ensures that installs of snapshot versions are always reproducible. -
#744
84e46d1
Thanks @mskelton! - Ignored packages are no longer listed when adding a changeset.
vercel/vercel
v2.5.16
v2.5.15
v2.5.14
v2.5.13
v2.5.12
v2.5.11
v2.5.10
v2.5.9
v2.5.8
v2.5.7
v2.5.6
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
v2.4.5
v2.4.4
v2.4.3
v2.4.2
v2.4.1
mitsuhiko/insta
v1.20.0
-
cargo insta
now supports nextest as test runner. (#285) - The
glob!
macro now defers failures by default. (#284)
v1.19.1
- Added support for numeric keys in JSON which regressed in 0.18.0. (#281)
v1.19.0
- Removed
backtrace
feature. - Removed
serialization
feature. -
assert_json_snapshot!
andassert_yaml_snapshot!
now require thejson
andyaml
feature respectively. - Doctests now emit a warning that inline snapshot updating is not supported (#272)
- Added support for
INSTA_GLOB_FILTER
to skip over tests expanded from a glob. (#274)
v1.18.2
- Avoid the use of
#[allow(unused)]
in the macro. (#271)
v1.18.1
- Fixed a regression in the JSON serialization format with newtypes and tuple variants. (#270)
v1.18.0
-
Settings::bind
now can return a result. - Expose the drop guard type of
bind_to_scope
. - The
serde
dependency is now optional. While still enabled by default users need to opt intoyaml
andjson
features explicitly to regain support for it. To avoid the defaultserde
dependency the default features just need to be disabled. (#255) - Deprecated unused
serialization
features. - Deprecated unused
backtrace
feature. - Removed deprecated
Settings::bind_to_thread
.
Breaking Changes / Upgrading: If you are upgrading to serde 1.18.0 you will
receive deprecating warnings if you are using the assert_yaml_snapshot!
and
assert_json_snapshot!
macros. These macros will continue to function in the
future but they will require explicit opting into the yaml
and json
features.
To silence the warning add them to your insta
dependency. Additionally the
backtrace
feature was deprecated. It is no longer needed so just remove it.
v1.17.2
- Remove an accidentaly debug print output.
v1.17.1
- Added support for nextest. (#242)
- Resolved an issue where inline snapshot tests in doctests refused to work. (#252)
v1.17.0
- Fixed an issue in
cargo-insta
where sometimes accepting inline snapshots would crash with an out of bounds panic. - Added new
filters
feature. (#245) - Disallow unnamed snapshots in doctests. (#246)
-
with_settings!
macro now inherits the former settings rather than resetting. (#249) - Added support for
Settings::bind_to_scope
and deprecatedSettings::bind_to_thread
. (#250) - Added support for
minimal-versions
builds.
v1.16.0
- Added
--no-quiet
/-Q
flag tocargo insta test
to suppress the quiet flag. This works around limitations with custom test harnesses such as cucumber. - Update RON to 0.7.1.
- Improved ergonomics around
with_settings!
. It's now a perfect match to the settings object's setter methods. - Added
description
andinfo
to snapshots. (#239) - Added
omit_expression
setting. (#239) - Added improved support for running insta from doctests. (#243)
nodejs/node
v16.17.0
Notable Changes
Experimental command-line argument parser API
Adds util.parseArgs
helper for higher level command-line argument parsing.
Contributed by Benjamin Coe, John Gee, Darcy Clarke, Joe Sepi, Kevin Gibbons, Aaron Casanova, Jessica Nahulan, and Jordan Harband - #42675
Experimental ESM Loader Hooks API
Node.js ESM Loader hooks now support multiple custom loaders, and composition is
achieved via "chaining": foo-loader
calls bar-loader
calls qux-loader
(a custom loader must now signal a short circuit when intentionally not
calling the next). See the ESM docs for details.
Real-world use-cases are laid out for end-users with working examples in the article Custom ESM loaders: Who, what, when, where, why, how.
Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - #42623
Experimental test runner
The node:test
module, which was initially introduced in Node.js v18.0.0,
is now available with all the changes done to it up to Node.js v18.7.0.
Improved interoperability of the Web Crypto API
To better align Node.js' experimental implementation of the Web Crypto API with other runtimes, several changes were made:
- Support for CFRG curves was added, with the
'Ed25519'
,'Ed448'
,'X25519'
, and'X448'
algorithms. - The proprietary
'NODE-DSA'
,'NODE-DH'
,'NODE-SCRYPT'
,'NODE-ED25519'
,'NODE-ED448'
,'NODE-X25519'
, and'NODE-X448'
algorithms were removed. - The proprietary
'node.keyObject'
import/export format was removed.
Contributed by Filip Skokan - #42507, #43310
Dependency updates
- Updated Corepack to 0.12.1 - #43965
- Updated ICU to 71.1 - #42655
- Updated npm to 8.15.0 - #43917
- Updated Undici to 5.8.0 - #43886
Other notable changes
- [
5f1e9e2030
] - (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) #42427 - [
934077a137
] - (SEMVER-MINOR) crypto: align webcrypto RSA key import/export with other implementations (Filip Skokan) #42816 - [
7683e9623c
] - (SEMVER-MINOR) dns: export error code constants fromdns/promises
(Feng Yu) #43176 - [
302a134b83
] - doc: deprecate coercion to integer in process.exit (Daeyeon Jeong) #43738 - [
4884f18ce5
] - (SEMVER-MINOR) doc: deprecate diagnostics_channel object subscribe method (Stephen Belanger) #42714 - [
90f395dda9
] - (SEMVER-MINOR) errors: add support for cause in aborterror (James M Snell) #41008 - [
7a5de2cc0c
] - (SEMVER-MINOR) events: expose CustomEvent on global with CLI flag (Daeyeon Jeong) #43885 - [
087adbb7a3
] - (SEMVER-MINOR) events: addCustomEvent
(Daeyeon Jeong) #43514 - [
979c98a3cb
] - (SEMVER-MINOR) events: propagate abortsignal reason in new AbortError ctor in events (James M Snell) #41008 - [
e04c8a4921
] - (SEMVER-MINOR) fs: propagate abortsignal reason in new AbortSignal constructors (James M Snell) #41008 - [
464830993e
] - (SEMVER-MINOR) fs: make params in writing methods optional (LiviaMedeiros) #42601 - [
3d7808ec3f
] - (SEMVER-MINOR) fs: addread(buffer[, options])
versions (LiviaMedeiros) #42768 - [
082a2630fd
] - (SEMVER-MINOR) http: add drop request event for http server (theanarkh) #43806 - [
5a74939770
] - (SEMVER-MINOR) http: add diagnostics channel for http client (theanarkh) #43580 - [
f05fd1a423
] - (SEMVER-MINOR) http: add perf_hooks detail for http request and client (theanarkh) #43361 - [
9d1b4b7e29
] - (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna) #41397 - [
fa5ac5a2eb
] - (SEMVER-MINOR) http2: propagate abortsignal reason in new AbortError constructor (James M Snell) #41008 - [
94070f152e
] - (SEMVER-MINOR) http2: compat support for array headers (OneNail) #42901 - [
36dd39dec0
] - (SEMVER-MINOR) lib: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) #41008 - [
8adf7d5e91
] - (SEMVER-MINOR) lib: add abortSignal.throwIfAborted() (James M Snell) #40951 - [
3c1ed86840
] - (SEMVER-MINOR) lib: improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) #42714 - [
e6186af5cc
] - (SEMVER-MINOR) module: add isBuiltIn method (hemanth.hm) #43396 - [
3d851d6d6b
] - (SEMVER-MINOR) module,repl: support 'node:'-only core modules (Colin Ihrig) #42325 - [
303bd08d88
] - (SEMVER-MINOR) net: add drop event for net server (theanarkh) #43582 - [
da03e9f484
] - (SEMVER-MINOR) net: add ability to reset a tcp socket (pupilTong) #43112 - [
73f852e1e3
] - (SEMVER-MINOR) node-api: emit uncaught-exception on unhandled tsfn callbacks (Chengzhong Wu) #36510 - [
6dcdcd7f50
] - (SEMVER-MINOR) perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 - [
5750358872
] - (SEMVER-MINOR) report: add more heap infos in process report (theanarkh) #43116 - [
e7b99e8c8d
] - (SEMVER-MINOR) src: add --openssl-legacy-provider option (Daniel Bevenius) #40478 - [
1281a48b89
] - (SEMVER-MINOR) src: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) #42757 - [
9ea9797d34
] - (SEMVER-MINOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) #43124 - [
046debaee0
] - (SEMVER-MINOR) stream: use cause options in AbortError constructors (James M Snell) #41008 - [
6641fda10a
] - (SEMVER-MINOR) stream: add iterator helper find (Nitzan Uziely) #41849 - [
edec73032c
] - (SEMVER-MINOR) stream: add writableAborted (Robert Nagy) #40802 - [
2aae868fa2
] - (SEMVER-MINOR) timers: propagate signal.reason in awaitable timers (James M Snell) #41008 - [
513f52445b
] - (SEMVER-MINOR) v8: add v8.startupSnapshot utils (Joyee Cheung) #43329 - [
a8eca74450
] - (SEMVER-MINOR) v8: export more fields in getHeapStatistics (theanarkh) #42784 - [
845279e331
] - (SEMVER-MINOR) worker: add hasRef() to MessagePort (Darshan Sen) #42849
Commits
Semver-minor commits
- [
58279d5b76
] - (SEMVER-MINOR) buffer: graduate Blob from experimental (James M Snell) #41270 - [
72a0c5c743
] - (SEMVER-MINOR) crypto: remove Node.js-specific webcrypto extensions (Filip Skokan) #43310 - [
2e3a69a2ba
] - (SEMVER-MINOR) crypto: add CFRG curves to Web Crypto API (Filip Skokan) #42507 - [
5f1e9e2030
] - (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) #42427 - [
934077a137
] - (SEMVER-MINOR) crypto: align webcrypto RSA key import/export with other implementations (Filip Skokan) #42816 - [
7683e9623c
] - (SEMVER-MINOR) dns: export error code constants fromdns/promises
(Feng Yu) #43176 - [
4884f18ce5
] - (SEMVER-MINOR) doc: deprecate diagnostics_channel object subscribe method (Stephen Belanger) #42714 - [
90f395dda9
] - (SEMVER-MINOR) errors: add support for cause in aborterror (James M Snell) #41008 - [
247a6f6e85
] - (SEMVER-MINOR) esm: add chaining to loaders (Jacob Smith) #42623 - [
7a5de2cc0c
] - (SEMVER-MINOR) events: expose CustomEvent on global with CLI flag (Daeyeon Jeong) #43885 - [
087adbb7a3
] - (SEMVER-MINOR) events: addCustomEvent
(Daeyeon Jeong) #43514 - [
979c98a3cb
] - (SEMVER-MINOR) events: propagate abortsignal reason in new AbortError ctor in events (James M Snell) #41008 - [
e04c8a4921
] - (SEMVER-MINOR) fs: propagate abortsignal reason in new AbortSignal constructors (James M Snell) #41008 - [
464830993e
] - (SEMVER-MINOR) fs: make params in writing methods optional (LiviaMedeiros) #42601 - [
3d7808ec3f
] - (SEMVER-MINOR) fs: addread(buffer[, options])
versions (LiviaMedeiros) #42768 - [
082a2630fd
] - (SEMVER-MINOR) http: add drop request event for http server (theanarkh) #43806 - [
5a74939770
] - (SEMVER-MINOR) http: add diagnostics channel for http client (theanarkh) #43580 - [
f05fd1a423
] - (SEMVER-MINOR) http: add perf_hooks detail for http request and client (theanarkh) #43361 - [
9d1b4b7e29
] - (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna) #41397 - [
fa5ac5a2eb
] - (SEMVER-MINOR) http2: propagate abortsignal reason in new AbortError constructor (James M Snell) #41008 - [
94070f152e
] - (SEMVER-MINOR) http2: compat support for array headers (OneNail) #42901 - [
36dd39dec0
] - (SEMVER-MINOR) lib: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) #41008 - [
8adf7d5e91
] - (SEMVER-MINOR) lib: add abortSignal.throwIfAborted() (James M Snell) #40951 - [
3c1ed86840
] - (SEMVER-MINOR) lib: improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) #42714 - [
e6186af5cc
] - (SEMVER-MINOR) module: add isBuiltIn method (hemanth.hm) #43396 - [
3d851d6d6b
] - (SEMVER-MINOR) module,repl: support 'node:'-only core modules (Colin Ihrig) #42325 - [
303bd08d88
] - (SEMVER-MINOR) net: add drop event for net server (theanarkh) #43582 - [
da03e9f484
] - (SEMVER-MINOR) net: add ability to reset a tcp socket (pupilTong) #43112 - [
73f852e1e3
] - (SEMVER-MINOR) node-api: emit uncaught-exception on unhandled tsfn callbacks (Chengzhong Wu) #36510 - [
6dcdcd7f50
] - (SEMVER-MINOR) perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 - [
5750358872
] - (SEMVER-MINOR) report: add more heap infos in process report (theanarkh) #43116 - [
e7b99e8c8d
] - (SEMVER-MINOR) src: add --openssl-legacy-provider option (Daniel Bevenius) #40478 - [
1281a48b89
] - (SEMVER-MINOR) src: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) #42757 - [
9ea9797d34
] - (SEMVER-MINOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) #43124 - [
046debaee0
] - (SEMVER-MINOR) stream: use cause options in AbortError constructors (James M Snell) #41008 - [
6641fda10a
] - (SEMVER-MINOR) stream: add iterator helper find (Nitzan Uziely) #41849 - [
edec73032c
] - (SEMVER-MINOR) stream: add writableAborted (Robert Nagy) #40802 - [
9a530832cb
] - (SEMVER-MINOR) test: add initial test module (Colin Ihrig) #42325 - [
61a2ddc597
] - (SEMVER-MINOR) test_runner: exposedescribe
andit
(Moshe Atlow) #43420 - [
cd6f24be4c
] - (SEMVER-MINOR) test_runner: add initial CLI runner (Colin Ihrig) #42658 - [
a4b277cb4d
] - (SEMVER-MINOR) test_runner: support 'only' tests (Colin Ihrig) #42514 - [
2aae868fa2
] - (SEMVER-MINOR) timers: propagate signal.reason in awaitable timers (James M Snell) #41008 - [
432e3054be
] - (SEMVER-MINOR) util: add tokens to parseArgs (John Gee) #43459 - [
a1e122be62
] - (SEMVER-MINOR) util: add parseArgs module (Benjamin Coe) #42675 - [
513f52445b
] - (SEMVER-MINOR) v8: add v8.startupSnapshot utils (Joyee Cheung) #43329 - [
a8eca74450
] - (SEMVER-MINOR) v8: export more fields in getHeapStatistics (theanarkh) #42784 - [
845279e331
] - (SEMVER-MINOR) worker: add hasRef() to MessagePort (Darshan Sen) #42849
Semver-patch commits
- [
480a754ddc
] - assert: callTracker throw a specific error message when possible (Moshe Atlow) #43640 - [
ebb334b124
] - assert: fix CallTracker wraps the function causes the length to be lost (OneNail) #42909 - [
7f8f83d4d0
] - assert: makeassert.fail
less affected by prototype tampering (Antoine du Hamel) #42918 - [
a6a46f9578
] - async_hooks: usekEmptyObject
(LiviaMedeiros) #43159 - [
84075821be
] - async_hooks: remove destroyed symbol on Promises (Gerhard Stöbich) #42402 - [
b69396a41a
] - async_hooks: avoid decrementing iterator after erase (Gabriel Bota) #42749 - [
6b7c6192ff
] - bootstrap: move global initialization to js (Alena Khineika) #43625 - [
4fbe24588a
] - bootstrap: use the isolate snapshot in workers (Joyee Cheung) #42702 - [
3a83e5cfd9
] - bootstrap: move embedded snapshot to SnapshotBuilder (Joyee Cheung) #42702 - [
b4201ace9b
] - bootstrap: reset process._exit and process.exitCode in pre-execution (Joyee Cheung) #42466 - [
f8f7c1e5bd
] - bootstrap: run inspector and event loop in snapshot builder (Joyee Cheung) #42466 - [
2d79480fcb
] - bootstrap: make I/O streams work with user-land snapshot (Joyee Cheung) #42466 - [
1b2946b1a4
] - bootstrap: refresh options in pre-execution (Joyee Cheung) #42466 - [
ca57563522
] - bootstrap: use SnapshotData to pass snapshot data around (Joyee Cheung) #42360 - [
60d032b89c
] - buffer: do not leak memory if buffer is too big (Keyhan Vakil) #43938 - [
5ddd367bec
] - buffer: improve Blob constructor error message when passing a string (Xuguang Mei) #42338 - [
691e5d8bf3
] - buffer: fixatob
input validation (Antoine du Hamel) #42539 - [
a948fb8b56
] - build: add .gitattributes for npm and other shims (Hrishikesh Kadam) #43879 - [
623dd2a70b
] - build: remove precompiled header and debug information for host builds (Niyas Sait) #42538 - [
129b05e0c5
] - build: fix various shared library build issues (William Marlow) #41850 - [
fba6e96326
] - build: fix indeterminacy of icu_locales value (Sergey Nazaryev) #42865 - [
74bce1c448
] - build: improve reliability of find_python.cmd script (Luigi Pinca) #42810 - [
637af6c068
] - build: windows/arm64 native compilation support (Niyas Sait) #42408 - [
fe661fadad
] - build: add --node-snapshot-main configure option (Joyee Cheung) #42466 - [
daadd58baa
] - build,test: increase stack size limit on Windows (Tobias Nießen) #43632 - [
1e1634ae99
] - child_process: do not need to count length when maxBuffer is Infinity (theanarkh) #43822 - [
2b6e98b6b2
] - child_process: improve ipc write performance (rubikscraft) #42931 - [
7aac430b3f
] - child_process: speed up 'advanced' ipc receiving (rubikscraft) #42931 - [
6844930290
] - child_process: usekEmptyObject
(LiviaMedeiros) #43159 - [
72400b7a7b
] - child_process: add env contents types in JSDoc (Rich Trott) #42494 - [
fe57e5685d
] - cluster: send connection to other server when worker drop it (theanarkh) #43747 - [
61b5d4a999
] - cluster: fix closing dgram sockets in cluster workers throws errors (Ouyang Yadong) #43709 - [
97f4cc7766
] - cluster: fix fd leak (theanarkh) #43650 - [
1cb19ec96a
] - cluster: usekEmptyObject
(LiviaMedeiros) #43159 - [
c8706f3a7f
] - cluster, net: fix listen pipe with readable and writable in cluster (theanarkh) #43634 - [
35fc1c205e
] - console: fix console.dir crash on a revoked proxy (Daeyeon Jeong) #43100 - [
3449472f3d
] - crypto: remove unneeded guard (Rich Trott) #43856 - [
a3a845b8ba
] - crypto: don't disable TLS 1.3 without suites (Adam Majer) #43427 - [
588a84e11d
] - crypto: handle webcrypto generateKey() usages edge case (Filip Skokan) #43454 - [[
224d3f40dc
](https:
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ No Changeset found
Latest commit: f9337b50ac9cb2c936182a50309e2cad0a94f86c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
⚠ 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: Cargo.lock
Command failed: docker run --rm --name=renovate_rust --label=renovate_child -v "/mnt/renovate/gh/Schniz/fnm":"/mnt/renovate/gh/Schniz/fnm" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/Schniz/fnm" docker.io/renovate/rust bash -l -c "cargo update --manifest-path Cargo.toml --workspace"
Updating crates.io index
error: failed to select a version for `insta`.
... required by package `fnm v1.31.1 (/mnt/renovate/gh/Schniz/fnm)`
versions that meet the requirements `^1.21.0` are: 1.21.0
the package `fnm` depends on `insta`, with features: `backtrace` but `insta` does not have these features.
failed to select a version for `insta` which could resolve this conflict