Skip to content

chore(deps): update all non-major dependencies#2219

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

chore(deps): update all non-major dependencies#2219
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@atproto/api (source) 0.19.30.19.5 age confidence
@atproto/lex (source) 0.0.200.0.23 age confidence
@atproto/lex-password-session (source) 0.0.80.0.11 age confidence
@iconify-json/lucide 1.2.981.2.100 age confidence
@iconify-json/simple-icons 1.2.741.2.75 age confidence
@nuxt/ui (source) 4.5.14.6.0 age confidence
@nuxtjs/i18n (source) 10.2.310.2.4 age confidence
@nuxtjs/mdc 0.20.20.21.0 age confidence
@storybook/addon-a11y (source) 10.3.110.3.3 age confidence
@storybook/addon-docs (source) 10.3.110.3.3 age confidence
@storybook/addon-themes (source) 10.3.110.3.3 age confidence
algoliasearch (source) 5.49.25.50.0 age confidence
diff 8.0.38.0.4 age confidence
focus-trap 8.0.08.0.1 age confidence
h3 (source) 1.15.81.15.10 age confidence
h3-next (source) 2.0.1-rc.162.0.1-rc.20 age confidence
knip (source) 6.0.56.1.0 age confidence
marked (source) 17.0.417.0.5 age confidence
pnpm (source) 10.32.110.33.0 age confidence
sanitize-html (source) 2.17.12.17.2 age confidence
srvx (source) 0.11.120.11.13 age confidence
tsdown (source) 0.21.40.21.6 age confidence
valibot (source) 1.3.01.3.1 age confidence
vitest (source) 0.1.120.1.14 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bluesky-social/atproto (@​atproto/api)

v0.19.5

Compare Source

Patch Changes

v0.19.4

Compare Source

Patch Changes
bluesky-social/atproto (@​atproto/lex)

v0.0.23

Compare Source

Patch Changes

v0.0.22

Compare Source

Patch Changes

v0.0.21

Compare Source

Patch Changes
bluesky-social/atproto (@​atproto/lex-password-session)

v0.0.11

Compare Source

Patch Changes

v0.0.10

Compare Source

Patch Changes

v0.0.9

Compare Source

Patch Changes
nuxt/ui (@​nuxt/ui)

v4.6.0

Compare Source

