Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.85^1.2.89 age confidence
@nuxt/eslint-config (source) ^1.12.1^1.14.0 age confidence
@nuxt/ui (source) ^4.3.0^4.4.0 age confidence
@​nuxtlabs/monarch-mdc ^0.8.1^0.9.0 age confidence
@shikijs/core (source) ^3.21.0^3.22.0 age confidence
@shikijs/langs (source) ^3.21.0^3.22.0 age confidence
@shikijs/themes (source) ^3.21.0^3.22.0 age confidence
@shikijs/transformers (source) ^3.21.0^3.22.0 age confidence
@types/node (source) ^25.0.8^25.2.2 age confidence
@vue/compiler-core (source) ^3.5.26^3.5.27 age confidence
mkdist 2.3.02.4.1 age confidence
pnpm (source) 10.28.010.29.1 age confidence
release-it ^19.2.3^19.2.4 age confidence
shiki (source) ^3.21.0^3.22.0 age confidence
unist-util-visit ^5.0.0^5.1.0 age confidence
vitest (source) ^4.0.17^4.0.18 age confidence
vue-tsc (source) ^3.2.2^3.2.4 age confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v1.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.13.0

Compare Source

   🚀 Features
  • Upgrade eslint-flat-config-utils eslint-plugin-import-lite and eslint-plugin-jsdoc  -  by @​antfu (10bf9)
    View changes on GitHub
nuxt/ui (@​nuxt/ui)

v4.4.0

Compare Source

