eslint/eslint
### [`v8.41.0`](https://togithub.com/eslint/eslint/releases/tag/v8.41.0)
[Compare Source](https://togithub.com/eslint/eslint/compare/v8.40.0...v8.41.0)
#### Features
- [`880a431`](https://togithub.com/eslint/eslint/commit/880a4317b949e575a4a6c5e8baaba1eea7674cc6) feat: change default ignore pattern to `**/node_modules/` in flat config ([#17184](https://togithub.com/eslint/eslint/issues/17184)) (Milos Djermanovic)
- [`8bf5505`](https://togithub.com/eslint/eslint/commit/8bf550594fca6d29fab1a3453e701c1a457767e1) feat: expose `shouldUseFlatConfig` ([#17169](https://togithub.com/eslint/eslint/issues/17169)) (Connor Prussin)
#### Bug Fixes
- [`4f5440d`](https://togithub.com/eslint/eslint/commit/4f5440db631707b17140c4e5cc7beb223afbd2b9) fix: incorrect warning message for ignored dotfiles ([#17196](https://togithub.com/eslint/eslint/issues/17196)) (Milos Djermanovic)
- [`94da96c`](https://togithub.com/eslint/eslint/commit/94da96cbf0fb2bb6694fa2e757eb1b3e74c40db7) fix: unify `LintMessage` type ([#17076](https://togithub.com/eslint/eslint/issues/17076)) (Brandon Mills)
- [`0c415cd`](https://togithub.com/eslint/eslint/commit/0c415cda5d76dbe5120ab9f3c4c81320538e35f0) fix: validate `ignorePatterns` constructor option in `FlatESLint` class ([#17139](https://togithub.com/eslint/eslint/issues/17139)) (Milos Djermanovic)
- [`9682d66`](https://togithub.com/eslint/eslint/commit/9682d669e4ee8641293914e21679f40fee8bc354) fix: switch `grapheme-splitter` to `graphemer` ([#17160](https://togithub.com/eslint/eslint/issues/17160)) (fisker Cheung)
#### Documentation
- [`7709b14`](https://togithub.com/eslint/eslint/commit/7709b14e18ad4e11c1119ed6575454243b8e7084) docs: Update README (GitHub Actions Bot)
- [`7f183e0`](https://togithub.com/eslint/eslint/commit/7f183e020579380fa57473caaf9ed154470c25b3) docs: Update triage process description ([#17157](https://togithub.com/eslint/eslint/issues/17157)) (Nicholas C. Zakas)
- [`b68346b`](https://togithub.com/eslint/eslint/commit/b68346b290d55324e73868ca42b3854157b27375) docs: fix license to reflect relicensing of jshint ([#17165](https://togithub.com/eslint/eslint/issues/17165)) (Stefan Bischof)
#### Chores
- [`f43216a`](https://togithub.com/eslint/eslint/commit/f43216a8c77ab6cf1d0823978e8c728786b4cba7) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).41.0 ([#17200](https://togithub.com/eslint/eslint/issues/17200)) (Milos Djermanovic)
- [`95c3007`](https://togithub.com/eslint/eslint/commit/95c300780a1cfd9ad680bc78850542eb55d7fbf4) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins)
- [`ddc5291`](https://togithub.com/eslint/eslint/commit/ddc5291debd90ff476e17c532af7577e26720b91) chore: don't use deprecated `context` methods in `ast-utils` tests ([#17194](https://togithub.com/eslint/eslint/issues/17194)) (Milos Djermanovic)
- [`b1516db`](https://togithub.com/eslint/eslint/commit/b1516db51514032ed06e1425c4b1f955238dc682) chore: Fix return type of `findFlatConfigFile` ([#17161](https://togithub.com/eslint/eslint/issues/17161)) (Milos Djermanovic)
- [`918b0fd`](https://togithub.com/eslint/eslint/commit/918b0fd21723e84bd7acb17942a36606f1d8360a) perf: Store indent descriptors in a plain array ([#17148](https://togithub.com/eslint/eslint/issues/17148)) (Francesco Trotta)
- [`4caa344`](https://togithub.com/eslint/eslint/commit/4caa34449555d8a680222ec2049d97c59476c11e) refactor: locateConfigFileToUse returns an Error object ([#17159](https://togithub.com/eslint/eslint/issues/17159)) (唯然)
nuxt/nuxt
### [`v3.5.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.1)
[Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.5.0...v3.5.1)
> 3.5.1 is a patch release, with bug fixes and performance improvements.
##### ✅ Upgrading
As usual, our recommendation for upgrading is to run:
```sh
nuxi upgrade --force
```
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
##### 👉 Changelog
[compare changes](https://togithub.com/nuxt/nuxt/compare/v3.5.0...v3.5.1)
##### 🔥 Performance
- **nuxt:** Use granular watcher to avoid crawling ignored dirs ([#20836](https://togithub.com/nuxt/nuxt/pull/20836))
##### 🩹 Fixes
- **webpack:** Analyze report path ([#20878](https://togithub.com/nuxt/nuxt/pull/20878))
- **nuxt:** Allow island renders without `/` route ([#20894](https://togithub.com/nuxt/nuxt/pull/20894))
- **nuxt:** Infer `useFetch` method when generic is passed ([#20797](https://togithub.com/nuxt/nuxt/pull/20797))
- **nuxt:** Prioritise vue app context when available ([#20910](https://togithub.com/nuxt/nuxt/pull/20910))
- **nuxt:** Don't `refresh` when hydrating when data is present ([#20916](https://togithub.com/nuxt/nuxt/pull/20916))
- **nuxt:** Resolve layer assets in relation to layer directory ([#20932](https://togithub.com/nuxt/nuxt/pull/20932))
- **nuxt:** Don't match partial component names with prefix ([#20939](https://togithub.com/nuxt/nuxt/pull/20939))
- **kit:** Resolve relative module paths when installing ([#20896](https://togithub.com/nuxt/nuxt/pull/20896))
- **nuxt:** Exclude plugin declaration from non-existent files ([#20974](https://togithub.com/nuxt/nuxt/pull/20974))
- **nuxt:** Use `default` type for initial value for composables ([#20968](https://togithub.com/nuxt/nuxt/pull/20968))
- **nuxt:** Skip middleware for islands components ([#20924](https://togithub.com/nuxt/nuxt/pull/20924))
- **nuxt:** Use `resolvePath` to handle edge cases for modules ([#20975](https://togithub.com/nuxt/nuxt/pull/20975))
##### 📖 Documentation
- Fix defaults in custom fetch example ([#20898](https://togithub.com/nuxt/nuxt/pull/20898))
- Fix typo ([#20907](https://togithub.com/nuxt/nuxt/pull/20907))
- Add `pnpm test` command to run whole test suite ([4907660ff](https://togithub.com/nuxt/nuxt/commit/4907660ff))
- Remove warning around `experimental.renderJsonPayloads` ([891ba880e](https://togithub.com/nuxt/nuxt/commit/891ba880e))
- Add example of 'alphabetical' plugin numbering ([#20930](https://togithub.com/nuxt/nuxt/pull/20930))
- **rendering:** Improve rendering modes section ([244c68108](https://togithub.com/nuxt/nuxt/commit/244c68108))
- **rendering:** Lint fix ([ef8b5b593](https://togithub.com/nuxt/nuxt/commit/ef8b5b593))
- Sync `useAsyncData` and `useFetch` types ([#20935](https://togithub.com/nuxt/nuxt/pull/20935))
- Update static to isr ([#20964](https://togithub.com/nuxt/nuxt/pull/20964))
- Add advanced usage example of `useState` ([#20249](https://togithub.com/nuxt/nuxt/pull/20249))
- Add link to layers from `pages/` docs ([#20976](https://togithub.com/nuxt/nuxt/pull/20976))
##### 🏡 Chore
- Rename script test for fixtures:payload ([#20908](https://togithub.com/nuxt/nuxt/pull/20908))
- Pass ref to checkout ([58ed8ec34](https://togithub.com/nuxt/nuxt/commit/58ed8ec34))
- Remove outdated todo comment ([b2a769a86](https://togithub.com/nuxt/nuxt/commit/b2a769a86))
##### 🤖 CI
- Try different ref format ([2b10dd7b7](https://togithub.com/nuxt/nuxt/commit/2b10dd7b7))
##### ❤️ Contributors
- Paul Grau ([@graup](https://togithub.com/graup))
- Luciano Tonet ([@lucianotonet](https://togithub.com/lucianotonet))
- Daniel Roe ([@danielroe](https://togithub.com/danielroe))
- Julien Huang ([@huang-julien](https://togithub.com/huang-julien))
- Haruaki OTAKE ([@aaharu](https://togithub.com/aaharu))
- Nate Emerson ([@nateemerson](https://togithub.com/nateemerson))
- Jongmin Yoon ([@jongmin4943](https://togithub.com/jongmin4943))
- Sébastien Chopin ([@Atinux](https://togithub.com/Atinux))
- Aziz Ramdan Kurniawan ([@azizramdan](https://togithub.com/azizramdan))
- [@Gypsophyllite](https://togithub.com/Gypsophyllite)
- Wilson Pinto ([@wilsonpinto](https://togithub.com/wilsonpinto))
- Lemon ([@ww-lemon](https://togithub.com/ww-lemon))
- Vasily Kuzin ([@ExEr7um](https://togithub.com/ExEr7um))
- Anthony Fu ([@antfu](https://togithub.com/antfu))
### [`v3.5.0`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.0)
[Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.4.3...v3.5.0)
> 3.5.0 is a minor (feature) release with lots of new features to play with.
#### 👀 Highlights
##### ⚡️ Vue 3.3 released!
Vue 3.3 has been released, with lots of exciting features, particularly around type support. This also brings a significant improvement to data fetching when navigating between nested pages ([https://github.com/nuxt/nuxt/pull/20777](https://togithub.com/nuxt/nuxt/pull/20777)), thanks to [@antfu](https://togithub.com/antfu) and [@baiwusanyu-c](https://togithub.com/baiwusanyu-c).
- new `defineOptions` macro
- 'generic' components
- typed slots and using external types in defineProps
- ... and more
Read **[the full release announcement](https://blog.vuejs.org/posts/vue-3-3)** for more details.
##### 🙌 Nitropack v2.4
We've been working on lots of improvements to Nitro and these have landed already in Nitro v2.4 - you may already have this upgrade, which contains a lot of bug fixes, updates to the module worker format for Cloudflare, Vercel KV support and more.
One note: if you're deploying to Vercel or Netlify and want to benefit from incremental static regeneration, you should now update your route rules:
```diff
routeRules: {
-- '/blog/**': { swr: 3000 },
++ '/blog/**': { isr: 3000 },
}
```
Read **[the full release notes](https://togithub.com/unjs/nitro/releases/tag/v2.4.0)**.
##### 💖 New defaults
**Rich JSON payload serialisation** is now enabled by default ([https://github.com/nuxt/nuxt/pull/19205](https://togithub.com/nuxt/nuxt/pull/19205), [https://github.com/nuxt/nuxt/pull/20770](https://togithub.com/nuxt/nuxt/pull/20770)). This is both faster and allows serialising complex objects in the payload passed from the Nuxt server to client (and also when extracting payload data for prerendered sites).
This now means that **various rich JS types are supported out-of-the-box**: regular expressions, dates, Map and Set and BigInt as well as NuxtError - and Vue-specific objects like `ref`, `reactive`, `shallowRef` and `shallowReactive`.
You can find [an example](https://togithub.com/nuxt/nuxt/blob/main/test/fixtures/basic/pages/json-payload.vue) in our test suite.
This is all possible due to [Rich-Harris/devalue#58](https://togithub.com/Rich-Harris/devalue/pull/58). For a long time, Nuxt has been using our own fork of devalue owing to issues serialising Errors and other non-POJO objects, but we now have transitioned back to the original.
You can even register your own custom types with a new object-syntax Nuxt plugin:
```ts [plugins/custom-payload-type.ts]
export default definePayloadPlugin(() => {
definePayloadReducer('BlinkingText', data => data === '' && '_')
definePayloadReviver('BlinkingText', () => '')
})
```
You can read more about how this works [here](https://togithub.com/rich-harris/devalue#custom-types).
##### 🛝 Interactive server components
This feature should be considered highly experimental, but thanks to some great work from [@huang-julien](https://togithub.com/huang-julien) we now support interactive content within server components via *slots* ([https://github.com/nuxt/nuxt/pull/20284](https://togithub.com/nuxt/nuxt/pull/20284)).
You can follow the server component roadmap at [https://github.com/nuxt/nuxt/issues/19772](https://togithub.com/nuxt/nuxt/issues/19772).
##### ⏰ Environment config
You can now configure fully typed, per-environment overrides in your `nuxt.config`:
```js
export default defineNuxtConfig({
$production: {
routeRules: {
'/**': { isr: true }
}
},
$development: {
//
}
})
```
If you're authoring layers, you can also use the `$meta` key to provide metadata that you or the consumers of your layer might use.
Read more: [https://github.com/nuxt/nuxt/pull/20329](https://togithub.com/nuxt/nuxt/pull/20329).
##### 💪 Fully typed pages
You can benefit from fully typed routing within your Nuxt app via this experimental integration with https://github.com/posva/unplugin-vue-router - thanks to some great work from [@posva](https://togithub.com/posva)! Out of the box, this will enable typed usage of `navigateTo`, ``, `router.push()` and more. You can even get typed params within a page by using `const route = useRoute('route-name')`.
```ts
export default defineNuxtConfig({
experimental: {
typedPages: true
}
})
```
##### 🔎 'Bundler' module resolution
We now have full support within Nuxt for the `bundler` strategy of [module resolution](https://www.typescriptlang.org/docs/handbook/module-resolution.html). We would recommend adopting this if possible. It has type support for subpath exports, for example, but more exactly matches the behaviour of build tools like Vite and Nuxt than `Node16` resolution.
```ts
export default defineNuxtConfig({
typescript: {
tsConfig: {
compilerOptions: {
moduleResolution: 'bundler'
}
}
}
})
```
This turns on TypeScript's ability to 'follow' Node subpath exports. For example, if a library has a subpath export like `mylib/path` that is mapped to `mylib/dist/path.mjs` then the types for this can be pulled in from `mylib/dist/path.d.ts` rather than requiring the library author to create `mylib/path.d.ts`.
##### ⚗️ Separate server types
We plan to improve clarity within your IDE between the 'nitro' and 'vue' part of your app, and we've shipped the first part of this via a separate generated `tsconfig.json` for your `~/server` directory ([https://github.com/nuxt/nuxt/pull/20559](https://togithub.com/nuxt/nuxt/pull/20559)). You can use by adding an additional `~/server/tsconfig.json` with the following content:
```json
{
"extends": "../.nuxt/tsconfig.server.json"
}
```
Although right now these values won't be respected when type checking, you should get better type hints in your IDE.
##### 💀 Deprecations
Although we have not typed or documented the `build.extend` hook from Nuxt 2, we have been calling it within the webpack builder. We are now explicitly deprecating this and will remove it in a future minor version.
#### ✅ Upgrading
As usual, our recommendation for upgrading is to run:
```sh
nuxi upgrade --force
```
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
#### 👉 Changelog
[compare changes](https://togithub.com/nuxt/nuxt/compare/v3.4.3...v3.5.0)
##### 🚀 Enhancements
- **kit:** Add `prepend` option to `addImportsDir` ([#20307](https://togithub.com/nuxt/nuxt/pull/20307))
- **nuxt:** Add scoped helper for clearing error within boundary ([#20508](https://togithub.com/nuxt/nuxt/pull/20508))
- **nuxt:** Auto import 'watchPostEffect' and 'watchSyncEffect' from vue ([#20279](https://togithub.com/nuxt/nuxt/pull/20279))
- **vite:** Introduce `vite:configResolved` hook ([#20411](https://togithub.com/nuxt/nuxt/pull/20411))
- **webpack:** Introduce `webpack:configResolved` hook ([#20412](https://togithub.com/nuxt/nuxt/pull/20412))
- **kit:** Allow vite and webpack plugins to be prepended ([#20403](https://togithub.com/nuxt/nuxt/pull/20403))
- **nuxt:** Add layer meta and env overrides to config types ([#20329](https://togithub.com/nuxt/nuxt/pull/20329))
- **test-utils:** Add option to configure test server port ([#20443](https://togithub.com/nuxt/nuxt/pull/20443))
- **nuxt:** Allow access to components within app ([#20604](https://togithub.com/nuxt/nuxt/pull/20604))
- **kit:** Support passing getter to `addVitePlugin` and `addWebpackPlugin` ([#20525](https://togithub.com/nuxt/nuxt/pull/20525))
- **cli:** Allow greater control of `nuxi analyze` from cli ([#20387](https://togithub.com/nuxt/nuxt/pull/20387))
- **nuxt:** Add `nuxtApp.runWithContext` ([#20608](https://togithub.com/nuxt/nuxt/pull/20608))
- **deps:** Upgrade to nitropack v2.4 ([#20688](https://togithub.com/nuxt/nuxt/pull/20688))
- **nuxt:** Add experimental `typedPages` option ([#20367](https://togithub.com/nuxt/nuxt/pull/20367))
- **nuxt:** Add apps to nuxt build-time instance ([#20637](https://togithub.com/nuxt/nuxt/pull/20637))
- **cli:** Allow passing overrides to other nuxi commands ([#20760](https://togithub.com/nuxt/nuxt/pull/20760))
- **schema:** Enable rich json payloads by default ([#20770](https://togithub.com/nuxt/nuxt/pull/20770))
- **deps:** Update vue to v3.3 ([#20478](https://togithub.com/nuxt/nuxt/pull/20478))
- **nuxt:** Use `runWithContext` within `callWithNuxt` ([#20775](https://togithub.com/nuxt/nuxt/pull/20775))
- **nuxt:** Add `useRequestURL` helper ([#20765](https://togithub.com/nuxt/nuxt/pull/20765))
- **nuxt:** Allow fallback production content in `` ([#20817](https://togithub.com/nuxt/nuxt/pull/20817))
- **kit:** `addBuildPlugin` for builder-agnostic implementation ([#20587](https://togithub.com/nuxt/nuxt/pull/20587))
- **nuxt:** Allow keeping fallback for `NuxtClientFallback` ([#20336](https://togithub.com/nuxt/nuxt/pull/20336))
- **nuxt:** Support separate server tsconfig ([#20559](https://togithub.com/nuxt/nuxt/pull/20559))
- **nuxt:** Full scoped slots support for server components ([#20284](https://togithub.com/nuxt/nuxt/pull/20284))
- **nuxt:** Support parallel plugins ([#20460](https://togithub.com/nuxt/nuxt/pull/20460))
##### 🩹 Fixes
- **nuxt:** Remove backwards-compatible runtimeConfig proxy ([#20340](https://togithub.com/nuxt/nuxt/pull/20340))
- **nuxt:** Add `@nuxt/devtools` module before core modules ([#20595](https://togithub.com/nuxt/nuxt/pull/20595))
- **nuxt:** Properly handle query for component wrapper ([#20591](https://togithub.com/nuxt/nuxt/pull/20591))
- **nuxt:** Skip payload extraction for island context ([#20590](https://togithub.com/nuxt/nuxt/pull/20590))
- **nuxt:** Remove internal `` ([#20607](https://togithub.com/nuxt/nuxt/pull/20607))
- **nuxt:** Ensure `useError` is called with nuxt app context ([#20585](https://togithub.com/nuxt/nuxt/pull/20585))
- **nuxt:** Run page meta plugin on all pages (and only pages) ([#20628](https://togithub.com/nuxt/nuxt/pull/20628))
- **nuxt, vite:** Ignore `nuxt_component` ssr style and `isVue` ([#20679](https://togithub.com/nuxt/nuxt/pull/20679))
- **webpack:** Warn when using deprecated `build.extend` hook ([#20605](https://togithub.com/nuxt/nuxt/pull/20605))
- **nuxt:** Allow resolving client nuxt app to singleton ([#20639](https://togithub.com/nuxt/nuxt/pull/20639))
- **nuxt:** Generate empty sourcemaps for wrappers ([#20744](https://togithub.com/nuxt/nuxt/pull/20744))
- **nuxt:** Prevent treeshaking hooks with composable names ([#20745](https://togithub.com/nuxt/nuxt/pull/20745))
- **kit:** Prefer esm resolution for modules to install ([#20757](https://togithub.com/nuxt/nuxt/pull/20757))
- **vite:** Expand `fs.allow` dirs to include app files ([#20755](https://togithub.com/nuxt/nuxt/pull/20755))
- **nuxt:** Deduplicate global components before registration ([#20743](https://togithub.com/nuxt/nuxt/pull/20743))
- **nuxt:** Remove webstorm compatibility augmentation ([0258acdc8](https://togithub.com/nuxt/nuxt/commit/0258acdc8))
- **nuxt:** Enable suspensible behaviour for nested pages ([#20777](https://togithub.com/nuxt/nuxt/pull/20777))
- **cli:** Hard-reload nuxt when `.env` changes ([#20501](https://togithub.com/nuxt/nuxt/pull/20501))
- **nuxt:** Avoid destructuring error prop (works around upstream bug) ([#20795](https://togithub.com/nuxt/nuxt/pull/20795))
- **nuxt:** Always inline styles for server/island components ([#20599](https://togithub.com/nuxt/nuxt/pull/20599))
- **nuxt:** Allow serialising undefined refs ([#20828](https://togithub.com/nuxt/nuxt/pull/20828))
- **nuxt:** Transform client fallbacks directly on SFCs ([#20835](https://togithub.com/nuxt/nuxt/pull/20835))
- **vite:** Dedupe/optimize more vue core deps ([#20829](https://togithub.com/nuxt/nuxt/pull/20829))
- **nuxt:** Get fallback for `` from parsed html ([#20840](https://togithub.com/nuxt/nuxt/pull/20840))
- **nuxt:** Ensure all dir parts are present in component name ([#20779](https://togithub.com/nuxt/nuxt/pull/20779))
- **nuxt:** Allow `pages:extend` to enable pages module ([#20806](https://togithub.com/nuxt/nuxt/pull/20806))
- **nuxt:** Stop loading indicator on vue errors ([#20738](https://togithub.com/nuxt/nuxt/pull/20738))
- **nuxt:** Add types for webpack/vite environments ([#20749](https://togithub.com/nuxt/nuxt/pull/20749))
- **nuxt:** Pass from + savedPosition to first `scrollBehavior` ([#20859](https://togithub.com/nuxt/nuxt/pull/20859))
##### 💅 Refactors
- **schema:** Move `runtimeCompiler` option out of experimental ([#20606](https://togithub.com/nuxt/nuxt/pull/20606))
- **kit:** Use esm utils for `resolvePath` ([#20756](https://togithub.com/nuxt/nuxt/pull/20756))
##### 📖 Documentation
- Fix typo ([#20577](https://togithub.com/nuxt/nuxt/pull/20577))
- Update tailwind configuration guide ([#20598](https://togithub.com/nuxt/nuxt/pull/20598))
- Fix fetch composable examples ([#20603](https://togithub.com/nuxt/nuxt/pull/20603))
- Note that `useCookie` does not share state ([#20665](https://togithub.com/nuxt/nuxt/pull/20665))
- Selective pre-rendering options ([#20670](https://togithub.com/nuxt/nuxt/pull/20670))
- Ensure we guard all `navigateTo` examples ([#20678](https://togithub.com/nuxt/nuxt/pull/20678))
- Add `useSeoMeta` and `useServerSeoMeta` pages ([#20656](https://togithub.com/nuxt/nuxt/pull/20656))
- Recommend `` when migrating `error.vue` ([#20690](https://togithub.com/nuxt/nuxt/pull/20690))
- Add lagon to presets list ([#20706](https://togithub.com/nuxt/nuxt/pull/20706))
- Add `await` before lazy composable examples ([7e7e006e9](https://togithub.com/nuxt/nuxt/commit/7e7e006e9))
- Add missing step migrating to `pinia` ([#20778](https://togithub.com/nuxt/nuxt/pull/20778))
- Server directory improvements ([d53cc604d](https://togithub.com/nuxt/nuxt/commit/d53cc604d))
##### 🏡 Chore
- Revert markdownlint upgrade ([da29dea5c](https://togithub.com/nuxt/nuxt/commit/da29dea5c))
- Run docs lint workflow on dep upgrades ([c536e5a63](https://togithub.com/nuxt/nuxt/commit/c536e5a63))
- Revert `markdownlint-cli` update and prevent auto-update ([675445f98](https://togithub.com/nuxt/nuxt/commit/675445f98))
- Ban `@ts-ignore` ([4f0d3d4ae](https://togithub.com/nuxt/nuxt/commit/4f0d3d4ae))
- Do not install example dependencies ([#20689](https://togithub.com/nuxt/nuxt/pull/20689))
- Disallow `.only` in tests ([ad97cb45a](https://togithub.com/nuxt/nuxt/commit/ad97cb45a))
- Type-check `.mjs` files ([#20711](https://togithub.com/nuxt/nuxt/pull/20711))
- Fix typo in `pnpm-workspace.yaml` ([#20751](https://togithub.com/nuxt/nuxt/pull/20751))
- Update target for `externalVue` removal ([a33d2e7ae](https://togithub.com/nuxt/nuxt/commit/a33d2e7ae))
- Lint ([742f61766](https://togithub.com/nuxt/nuxt/commit/742f61766))
##### ✅ Tests
- Test with bundler module resolution ([#20629](https://togithub.com/nuxt/nuxt/pull/20629))
##### 🤖 CI
- Run autofix on renovate branches ([af75f18cf](https://togithub.com/nuxt/nuxt/commit/af75f18cf))
- Run 2.x nightly release on node 16 ([a81f9e4c8](https://togithub.com/nuxt/nuxt/commit/a81f9e4c8))
- Add conditional for node 16 test ([aee1218e6](https://togithub.com/nuxt/nuxt/commit/aee1218e6))
- Set max memory for nuxt2 release script globally ([d1a5719cb](https://togithub.com/nuxt/nuxt/commit/d1a5719cb))
- Add workflow to release branches ([bc28d536c](https://togithub.com/nuxt/nuxt/commit/bc28d536c))
- Update pr condition ([f8c7b34bd](https://togithub.com/nuxt/nuxt/commit/f8c7b34bd))
- Update repo 🤣 ([f88c1e645](https://togithub.com/nuxt/nuxt/commit/f88c1e645))
- Allow specifying tag for edge releases ([5fdb6a6d6](https://togithub.com/nuxt/nuxt/commit/5fdb6a6d6))
- Comment with link to tag of released version ([f945cb197](https://togithub.com/nuxt/nuxt/commit/f945cb197))
- Pass tag as argument ([1aec0e503](https://togithub.com/nuxt/nuxt/commit/1aec0e503))
- Release edge versions of labelled prs ([cdc42d044](https://togithub.com/nuxt/nuxt/commit/cdc42d044))
##### ❤️ Contributors
- Daniel Roe ([@danielroe](https://togithub.com/danielroe))
- Sébastien Chopin ([@Atinux](https://togithub.com/Atinux))
- Anthony Fu ([@antfu](https://togithub.com/antfu))
- Julien Huang ([@huang-julien](https://togithub.com/huang-julien))
- Alexander ([@xanderbarkhatov](https://togithub.com/xanderbarkhatov))
- Dario Ferderber ([@darioferderber](https://togithub.com/darioferderber))
- 白雾三语 ([@baiwusanyu-c](https://togithub.com/baiwusanyu-c))
- Inesh Bose ([@ineshbose](https://togithub.com/ineshbose))
- Lehoczky Zoltán ([@Lehoczky](https://togithub.com/Lehoczky))
- Emile Caron ([@emilecaron](https://togithub.com/emilecaron))
- Eckhardt (Kaizen) Dreyer ([@Eckhardt-D](https://togithub.com/Eckhardt-D))
- Eduardo San Martin Morote
- Tom Lienard ([@QuiiBz](https://togithub.com/QuiiBz))
- Scscgit ([@scscgit](https://togithub.com/scscgit))
- Clément Ollivier ([@clemcode](https://togithub.com/clemcode))
- Jamie Warburton ([@Jamiewarb](https://togithub.com/Jamiewarb))
- Enkot ([@enkot](https://togithub.com/enkot))
- Phojie Rengel ([@phojie](https://togithub.com/phojie))
- Harlan Wilton ([@harlan-zw](https://togithub.com/harlan-zw))
- Gergő Jedlicska ([@gjedlicska](https://togithub.com/gjedlicska))
- Stefan Milosevic ([@smilosevic](https://togithub.com/smilosevic))
- Pavel Mokin ([@Lyrialtus](https://togithub.com/Lyrialtus))
nuxt-modules/icon
### [`v0.4.1`](https://togithub.com/nuxt-modules/icon/releases/tag/v0.4.1)
[Compare Source](https://togithub.com/nuxt-modules/icon/compare/v0.4.0...v0.4.1)
- chore: update to latest devtools ([`5f35509`](https://togithub.com/nuxt-modules/icon/commit/5f35509))
- chore: Import ref, computed & watch from vue instead of #imports ([#76](https://togithub.com/nuxt-modules/icon/issues/76)) ([`fd3e1f7`](https://togithub.com/nuxt-modules/icon/commit/fd3e1f7))
- chore: update to latest version ([`8b4f2a1`](https://togithub.com/nuxt-modules/icon/commit/8b4f2a1))
- docs: explain attributes ([`0c46098`](https://togithub.com/nuxt-modules/icon/commit/0c46098))
- docs: Add color prop to README.md documentation ([#79](https://togithub.com/nuxt-modules/icon/issues/79)) ([`ca02868`](https://togithub.com/nuxt-modules/icon/commit/ca02868))
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^8.40.0
->^8.41.0
^3.4.3
->^3.5.1
^0.4.0
->^0.4.1
Release Notes
eslint/eslint
### [`v8.41.0`](https://togithub.com/eslint/eslint/releases/tag/v8.41.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.40.0...v8.41.0) #### Features - [`880a431`](https://togithub.com/eslint/eslint/commit/880a4317b949e575a4a6c5e8baaba1eea7674cc6) feat: change default ignore pattern to `**/node_modules/` in flat config ([#17184](https://togithub.com/eslint/eslint/issues/17184)) (Milos Djermanovic) - [`8bf5505`](https://togithub.com/eslint/eslint/commit/8bf550594fca6d29fab1a3453e701c1a457767e1) feat: expose `shouldUseFlatConfig` ([#17169](https://togithub.com/eslint/eslint/issues/17169)) (Connor Prussin) #### Bug Fixes - [`4f5440d`](https://togithub.com/eslint/eslint/commit/4f5440db631707b17140c4e5cc7beb223afbd2b9) fix: incorrect warning message for ignored dotfiles ([#17196](https://togithub.com/eslint/eslint/issues/17196)) (Milos Djermanovic) - [`94da96c`](https://togithub.com/eslint/eslint/commit/94da96cbf0fb2bb6694fa2e757eb1b3e74c40db7) fix: unify `LintMessage` type ([#17076](https://togithub.com/eslint/eslint/issues/17076)) (Brandon Mills) - [`0c415cd`](https://togithub.com/eslint/eslint/commit/0c415cda5d76dbe5120ab9f3c4c81320538e35f0) fix: validate `ignorePatterns` constructor option in `FlatESLint` class ([#17139](https://togithub.com/eslint/eslint/issues/17139)) (Milos Djermanovic) - [`9682d66`](https://togithub.com/eslint/eslint/commit/9682d669e4ee8641293914e21679f40fee8bc354) fix: switch `grapheme-splitter` to `graphemer` ([#17160](https://togithub.com/eslint/eslint/issues/17160)) (fisker Cheung) #### Documentation - [`7709b14`](https://togithub.com/eslint/eslint/commit/7709b14e18ad4e11c1119ed6575454243b8e7084) docs: Update README (GitHub Actions Bot) - [`7f183e0`](https://togithub.com/eslint/eslint/commit/7f183e020579380fa57473caaf9ed154470c25b3) docs: Update triage process description ([#17157](https://togithub.com/eslint/eslint/issues/17157)) (Nicholas C. Zakas) - [`b68346b`](https://togithub.com/eslint/eslint/commit/b68346b290d55324e73868ca42b3854157b27375) docs: fix license to reflect relicensing of jshint ([#17165](https://togithub.com/eslint/eslint/issues/17165)) (Stefan Bischof) #### Chores - [`f43216a`](https://togithub.com/eslint/eslint/commit/f43216a8c77ab6cf1d0823978e8c728786b4cba7) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).41.0 ([#17200](https://togithub.com/eslint/eslint/issues/17200)) (Milos Djermanovic) - [`95c3007`](https://togithub.com/eslint/eslint/commit/95c300780a1cfd9ad680bc78850542eb55d7fbf4) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`ddc5291`](https://togithub.com/eslint/eslint/commit/ddc5291debd90ff476e17c532af7577e26720b91) chore: don't use deprecated `context` methods in `ast-utils` tests ([#17194](https://togithub.com/eslint/eslint/issues/17194)) (Milos Djermanovic) - [`b1516db`](https://togithub.com/eslint/eslint/commit/b1516db51514032ed06e1425c4b1f955238dc682) chore: Fix return type of `findFlatConfigFile` ([#17161](https://togithub.com/eslint/eslint/issues/17161)) (Milos Djermanovic) - [`918b0fd`](https://togithub.com/eslint/eslint/commit/918b0fd21723e84bd7acb17942a36606f1d8360a) perf: Store indent descriptors in a plain array ([#17148](https://togithub.com/eslint/eslint/issues/17148)) (Francesco Trotta) - [`4caa344`](https://togithub.com/eslint/eslint/commit/4caa34449555d8a680222ec2049d97c59476c11e) refactor: locateConfigFileToUse returns an Error object ([#17159](https://togithub.com/eslint/eslint/issues/17159)) (唯然)nuxt/nuxt
### [`v3.5.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.5.0...v3.5.1) > 3.5.1 is a patch release, with bug fixes and performance improvements. ##### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. ##### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.5.0...v3.5.1) ##### 🔥 Performance - **nuxt:** Use granular watcher to avoid crawling ignored dirs ([#20836](https://togithub.com/nuxt/nuxt/pull/20836)) ##### 🩹 Fixes - **webpack:** Analyze report path ([#20878](https://togithub.com/nuxt/nuxt/pull/20878)) - **nuxt:** Allow island renders without `/` route ([#20894](https://togithub.com/nuxt/nuxt/pull/20894)) - **nuxt:** Infer `useFetch` method when generic is passed ([#20797](https://togithub.com/nuxt/nuxt/pull/20797)) - **nuxt:** Prioritise vue app context when available ([#20910](https://togithub.com/nuxt/nuxt/pull/20910)) - **nuxt:** Don't `refresh` when hydrating when data is present ([#20916](https://togithub.com/nuxt/nuxt/pull/20916)) - **nuxt:** Resolve layer assets in relation to layer directory ([#20932](https://togithub.com/nuxt/nuxt/pull/20932)) - **nuxt:** Don't match partial component names with prefix ([#20939](https://togithub.com/nuxt/nuxt/pull/20939)) - **kit:** Resolve relative module paths when installing ([#20896](https://togithub.com/nuxt/nuxt/pull/20896)) - **nuxt:** Exclude plugin declaration from non-existent files ([#20974](https://togithub.com/nuxt/nuxt/pull/20974)) - **nuxt:** Use `default` type for initial value for composables ([#20968](https://togithub.com/nuxt/nuxt/pull/20968)) - **nuxt:** Skip middleware for islands components ([#20924](https://togithub.com/nuxt/nuxt/pull/20924)) - **nuxt:** Use `resolvePath` to handle edge cases for modules ([#20975](https://togithub.com/nuxt/nuxt/pull/20975)) ##### 📖 Documentation - Fix defaults in custom fetch example ([#20898](https://togithub.com/nuxt/nuxt/pull/20898)) - Fix typo ([#20907](https://togithub.com/nuxt/nuxt/pull/20907)) - Add `pnpm test` command to run whole test suite ([4907660ff](https://togithub.com/nuxt/nuxt/commit/4907660ff)) - Remove warning around `experimental.renderJsonPayloads` ([891ba880e](https://togithub.com/nuxt/nuxt/commit/891ba880e)) - Add example of 'alphabetical' plugin numbering ([#20930](https://togithub.com/nuxt/nuxt/pull/20930)) - **rendering:** Improve rendering modes section ([244c68108](https://togithub.com/nuxt/nuxt/commit/244c68108)) - **rendering:** Lint fix ([ef8b5b593](https://togithub.com/nuxt/nuxt/commit/ef8b5b593)) - Sync `useAsyncData` and `useFetch` types ([#20935](https://togithub.com/nuxt/nuxt/pull/20935)) - Update static to isr ([#20964](https://togithub.com/nuxt/nuxt/pull/20964)) - Add advanced usage example of `useState` ([#20249](https://togithub.com/nuxt/nuxt/pull/20249)) - Add link to layers from `pages/` docs ([#20976](https://togithub.com/nuxt/nuxt/pull/20976)) ##### 🏡 Chore - Rename script test for fixtures:payload ([#20908](https://togithub.com/nuxt/nuxt/pull/20908)) - Pass ref to checkout ([58ed8ec34](https://togithub.com/nuxt/nuxt/commit/58ed8ec34)) - Remove outdated todo comment ([b2a769a86](https://togithub.com/nuxt/nuxt/commit/b2a769a86)) ##### 🤖 CI - Try different ref format ([2b10dd7b7](https://togithub.com/nuxt/nuxt/commit/2b10dd7b7)) ##### ❤️ Contributors - Paul Grau ([@graup](https://togithub.com/graup)) - Luciano Tonet ([@lucianotonet](https://togithub.com/lucianotonet)) - Daniel Roe ([@danielroe](https://togithub.com/danielroe)) - Julien Huang ([@huang-julien](https://togithub.com/huang-julien)) - Haruaki OTAKE ([@aaharu](https://togithub.com/aaharu)) - Nate Emerson ([@nateemerson](https://togithub.com/nateemerson)) - Jongmin Yoon ([@jongmin4943](https://togithub.com/jongmin4943)) - Sébastien Chopin ([@Atinux](https://togithub.com/Atinux)) - Aziz Ramdan Kurniawan ([@azizramdan](https://togithub.com/azizramdan)) - [@Gypsophyllite](https://togithub.com/Gypsophyllite) - Wilson Pinto ([@wilsonpinto](https://togithub.com/wilsonpinto)) - Lemon ([@ww-lemon](https://togithub.com/ww-lemon)) - Vasily Kuzin ([@ExEr7um](https://togithub.com/ExEr7um)) - Anthony Fu ([@antfu](https://togithub.com/antfu)) ### [`v3.5.0`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.0) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.4.3...v3.5.0) > 3.5.0 is a minor (feature) release with lots of new features to play with. #### 👀 Highlights ##### ⚡️ Vue 3.3 released! Vue 3.3 has been released, with lots of exciting features, particularly around type support. This also brings a significant improvement to data fetching when navigating between nested pages ([https://github.com/nuxt/nuxt/pull/20777](https://togithub.com/nuxt/nuxt/pull/20777)), thanks to [@antfu](https://togithub.com/antfu) and [@baiwusanyu-c](https://togithub.com/baiwusanyu-c). - new `defineOptions` macro - 'generic' components - typed slots and using external types in defineProps - ... and more Read **[the full release announcement](https://blog.vuejs.org/posts/vue-3-3)** for more details. ##### 🙌 Nitropack v2.4 We've been working on lots of improvements to Nitro and these have landed already in Nitro v2.4 - you may already have this upgrade, which contains a lot of bug fixes, updates to the module worker format for Cloudflare, Vercel KV support and more. One note: if you're deploying to Vercel or Netlify and want to benefit from incremental static regeneration, you should now update your route rules: ```diff routeRules: { -- '/blog/**': { swr: 3000 }, ++ '/blog/**': { isr: 3000 }, } ``` Read **[the full release notes](https://togithub.com/unjs/nitro/releases/tag/v2.4.0)**. ##### 💖 New defaults **Rich JSON payload serialisation** is now enabled by default ([https://github.com/nuxt/nuxt/pull/19205](https://togithub.com/nuxt/nuxt/pull/19205), [https://github.com/nuxt/nuxt/pull/20770](https://togithub.com/nuxt/nuxt/pull/20770)). This is both faster and allows serialising complex objects in the payload passed from the Nuxt server to client (and also when extracting payload data for prerendered sites). This now means that **various rich JS types are supported out-of-the-box**: regular expressions, dates, Map and Set and BigInt as well as NuxtError - and Vue-specific objects like `ref`, `reactive`, `shallowRef` and `shallowReactive`. You can find [an example](https://togithub.com/nuxt/nuxt/blob/main/test/fixtures/basic/pages/json-payload.vue) in our test suite. This is all possible due to [Rich-Harris/devalue#58](https://togithub.com/Rich-Harris/devalue/pull/58). For a long time, Nuxt has been using our own fork of devalue owing to issues serialising Errors and other non-POJO objects, but we now have transitioned back to the original. You can even register your own custom types with a new object-syntax Nuxt plugin: ```ts [plugins/custom-payload-type.ts] export default definePayloadPlugin(() => { definePayloadReducer('BlinkingText', data => data === 'nuxt-modules/icon
### [`v0.4.1`](https://togithub.com/nuxt-modules/icon/releases/tag/v0.4.1) [Compare Source](https://togithub.com/nuxt-modules/icon/compare/v0.4.0...v0.4.1) - chore: update to latest devtools ([`5f35509`](https://togithub.com/nuxt-modules/icon/commit/5f35509)) - chore: Import ref, computed & watch from vue instead of #imports ([#76](https://togithub.com/nuxt-modules/icon/issues/76)) ([`fd3e1f7`](https://togithub.com/nuxt-modules/icon/commit/fd3e1f7)) - chore: update to latest version ([`8b4f2a1`](https://togithub.com/nuxt-modules/icon/commit/8b4f2a1)) - docs: explain attributes ([`0c46098`](https://togithub.com/nuxt-modules/icon/commit/0c46098)) - docs: Add color prop to README.md documentation ([#79](https://togithub.com/nuxt-modules/icon/issues/79)) ([`ca02868`](https://togithub.com/nuxt-modules/icon/commit/ca02868))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 has been generated by Mend Renovate. View repository job log here.