chore(deps): update all non-major dependencies#87
Merged
Conversation
Deploying nuxt-legacy-v3 with
|
| 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 |
Deploying nuxt-legacy with
|
| 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 |
b525f8b to
3d59383
Compare
3d59383 to
e1152ee
Compare
Owner
|
@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 |
Contributor
…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>
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.2.0->^6.4.23.1.0->3.1.1^1.10.0->^1.11.0^3.20.1->^3.21.0^4.28.0->^4.28.110.23.0->10.24.0^4.0.13->^4.0.15^3.1.4->^3.1.6Release Notes
antfu/eslint-config (@antfu/eslint-config)
v6.4.2Compare Source
🐞 Bug Fixes
pnpm-workspace.yamlsorting config fromyamltopnpm- by @antfu (fc2b1)View changes on GitHub
v6.4.1Compare Source
No significant changes
View changes on GitHub
v6.3.0Compare Source
🚀 Features
🐞 Bug Fixes
cb29b1a- by @daflyinbed in #782 (b4e49)View changes on GitHub
nuxt/devtools (@nuxt/devtools)
v3.1.1Compare Source
Bug Fixes
Features
nuxt/eslint (@nuxt/eslint-config)
v1.11.0Compare Source
🚀 Features
nuxt.config- by @benedictleejh in #630 (be2e9)View changes on GitHub
nuxt/test-utils (@nuxt/test-utils)
v3.21.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
onceoption inregisterEndpoint(#1475)🩹 Fixes
$fetch.create(#1471)globalPropertiesin mount + render helpers (#1476)@nuxt/kitv3 for bridge support (#1498)🏡 Chore
globbydependency (eba19d16b)@nuxt/kitfrom peer dependencies (b80ca5ea8)@nuxt/kitas peer dep (5c126e1af)🤖 CI
❤️ Contributors
browserslist/browserslist (browserslist)
v4.28.1Compare Source
pnpm/pnpm (pnpm)
v10.24.0Compare Source
vitest-dev/vitest (vitest)
v4.0.15Compare Source
🚀 Experimental Features
🐞 Bug Fixes
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by @hi-ogawa in #9121 (fd8bd)deps.optimizer- by @hi-ogawa in #9125 (4c754)toMatchScreenshotonly once when used withexpect.element- by @macarie in #9132 (0d2e7)--browser.providerfrom docs - by @sheremet-va in #9115 (120b3)currentTestNamein extended matchers - by @macarie in #9106 (e4345)CTRL+cforceful exits - by @AriPerkkio in #9140 (d57d8)View changes on GitHub
v4.0.14Compare Source
🚀 Experimental Features
utils.configurePrettyDOM- by @sheremet-va in #9103 (2cc34)toMatchScreenshotwith comparison slider - by @macarie in #8813 (c37c2)🐞 Bug Fixes
collecttoimport, removeprepare- by @sheremet-va in #9091 (1256b)onCancelon rpc destroy - by @AriPerkkio in #9088 (f5b72)VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by @AriPerkkio in #9085 (37918)postMessageto send ports to workers - by @whitphx and @AriPerkkio in #9078 (9d176)🏎 Performance
debugwithobug- by @sxzz and @AriPerkkio in #9057 (acc51)View changes on GitHub
vuejs/language-tools (vue-tsc)
v3.1.6Compare Source
Features
<script setup>(#5805)Bug Fixes
createParsedCommandLineByJsonparsed incorrect options since v3.1.5 (#5768 (comment))vue.server.pathcompatible with Windows (#5772)getVIfNodeto supportv-else-ifdirectives (#5765) - Thanks to @serkodev!{}instead of its string value forstyle="..."(#5781) - Thanks to @KazariEX!v-bind="$attrs"loses navigation wheninferTemplateDollarAttrsis disabled (#5783)const props =completion in StringLiteral (#5786)$eltype for generic components usinginferComponentDollarEl(#5794)<script>content generates before<script setup>(#5795)bypassDefineComponenthack for better JS support (#4876) (#5379)Prettify<T>caused generic props gets inferred asunknown(#5667) - Thanks to @so1ve!<as operator in SFC scripts (#5801) - Thanks to @serkodev!isTypeScriptDocumentin VSCode fortypescript.preferences.autoImportSpecifierExcludeRegexesconfig support (#5364)vaporattr (#5496)Performance
:class- Thanks to @KazariEX!Other Changes
debuggerfrom virtual code for tsslint compatibilityref="xxx"rawTypeand__internal__.tsLs(#5808)createResolveModuleName(volarjs/volar.js#293) (#5644) - Thanks to @serkodev!v3.1.5Compare 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.
This PR was generated by Mend Renovate. View the repository job log.