This PR contains the following updates:
Release Notes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
Compare Source
No significant changes
Compare Source
🐞 Bug Fixes
Compare Source
🐞 Bug Fixes
giggio/node-chromedriver (chromedriver)
Compare Source
Compare Source
cypress-io/cypress (cypress)
Compare Source
Changelog:https://docs.cypress.io/app/references/changelog#15-6-0
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
Compare Source
Bug Fixes
Features
jsdom/jsdom (jsdom)
Compare Source
- Improved CSS parsing by switching to
@acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir) - Fixed some selector cache invalidation issues where changes to attributes were not being picked up. (asamuzaK)
- Fixed
package.json"engines" field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.
nightwatchjs/nightwatch (nightwatch)
Compare Source
What's Changed
- Pass testEnvSettings to plugins' before hook to Reorder test cases for Smart Test Selection by@harshit-bstack in#4421
New Contributors
Full Changelog:nightwatchjs/nightwatch@v3.12.2...v3.12.3
vuejs/pinia (pinia)
Compare Source
Please refer toCHANGELOG.md for details.
pnpm/pnpm (pnpm)
Compare Source
Minor Changes
- Support
--all option inpnpm --help to list all commands#8628.
Patch Changes
- When the
latest version doesn't satisfy the maturity requirement configured byminimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version#10100. create command should not verify patch info.- Set
managePackageManagerVersions tofalse, when switching to a different version of pnpm CLI, in order to avoid subsequent switches#10063.
rolldown/rolldown (rolldown)
Compare Source
💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
🚜 Refactor
- rolldown_plugin_vite_html: use module preload instead (#6843) by@shulaoda
- rolldown_plugin_build_import_analysis: use module preload config instead (#6841) by@shulaoda
- rolldown_binding: correct
renderBuiltUrl (#6835) by@shulaoda - rolldown_plugin_build_import_analysis: remove unnecessary is_module_preload (#6834) by@shulaoda
- rolldown_plugin_build_import_analysis: remove unnecessary
IS_MODERN_FLAG (#6823) by@shulaoda - rolldown_plugin_build_import_analysis: tweak v2 config (#6804) by@shulaoda
📚 Documentation
⚙️ Miscellaneous Tasks
❤️ New Contributors
Compare Source
💥 BREAKING CHANGES
- default
preserveEntrySignatures to'exports-only' to align with Rollup (#6723) by@Copilot
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
Compare Source
🚀 Features
🐛 Bug Fixes
💼 Other
- pluginutils: switch to tsc to solve the issue of loading conflicting binary (#6708) by@hyf0
🚜 Refactor
- node: only call
transformToRollupOutput when needed (#6695) by@hyf0 - node: split
transformToRollupOutput into mutable and immutable versions (#6693) by@hyf0 - remove unnecessaey lazy data passing for
BindingOutputs (#6692) by@hyf0 - rolldown_plugin_utils: tweak
CSSEntriesCache (#6685) by@shulaoda - rolldown_binding: use unified
BindingRenderBuiltUrl (#6653) by@shulaoda
📚 Documentation
⚡ Performance
🧪 Testing
- add live bindings test for default export snapshot semantics (#6538) by@Copilot
⚙️ Miscellaneous Tasks
❤️ New Contributors
vuejs/core (vue)
Compare Source
Reverts
Compare Source
Bug Fixes
- compiler-core: correctly handle ts type assertions in expressions (#13397) (e6544ac), closes#13395
- compiler-core: fix v-bind shorthand handling for in-DOM templates (#13933) (b3cca26), closes#13930
- compiler-sfc: resolve numeric literals and template literals without expressions as static property key (#13998) (75d44c7)
- compiler-ssr: textarea with v-text directive SSR (#13975) (006a0c1)
- compiler: using guard instead of non-nullish assertion (#13982) (dcc6f36)
- custom-element: batch custom element prop patching (#13478) (c13e674), closes#12619
- custom-element: optimize slot retrieval to avoid duplicates (#13961) (84ca349), closes#13955
- hydration: avoid mismatch during hydrate text with newlines in interpolation (#9232) (6cbdf78), closes#9229
- runtime-core: pass props and children to loadingComponent (#13997) (40c4b2a)
- runtime-dom: ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950) (5689884), closes#13946
- suspense: clear placeholder and fallback el after resolve to enable GC (#13928) (f411c66)
- transition-group: use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation (#6108) (dc4dd59), closes#6105
- v-model: handle number modifier on change (#13959) (8fbe48f), closes#13958
vuejs/language-tools (vue-tsc)
Compare Source
Features
- feat(typescript-plugin): allow triggering file references on
<template> (#5734) - Thanks to@KazariEX!
Bug Fixes
- fix(vscode): correct syntax highlight in template with
lang="html" (#5728) - Thanks to@serkodev!
Other Changes
- refactor(language-core): generate intrinsic elements variable into global types (#5730) - Thanks to@KazariEX!
- refactor(typescript-plugin): remove go to definition trick for auto imported components (#5733) - Thanks to@KazariEX!
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. Getconfig help if that's undesired.
This PR was generated byMend Renovate. View therepository job log.
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
^22.18.12->^22.19.0^1.3.25->^1.4.1^141.0.4->^141.0.6^15.5.0->^15.6.0^2.2.2->^2.3.0^27.0.1->^27.1.0^3.12.2->^3.12.3^3.0.3->^3.0.410.19.0->10.20.01.0.0-beta.44->1.0.0-beta.47^3.5.22->^3.5.24^3.1.2->^3.1.3Release Notes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.4.1Compare Source
No significant changes
View changes on GitHub
v1.4.0Compare Source
🐞 Bug Fixes
describe.forchains - by@paescuj in#808(97702).extendexclusive, add.scoped- by@paescuj in#809(70708)View changes on GitHub
v1.3.26Compare Source
🐞 Bug Fixes
.for- by@paescuj in#804(a3ab8)View changes on GitHub
giggio/node-chromedriver (chromedriver)
v141.0.6Compare Source
v141.0.5Compare Source
cypress-io/cypress (cypress)
v15.6.0Compare Source
Changelog:https://docs.cypress.io/app/references/changelog#15-6-0
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
v2.3.0Compare Source
Bug Fixes
Features
jsdom/jsdom (jsdom)
v27.1.0Compare Source
@acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)package.json"engines"field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.nightwatchjs/nightwatch (nightwatch)
v3.12.3Compare Source
What's Changed
New Contributors
Full Changelog:nightwatchjs/nightwatch@v3.12.2...v3.12.3
vuejs/pinia (pinia)
v3.0.4Compare Source
Please refer toCHANGELOG.md for details.
pnpm/pnpm (pnpm)
v10.20.0Compare Source
Minor Changes
--alloption inpnpm --helpto list all commands#8628.Patch Changes
latestversion doesn't satisfy the maturity requirement configured byminimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version#10100.createcommand should not verify patch info.managePackageManagerVersionstofalse, when switching to a different version of pnpm CLI, in order to avoid subsequent switches#10063.rolldown/rolldown (rolldown)
v1.0.0-beta.47Compare Source
💥 BREAKING CHANGES
meta.magicStringandmeta.astnow only initialized once (#6828) by@IWANABETHATGUY🚀 Features
minifyfunction (#6836) by@sapphi-red__VITE_PRELOAD__(#6833) by@shulaoda🐛 Bug Fixes
🚜 Refactor
renderBuiltUrl(#6835) by@shulaodaIS_MODERN_FLAG(#6823) by@shulaoda📚 Documentation
⚙️ Miscellaneous Tasks
❤️ New Contributors
v1.0.0-beta.46Compare Source
💥 BREAKING CHANGES
preserveEntrySignaturesto'exports-only'to align with Rollup (#6723) by@Copilot🚀 Features
EVALwarning message (#6776) by@sapphi-red__toESMwhen not needed to reduce output size (#6751) by@CopilotEMPTY_IMPORT_METAwarning message (#6761) by@sapphi-redRemovedPureCSSFilesCachelogic (#6745) by@shulaodagenerateBundlelogic (#6744) by@shulaodafreeExternalMemoryto free external memory immediately (#6721) by@hyf0🐛 Bug Fixes
this.resolveis also tracked under corresponding session (#6798) by@hyf0preserveEntrySignatures: 'allow-extension'(#6753) by@Copilotnamesfield (#6742) by@shulaoda🚜 Refactor
#[napi(gettter)], use function call directly (#6694) by@hyf0freeExternalMemory(#6781) by@hyf0📚 Documentation
defaultimport from CJS modules" section (#6795) by@sapphi-redesmExternalRequirePluginlink more prominent (#6792) by@sapphi-redcleanDiroption (#6741) by@hyf0attachDebugInfo: 'none'(#6738) by@IWANABETHATGUY🧪 Testing
⚙️ Miscellaneous Tasks
packages/rolldown/testsexcept diagnostics directory (#6772) by@Copilotpreserve_entry_signatures: 'allow-extension'(#6727) by@Copilot❤️ New Contributors
v1.0.0-beta.45Compare Source
🚀 Features
legacyInconsistentCjsInteropoption (#6687) by@sapphi-redCSSStyles(#6691) by@shulaodavitejs/vite#20585(#6684) by@shulaoda🐛 Bug Fixes
transform.jsxcorrectly (#6698) by@ocavuegenerateBundleoutputs (#6647) by@aprosaildefinedeprecation warning when loading a config file (#6641) by@sapphi-red💼 Other
🚜 Refactor
transformToRollupOutputwhen needed (#6695) by@hyf0transformToRollupOutputinto mutable and immutable versions (#6693) by@hyf0BindingOutputs(#6692) by@hyf0CSSEntriesCache(#6685) by@shulaodaBindingRenderBuiltUrl(#6653) by@shulaoda📚 Documentation
experimental.nativeMagicString(#6713) by@IWANABETHATGUYoptimization(#6719) by@IWANABETHATGUYoutput.cleanDirtiming behavior for plugin compatibility (#6682) by@CopilotpreserveEntrySignaturedoc (#6661) by@IWANABETHATGUYtreeshake(#6650) by@IWANABETHATGUY⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
typedocdependency and cleanup unused documentation generation (#6686) by@Copilotoxlint --type-aware(#5660) by@BoshenDevTestMeta#dev(#6672) by@hyf0DevTestMetaunderTestMeta#devto control dev related behaviors (#6666) by@hyf0❤️ New Contributors
vuejs/core (vue)
v3.5.24Compare Source
Reverts
v3.5.23Compare Source
Bug Fixes
vuejs/language-tools (vue-tsc)
v3.1.3Compare Source
Features
<template>(#5734) - Thanks to@KazariEX!Bug Fixes
lang="html"(#5728) - Thanks to@serkodev!Other Changes
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. Getconfig help if that's undesired.
This PR was generated byMend Renovate. View therepository job log.