chore(deps): update all non-major dependencies #214
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
2.28.1
->2.29.7
8.10.148
->8.10.152
22.13.14
->22.18.6
3.1.1
->3.2.4
16.4.7
->16.6.1
22.14.0
->22.19.0
10.7.0
->10.17.0
2.12.1
->2.13.1
8.4.0
->8.5.0
5.8.2
->5.9.2
3.1.1
->3.2.4
Release Notes
changesets/changesets (@changesets/cli)
v2.29.7
Compare Source
Patch Changes
957f24e
]:v2.29.6
Compare Source
Patch Changes
a3563b0
Thanks @benmccann! - Switch to maintained fork ofexternal-editor
v2.29.5
Compare Source
Patch Changes
#1693
6352819
Thanks @Andarist! - Fixed an issue withworkspace:^
andworkspace:~
dependency ranges not being semantically treated as, respectively,^CURRENT_VERSION
and~CURRENT_VERSION
. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.Updated dependencies [
6352819
]:v2.29.4
Compare Source
Patch Changes
#1668
65d6632
Thanks @Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632
]:v2.29.3
Compare Source
Patch Changes
#1589
de8bebc
Thanks @remorses, @vzt7! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json
#1619
c1e8a78
Thanks @manucorporat! - Support../
inpublishConfig.directory
when publishing packagesUpdated dependencies [
de8bebc
]:v2.29.2
Compare Source
Patch Changes
#1636
f73f84a
Thanks @Netail! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:v2.29.1
Compare Source
Patch Changes
#1620
b15e629
Thanks @Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629
]:v2.29.0
Compare Source
Minor Changes
29f34a3
Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfig
vitest-dev/vitest (@vitest/coverage-v8)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
v3.2.3
Compare Source
🚀 Features
🐞 Bug Fixes
expect.any
return type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)View changes on GitHub
v3.2.2
Compare Source
🚀 Features
🐞 Bug Fixes
createTesters
call on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7)vitest-browser-*
packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)toEqual
- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)View changes on GitHub
v3.2.1
Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8078 (30ab4)View changes on GitHub
v3.2.0
Compare Source
🚀 Features
ctx.signal
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7878 (e761f)test.name
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7809 (4af5d)vi.mockObject
to automock any object - by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/7761 (465bd)watchTriggerPatterns
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7778 (a0675)workspace
in favor ofprojects
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7923 (41beb)sequence.groupOrder
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7852 (d1a1d)connect
option forplaywright
browser provider - by @egfx-notifications and @sheremet-va in https://github.com/vitest-dev/vitest/issues/7915 (029c0)screenshot.save
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7777 (d9f51)onWritePath
option togithub-actions
- by @nwalters512 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8015 (abd3b)🐞 Bug Fixes
micromatch
withpicomatch
- by @sapphi-red in https://github.com/vitest-dev/vitest/issues/7951 (df076)any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by @JoshuaKGoldberg in https://github.com/vitest-dev/vitest/issues/7016 (8ec44)stack
properties - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7995 (330f9)toJSON
serialisation - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8053 (3bdf0)upload
files relative to the project root - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8042 (b9a31)this
type tolocators.extend
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8069 (70fb0)--silent
values properly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8055 (8fad7)@types/chai
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7937 (525f5)vitest list
command - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7933 (ba6da)__vite_ssr_exportName__
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7925 (76091)getWorkerMemoryLimit
priority for vmForks - by @pengooseDev in https://github.com/vitest-dev/vitest/issues/7960 (5a91e)View changes on GitHub
v3.1.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.3
Compare Source
🐞 Bug Fixes
inline: true
is set - by @sheremet-va in #7856 (a83f3)--merge-reports
to show each total run times - by @AriPerkkio in #7877 (d613b)View changes on GitHub
v3.1.2
Compare Source
🐞 Bug Fixes
chai
variable invitest/globals
(fix: #7474) - by @Jay-Karia in #7771 and #7474 (d9297)test.exclude
when same object passed incoverage.exclude
- by @AriPerkkio in #7774 (c3751)envionmentOptions
- by @hi-ogawa in #7795 (67430)await
profiler calls - by @AriPerkkio in #7763 (795a6)🏎 Performance
View changes on GitHub
motdotla/dotenv (dotenv)
v16.6.1
Compare Source
Changed
quiet
to true – hiding the runtime log message (#874)config({ quiet: true })
to suppress.require('dotenv').config()
forrequire('@​dotenvx/dotenvx').config()
.v16.6.0
Compare Source
Added
[[email protected]] injecting env (1) from .env
(#870){ quiet: true }
to suppressv16.5.0
Compare Source
Added
Changed
_log
method. Use_debug
#862actions/node-versions (node)
v22.19.0
: 22.19.0Compare Source
Node.js 22.19.0
v22.18.0
: 22.18.0Compare Source
Node.js 22.18.0
v22.17.1
: 22.17.1Compare Source
Node.js 22.17.1
v22.17.0
: 22.17.0Compare Source
Node.js 22.17.0
v22.16.0
: 22.16.0Compare Source
Node.js 22.16.0
v22.15.1
: 22.15.1Compare Source
Node.js 22.15.1
v22.15.0
: 22.15.0Compare Source
Node.js 22.15.0
pnpm/pnpm (pnpm)
v10.17.0
Compare Source
Minor Changes
The
minimumReleaseAgeExclude
setting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAge
check, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAge
is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.v10.16.1
Compare Source
Patch Changes
v10.16.0
Compare Source
Minor Changes
There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.
The new setting is called
minimumReleaseAge
. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, settingminimumReleaseAge: 1440
ensures that only packages released at least one day ago can be installed.If you set
minimumReleaseAge
but need to disable this restriction for certain dependencies, you can list them under theminimumReleaseAgeExclude
setting. For instance,Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 was generated by Mend Renovate. View the repository job log.