Features
Bug Fixes
  • Banner: isolate banner visibility using per-instance CSS variables (#​5751) (c7332eb)
  • Banner: prevent XSS via id prop injection (4e334a0)
  • CommandPalette/ContextMenu/DropdownMenu: keyboard selection on link items (3f5bdb3)
  • CommandPalette: prevent XSS in search highlight (e12ceb6)
  • ContentSurround: align next link to right on tablet without prev (#​5833) (b3adccc)
  • defineShortcuts: check shift modifier for special character shortcuts (bd344d7), closes #​5911
  • Editor: set contentType when updating value (c37d6f7), closes #​5709
  • Editor: support all heading levels by default (3046c3e)
  • EditorToolbar: prevent onClick from being called twice on items (cbed0cc), closes #​5784
  • EditorToolbar: prevent disabled dropdown when items have no kind (d473f63)
  • Error/Main: render as main instead of div (6ccb1f5)
  • FileUpload: emit null when clearing file (#​5892) (1d9a2fd)
  • FileUpload: keep input visible when preview is disabled with multiple files (597ac29), closes #​5875
  • locale: improve cs and sk terminology for correct inflection (#​5789) (af6f288)
  • module: only override primary color and md size default variants (f422de8)
  • ProseCodeTree: prevent infinite update loop with expandAll prop (c79cb77), closes #​5828
  • useOverlay: refine close event argument extraction (#​5775) (182af20)
shikijs/shiki (@​shikijs/core)

v3.22.0

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/core (@​vue/compiler-core)

v3.5.27

Compare Source

Bug Fixes
unjs/mkdist (mkdist)

v2.4.1

Compare Source

compare changes

🩹 Fixes
  • Consider extension when deduping outputs (f4424fe)
❤️ Contributors

v2.4.0

Compare Source

compare changes

🚀 Enhancements
  • dts: Emit .d.vue.ts as type declaration of .vue files (#​301)
🤖 CI
  • Test against previous lts verison (946852b)
  • Remove install of corepack (73894e6)
  • Bump setup/checkout action versions (8a909da)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.29.1: pnpm 10.29.1

Compare Source

Minor Changes

  • The pnpm dlx / pnpx command now supports the catalog: protocol. Example: pnpm dlx shx@catalog:.
  • Support configuring auditLevel in the pnpm-workspace.yaml file #​10540.
  • Support bare workspace: protocol without version specifier. It is now treated as workspace:* and resolves to the concrete version during publish #​10436.

Patch Changes

  • Fixed pnpm list --json returning incorrect paths when using global virtual store #​10187.

  • Fix pnpm store path and pnpm store status using workspace root for path resolution when storeDir is relative #​10290.

  • Fixed pnpm run -r failing with "No projects matched the filters" when an empty pnpm-workspace.yaml exists #​10497.

  • Fixed a bug where catalogMode: strict would write the literal string "catalog:" to pnpm-workspace.yaml instead of the resolved version specifier when re-adding an existing catalog dependency #​10176.

  • Fixed the documentation URL shown in pnpm completion --help to point to the correct page at https://pnpm.io/completion #​10281.

  • Skip local file: protocol dependencies during pnpm fetch. This fixes an issue where pnpm fetch would fail in Docker builds when local directory dependencies were not available #​10460.

  • Fixed pnpm audit --json to respect the --audit-level setting for both exit code and output filtering #​10540.

  • update tar to version 7.5.7 to fix security issue

    Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842

  • Fix pnpm audit --fix replacing reference overrides (e.g. $foo) with concrete versions #​10325.

  • Fix shamefullyHoist set via updateConfig in .pnpmfile.cjs not being converted to publicHoistPattern #​10271.

  • pnpm help should correctly report if the currently running pnpm CLI is bundled with Node.js #​10561.

  • Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for node_modules/.bin, causing binaries to not be found when running commands like pnpm exec #​10457.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.2: pnpm 10.28.2

Compare Source

Patch Changes

  • Security fix: prevent path traversal in directories.bin field.

  • When pnpm installs a file: or git: dependency, it now validates that symlinks point within the package directory. Symlinks to paths outside the package root are skipped to prevent local data from being leaked into node_modules.

    This fixes a security issue where a malicious package could create symlinks to sensitive files (e.g., /etc/passwd, ~/.ssh/id_rsa) and have their contents copied when the package is installed.

    Note: This only affects file: and git: dependencies. Registry packages (npm) have symlinks stripped during publish and are not affected.

  • Fixed optional dependencies to request full metadata from the registry to get the libc field, which is required for proper platform compatibility checks #​9950.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.1

Compare Source

release-it/release-it (release-it)

v19.2.4

Compare Source

syntax-tree/unist-util-visit (unist-util-visit)

v5.1.0

Compare Source

Types

Full Changelog: syntax-tree/unist-util-visit@5.0.0...5.1.0

vitest-dev/vitest (vitest)

v4.0.18

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v3.2.4

Compare Source

language-core
  • feat: place plugin configs under ctx.config and support type annotation via generics (#​5944) - Thanks to @​KazariEX!
workspace

v3.2.3

Compare Source

language-core
typescript-plugin
  • feat: correct rename behavior on same name shorthands in template (#​5907) - Thanks to @​KazariEX!
  • fix: only forward quick info for original results without tags (#​5938) - Thanks to @​KazariEX!
vscode

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.

@nuxthub-admin
Copy link
Contributor

nuxthub-admin bot commented Apr 1, 2025

✅ Deployed mdc

Deployed mdc 54ec0f8 to preview

🔗 renovate-all-minor-patch.mdc-btm.pages.dev
📌 9fffff52.mdc-btm.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

@pkg-pr-new
Copy link

pkg-pr-new bot commented Apr 1, 2025

npm i https://pkg.pr.new/@nuxtjs/mdc@369

commit: e364b9e

@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^22.13.15 chore(deps): update all non-major dependencies Apr 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4af6027 to 569eb44 Compare April 1, 2025 15:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 569eb44 to 53cabd8 Compare April 1, 2025 17:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53cabd8 to bf70f80 Compare April 2, 2025 13:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf70f80 to f7d993e Compare April 2, 2025 17:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7d993e to fd08d35 Compare April 2, 2025 20:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd08d35 to 7e645a9 Compare April 3, 2025 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e645a9 to 8b4761c Compare April 4, 2025 21:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b4761c to d3fb61e Compare April 5, 2025 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3fb61e to 6a9e7d6 Compare April 7, 2025 08:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a9e7d6 to d2c01d7 Compare April 7, 2025 14:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2c01d7 to d6c0eea Compare April 7, 2025 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6c0eea to 2c88fc9 Compare April 8, 2025 09:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c88fc9 to 9de4b65 Compare April 10, 2025 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a188692 to 2683387 Compare January 15, 2026 01:25
@renovate renovate bot changed the title chore(deps): update resolutions mkdist to v2.4.1 chore(deps): update all non-major dependencies Jan 15, 2026
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update resolutions mkdist to v2.4.1 Jan 15, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2683387 to 3e65d75 Compare January 15, 2026 18:39
@renovate renovate bot changed the title chore(deps): update resolutions mkdist to v2.4.1 chore(deps): update all non-major dependencies Jan 15, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b5e83bf to dfde261 Compare January 23, 2026 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 35d3f71 to 2e41894 Compare February 1, 2026 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3f10f87 to 1e92acf Compare February 7, 2026 21:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e92acf to e364b9e Compare February 8, 2026 02:03
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.

0 participants