⚠ BREAKING CHANGES
  • module: use moduleDependencies to manipulate options (#​5384)
Features
Bug Fixes
  • Avatar: use resolved size for image width/height (#​6008) (6dd0fc4)
  • ChatShimmer: handle RTL mode (#​6180) (51793a8)
  • ContentNavigation: prevent toggling disabled parent items (#​6122) (0f1074f)
  • ContentSurround: handle RTL mode (#​6148) (6921f13)
  • ContentToc: reset start margin at lg breakpoint (8f24f79)
  • DashboardSearchButton: use valid HTML structure for trailing slot (#​6194) (578a12f)
  • Editor: guard lift calls for unavailable list extensions (#​6100) (065db6b)
  • Error: support status and statusText properties (1350d62), closes #​6134
  • FileUpload: make multiple, accept and reset options reactive (#​6204) (ae093df)
  • Modal/Slideover/Popover/Drawer: prevent double close:prevent emit (#​6226) (9a0d501)
  • module: only auto-import public composables and allow Vite opt-out (#​6197) (886f5fb)
  • NavigationMenu: improve RTL support for viewport and indicator (#​6164) (755867b)
  • NavigationMenu: propagate disabled state to item in vertical orientation (6d4d651)
  • ProsePre: move shiki line highlight styles to theme (d663950)
nuxt-modules/i18n (@​nuxtjs/i18n)

v10.2.4

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub
nuxt-content/mdc (@​nuxtjs/mdc)

v0.21.0

Compare Source

compare changes

🩹 Fixes
  • Don't memoise configs, and allow external modules to call mdc:configSources (#​471)
  • Normalize lang (#​459)
  • cache: Fix issue where value watch could get out of sync (#​385)
🏡 Chore
❤️ Contributors
storybookjs/storybook (@​storybook/addon-a11y)

v10.3.3

Compare Source

v10.3.2

Compare Source

algolia/algoliasearch-client-javascript (algoliasearch)

v5.50.0

Compare Source

kpdecker/jsdiff (diff)

v8.0.4

Compare Source

  • #​667 - fix another bug in diffWords when used with an Intl.Segmenter. If the text to be diffed included a combining mark after a whitespace character (i.e. roughly speaking, an accented space), diffWords would previously crash. Now this case is handled correctly.
focus-trap/focus-trap (focus-trap)

v8.0.1

Compare Source

Patch Changes
  • 7d5010e: Loosen checkCanFocusTrap Promise resolution type to unknown to make it easier to use Promise.all() or Promise.allSettled() as the returned Promise (Promise<void> was causing issues because those Promise APIs do not resolve with a void value).
h3js/h3 (h3)

v1.15.10

Compare Source

compare changes

🩹 Fixes
  • Preserve percent-encoded req.url in app event handler (#​1355)
❤️ Contributors

v1.15.9

Compare Source

compare changes

🩹 Fixes
  • Preserve %25 in pathname (1103df6)
  • static: Prevent path traversal via double-encoded dot segments (%252e%252e) (c56683d)
  • sse: Sanitize carriage returns in event stream data and comments (ba3c3fe)
webpro-nl/knip (knip)

v6.1.0: Release 6.1.0

Compare Source

v6.0.6: Release 6.0.6

Compare Source

  • Suppress issues initially to not overwhelm agent in mcp server (7793962)
  • Auto-format (346247a)
  • Fix false positive unused deps when run from workspace dir (resolve #​1642) (95f4431)
  • Move from convertPathsToAliascompilePathMappings (resolve #​1641) (ccc62d6)
markedjs/marked (marked)

v17.0.5

Compare Source

Bug Fixes
  • Fix catastrophic backtracking (ReDoS) in link/reflink label regex (#​3918) (4625980)
  • prevent quadratic complexity in emStrongLDelim regex (#​3906) (c732dd2)
  • prevent single-tilde strikethrough false positives (#​3910) (5e03369)
  • re-assign tokenizer.lexer and renderer.parser at start of each parse call (#​3907) (f3a3ec0)
  • trim trailing whitespace from lheading text (#​3920) (3ea7e88)
pnpm/pnpm (pnpm)

v10.33.0

Compare Source

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.
h3js/srvx (srvx)

v0.11.13

Compare Source

compare changes

🩹 Fixes
  • url: Deopt absolute URIs in FastURL (de0d699)
🏡 Chore
❤️ Contributors
rolldown/tsdown (tsdown)

v0.21.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.21.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
open-circle/valibot (valibot)

v1.3.1

Compare Source

  • Change MAC48_REGEX, MAC64_REGEX and MAC_REGEX to drop the i flag for better JSON Schema compatibility (pull request #​1430)
  • Change hash action to use case-expanded character classes instead of the i flag (pull request #​1430)
voidzero-dev/vite-plus (vitest)

v0.1.14: vite-plus v0.1.14 — Shell Completions, Log Modes, Linux musl, and Devcontainer Support

Compare Source

A feature-packed release bringing shell completion support, new task log output modes, Linux musl target builds, improved project creation UX, and numerous testing and compatibility fixes.

Highlights
  • Shell completion support — Tab completions for bash, zsh, fish, and PowerShell (#​974)
  • Task log output modes — New --log=interleaved|labeled|grouped modes for controlling task output display (vite-task#266)
  • Smart cache skipping — Tasks that modify their own inputs are now automatically excluded from caching (vite-task#248)
  • Linux musl target support — Native builds for Alpine Linux and musl-based distros (#​995)
  • Create project in current directoryvp create . now works to scaffold a project in the current directory (#​1097)
  • Non-interactive installation — Devcontainers and CI environments can now install vite-plus without interactive prompts (#​1092)
Features
Fixes & Enhancements
Docs

Configuration

📅 Schedule: Branch creation - "on Monday" (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.


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

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

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs.npmx.dev Ready Ready Preview, Comment Mar 28, 2026 8:55am
npmx.dev Ready Ready Preview, Comment Mar 28, 2026 8:55am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
npmx-lunaria Ignored Ignored Mar 28, 2026 8:55am

Request Review

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@ghostdevv
Copy link
Copy Markdown
Contributor

I'm not sure what's causing the issue, will ask if anyone knows in the discord o7

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1b11d8 to 6d176c9 Compare March 23, 2026 16:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d176c9 to 5c234c7 Compare March 23, 2026 16:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c234c7 to e071cd0 Compare March 23, 2026 17:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e071cd0 to 30d2108 Compare March 23, 2026 17:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30d2108 to f586af5 Compare March 23, 2026 17:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f586af5 to 3e64d4a Compare March 23, 2026 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e64d4a to 5b370bb Compare March 23, 2026 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b370bb to 123e723 Compare March 23, 2026 21:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 123e723 to de5fa44 Compare March 23, 2026 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de5fa44 to dcce6c5 Compare March 23, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant