This PR contains the following updates:
Release Notes
microsoft/playwright (@playwright/test)
Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
Compare Source
Bug Fixes
- docs: fix incorrect rule name in vitest/require-mock-type-parameters example (#740) (d48741a)
Features
- prefer-describe-function-title: Check for unnecessary .name (#744) (5f1fe04)
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.3.4...v1.3.5
giggio/node-chromedriver (chromedriver)
Compare Source
Compare Source
pnpm/pnpm (pnpm)
Compare Source
Minor Changes
- Added the
cleanupUnusedCatalogs
configuration. When set to true
, pnpm will remove unused catalog entries during installation #9793.
- Automatically load pnpmfiles from config dependencies that are named
@*/pnpm-plugin-*
#9780.
pnpm config get
now prints an INI string for an object value #9797.
pnpm config get
now accepts property paths (e.g. pnpm config get catalog.react
, pnpm config get .catalog.react
, pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), and pnpm config set
now accepts dot-leading or subscripted keys (e.g. pnpm config set .ignoreScripts true
).
pnpm config get --json
now prints a JSON serialization of config value, and pnpm config set --json
now parses the input value as JSON.
Patch Changes
- Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #9835.
- When executing the
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.
- When making requests for the non-abbreviated packument, add
*/*
to the Accept
header to avoid getting a 406 error on AWS CodeArtifact #9862.
- The standalone exe version of pnpm works with glibc 2.26 again #9734.
- Fix a regression in which
pnpm dlx pkg --help
doesn't pass --help
to pkg
#9823.
rolldown/rolldown (rolldown)
Compare Source
💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
◀️ Revert
Compare Source
💥 BREAKING CHANGES
- only call
closeBundle
hook when bundling actually happens (#5715) by @shulaoda
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
vuejs/core (vue)
Compare Source
Bug Fixes
Compare Source
Bug Fixes
- compiler-core: adjacent v-else should cause a compiler error (#13699) (911e670), closes #13698
- compiler-core: prevent cached array children from retaining detached dom nodes (#13691) (7f60ef8), closes element-plus/element-plus#21408 #13211
- compiler-sfc: improve type inference for generic type aliases types (#12876) (d9dd628), closes #12872
- compiler-sfc: throw mismatched script langs error before invoking babel (#13194) (0562548), closes #13193
- compiler-ssr: disable v-memo transform in ssr vdom fallback branch (#13725) (0a202d8), closes #13724
- devtools: clear performance measures (#13701) (c875019), closes #13700
- hmr: prevent updating unmounting component during HMR rerender (#13775) (6e5143d), closes #13771 #13772
- hydration: also set vShow name if
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__
flag is enabled (#13777) (439e1a5), closes #13744
- reactivity: warn on nested readonly ref update during unwrapping (#12141) (1498821)
- runtime-core: avoid setting direct ref of useTemplateRef in dev (#13449) (4a2953f)
- runtime-core: improve consistency of
PublicInstanceProxyHandlers.has
(#13507) (d7283f3)
- suspense: don't immediately resolve suspense on last dep unmount (#13456) (a871315), closes #13453
- transition: handle KeepAlive + transition leaving edge case (#13152) (3190b17), closes #13153
vuejs/language-tools (vue-tsc)
Compare Source
google/zx (zx)
v8.8.1
: — Turbo Flush
Compare Source
We keep improving the projects internal infra to bring more stability, safety and performance for artifacts.
Featfixes
- Applied flags filtration for CLI-driven deps install #1308
- Added
kill()
event logging #1312
- Set
SIGTERM
as kill()
fallback signal #1313
- Allowed
stdio()
arg be an array #1311
const p = $({halt: true})`cmd`
p.stdio([stream, 'ignore', 'pipe'])
Enhancements
Configuration
📅 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.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^1.54.2
->^1.55.0
^22.17.2
->^22.18.0
^1.3.4
->^1.3.5
^139.0.1
->^139.0.3
10.14.0
->10.15.0
1.0.0-beta.32
->1.0.0-beta.34
^3.5.18
->^3.5.20
^3.0.5
->^3.0.6
^8.8.0
->^8.8.1
Release Notes
microsoft/playwright (@playwright/test)
v1.55.0
Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.3.5
Compare Source
Bug Fixes
Features
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.3.4...v1.3.5
giggio/node-chromedriver (chromedriver)
v139.0.3
Compare Source
v139.0.2
Compare Source
pnpm/pnpm (pnpm)
v10.15.0
Compare Source
Minor Changes
cleanupUnusedCatalogs
configuration. When set totrue
, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*
#9780.pnpm config get
now prints an INI string for an object value #9797.pnpm config get
now accepts property paths (e.g.pnpm config get catalog.react
,pnpm config get .catalog.react
,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), andpnpm config set
now accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true
).pnpm config get --json
now prints a JSON serialization of config value, andpnpm config set --json
now parses the input value as JSON.Patch Changes
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.*/*
to theAccept
header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help
doesn't pass--help
topkg
#9823.rolldown/rolldown (rolldown)
v1.0.0-beta.34
Compare Source
💥 BREAKING CHANGES
transform
option withtsconfig
(#5882) by @shulaodatsconfig
(#5842) by @shulaoda🚀 Features
rolldown_binding_watcher
(#5859) by @hyf0DevEngine
(#5852) by @hyf0DevEngine
to support build for devlopement scenario (#5808) by @hyf0useDefineForClassFields=false
withtarget>=es2022
(#5841) by @sapphi-redesmExternalRequirePlugin
(#5810) by @shulaodaoxc_minifier
options (#5804) by @IWANABETHATGUYinitial_indent
for concatenateWrappedModule (#5779) by @IWANABETHATGUYoption.context
(#5745) by @situ2001🐛 Bug Fixes
lang
logic correctly (#5874) by @shulaodamissing_export
diagnostic (#5862) by @IWANABETHATGUYtypescript.removeClassFieldsWithoutInitializer
foruseDefineForClassFields=false
(#5840) by @sapphi-redimport.meta.hot.accept
in patch file should work (#5823) by @sapphi-redinlineConst
with constant propagation (#5826) by @IWANABETHATGUYminify: 'dce-only'
is used (#5830) by @sapphi-redminify: dce-only
(#5792) by @Boshen/./
(#5790) by @IWANABETHATGUYoutput.topLevelVar
by options validator (#5789) by @sapphi-redtransform.jsx: 'preserve'
by options validator (#5781) by @sapphi-redpreserveModules
(#5780) by @shulaoda🚜 Refactor
finalize_vite_css_urls
(#5860) by @shulaodaNotifyWatcher
WASM-compatible (#5855) by @hyf0BuildDriver
(#5854) by @hyf0clone_in_with_semantic_ids
for program cloning (#5853) by @shulaodaresolve_dependencies
(#5795) by @shulaodaPluginContext
(#5785) by @situ2001📚 Documentation
esmExternalRequirePlugin
(#5886) by @sapphi-redesmExternalRequirePlugin
(#5813) by @shulaoda⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
oxc-resolver
to v11.7.0 (#5889) by @shulaodaquote_expr
,quote_stmt
(#5858) by @IWANABETHATGUY_VITE_TEST_JS_PLUGIN
instead of_VITE_TEST_NATIVE_PLUGIN
(#5827) by @sapphi-redvitepress@^2.0.0-alpha.12
instead (#5811) by @shulaodajsx
option in favor oftransform.jsx
(#5783) by @shulaodav1.0.0-beta.33
Compare Source
💥 BREAKING CHANGES
closeBundle
hook when bundling actually happens (#5715) by @shulaoda🚀 Features
pringStatus
(#5744) by @situ2001transform
hook logic (#5736) by @shulaodaunresolved_import
when platform isneutral
(#5700) by @IWANABETHATGUY🐛 Bug Fixes
oxc.jsx.runtime
is set (#5771) by @hi-ogawacontext
should be available in renderStart (#5672) by @situ2001npm:
prefix as a built-in module (#5709) by @sapphi-red🚜 Refactor
ScopeHoistingFinalizerContext
(#5739) by @shulaodafinalize_normal_module
intoScopeHoistingFinalizerContext
(#5738) by @shulaodawrap_kind
andoriginal_wrap_kind
and keep them sync (#5730) by @IWANABETHATGUY📚 Documentation
neutral
(#5701) by @IWANABETHATGUY⚡ Performance
dce-only
(#5707) by @Boshen🧪 Testing
toMatchFileSnapshot
(#5759) by @situ2001import.meta.hot.invalidate
(#5747) by @hyf0⚙️ Miscellaneous Tasks
binding.js
after version bump (#5704) by @shulaodavuejs/core (vue)
v3.5.20
Compare Source
Bug Fixes
v3.5.19
Compare Source
Bug Fixes
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__
flag is enabled (#13777) (439e1a5), closes #13744PublicInstanceProxyHandlers.has
(#13507) (d7283f3)vuejs/language-tools (vue-tsc)
v3.0.6
Compare Source
google/zx (zx)
v8.8.1
: — Turbo FlushCompare Source
We keep improving the projects internal infra to bring more stability, safety and performance for artifacts.
Featfixes
kill()
event logging #1312SIGTERM
askill()
fallback signal #1313stdio()
arg be an array #1311Enhancements
ProcessPromise[asyncIterator]
inners #1307shell
setters #1314Configuration
📅 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.