-
Notifications
You must be signed in to change notification settings - Fork 498
chore(deps): update all non-major dependencies #757
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
10 times, most recently
from
June 9, 2025 11:35
007e083
to
966b862
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
June 11, 2025 01:50
dab99fe
to
021e26e
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 11, 2025 12:55
021e26e
to
cd08926
Compare
haoqunjiang
haoqunjiang
approved these changes
Jun 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^1.52.0
->^1.53.0
^22.15.21
->^22.15.31
^1.2.1
->^1.2.2
^137.0.1
->^137.0.3
^14.4.0
->^14.4.1
^3.12.1
->^3.12.2
^3.0.2
->^3.0.3
10.11.0
->10.12.1
1.0.0-beta.9
->1.0.0-beta.15
^3.1.4
->^3.2.3
^3.5.14
->^3.5.16
^8.5.4
->^8.5.5
Release Notes
microsoft/playwright (@playwright/test)
v1.53.0
Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps
New option in
'html'
reporter to set the title of a specific test run:Miscellaneous
New option
kind
in testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --list
will now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.2.2
Compare Source
Bug Fixes
giggio/node-chromedriver (chromedriver)
v137.0.3
Compare Source
v137.0.2
Compare Source
cypress-io/cypress (cypress)
v14.4.1
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-4-1
nightwatchjs/nightwatch (nightwatch)
v3.12.2
Compare Source
What's Changed
.debug()
command not working. by @garg3133 in https://github.com/nightwatchjs/nightwatch/pull/4409New Contributors
Full Changelog: nightwatchjs/nightwatch@v3.12.1...v3.12.2
vuejs/pinia (pinia)
v3.0.3
Compare Source
Please refer to CHANGELOG.md for details.
pnpm/pnpm (pnpm)
v10.12.1
Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modules
contains only symlinks to a central virtual store, rather tonode_modules/.pnpm
. By default, this central store is located at<store-path>/links
(you can find the store path by runningpnpm store path
).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: true
in your rootpnpm-workspace.yaml
, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm update
command now supports updatingcatalog:
protocol dependencies and writes new specifiers topnpm-workspace.yaml
.--save-catalog
and--save-catalog-name=<name>
) topnpm add
to save new dependencies as catalog entries.catalog:
orcatalog:<name>
will be added topackage.json
and the package specifier will be added to thecatalogs
orcatalog[<name>]
object inpnpm-workspace.yaml
#9425.ci
for explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patch
using semantic versioning rules.v10.11.1
Compare Source
Patch Changes
pnpm deploy --legacy
creates unexpected directories when the rootpackage.json
has a workspace package as a peer dependency #9550.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.pnpm_config_
env variables instead ofnpm_config_
#9571.--lockfile-only
flag onpnpm update
to produce a differentpnpm-lock.yaml
than an update without the flag.pnpm deploy
work in repos withoverrides
wheninject-workspace-packages=true
#9283.pnpm -r --silent run
should not print out section #9563.rolldown/rolldown (rolldown)
v1.0.0-beta.15
Compare Source
🚀 Features
this.emitFile
by @IWANABETHATGUY in #4895🐛 Bug Fixes
NoEntryPoint
error message by @IWANABETHATGUY in #4903🧪 Testing
makeIdFiltersToMatchWithQuery
by @sapphi-red in #4914⚙️ Miscellaneous Tasks
v1.0.0-beta.14
Compare Source
💥 BREAKING CHANGES
🚀 Features
rolldown-vite
by @shulaoda in #4884🐛 Bug Fixes
preserveModules
by @IWANABETHATGUY in #4876🚜 Refactor
rolldown-vite
by @shulaoda in #4856📚 Documentation
🧪 Testing
rolldown/topics/hmr/mutiply-entires
to snake case by @sapphi-red in #4889⚙️ Miscellaneous Tasks
v1.0.0-beta.13
Compare Source
🚀 Features
ImportNamespaceSpecifier
for external module by @IWANABETHATGUY in #4373🐛 Bug Fixes
generate_release_notes
by @Boshen📚 Documentation
⚙️ Miscellaneous Tasks
v1.0.0-beta.12
Compare Source
Features
preseveEntrySignature: allow-extension
(#4800) (83d4d62)preserveEntrySignatures
isallow-extension
(#4847) (57e7f8b)import('some-cjs-module.js')
(#4816) (b9ac5f0)Bug Fixes
default
(#4836) (d811ec5)generateHmrPatch
(#4837) (4a9af95)v1.0.0-beta.11
Compare Source
Features
index_of_one
utils forBitset
(#4779) (16aff17)output.advancedChunks.groups[].test
(#4644) (0a177d4), closes #4477Bug Fixes
resolveId
hook in deps of internal runtime module (#4733) (1995519)load
hook (#4742) (10f8e10), closes #3983v1.0.0-beta.10
Compare Source
⚠ BREAKING CHANGES
platform
asbrowser
" (#4720)module
to resolve conditions by default (#4703)'import-statement'
to refer to static import statements instead of'import'
(#4689)target
option intotransform
(#4665)jsx
option intotransform
(#4654)platform
asbrowser
(#4611)Features
platform
asbrowser
(#4611) (43425a0)cargo shear --fix
correctly in autofix (#4677) (15934eb)StmtSideEffect
to record the specific reason why a stmt has side effect (#4671) (5982115)Module[#imports](https://redirect.github.com/rolldown/rolldown/issues/imports)
(#4619) (42afd5a)moduleType: 'json'
(#4554) (c69e332)check_public_file
fromrolldown_plugin_asset
(#4660) (1b3b8c3)file_to_url
fromrolldown_plugin_asset
(#4663) (40290b5)create_to_import_meta_url_based_relative_runtime
(#4657) (d77354f)to_output_file_path_in_js
(#4659) (9e8c677)jsx
option intotransform
(#4654) (4872097), closes #4447target
option intotransform
(#4665) (f9aa33a), closes #4651Bug Fixes
chunk.name
is not sanitized when the chunk is a common chunk (#4712) (5949f2a), closes #4709preserveModules
co exists with multi entrypoints (#4626) (b46bdea), closes #4624preserveModules
don't respect relative path (#4629) (9727493)just
in warmup workflow (c6a1eb1)setup-node
(#4685) (db25788)cargo fetch
(937eae9)module
to resolve conditions by default (#4703) (9727531)into_assignment_target
(#4688) (6c806ea), closes #4304preserveModules
(#4704) (2ba8e28), closes #4700'import-statement'
to refer to static import statements instead of'import'
(#4689) (eee51d8)Performance Improvements
profile.dev.debug
to improve rust compile times (#4623) (0312f66)include_str!
(#4664) (8fee5af), closes #4354Reverts
platform
asbrowser
" (#4720) (4021325), closes rolldown/rolldown#4611SourceJoiner[#prepend](https://redirect.github.com/rolldown/rolldown/issues/prepend)_source
" (#4632) (719ec89), closes rolldown/rolldown#4431feat(on_demand_wrapping): don't wrap modules that don't rely on others and have side effect [#​4670](https://redirect.github.com/rolldown/rolldown/issues/4670)
(#4686) (8a77ce9)vitest-dev/vitest (vitest)
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/8103Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.