Skip to content

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.69 -> ^1.2.71 age confidence
@monaco-editor/loader (source) ^1.5.0 -> ^1.6.1 age confidence
@nuxt/devtools (source) ^2.6.5 -> ^2.7.0 age confidence
@nuxt/eslint-config (source) ^1.9.0 -> ^1.10.0 age confidence
@nuxt/test-utils ^3.19.2 -> ^3.20.1 age confidence
@nuxt/ui (source) ^4.0.1 -> ^4.1.0 age confidence
@shikijs/core (source) ^3.13.0 -> ^3.14.0 age confidence
@shikijs/langs (source) ^3.13.0 -> ^3.14.0 age confidence
@shikijs/themes (source) ^3.13.0 -> ^3.14.0 age confidence
@shikijs/transformers (source) ^3.13.0 -> ^3.14.0 age confidence
@types/node (source) ^24.7.0 -> ^24.9.2 age confidence
eslint (source) ^9.37.0 -> ^9.38.0 age confidence
pnpm (source) 10.18.1 -> 10.20.0 age confidence
shiki (source) ^3.13.0 -> ^3.14.0 age confidence
vue-tsc (source) ^3.1.1 -> ^3.1.2 age confidence

Release Notes

suren-atoyan/monaco-loader (@​monaco-editor/loader)

v1.6.1

Compare Source

Oct 14, 2025
  • eslint: use mjs for eslint config file
  • package: remove type field

v1.6.0

Compare Source

Oct 12, 2025
  • monaco-editor: update to the latest version (0.54.0)
  • package: update all dependencies to the latest version
  • playground: update all dependencies to the latest version
nuxt/devtools (@​nuxt/devtools)

v2.7.0

Compare Source

Bug Fixes
  • devtools: use vite plugin for env-specific config (#​899) (0c258d4)

2.6.5 (2025-09-20)

Bug Fixes
  • ensure path resolve is safe (1fabb49)

2.6.4 (2025-09-19)

Bug Fixes
  • using textContent instead of innerHtml for auth pagechore: update lock (7cadbbe)

2.6.3 (2025-08-22)

2.6.2 (2025-07-02)

Bug Fixes

2.6.1 (2025-07-01)

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

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.20.1

Compare Source

nuxt/ui (@​nuxt/ui)

v4.1.0

Compare Source

⚠ BREAKING CHANGES
  • CommandPalette: add children-icon prop to use trailing-icon in input (#​4397)
  • Table: consistent args order in select event
Features
Bug Fixes
  • BlogPost/ChangelogVersion: allow any attrs inimage prop (9632f99), closes #​5276
  • Breadcrumb: handle active in items (cc8cbf3), closes #​4771
  • ChatMessage: ensure left side takes full width (af8c023)
  • ChatMessage: only apply max-width on right side (a85b0e1)
  • ChatMessage: reset top and bottom margin (8f9176c)
  • ChatMessages: allow user scroll with should-auto-scroll (#​5252) (db73765)
  • ChatMessages: define user & assistant ui prop type (#​5234) (240bc1a)
  • CodeTree/Tree: restore item wrapper with presentation role (70aaf4a), closes #​4945
  • CommandPalette/ContextMenu/DropdownMenu: ensure items truncate work (9d13653)
  • components: add missing ui prop in prose proxy components (#​5205) (d1afe90)
  • ContentSearch: de-duplicate description and suffix (8a259e4)
  • ContextMenu/DropdownMenu: allow item content class override (ab5032d), closes #​5277
  • Drawer/Modal/Slideover: remove close autofocus prevent (#​5191) (8099440)
  • Error/Main: render as div instead of main (2a09ac0), closes #​4955
  • FileUpload: handle disabling file delete button (08c30cf), closes #​5249
  • FileUpload: stuck focus while tabbing (#​5128) (2477d44)
  • FileUpload: use native img element for blob URLs preview (69906bc), closes #​5121 #​4824
  • InputMenu/SelectMenu: enrich reusable template item prop (63074d6)
  • InputMenu: ensure tag can be removed when number (028538a)
  • Kbd: return original value and use uppercase class (#​5238) (4095c9a)
  • NavigationMenu: display trailing slot when badge not undefined (f24204f), closes #​4670
  • Table: consistent args order in select event (9526a1b)
  • Table: expose $el instead of rootRef (c019f8f), closes #​5230 #​5162
Reverts
shikijs/shiki (@​shikijs/core)

v3.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - nx@21.6.4 || 21.6.5
      - esbuild@0.25.1

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - nx@21.6.5
      - webpack@4.47.0 || 5.102.1

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.
vuejs/language-tools (vue-tsc)

v3.1.2

Compare Source


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: 91c6093

@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 7 times, most recently from e280c6b to c2cb9e0 Compare October 9, 2025 11:47
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Oct 9, 2025
@renovate renovate bot closed this Oct 9, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Oct 13, 2025
@renovate renovate bot reopened this Oct 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8ac5e64 to db4ec83 Compare October 18, 2025 05:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a7f5eb9 to 033ca4c Compare October 27, 2025 01:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 033ca4c to 91c6093 Compare October 28, 2025 23:00
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Oct 30, 2025
@renovate renovate bot closed this Oct 30, 2025
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