Closed renovate[bot] closed 2 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
:tada: This PR is included in version 3.1.6-next.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 3.1.6 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
0.5.1
->0.5.2
3.12.4
->3.13.0
3.12.4
->3.13.0
Release Notes
nuxt/eslint (@nuxt/eslint)
### [`v0.5.2`](https://togithub.com/nuxt/eslint/releases/tag/v0.5.2) [Compare Source](https://togithub.com/nuxt/eslint/compare/v0.5.1...v0.5.2) ##### 🐞 Bug Fixes - **eslint-config**: Do not eagerly import ts-eslint parser, close [#485](https://togithub.com/nuxt/eslint/issues/485) - by [@antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/485](https://togithub.com/nuxt/eslint/issues/485) [(4b5d6)](https://togithub.com/nuxt/eslint/commit/4b5d65c) ##### [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.5.1...v0.5.2)nuxt/nuxt (@nuxt/webpack-builder)
### [`v3.13.0`](https://togithub.com/nuxt/nuxt/releases/tag/v3.13.0) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.12.4...v3.13.0) #### 👀 Highlights I'm pretty excited about this release - we've ported some features we had planned for Nuxt v4 back to v3, as well as a raft of bug fixes and performance improvements - as usual. Here are a few of things I'm most excited about. ##### 🏘️ Route Groups We now support naming directories with parentheses/brackets to organise your routes without affecting the path. For example: ```bash [Directory structure] -| pages/ ---| index.vue ---| (marketing)/ -----| about.vue -----| contact.vue ``` This will produce `/`, `/about` and `/contact` pages in your app. The `marketing` group is ignored for purposes of your URL structure. Read more in [the original PR](https://togithub.com/nuxt/nuxt/pull/28276). ##### 🏝️ Islands and Head Metadata It's now possible for server component islands to manipulate the head, such as by adding SEO metadata when rendering. Read more in [#27987](https://togithub.com/nuxt/nuxt/pull/27987). ##### 🪝 Custom Prefetch Triggers We now support custom prefetch triggers for `NuxtLink` ([#27846](https://togithub.com/nuxt/nuxt/pull/27846)). For example: ```vue [pages/index.vue]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.