Skip to content

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

Merged
Teages merged 2 commits intomainfrom
renovate/all-minor-patch
Dec 6, 2025
Merged

chore(deps): update all non-major dependencies#87
Teages merged 2 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^6.2.0 -> ^6.4.2 age confidence
@nuxt/devtools (source) 3.1.0 -> 3.1.1 age confidence
@nuxt/eslint-config (source) ^1.10.0 -> ^1.11.0 age confidence
@nuxt/test-utils ^3.20.1 -> ^3.21.0 age confidence
browserslist ^4.28.0 -> ^4.28.1 age confidence
pnpm (source) 10.23.0 -> 10.24.0 age confidence
vitest (source) ^4.0.13 -> ^4.0.15 age confidence
vue-tsc (source) ^3.1.4 -> ^3.1.6 age confidence

Release Notes

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

v6.4.2

Compare Source

   🐞 Bug Fixes
  • pnpm: Move pnpm-workspace.yaml sorting config from yaml to pnpm  -  by @​antfu (fc2b1)
    View changes on GitHub

v6.4.1

Compare Source

No significant changes

    View changes on GitHub

v6.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/devtools (@​nuxt/devtools)

v3.1.1

Compare Source

Bug Fixes
Features
  • support passing additional permissions to the iframe (#​911) (bc1d11c)
nuxt/eslint (@​nuxt/eslint-config)

v1.11.0

Compare Source

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

v3.21.0

Compare Source

3.21.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Support rerender behavior in renderSuspended (#​1466)
  • runtime-utils: Support once option in registerEndpoint (#​1475)
  • runtime-utils: Support css modules in mount + render helpers (#​1464)
  • runtime-utils: Pass app context across in mount + render helpers (#​1477)
  • runtime-utils: Support mocked target arguments in mockNuxtImport (#​1492)
🩹 Fixes
  • runtime: Remove redefinition of $fetch.create (#​1471)
  • runtime-utils: Pass non-enumerable globalProperties in mount + render helpers (#​1476)
  • module: Include vitest config in node project (#​1497)
  • runtime-utils: Improve mount + render helpers (#​1483)
  • Revert to @nuxt/kit v3 for bridge support (#​1498)
🏡 Chore
  • Move built dep configuration -> workspace file (d936cb465)
  • Update pnpm to 10.21 and enable trust policy (ed6ff050d)
  • Revert pnpm trust policy and restore provenance action (b034f0a5e)
  • Remove spurious globby dependency (eba19d16b)
  • Remove export (2a88683bd)
  • Remove @nuxt/kit from peer dependencies (b80ca5ea8)
  • Add back @nuxt/kit as peer dep (5c126e1af)
  • Bump vite-node to v5 (3322919c2)
🤖 CI
  • Rebuild better-sqlite3 on windows (9fdaf3824)
❤️ Contributors
browserslist/browserslist (browserslist)

v4.28.1

Compare Source

  • Removed Baseline warning since we have it own warning.
pnpm/pnpm (pnpm)

v10.24.0

Compare Source

vitest-dev/vitest (vitest)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.14

Compare Source

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

v3.1.6

Compare Source

Features
  • feat(vscode): add settings to enable per-block formatting (#​5784) - Thanks to @​serkodev!
  • feat(language-service): enhanced component auto import (#​5790)
  • feat(component-meta): add component name and description fields (#​5797)
  • feat(typescript-plugin): add support for template "Add Import" quick fix (#​5799) - Thanks to @​serkodev!
  • feat(typescript-plugin): mapping JSDoc informations from <script setup> (#​5805)
  • feat(vscode): support tsdk path for Eclipse Theia (#​5806) - Thanks to @​serkodev!
Bug Fixes
  • fix(language-service): ignore intrinsic elements when detect tag name casing (#​5771)
  • fix(language-core): createParsedCommandLineByJson parsed incorrect options since v3.1.5 (#​5768 (comment))
  • fix(vscode): make vue.server.path compatible with Windows (#​5772)
  • fix(vscode): analyze interpolation highlight ranges based on AST (#​5777)
  • fix(vscode): sync latest vscode html language configuration (#​5740)
  • fix(language-core): enhance getVIfNode to support v-else-if directives (#​5765) - Thanks to @​serkodev!
  • fix(language-core): generate {} instead of its string value for style="..." (#​5781) - Thanks to @​KazariEX!
  • fix(language-core): v-bind="$attrs" loses navigation when inferTemplateDollarAttrs is disabled (#​5783)
  • fix(language-service): skip const props = completion in StringLiteral (#​5786)
  • fix(language-core): unable to get completion for the second scoped class name
  • fix(language-service): format components with HTML void-element names (#​5788) - Thanks to @​serkodev!
  • fix(language-service): properly handle promise when resolving CSS links (#​5785)
  • fix(language-core): infer $el type for generic components using inferComponentDollarEl (#​5794)
  • fix(language-core): ensure <script> content generates before <script setup> (#​5795)
  • fix(language-core): remove bypassDefineComponent hack for better JS support (#​4876) (#​5379)
  • fix(language-core): Prettify<T> caused generic props gets inferred as unknown (#​5667) - Thanks to @​so1ve!
  • fix(vscode): handle leading < as operator in SFC scripts (#​5801) - Thanks to @​serkodev!
  • fix(vscode): patch isTypeScriptDocument in VSCode for typescript.preferences.autoImportSpecifierExcludeRegexes config support (#​5364)
  • fix(language-core): ensure type consistency for optional boolean props (#​5803)
  • fix(language-core): add compatibility for vapor attr (#​5496)
  • fix(language-core): AST fault tolerance for key binding on template (#​5807)
Performance
  • perf(language-core): reuse ts asts for :class - Thanks to @​KazariEX!
Other Changes
  • Revert "refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733)"
  • docs(typescript-plugin): update Neovim configuration link (#​5775) - Thanks to @​AlexVagrant!
  • refactor(language-core): normalize template AST (#​5782)
  • refactor(language-core): split style codegen (#​5787)
  • refactor(language-core): remove debugger from virtual code for tsslint compatibility
  • refactor(language-core): remove legacy navigation support in ref="xxx"
  • refactor(language-core): reduce codegen options (#​5804)
  • refactor(component-meta): deprecated rawType and __internal__.tsLs (#​5808)
  • chore: update volar to 2.4.26

v3.1.5

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2pm and before 3pm" (UTC), Automerge - "after 1pm and before 2pm" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Nov 28, 2025

Deploying nuxt-legacy-v3 with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4a1be1d
Status: ✅  Deploy successful!
Preview URL: https://f366d239.nuxt-legacy-v3.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-legacy-v3.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Nov 28, 2025

Deploying nuxt-legacy with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4a1be1d
Status: ✅  Deploy successful!
Preview URL: https://39054ccd.nuxt-legacy.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-legacy.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b525f8b to 3d59383 Compare December 5, 2025 06:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d59383 to e1152ee Compare December 6, 2025 02:15
@Teages
Copy link
Copy Markdown
Owner

Teages commented Dec 6, 2025

@copilot help me fix the lint error by categorizing the dependencies accurately

you can see how to do it in https://antfu.me/posts/categorize-deps

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 6, 2025

@Teages I've opened a new pull request, #88, to work on those changes. Once the pull request is ready, I'll request review from you.

…alogs (#88)

The `@antfu/eslint-config` update introduced strict PNPM catalog
enforcement rules, causing 21 lint errors for plain version specifiers.

## Changes

- **Categorized dependencies into named catalogs**: Moved all dependency
versions from `package.json` files to named `catalogs:` in
`pnpm-workspace.yaml`, organized by type:
- `dev`: Development dependencies (eslint, typescript, vitest, nuxt v4,
etc.)
  - `prod`: Production dependencies (@nuxt/kit, browserslist)
- **Relocated PNPM settings**: Moved `onlyBuiltDependencies` and
`ignoredBuiltDependencies` from `package.json` to workspace config
- **Updated all package.json files**: Changed all dependencies to use
named catalog references (`catalog:dev`, `catalog:prod`)
- **Upgraded v3 playground to Nuxt v4**: Both playgrounds now use Nuxt
v4 from the `dev` catalog, as ESLint rule
`pnpm/yaml-no-duplicate-catalog-item` doesn't allow the same package in
multiple catalogs

## Example

```yaml
# pnpm-workspace.yaml
catalogs:
  dev:
    '@antfu/eslint-config': ^6.4.2
    nuxt: ^4.2.1
    typescript: ~5.9.3
    vitest: ^4.0.15
  prod:
    '@nuxt/kit': ^4.2.1
    browserslist: ^4.28.1
```

```json
// package.json
"dependencies": {
  "@nuxt/kit": "catalog:prod",
  "browserslist": "catalog:prod"
},
"devDependencies": {
  "nuxt": "catalog:dev",
  "typescript": "catalog:dev"
}
```

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Teages <Teages@teages.xyz>
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 6, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Teages Teages merged commit 12ce7fd into main Dec 6, 2025
4 checks passed
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.

2 participants