Skip to content

fix(deps): update all non-major dependencies with stable versions (patch)#3007

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-all-stable
Open

fix(deps): update all non-major dependencies with stable versions (patch)#3007
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-all-stable

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 17, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@evilmartians/lefthook ^2.0.16^2.1.4 age confidence devDependencies patch 2.1.5
@types/jsdom (source) ^28.0.0^28.0.1 age confidence devDependencies patch
@types/node (source) ^24.10.11^24.10.15 age confidence devDependencies patch
@types/prismjs (source) ^1.26.5^1.26.6 age confidence devDependencies patch
@vueuse/core (source) ^14.2.0^14.2.1 age confidence dependencies patch
ajv (source) ^8.17.1^8.18.0 age confidence devDependencies patch
axios (source) ^1.13.5^1.13.6 age confidence peerDependencies patch
axios (source) ^1.13.2^1.13.6 age confidence devDependencies patch
axios (source) ^1.13.2^1.13.6 age confidence dependencies patch
axios@>=1.0.0 <=1.13.4 (source) [>=1.13.5>=1.13.6](https://renovatebot.com/diffs/npm/axios@>=1.0.0 <=1.13.4/1.13.5/1.13.6) age confidence pnpm.overrides patch
css-loader ^7.1.3^7.1.4 age confidence devDependencies patch
dompurify ^3.3.2^3.3.3 age confidence dependencies patch
dompurify@<3.2.4 >=3.3.2>=3.3.3 age confidence pnpm.overrides patch
eslint (source) ^9.39.2^9.39.4 age confidence devDependencies patch
form-data@>=3.0.0 <3.0.4 [>=4.0.4>=4.0.5](https://renovatebot.com/diffs/npm/form-data@>=3.0.0 <3.0.4/4.0.4/4.0.5) age confidence pnpm.overrides patch
jsdom ^29.0.0^29.0.1 age confidence devDependencies patch 29.0.2
lodash-es (source) ^4.17.23^4.18.1 age confidence dependencies patch
minimatch@>=9.0.0 <9.0.7 [>=9.0.7>=9.0.9](https://renovatebot.com/diffs/npm/minimatch@>=9.0.0 <9.0.7/9.0.7/9.0.9) age confidence pnpm.overrides patch
node (source) 24.13.024.13.1 age confidence patch
node (source) 24.13.024.13.1 age confidence volta patch
postcss (source) ^8.5.6^8.5.8 age confidence devDependencies patch
postcss-custom-properties (source) ^15.0.0^15.0.1 age confidence devDependencies patch
pug (source) ^3.0.3^3.0.4 age confidence devDependencies patch
rimraf ^6.1.2^6.1.3 age confidence devDependencies patch
rollup-plugin-visualizer ^6.0.5^6.0.11 age confidence devDependencies patch
terser-webpack-plugin ^5.3.16^5.3.17 age confidence devDependencies patch
vue (source) ^3.5.27^3.5.32 age confidence devDependencies patch
vue (source) ^3.5.27^3.5.32 age confidence peerDependencies patch
vue (source) ^3.5.27^3.5.32 age confidence pnpm.overrides patch
vue-tsc (source) ^3.2.4^3.2.6 age confidence devDependencies patch
yaml (source) ^2.8.2^2.8.3 age confidence devDependencies patch

Release Notes

evilmartians/lefthook (@​evilmartians/lefthook)

v2.1.4

Compare Source

v2.1.3

Compare Source

v2.1.2

Compare Source

axios/axios (axios)

v1.13.6

Compare Source

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#​5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#​7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#​7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#​7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#​7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#​7403)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors! Thank you for helping improve the project:

Full Changelog: v1.13.5...v1.13.6

cure53/DOMPurify (dompurify)

v3.3.3: DOMPurify 3.3.3

Compare Source

  • Fixed an engine requirement for Node 20 which caused hiccups, thanks @​Rotzbua
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

form-data/form-data (form-data@>=3.0.0 <3.0.4)

v4.0.5

Compare Source

Commits
  • [Tests] Switch to newer v8 prediction library; enable node 24 testing 16e0076
  • [Dev Deps] update @ljharb/eslint-config, eslint 5822467
  • [Fix] set Symbol.toStringTag in the proper place 76d0dee
isaacs/minimatch (minimatch@>=9.0.0 <9.0.7)

v9.0.9

Compare Source

v9.0.8

Compare Source

nodejs/node (node)

v24.13.1

Compare Source

postcss/postcss (postcss)

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
csstools/postcss-plugins (postcss-custom-properties)

v15.0.1

Compare Source

February 21, 2026

  • Fix importance of custom media in anonymous cascade layers.
pugjs/pug (pug)

v3.0.4

Compare Source

Bug Fixes

  • Update pug-code-gen to ensure doctype option is properly validated (#​3468)
isaacs/rimraf (rimraf)

v6.1.3

Compare Source

btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v6.0.11

Compare Source

  • Identical to 6.0.5 to have latest v6 that is not deprecated

v6.0.8

Compare Source

  • Not published (rolled back, moved to 7.0.0)
webpack/terser-webpack-plugin (terser-webpack-plugin)

v5.3.17

Compare Source

vuejs/core (vue)

v3.5.32

Compare Source

Bug Fixes
Reverts

v3.5.31

Compare Source

Bug Fixes

v3.5.30

Compare Source

Bug Fixes

v3.5.29

Compare Source

Bug Fixes

v3.5.28

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.2.6

Compare Source

language-core
  • fix: generate $slots type in template correctly with defineSlots (#​5984) - Thanks to @​KazariEX!
  • fix: infer only readonly component of arrays in v-for (#​5987) - Thanks to @​ascott18!
  • fix: avoid false positives for destructured props detection on binding property names (#​5994) - Thanks to @​KazariEX!
vscode
  • fix: use regex for TS extension patching to support VS Code 1.110+ (#​5983) - Thanks to @​ebiryu!

v3.2.5

Compare Source

language-core
language-service
language-plugin-pug
workspace
  • docs: document all packages with consistent README structure (#​5953)
  • docs: update tsconfig schema of plugins option - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/New_York, Automerge - Monday through Friday ( * * * * 1-5 ) in timezone America/New_York.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team and kongponents-bot as code owners March 17, 2026 04:55
@renovate renovate bot requested review from a team and adamdehaven as code owners March 17, 2026 04:55
@renovate renovate bot requested review from ValeryG and jillztom as code owners March 17, 2026 04:55
@renovate renovate bot enabled auto-merge (squash) March 17, 2026 04:55
@renovate renovate bot force-pushed the renovate/patch-all-stable branch 13 times, most recently from b115d66 to 5cdebe1 Compare March 25, 2026 04:10
@renovate renovate bot force-pushed the renovate/patch-all-stable branch from 5cdebe1 to a9772bc Compare March 26, 2026 04:15
@renovate renovate bot force-pushed the renovate/patch-all-stable branch 10 times, most recently from fe61cc4 to 277fb64 Compare April 1, 2026 05:30
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 1, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 42 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/Kong/public-ui-components/packages/core/forms:
 ERR_PNPM_NO_MATURE_MATCHING_VERSION  Version 4.18.1 (released 5 days ago) of lodash-es does not meet the minimumReleaseAge constraint

This error happened while installing a direct dependency of /tmp/renovate/repos/github/Kong/public-ui-components/packages/core/forms

The latest release of lodash-es is "4.18.1". Published at 4/1/2026

If you need the full list of all 71 published versions run "$ pnpm view lodash-es versions".

If you want to install the matched version ignoring the time it was published, you can add the package name to the minimumReleaseAgeExclude setting. Read more about it: https://pnpm.io/settings#minimumreleaseageexclude

@renovate renovate bot force-pushed the renovate/patch-all-stable branch 7 times, most recently from 9dc4bcb to ddaa0ec Compare April 6, 2026 06:27
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/patch-all-stable branch from ddaa0ec to 8b12cbb Compare April 7, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant