Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide ^1.2.38 -> ^1.2.51 age adoption passing confidence
@nuxt/devtools (source) ^2.4.0 -> ^2.5.0 age adoption passing confidence
@nuxt/eslint-config (source) ^1.3.0 -> ^1.4.1 age adoption passing confidence
@nuxt/test-utils ^3.17.2 -> ^3.19.1 age adoption passing confidence
@nuxt/ui (source) ^3.0.2 -> ^3.1.3 age adoption passing confidence
@​nuxtlabs/monarch-mdc ^0.5.0 -> ^0.7.0 age adoption passing confidence
@shikijs/langs (source) ^3.3.0 -> ^3.7.0 age adoption passing confidence
@shikijs/themes (source) ^3.3.0 -> ^3.7.0 age adoption passing confidence
@shikijs/transformers (source) ^3.3.0 -> ^3.7.0 age adoption passing confidence
@types/node (source) ^22.14.1 -> ^22.15.32 age adoption passing confidence
@vue/compiler-core (source) ^3.5.13 -> ^3.5.17 age adoption passing confidence
debug 4.4.0 -> 4.4.1 age adoption passing confidence
eslint (source) ^9.25.1 -> ^9.29.0 age adoption passing confidence
pnpm (source) 10.9.0 -> 10.12.1 age adoption passing confidence
property-information ^7.0.0 -> ^7.1.0 age adoption passing confidence
release-it ^19.0.1 -> ^19.0.3 age adoption passing confidence
shiki (source) ^3.3.0 -> ^3.7.0 age adoption passing confidence
vitest (source) ^3.1.2 -> ^3.2.4 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v2.5.0

Compare Source

v2.4.1

Compare Source

Bug Fixes
Features
  • improve modules view (807405f)
  • show docs link for components (9ab0ec8)
nuxt/eslint (@​nuxt/eslint-config)

v1.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.1

Compare Source

No significant changes

    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.19.1

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • config: Upgrade nuxt devtools + disable vue devtools (#​824)
  • module: Import defineConfig from vite (467886ea)
🏡 Chore
  • Don't ignore @nuxt/devtools upgrade (3ae47b43)
❤️ Contributors

v3.19.0

Compare Source

👉 Changelog

compare changes

🚀 Enhancements
  • config: Support vitest workspaces with defineVitestProject (#​1258)
  • config: Add nuxt environment browser-testing support (#​1294)
🩹 Fixes
  • config: Use UserConfig rather than InlineConfig from vite (e2a1598b)
💅 Refactors
  • Rename core -> e2e internally (a81c4498)
✅ Tests
  • Set environment: 'nuxt' for browser testing example (96769e55)
  • Add browser mode tests for nuxt/content components (#​1284)
❤️ Contributors

v3.18.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add support for bun test runner (#​1264)
  • config: Support vitest browser mode (#​1271)
🩹 Fixes
  • vitest-environment: Respect custom app.baseURL in manifest path (#​1213)
  • runtime-utils: Wrap WrapperComponent default slot in function (#​1244)
💅 Refactors
  • Rename setup hook to beforeAll for clarity (#​1221)
📖 Documentation
✅ Tests
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v3.1.3

Compare Source

⚠ BREAKING CHANGES
  • NavigationMenu: revert new collapsible field
Features
Bug Fixes
  • CheckboxGroup/RadioGroup: variant table borders in RTL mode (#​4192) (43d281f)
  • CommandPalette: add presentation role to viewport (2ba94db)
  • ContextMenu/DropdownMenu: wrap groups in a viewport (dcf34a7), closes #​3315
  • Drawer: improve title & description accessibility (41087d4), closes #​4199
  • icons: update loading icon (#​4163) (fe4e1f8)
  • Input/Textarea: define model modifiers types (#​4195) (3243fb8)
  • InputMenu/Select/SelectMenu: manual viewport to display scrollbars (f95abf8), closes #​4069
  • NavigationMenu: incorrect hover when disabled and active (d0be599)
  • NavigationMenu: only display tooltip when collapsed (44f536f)
  • NavigationMenu: remove font-medium in popover children (0236399)
  • NavigationMenu: revert new collapsible field (3c78e2f)
  • Textarea: missing imports (#​4207) (6aab62e)
  • theme: define old-neutral color as static (#​4193) (dae9f0b)
  • Tooltip: increase padding for consistency (0634a75)

v3.1.2

Compare Source

Features
Bug Fixes
  • Badge/Button: handle zero value in label correctly (#​4108) (f244d15)
  • ButtonGroup: add z-index on focused element (204953b)
  • Calendar: wrong color for today date with neutral color (7d51a9e), closes #​4084 #​3629
  • Checkbox/RadioGroup: render correct element without variant (f2fd778), closes #​3998
  • CheckboxGroup: relative UCheckbox import (7551a85), closes #​4090
  • ColorPicker: make thumb touch draggable (#​4101) (cc20a26)
  • components: class should have priority over ui prop (e6e510b)
  • FormField: block form field injection after use (#​4150) (d79da9d)
  • FormField: use div for error and help slots (459a041)
  • inertia: link always render as anchor tag (#​3989) (e81464a)
  • inertia: make useAppConfig reactive (12303a8)
  • Input/Textarea: handle generic types (3c8d6cd), closes nuxt/ui-pro#887
  • InputNumber: handle inside button group (2e4c308), closes #​4155
  • Link: consistent behavior between nuxt, vue and inertia (#​4134) (67da90a)
  • module: configure @nuxt/fonts with default weights (276268d)
  • NavigationMenu: arrow position conflict (#​4137) (0dc4678)
  • Select: support more primitive types in value field (#​4105) (09b4699)
  • Slider: handle generic types (d7a4d02)
  • Stepper: use div tag for title & description (a57844e), closes #​4096
  • Tabs: prevent trigger truncate without parent width (06e5689), closes #​4056
  • Tabs: set focus:outline-none with link variant (999a0f8)
  • templates: dont write unused variants in theme files (d3df3bb)
  • Toaster: allow base slot override (c63d2f3)
  • vue: make useAppConfig reactive (869c070), closes #​3952

v3.1.1

Compare Source

Features
Bug Fixes

v3.1.0

Compare Source

⚠ BREAKING CHANGES
  • OverlayProvider: return an overlay instance from .open() (#​3829)
Features
Bug Fixes
shikijs/shiki (@​shikijs/langs)

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.4.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.4.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (@​vue/compiler-core)

v3.5.17

Compare Source

Bug Fixes

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.

Copy link
Contributor

nuxthub-admin bot commented Apr 1, 2025

✅ Deployed mdc

Deployed mdc fba7368 to preview

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

📋 View deployment logs

Copy link

pkg-pr-new bot commented Apr 1, 2025

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

commit: af788d6

@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 46d7544 to 7417629 Compare June 8, 2025 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7417629 to 14a679d Compare June 8, 2025 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14a679d to df3d2dd Compare June 9, 2025 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df3d2dd to 6d533eb Compare June 10, 2025 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d533eb to b2b1de7 Compare June 12, 2025 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b2b1de7 to 39e8711 Compare June 13, 2025 08:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39e8711 to 4e73343 Compare June 13, 2025 23:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e73343 to 3a7450a Compare June 15, 2025 07:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a7450a to d07ddc7 Compare June 16, 2025 09:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d07ddc7 to 6a0d708 Compare June 17, 2025 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a0d708 to 4927ce2 Compare June 18, 2025 10:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4927ce2 to 7b3a43f Compare June 18, 2025 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b3a43f to 68e0a31 Compare June 19, 2025 20:50
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