Skip to content

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

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)#802
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-all-stable

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence
@floating-ui/vue (source) ^1.1.10^1.1.11 age confidence
@types/sanitize-html (source) ^2.16.0^2.16.1 age confidence
@vitejs/plugin-vue (source) ^6.0.4^6.0.5 age confidence
autoprefixer ^10.4.24^10.4.27 age confidence
eslint (source) ^9.39.2^9.39.4 age confidence
flatted ^3.3.3^3.3.4 age confidence
glob@>=10.2.0 <10.5.0 [>=13.0.5>=13.0.6](https://renovatebot.com/diffs/npm/glob@>=10.2.0 <10.5.0/13.0.5/13.0.6) age confidence
httpsnippet ^3.0.9^3.0.10 age confidence
minimatch@<10.2.3 >=10.2.3>=10.2.4 age confidence
postcss (source) ^8.5.6^8.5.8 age confidence
rollup-plugin-visualizer ^6.0.5^6.0.11 age confidence
rollup@>=4.0.0 <4.59.0 (source) [>=4.60.0>=4.60.1](https://renovatebot.com/diffs/npm/rollup@>=4.0.0 <4.59.0/4.60.0/4.60.1) age confidence
sanitize-html (source) ^2.17.1^2.17.2 age confidence
undici@<6.24.0 (source) >=6.24.0>=6.24.1 age confidence
undici@>=7.0.0 <7.24.0 (source) [>=7.24.0>=7.24.6](https://renovatebot.com/diffs/npm/undici@>=7.0.0 <7.24.0/7.24.0/7.24.6) age confidence
vue (source) ^3.5.28^3.5.31 age confidence
vue-tsc (source) ^3.2.4^3.2.6 age confidence

Release Notes

floating-ui/floating-ui (@​floating-ui/vue)

v1.1.11

Patch Changes
  • Update dependencies: @floating-ui/dom@1.7.6, @floating-ui/utils@0.2.11
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.5

Miscellaneous Chores
postcss/autoprefixer (autoprefixer)

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
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

isaacs/node-glob (glob@>=10.2.0 <10.5.0)

v13.0.6

Compare Source

Kong/httpsnippet (httpsnippet)

v3.0.10

Compare Source

What's Changed

New Contributors

Full Changelog: Kong/httpsnippet@v3.0.9...v3.0.10

isaacs/minimatch (minimatch@<10.2.3)

v10.2.4

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).
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)
rollup/rollup (rollup@>=4.0.0 <4.59.0)

v4.60.1

Compare Source

2026-03-30

Bug Fixes
  • Resolve a situation where side effect imports could be dropped due to a caching issue (#​6286)
Pull Requests
apostrophecms/apostrophe (sanitize-html)

v2.17.2

Compare Source

Changes
  • Upgrade htmlparser2 from 8.x to 10.1.0. This improves security by correctly decoding zero-padded numeric character references (e.g., &#&#8203;0000001) that previously bypassed javascript: URL detection. Also fixes double-encoding of entities inside raw text elements like textarea and option.
nodejs/undici (undici@<6.24.0)

v6.24.1

Compare Source

Full Changelog: nodejs/undici@v6.24.0...v6.24.1

vuejs/core (vue)

v3.5.31

Compare Source

Bug Fixes

v3.5.30

Compare Source

Bug Fixes

v3.5.29

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 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.


  • 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 enabled auto-merge (squash) February 23, 2026 05:27
@renovate renovate bot force-pushed the renovate/patch-all-stable branch 7 times, most recently from 7047972 to 781b8bc Compare March 5, 2026 06:13
@renovate renovate bot force-pushed the renovate/patch-all-stable branch from 781b8bc to 8f8a23c Compare March 6, 2026 07:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies with stable versions (patch) fix(deps): update all non-major dependencies with stable versions (patch) Mar 6, 2026
@renovate renovate bot force-pushed the renovate/patch-all-stable branch 5 times, most recently from 988a40f to 0374511 Compare March 14, 2026 05:16
@renovate renovate bot force-pushed the renovate/patch-all-stable branch 3 times, most recently from e2df9e9 to 946fd3f Compare March 22, 2026 06:18
@renovate renovate bot force-pushed the renovate/patch-all-stable branch 3 times, most recently from afd8a4f to e04f3ab Compare March 31, 2026 06:28
@renovate renovate bot force-pushed the renovate/patch-all-stable branch from e04f3ab to bbb8a02 Compare April 1, 2026 06:33
@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
Progress: resolved 1, reused 0, downloaded 0, added 0
 ERR_PNPM_NO_MATURE_MATCHING_VERSION  Version 3.0.10 (released 7 days ago) of httpsnippet does not meet the minimumReleaseAge constraint

This error happened while installing a direct dependency of /tmp/renovate/repos/github/Kong/spec-renderer

The latest release of httpsnippet is "3.0.10". Published at 3/25/2026

Other releases are:
  * f1450b121b991ef4751c7f25c7f0f9254ca8f08b: 3.0.2 published at 5/17/2024
  * 49fe515e1db87b997d01debaf271763372ed4059: 3.0.3 published at 5/17/2024
  * 63650f3f6a921e4a617316ba12f14904d9af4b76: 3.0.4 published at 5/17/2024
  * fbd23b56d9065d88476c9585dc4a7fd77ab59edd: 3.0.5 published at 7/12/2024
  * 723581e1daeb94c5d2f59044ee6d26ab2fbb8435: 3.0.6 published at 7/12/2024
  * 889ef62970046ff22597607bf05f5b919cce302c: 3.0.7 published at 10/1/2024
  * 8a1bc90fdcacf9a2ba9e0dde3f75df7765b218c1: 3.0.8 published at 10/1/2024
  * 5b4474df44564aae889423ab26e80d41f99034df: 3.0.9 published at 10/16/2024
  * e4b7070016fb55b5d37dc1e9b17c4717e750fe7a: 3.0.10 published at 3/25/2026

If you need the full list of all 62 published versions run "pnpm view httpsnippet 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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/patch-all-stable branch from bbb8a02 to fd4b0ca Compare April 2, 2026 06:52
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.

0 participants