nuxt/framework
### [`v3.0.0-rc.1`](https://togithub.com/nuxt/framework/releases/v3.0.0-rc.1)
[Compare Source](https://togithub.com/nuxt/framework/compare/7b091abcea4e7b208b91fb23e60cf6d7f37f8795...v3.0.0-rc.1)
### 🐣 `3.0.0-rc.1` ["Mount Hope"](https://en.wikipedia.org/wiki/Mount_Hope_\(Palmer_Land\))
#### Release Announcement
🚀 Check out the [Announcing Nuxt 3 Release Candidate](https://nuxtjs.org/announcements/nuxt3-rc) for more information about this release!
#### Migrating from `nuxt3` edge releases
If you are already a beta tester of nuxt using `nuxt3` package, please follow the steps below to use RC.1:
1. Check out [Breaking changes tracker](https://togithub.com/nuxt/framework/discussions/2883) to apply any of the previous possible breaking changes on edge-channel.
2. Remove `.nuxt`, `package.lock.json`, `yarn.lock` and `node_modules`
3. Update `nuxt.config` to import `defineNuxtConfig` from `nuxt` instead of `nuxt3`:
```diff
- import { defineNuxtConfig } from 'nuxt3'
+ import { defineNuxtConfig } from 'nuxt'
export default defineNuxtConfig({ ... })
```
1. Update `package.json`
```diff
{
"devDependencies": {
- "nuxt3": "latest"
+ "nuxt": "^3.0.0-rc.1"
}
}
```
Alternatively, you can use `"nuxt": "npm:nuxt3@latest"` to keep using the latest edge releases of Nuxt 3.
#### Migration for module authors
For Nuxt 3 modules created by new [module-builder](https://togithub.com/nuxt/module-builder) toolchain, also update `@nuxt/kit` dependency to use RC.1 in `package.json`:
```diff
{
"dependencies": {
- "@nuxt/kit": "npm:@nuxt/kit-edge@latest"
+ "@nuxt/kit": "^3.0.0-rc.1"
}
}
```
nuxt/nuxt.js
### [`v3.0.0-rc.1`](https://togithub.com/nuxt/nuxt.js/compare/7b091abcea4e7b208b91fb23e60cf6d7f37f8795...705e2e871a04c050f1e40bd21457782258c6a2b1)
[Compare Source](https://togithub.com/nuxt/nuxt.js/compare/7b091abcea4e7b208b91fb23e60cf6d7f37f8795...705e2e871a04c050f1e40bd21457782258c6a2b1)
Configuration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
3.0.0-rc.0
->3.0.0-rc.1
^3.0.0-rc.0
->^3.0.0-rc.1
Release Notes
nuxt/framework
### [`v3.0.0-rc.1`](https://togithub.com/nuxt/framework/releases/v3.0.0-rc.1) [Compare Source](https://togithub.com/nuxt/framework/compare/7b091abcea4e7b208b91fb23e60cf6d7f37f8795...v3.0.0-rc.1) ### 🐣 `3.0.0-rc.1` ["Mount Hope"](https://en.wikipedia.org/wiki/Mount_Hope_\(Palmer_Land\)) #### Release Announcement 🚀 Check out the [Announcing Nuxt 3 Release Candidate](https://nuxtjs.org/announcements/nuxt3-rc) for more information about this release! #### Migrating from `nuxt3` edge releases If you are already a beta tester of nuxt using `nuxt3` package, please follow the steps below to use RC.1: 1. Check out [Breaking changes tracker](https://togithub.com/nuxt/framework/discussions/2883) to apply any of the previous possible breaking changes on edge-channel. 2. Remove `.nuxt`, `package.lock.json`, `yarn.lock` and `node_modules` 3. Update `nuxt.config` to import `defineNuxtConfig` from `nuxt` instead of `nuxt3`: ```diff - import { defineNuxtConfig } from 'nuxt3' + import { defineNuxtConfig } from 'nuxt' export default defineNuxtConfig({ ... }) ``` 1. Update `package.json` ```diff { "devDependencies": { - "nuxt3": "latest" + "nuxt": "^3.0.0-rc.1" } } ``` Alternatively, you can use `"nuxt": "npm:nuxt3@latest"` to keep using the latest edge releases of Nuxt 3. #### Migration for module authors For Nuxt 3 modules created by new [module-builder](https://togithub.com/nuxt/module-builder) toolchain, also update `@nuxt/kit` dependency to use RC.1 in `package.json`: ```diff { "dependencies": { - "@nuxt/kit": "npm:@nuxt/kit-edge@latest" + "@nuxt/kit": "^3.0.0-rc.1" } } ```nuxt/nuxt.js
### [`v3.0.0-rc.1`](https://togithub.com/nuxt/nuxt.js/compare/7b091abcea4e7b208b91fb23e60cf6d7f37f8795...705e2e871a04c050f1e40bd21457782258c6a2b1) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/7b091abcea4e7b208b91fb23e60cf6d7f37f8795...705e2e871a04c050f1e40bd21457782258c6a2b1)Configuration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.