fix(deps): update all non-major dependencies#17
Open
renovate[bot] wants to merge 2 commits intomainfrom
Open
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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
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.
This PR contains the following updates:
^6.2.0→^6.7.3^24.10.1→^24.10.9^1.13.2→^1.13.4^14.0.2→^14.0.3^1.42.0→^1.44.0^9.39.1→^9.39.2^11.3.2→^11.3.324.11.1→24.13.010.24.0→10.28.2^3.7.3→^3.8.1^0.19.0→^0.20.1Release Notes
antfu/eslint-config (@antfu/eslint-config)
v6.7.3Compare Source
🐞 Bug Fixes
catalogModein the enforced settings - by @antfu (4fc09)View changes on GitHub
v6.7.2Compare Source
🐞 Bug Fixes
eslint-reactv2 - by @Rel1cx in #795 (6b425)View changes on GitHub
v6.7.1Compare Source
🐞 Bug Fixes
catalogModewhen catalogs is not enabled - by @antfu (0471e)View changes on GitHub
v6.7.0Compare Source
🚀 Features
🐞 Bug Fixes
yamlandjsoncconfig in the factory, close #791 - by @antfu in #791 (3e0c5)View changes on GitHub
v6.6.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.6.0Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.5.0Compare Source
🚀 Features
🐞 Bug Fixes
cleanupUnusedCatalogssetting - by @antfu (f712a)View changes on GitHub
v6.4.2Compare Source
🐞 Bug Fixes
pnpm-workspace.yamlsorting config fromyamltopnpm- by @antfu (fc2b1)View changes on GitHub
v6.4.1Compare Source
No significant changes
View changes on GitHub
v6.3.0Compare Source
🚀 Features
🐞 Bug Fixes
cb29b1a- by @daflyinbed in #782 (b4e49)View changes on GitHub
axios/axios (axios)
v1.13.4Compare Source
What's Changed
New Contributors
Full Changelog: axios/axios@v1.13.3...v1.13.4
v1.13.3Compare Source
Bug Fixes
Features
undefinedas a value in AxiosRequestConfig (#5560) (095033c)Reverts
Contributors to this release
tj/commander.js (commander)
v14.0.3Compare Source
Added
Changes
.outputHelp()([#2427])toss/es-toolkit (es-toolkit)
v1.44.0Compare Source
Released on January 16th, 2026.
shouldRetryoption toretryfunction. ([#1585])isEmptyObjectpredicate function. ([#1584])isNumberpredicate function.AggregateError. ([#1563])flattenObjectto retain empty objects and arrays.clonefunction.cloneerror when cloning object with null prototype. ([#1570])compat/cloneDeepandcloneDeepWithto clone null-prototype objects as regular objects. ([#1562])compat/clampto ensure consistency with lodash. ([#1555])intersectionfilter callback for consistency. ([#1582])cloneDeepJSDoc examples. ([#1583])We sincerely thank @raon0211, @dayongkr, @eunwoo-levi, @matt-oakes, @T3sT3ro, and @D-Sketon for their contributions. We appreciate your great efforts!
v1.43.0Compare Source
Released on December 12th, 2025.
mergeto handle arrays and objects consistently, and to match lodash's behavior with date values and array-like objects. ([#1553], [#1542], [#1548])isMatchandisMatchWithto match lodash's behavior.intersectionByimplementation and removed duplicates when the mapper produces the same values. ([#1528])throttleworking like debounce.toSnakeCaseKeys,toCamelCaseKeysfor edge cases and improved type inference for uppercase keys. ([#1538])camelCase,kebabCase,lowerCase,snakeCase,startCase,upperCase) to match lodash's behavior. ([#1525])compat/templateto disable ES interpolation when custominterpolateis provided. ([#1527])differenceBydocumentation. ([#1543])deburrto use arrays to construct the deburrMap. ([#1526])We sincerely thank @dayongkr, @raon0211, @wo-o29, @Yeom-JinHo, @Copilot, @oshosh, @vbfox, @sukvvon, @sankeyangshu, @D-Sketon, @seo-rii for their contributions. We appreciate your great efforts!
eslint/eslint (eslint)
v9.39.2Compare Source
jprichardson/node-fs-extra (fs-extra)
v11.3.3Compare Source
actions/node-versions (node)
v24.13.0: 24.13.0Compare Source
Node.js 24.13.0
v24.12.0: 24.12.0Compare Source
Node.js 24.12.0
pnpm/pnpm (pnpm)
v10.28.2Compare Source
v10.28.1Compare Source
v10.28.0Compare Source
v10.27.0Compare Source
v10.26.2: pnpm 10.26.2Compare Source
Patch Changes
Improve error message when a package version exists but does not meet the
minimumReleaseAgeconstraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #10307.Fix installation of Git dependencies using annotated tags #10335.
Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused
ERR_PNPM_GIT_CHECKOUT_FAILEDerrors because the checked-out commit hash didn't match the stored tag object hash.Binaries of runtime engines (Node.js, Deno, Bun) are written to
node_modules/.binbefore lifecycle scripts (install, postinstall, prepare) are executed #10244.Try to avoid making network calls with preferOffline #10334.
Platinum Sponsors
Gold Sponsors
v10.26.1: pnpm 10.26.1Compare Source
Patch Changes
pnpm add, whenblockExoticSubdepsis set totrue#10324.HEADpoints to the commit after checkout #10310.Platinum Sponsors
Gold Sponsors
v10.26.0Compare Source
v10.25.0Compare Source
prettier/prettier (prettier)
v3.8.1Compare Source
v3.8.0Compare Source
diff
🔗 Release note
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)
rolldown/tsdown (tsdown)
v0.20.1Compare Source
🚀 Features
View changes on GitHub
v0.20.0Compare Source
🚨 Breaking Changes
dts.resolveoption - by @sxzz (16655)🚀 Features
inlineOnlyoption for dts files - by @sxzz (7d89d)🐞 Bug Fixes
parseEnv- by @sxzz (be1b6)🏎 Performance
View changes on GitHub
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.