Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
Compare Source
No significant changes
Compare Source
No significant changes
Compare Source
🐞 Bug Fixes
Compare Source
🚀 Features
Compare Source
🐞 Bug Fixes
Compare Source
🐞 Bug Fixes
Compare Source
🚀 Features
Compare Source
🚀 Features
Compare Source
🐞 Bug Fixes
Compare Source
No significant changes
Compare Source
No significant changes
Compare Source
🐞 Bug Fixes
sxzz/prettier-config (@sxzz/prettier-config)
Compare Source
🐞 Bug Fixes
Compare Source
No significant changes
sxzz/test-utils (@sxzz/test-utils)
Compare Source
🐞 Bug Fixes
Compare Source
🐞 Bug Fixes
Compare Source
🚀 Features
Compare Source
🚀 Features
🐞 Bug Fixes
antfu-collective/bumpp (bumpp)
Compare Source
🐞 Bug Fixes
Compare Source
No significant changes
Compare Source
🚀 Features
eslint/eslint (eslint)
Compare Source
Compare Source
Compare Source
Compare Source
Features
ce40f74 feat: updatecomplexity rule to only highlight function header (#20048) (Atul Nair)e37e590 feat: correctno-loss-of-precision false positives withe notation (#20187) (Francesco Trotta)
Bug Fixes
50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)
Documentation
462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65 docs: correct formatting inno-irregular-whitespace rule documentation (#20203) (루밀LuMir)b39e71a docs: Update README (GitHub Actions Bot)cd39983 docs: movecustom-formatters type descriptions tonodejs-api (#20190) (Percy Ma)
Chores
Compare Source
Features
39f7fb4 feat:preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)f81eabc feat: support TS syntax inno-restricted-imports (#19562) (Nitin Kumar)
Bug Fixes
a129cce fix: correctno-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)09e04fc fix: add missing AST token types (#20172) (Pixel998)861c6da fix: correctESLint typings (#20122) (Pixel998)
Documentation
b950359 docs: fix typos across the docs (#20182) (루밀LuMir)42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092 docs: Update README (GitHub Actions Bot)5c97a04 docs: showavailableUntil in deprecated rule banner (#20170) (Pixel998)90a71bf docs: updateREADME files to add badge and instructions (#20115) (루밀LuMir)1603ae1 docs: update references frommaster tomain (#20153) (루밀LuMir)
Chores
afe8a13 chore: update@eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)abee4ca chore: package.json update for@eslint/js release (Jenkins)fc9381f chore: fix typos in comments (#20175) (overlookmotel)e1574a2 chore: unpin jiti (#20173) (renovate[bot])e1ac05e refactor: markESLint.findConfigFile() asasync, add missing docs (#20157) (Pixel998)347906d chore: update eslint (#20149) (renovate[bot])0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566 ci: pinjiti to version 2.5.1 (#20151) (Pixel998)177f669 perf: improve worker count calculation for"auto" concurrency (#20067) (Francesco Trotta)448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
parcel-bundler/lightningcss (lightningcss)
Compare Source
Fixes
Rust crate changes
Rich-Harris/magic-string (magic-string)
Compare Source
pnpm/pnpm (pnpm)
Compare Source
Compare Source
Compare Source
Compare Source
Minor Changes
- Added
--lockfile-only option topnpm list#10020.
Patch Changes
pnpm self-update should download pnpm from the configured npm registry#10205.pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the@pnpm/exe package, when installing v11 or newer. We currently cannot ship@pnpm/exe aspkg doesn't work with ESM#10190.- Node.js runtime is not added to "dependencies" on
pnpm add, if there's aengines.runtime setting declared inpackage.json#10209. - The installation should fail if an optional dependency cannot be installed due to a trust policy check failure#10208.
pnpm list andpnpm why now display npm: protocol for aliased packages (e.g.,foo npm:is-odd@3.0.1)#8660.- Don't add an extra slash to the Node.js mirror URL#10204.
pnpm store prune should not fail if the store contains Node.js packages#10131.
Platinum Sponsors
Gold Sponsors
Compare Source
Minor Changes
Added support fortrustPolicyExclude#10164.
You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:
trustPolicy:no-downgradetrustPolicyExclude: -chokidar@4.0.3 -webpack@4.47.0 || 5.102.1
Allow to override theengines field on publish by thepublishConfig.engines field.
Patch Changes
- Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously#10179.
Platinum Sponsors
Gold Sponsors
Compare Source
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.
Compare Source
Minor Changes
You can now allow specific versions of dependencies to run postinstall scripts.onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:
onlyBuiltDependencies: -nx@21.6.4 || 21.6.5 -esbuild@0.25.1
Related PR:#10104.
Added support for exact versions inminimumReleaseAgeExclude#9985.
You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set byminimumReleaseAge. For example:
minimumReleaseAge:1440minimumReleaseAgeExclude: -nx@21.6.5 -webpack@4.47.0 || 5.102.1
Compare Source
Patch Changes
- Fix a bug where pnpm would infinitely recurse when using
verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts#10060. - Fixed scoped registry keys (e.g.,
@scope:registry) being parsed as property paths inpnpm config get when--location=project is used#9362. - Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings#9646.
- Fixed EISDIR error when bin field points to a directory#9441.
- Preserve version and hasBin for variations packages#10022.
- Fixed
pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings)#9884. - When both
pnpm-workspace.yaml and.npmrc exist,pnpm config set --location=project now writes topnpm-workspace.yaml (matching read priority)#10072. - Prevent a table width error in
pnpm outdated --long#10040. - Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects#10057.
Compare Source
Patch Changes
pnpm outdated --long should work#10040.- Replace ndjson with split2. Reduce the bundle size of pnpm CLI#10054.
pnpm dlx should request the full metadata of packages, whenminimumReleaseAge is set#9963.- pnpm version switching should work when the pnpm home directory is in a symlinked directory#9715.
- Fix
EPIPE errors when piping output to other commands#10027.
Compare Source
Patch Changes
- Don't print a warning, when
--lockfile-only is used#8320. pnpm setup creates a command shim to the pnpm executable. This is needed to be able to runpnpm self-update on Windows#5700.- When using pnpm catalogs and running a normal
pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalog as originally intended.
Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:fetchWarnTimeoutMs andfetchMinSpeedKiBps.
Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR:#10025.
Patch Changes
- Retry filesystem operations on EAGAIN errors#9959.
- Outdated command respects
minimumReleaseAge configuration#10030. - Correctly apply the
cleanupUnusedCatalogs configuration when removing dependent packages. - Don't fail with a meaningless error when
scriptShell is set tofalse#8748. pnpm dlx should not fail whenminimumReleaseAge is set#10037.
prettier/prettier (prettier)
Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by@kovsu)
<!-- Input --><divfoo={bar}></div><!-- Prettier 3.7.3 (--embedded-language-formatting off) --><divfoo="{bar}"></div><!-- Prettier 3.7.4 (--embedded-language-formatting off) --><divfoo={bar}></div>TypeScript: Fix comment inside union type gets duplicated (#18393 by@fisker)
// InputtypeFoo=(/** comment */a|b)|c;// Prettier 3.7.3typeFoo=/** comment */(/** comment */a|b)|c;// Prettier 3.7.4typeFoo=/** comment */(a|b)|c;
TypeScript: Fix unstable comment print in union type comments (#18395 by@fisker)
// InputtypeX=(A|B)&(// commentA|B);// Prettier 3.7.3 (first format)typeX=(A|B)&(// commentA|B);// Prettier 3.7.3 (second format)typeX=(|A|B// comment)&(A|B);// Prettier 3.7.4typeX=(A|B)&// comment(A|B);
Compare Source
diff
API: Fixprettier.getFileInfo() change that breaks VSCode extension (#18375 by@fisker)
An internal refactor accidentally broke the VSCode extension plugin loading.
Compare Source
diff
#"https://redirect.github.com/prettier/prettier/pull/18351">#18351 by@fisker)
// Inputconsole.log("A descriptor\\'s .kind must be \"method\" or \"field\".")// Prettier 3.7.1console.log('A descriptor\\'s.kindmustbe"method"or"field".');// Prettier 3.7.2console.log('A descriptor\\\'s .kind must be "method" or "field".');#"https://redirect.github.com/prettier/prettier/pull/18352">#18352 by@kovsu)
// Inputconsthtml=/* HTML */` <divpl-s1">${styles.banner}"></div> `;// Prettier 3.7.1consthtml=/* HTML */` <div class=${styles.banner}></div> `;// Prettier 3.7.2consthtml=/* HTML */` <divpl-s1">${styles.banner}"></div> `;TypeScript: Fix comment in empty type literal (#18364 by@fisker)
// InputexporttypeXXX={// tbd};// Prettier 3.7.1exporttypeXXX={// tbd};// Prettier 3.7.2exporttypeXXX={// tbd};Compare Source
diff
API: Fix performance regression in doc printer (#18342 by@fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
Compare Source
diff
🔗Release Notes
rollup/rollup (rollup)
Compare Source
2025-12-16
Bug Fixes
- Fix wrong semicolon insertion position when using JSX (#6206)
- Generate spec-compliant sourcemaps when sources content is excluded (#6196)
Pull Requests
Compare Source
2025-12-15
Bug Fixes
- Ensure
Symbol.dispose andSymbol.asyncDispose properties are never removed with(await) using declarations. (#6209)
Pull Requests
Compare Source
2025-11-19
Bug Fixes
- Fix an error where too many modules where flagged for having an unused external import (#6182)
- Fix an error where an assignment was wrongly tree-shaken when mutating it (#6183)
Pull Requests
Compare Source
2025-11-10
Bug Fixes
- Do not throw when using invalid escape sequences in template literals (#6177)
Pull Requests
Compare Source
2025-11-07
Bug Fixes
Pull Requests
- #6172: fix: move patch-package from postinstall to prepare script (@mshima)
Compare Source
2025-11-07
Features
- Improve rendering performance by caching generated variable names (#5947)
Pull Requests
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:
^7.2.5->^7.4.3^2.2.4->^2.2.6^0.5.11->^0.5.15^24.5.2->^24.10.4^10.2.3->^10.3.2^9.36.0->^9.39.2^1.30.1->^1.30.2^0.30.19->^0.30.2110.17.1->10.26.0^3.6.2->^3.7.4^4.52.2->^4.53.5^0.15.4->^0.18.1^4.20.6->^4.21.0^5.9.2->^5.9.3^2.3.10->^2.3.11^7.1.7->^7.3.0^3.5.22->^3.5.26Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
v7.4.3Compare Source
No significant changes
View changes on GitHub
v7.4.2Compare Source
No significant changes
View changes on GitHub
v7.4.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.4.0Compare Source
🚀 Features
ignoreFeatures- by@sxzz(d0b1f)View changes on GitHub
v7.3.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.3.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.3.0Compare Source
🚀 Features
View changes on GitHub
v7.2.10Compare Source
🚀 Features
overrides- by@sxzz(6a452)View changes on GitHub
v7.2.9Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.2.8Compare Source
No significant changes
View changes on GitHub
v7.2.7Compare Source
No significant changes
View changes on GitHub
v7.2.6Compare Source
🐞 Bug Fixes
returnin computed - by@sxzz(f724b)View changes on GitHub
sxzz/prettier-config (@sxzz/prettier-config)
v2.2.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.2.5Compare Source
No significant changes
View changes on GitHub
sxzz/test-utils (@sxzz/test-utils)
v0.5.15Compare Source
🐞 Bug Fixes
checks.pluginTimingsto false - by@sxzz(77a49)View changes on GitHub
v0.5.14Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.13Compare Source
🚀 Features
View changes on GitHub
v0.5.12Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.3.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.3.1Compare Source
No significant changes
View changes on GitHub
v10.3.0Compare Source
🚀 Features
--releasefor release type - by@luoling8192 in#97(5af7b)View changes on GitHub
eslint/eslint (eslint)
v9.39.2Compare Source
v9.39.1Compare Source
v9.39.0Compare Source
v9.38.0Compare Source
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade@eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for@eslint/js release (Jenkins)c82b5efrefactor: Use types from@eslint/core (#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0Compare Source
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for@eslint/js release (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)parcel-bundler/lightningcss (lightningcss)
v1.30.2Compare Source
Fixes
::grammar-errorand::spelling-errorselectorsRust crate changes
pasteRich-Harris/magic-string (magic-string)
v0.30.21Compare Source
pnpm/pnpm (pnpm)
v10.26.0Compare Source
v10.25.0Compare Source
v10.24.0Compare Source
v10.23.0: pnpm 10.23Compare Source
Minor Changes
--lockfile-onlyoption topnpm list#10020.Patch Changes
pnpm self-updateshould download pnpm from the configured npm registry#10205.pnpm self-updateshould always install the non-executable pnpm package (pnpm in the registry) and never the@pnpm/exepackage, when installing v11 or newer. We currently cannot ship@pnpm/exeaspkgdoesn't work with ESM#10190.pnpm add, if there's aengines.runtimesetting declared inpackage.json#10209.pnpm listandpnpm whynow display npm: protocol for aliased packages (e.g.,foo npm:is-odd@3.0.1)#8660.pnpm store pruneshould not fail if the store contains Node.js packages#10131.Platinum Sponsors
Gold Sponsors
v10.22.0: pnpm 10.22Compare Source
Minor Changes
Added support for
trustPolicyExclude#10164.You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:
Allow to override the
enginesfield on publish by thepublishConfig.enginesfield.Patch Changes
Platinum Sponsors
Gold Sponsors
v10.21.0Compare Source
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.v10.19.0Compare Source
Minor Changes
You can now allow specific versions of dependencies to run postinstall scripts.
onlyBuiltDependenciesnow accepts package names with lists of trusted versions. For example:Related PR:#10104.
Added support for exact versions in
minimumReleaseAgeExclude#9985.You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by
minimumReleaseAge. For example:v10.18.3Compare Source
Patch Changes
verifyDepsBeforeInstall: installand pre/post install scripts that called other pnpm scripts#10060.@scope:registry) being parsed as property paths inpnpm config getwhen--location=projectis used#9362.pnpm config set --location=projectincorrectly handling keys with slashes (auth tokens, registry settings)#9884.pnpm-workspace.yamland.npmrcexist,pnpm config set --location=projectnow writes topnpm-workspace.yaml(matching read priority)#10072.pnpm outdated --long#10040.v10.18.2Compare Source
Patch Changes
pnpm outdated --longshould work#10040.pnpm dlxshould request the full metadata of packages, whenminimumReleaseAgeis set#9963.EPIPEerrors when piping output to other commands#10027.v10.18.1Compare Source
Patch Changes
--lockfile-onlyis used#8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows#5700.pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.v10.18.0Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMsandfetchMinSpeedKiBps.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR:#10025.
Patch Changes
minimumReleaseAgeconfiguration#10030.cleanupUnusedCatalogsconfiguration when removing dependent packages.scriptShellis set tofalse#8748.pnpm dlxshould not fail whenminimumReleaseAgeis set#10037.prettier/prettier (prettier)
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by@kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by@fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by@fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by@fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
#"https://redirect.github.com/prettier/prettier/pull/18351">#18351 by@fisker)
#"https://redirect.github.com/prettier/prettier/pull/18352">#18352 by@kovsu)
TypeScript: Fix comment in empty type literal (#18364 by@fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by@fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗Release Notes
rollup/rollup (rollup)
v4.53.5Compare Source
2025-12-16
Bug Fixes
Pull Requests
v4.53.4Compare Source
2025-12-15
Bug Fixes
Symbol.disposeandSymbol.asyncDisposeproperties are never removed with(await) usingdeclarations. (#6209)Pull Requests
v4.53.3Compare Source
2025-11-19
Bug Fixes
Pull Requests
v4.53.2Compare Source
2025-11-10
Bug Fixes
Pull Requests
v4.53.1Compare Source
2025-11-07
Bug Fixes
Pull Requests
v4.53.0Compare Source
2025-11-07
Features
Pull Requests
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.