chore(deps): update all non-major dependencies #185
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.13.0
->18.15.0
0.28.5
->0.29.2
13.1.2
->13.2.0
18.14.1
->18.15.0
7.27.0
->7.29.1
0.28.5
->0.29.2
Release Notes
vitest-dev/vitest
v0.29.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.0
Compare Source
This release makes some significant changes to how tests are running. If you were using
--no-threads
before, you might consider enabling--single-thread
instead (because your tests are now running inchild_process
instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (likeprocess.chdir()
, you can now use this option.One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with
--no-isolate
,--no-threads
or--single-thread
- you might need to update your setup files if you were relying on a global variable before.If you had performance issues on large code bases before, try the new
deps.experimentalOptimizer
option instead of disabling threads. Feedback is welcome!One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.
🚨 Breaking Changes
NODE_V8_COVERAGE
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2786 (095c6)node
andjsdom
(and other environments) now don't share the same global scope, if you run them with--no-isolate
or--no-threads
flag. Vitest doesn't provide a way to restore the previous behavior as it is considered a bug.chid_process
might run longer due to the communication overhead. If you want to restore the previous behavior, use--single-thread
.🚀 Features
🐞 Bug Fixes
View changes on GitHub
okonet/lint-staged
v13.2.0
Compare Source
Bug Fixes
colorette
withchalk
for better color support detection (f598725)Features
v13.1.4
Compare Source
v13.1.3
Compare Source
nodejs/node
v18.15.0
: 2023-03-07, Version 18.15.0 'Hydrogen' (LTS), @BethGriggs prepared by @juanarbolCompare Source
Notable Changes
63563f8a7a
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #4601728a775b32f
] - test_runner: add initial code coverage support (Colin Ihrig) #460174d50db14b3
] - (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) #45712643545ab79
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #46358110ead9abb
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #4632002632b42cf
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255f09b838408
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #46218cb5bb12422
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046Commits
6f91c8e2ae
] - benchmark: add trailing commas (Antoine du Hamel) #46370d0b9be21eb
] - benchmark: remove buffer benchmarks redundancy (Brian White) #457356468f30d0d
] - benchmark: introduce benchmark combination filtering (Brian White) #45735cb5bb12422
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046ec61bb04c0
] - build: export more OpenSSL symbols on Windows (Mohamed Akram) #454867bae4333ce
] - build: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) #462280f5f2d4470
] - crypto: includehmac.h
incrypto_util.h
(Adam Langley) #4627991ece4161b
] - crypto: avoid hang when no algorithm available (Richard Lau) #46237492fc95bdf
] - deps: V8: cherry-pick90be99f
(Michaël Zasso) #46646732c77e3d9
] - deps: update acorn to 8.8.2 (Node.js GitHub Bot) #463638582f99ffb
] - deps: update to uvwasi 0.0.15 (Colin Ihrig) #462535453cd9940
] - deps: V8: cherry-pickbf0bd48
(Michaël Zasso) #459083ea53c5dc8
] - deps: V8: cherry-pickc875e86
(sepehrst) #46501c04808de4b
] - doc: correct thesed
command for macOS in release process docs (Juan José) #463978113220690
] - doc: pass string totextEncoder.encode
as input (Deokjin Kim) #46421129dccf5d2
] - doc: add tip for session.post function (theanarkh) #46354919e581732
] - doc: add documentation for socket.destroySoon() (Luigi Pinca) #46337fc15ac95a5
] - doc: fix commit message using test instead of deps (Tony Gorez) #46313d153a93200
] - doc: add v8 fast api contribution guidelines (Yagiz Nizipli) #46199dbf082d082
] - doc: fix small typo error (0xflotus) #4618694421b4cfe
] - doc: mark some parameters as optional in webstreams (Deokjin Kim) #462695adb743511
] - doc: update output of example inevents.getEventListeners
(Deokjin Kim) #4626863563f8a7a
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #460174e88c7c813
] - esm: delete preload mock test (Geoffrey Booth) #46402643545ab79
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #463585019b5473f
] - http: res.setHeaders first implementation (Marco Ippolito) #4610976622c4c60
] - inspector: allow opening inspector whenNODE_V8_COVERAGE
is set (Moshe Atlow) #4611392f0747e03
] - meta: update AUTHORS (Node.js GitHub Bot) #46399795251bc6f
] - meta: update AUTHORS (Node.js GitHub Bot) #463038865424c31
] - meta: add .mailmap entry (Rich Trott) #463035ed679407b
] - meta: move evanlucas to emeritus (Evan Lucas) #46274403df210ac
] - module: move test reporter loading (Geoffrey Booth) #459232f7319e387
] - readline: fix detection of carriage return (Antoine du Hamel) #4630673a8f46c4d
] - Revert "src: let http2 streams end after session close" (Santiago Gimeno) #4672130d783f91a
] - src: stop tracing agent before shutting down libuv (Santiago Gimeno) #463801508d90fda
] - src: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) #46326bdb793a082
] - src: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) #46317116a33649b
] - src: add support for ETW stack walking (José Dapena Paz) #46203b06298c98e
] - src: refactor EndsInANumber in node_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) #4622726f41b041c
] - src: fix c++ exception on bad command line arg (Ben Noordhuis) #4629014da89f41a
] - src: remove unreachable UNREACHABLE (Tobias Nießen) #4628118c4dd004b
] - src: replace custom ASCII validation with simdutf one (Anna Henningsen) #46271cde375510f
] - src: replace unreachable code with static_assert (Tobias Nießen) #46250f389b2f3fc
] - src: use explicit C++17 fallthrough (Tobias Nießen) #462518adaa1333c
] - src: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) #45886f09b838408
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #4621863e92eae63
] - stream: remove brandchecks from stream duplexify (Debadree Chatterjee) #463153acfe9bf92
] - stream: fix readable stream as async iterator function (Erick Wendel) #46147de64315ccb
] - test: fix WPT title when no META title is present (Filip Skokan) #46804162e3400ff
] - test: fix default WPT titles (Filip Skokan) #467785f422c4d70
] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #464984f5aff2557
] - test: fix tap parser fails if a test logs a number (Pulkit Gupta) #4605632b020cf84
] - test: fix tap escaping with and without --test (Pulkit Gupta) #46311f2bba1bcdb
] - test: add trailing commas intest/node-api
(Antoine du Hamel) #46384f2ebe66fda
] - test: add trailing commas intest/message
(Antoine du Hamel) #46372ed564a9985
] - test: add trailing commas intest/pseudo-tty
(Antoine du Hamel) #46371e4437dd409
] - test: set common.bits to 64 for loong64 (Shi Pujin) #453839d40aef736
] - test: s390x zlib test case fixes (Adam Majer) #46367ed3fb52716
] - test: fix logInTimeout is not function (theanarkh) #46348d05b0771be
] - test: avoid trying to call sysctl directly (Adam Majer) #46366041aac3bbd
] - test: avoid left behind child processes (Richard Lau) #46276837ddcb322
] - test: add failing test for readline with carriage return (Alec Mev) #4607575b8db41c6
] - test: reducefs-write-optional-params
flakiness (LiviaMedeiros) #46238c0d3fdaf63
] - test,crypto: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) #46406f328f7b15e
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #462671ef3c53e24
] - test_runner: better handle async bootstrap errors (Colin Ihrig) #467200a690efb76
] - test_runner: adddescribe.only
andit.only
shorthands (Richie McColl) #4660428a1317efe
] - test_runner: bootstrap reporters before running tests (Moshe Atlow) #46737cd3aaa8fac
] - test_runner: emit test-only diagnostic warning (Richie McColl) #46540c19fa45a65
] - test_runner: centralize CLI option handling (Colin Ihrig) #467070898145e37
] - test_runner: display skipped tests in spec reporter output (Richie McColl) #46651894d7117fa
] - test_runner: parse non-ascii character correctly (Mert Can Altın) #457365b3c606626
] - test_runner: flatten TAP output when running using--test
(Moshe Atlow) #46440391ff0dba4
] - test_runner: allow nesting test within describe (Moshe Atlow) #46544ba784e87b4
] - test_runner: fix missing test diagnostics (Moshe Atlow) #46450c5f16fb5fb
] - test_runner: top-level diagnostics not ommited when running with --test (Pulkit Gupta) #4644128a775b32f
] - test_runner: add initial code coverage support (Colin Ihrig) #460170d999e373a
] - test_runner: make built in reporters internal (Colin Ihrig) #4609279f4b426fe
] - test_runner: reportfile
in test runner events (Moshe Atlow) #460304d50db14b3
] - (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) #457125fdf374c74
] - test_runner: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) #4526423b875806c
] - test_runner: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) #4625800c5495aa3
] - tools: update eslint to 8.33.0 (Node.js GitHub Bot) #4640037a6ce1120
] - tools: update doc to unist-util-select@4.0.3 unist-util-visit@4.1.2 (Node.js GitHub Bot) #463641eaafc7db4
] - tools: update lint-md-dependencies to rollup@3.12.0 (Node.js GitHub Bot) #46398a97774603b
] - tools: require more trailing commas (Antoine du Hamel) #4634603e244a59b
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #4630260d714e0c3
] - tools: allow icutrim.py to run on python2 (Michael Dawson) #46263b7950f50de
] - tools: update eslint to 8.32.0 (Node.js GitHub Bot) #4625808bafc84f6
] - url: refactor to use more primordials (Antoine du Hamel) #4596602632b42cf
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255110ead9abb
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #46320v18.14.2
: 2023-02-21, Version 18.14.2 'Hydrogen' (LTS), @MylesBorinsCompare Source
Notable Changes
f864bef32a
] - deps: upgrade npm to 9.5.0 (npm team) #46673Commits
880a65d7ff
] - build: deletesnapshot.blob
file from the project (Juan José Arboleda) #46626cbea56efda
] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #46711f864bef32a
] - deps: upgrade npm to 9.5.0 (npm team) #46673648041d568
] - deps: upgrade npm to 9.4.0 (npm team) #463535e1f213f3c
] - deps: patch V8 to 10.2.154.26 (Michaël Zasso) #46446pnpm/pnpm
v7.29.1
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.29.0
Compare Source
Minor Changes
A new setting is now supported:
dedupe-peer-dependents
.When this setting is set to
true
, packages with peer dependencies will be deduplicated after peers resolution.For instance, let's say we have a workspace with two projects and both of them have
webpack
in their dependencies.webpack
hasesbuild
in its optional peer dependencies, and one of the projects hasesbuild
in its dependencies. In this case, pnpm will link two instances ofwebpack
to thenode_modules/.pnpm
directory: one withesbuild
and another one without it:This makes sense because
webpack
is used in two projects, and one of the projects doesn't haveesbuild
, so the two projects cannot share the same instance ofwebpack
. However, this is not what most developers expect, especially since in a hoistednode_modules
, there would only be one instance ofwebpack
. Therefore, you may now use thededupe-peer-dependents
setting to deduplicatewebpack
when it has no conflicting peer dependencies (explanation at the end). In this case, if we setdedupe-peer-dependents
totrue
, both projects will use the samewebpack
instance, which is the one that hasesbuild
resolved:What are conflicting peer dependencies? By conflicting peer dependencies we mean a scenario like the following one:
In this case, we cannot dedupe
webpack
aswebpack
hasreact
in its peer dependencies andreact
is resolved from two different versions in the context of the two projects.Patch Changes
The configuration added by
pnpm setup
should check if the pnpm home directory is already in the PATH before adding to the PATH.Before this change, this code was added to the shell:
Now this will be added:
Add
skipped
status in exec report summary when script is missing #6139.pnpm env -g
should fail with a meaningful error message if pnpm cannot find the pnpm home directory, which is the directory into which Node.js is installed.Should not throw an error when local dependency use file protocol #6115.
Fix the incorrect error block when subproject has been patched #6183
Our Gold Sponsors
Our Silver Sponsors
v7.28.0
Compare Source
Minor Changes
--report-summary
forpnpm exec
andpnpm run
#6008.pnpm why --json
or--long
#6103.pnpm.peerDependencyRules.allowedVersions
package.json
option to support theparent>child
selector syntax. This syntax allows for extending specificpeerDependencies
#6108.Patch Changes
peerDependenciesMeta
and notpeerDependencies
,dependencies
, oroptionalDependencies
, the dependency's peers were not considered deterministically before.patch-commit
should auto apply patches in workspaces #6048pnpm config set
should write to the global config file by default #5877.Our Gold Sponsors
Our Silver Sponsors
v7.27.1
Compare Source
Patch Changes
store path
description to thepnpm
cli help.pnpm store prune
, when a tarball integrity error happens.strict-ssl
,ca
,key
, andcert
settings should work with HTTPS proxy servers #4689.Our Gold Sponsors
Our Silver Sponsors
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.