Release notes
*Sourced from [nuxt's releases](https://github.com/nuxt/nuxt.js/releases).*
> ## v2.10.1
> ### 🐞 Fixes
>
> - `vue-app, webpack`
> - [#6504](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6504) Remove consola from client
> - `utils`
> - [#6515](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6515) Fix error when `router.trailingSlash` is `false`
> - `generator`
> - [#6362](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6362) Remove trailing slash when no subFolders are used
> - `webpack`
> - [#6520](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6520) `chunkhash` and `contenthash` not work with `extractCSS`
> - `cli`
> - [#6525](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6525) Enable server for `nuxt build` when pages should be generated
>
> ### 🏡 Chore
>
> - `readme`
> - [#6511](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6511) Remove deprecated starter template
>
> ### ⚓ Dependency Upgrades
>
> - `vue-meta`: Upgraded to [`v2.3`](https://github.com/nuxt/vue-meta/releases) which fixes duplicated tags in SPA mode
>
> ### 💖 Thanks to
>
> - Dennis Herzberg ([@dennis47528](https://github.com/dennis47528))
> - Yuki Terashima ([@y-temp4](https://github.com/y-temp4))
>
> ## v2.10.0
> ### 🌟Highlights
>
> - Support for improved typescript runtime
> - Experimental support for feature toggling for SUPER slim builds!
> - Mitigate problems with nuxt server stocking during development
> - Fix issues with internet-explorer in development mode
> - Upgrade to [terser webpack plugin v2](https://github.com/webpack-contrib/terser-webpack-plugin/releases/tag/v2.0.0)
> - Improved stability of `loading-screen`. No more endless loops (nuxt/loading-screen#44) and show fatal errors (nuxt/loading-screen#45) for the initial build
>
> ### 🐛 Bug Fixes
>
> - `core`
> - [#6490](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6490) Clear resolver cache for project files dev mode
> - `vue-app`
> - [#6479](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6479) Error page layout not correctly applied in client-side rendering
> - [#6473](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6473) Pass `vm` as arg to support `data()` with arrow function
> - [#6433](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6433) Fix `asyncData` hydration when `features.transition` is `false`
> - [#6430](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6430) Clear idle callback
> - [#6217](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6217) Prevent looping on error during render of error page
> - `webpack`
> - [#6298](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6298) Fix `consola` IE compatibility
> ... (truncated)
Commits
- [`624c4c0`](https://github.com/nuxt/nuxt.js/commit/624c4c058e47fd36c484efaf1494b762f585f633) v2.10.1 [release]
- [`9d9ae21`](https://github.com/nuxt/nuxt.js/commit/9d9ae219883cc5bb7e8bdc61e1e1f7957ff71eb3) chore: update yarn.lock
- [`9bfda1c`](https://github.com/nuxt/nuxt.js/commit/9bfda1c5600c97efa0eca342828751254b4e1a9c) chore(deps): update all non-major dependencies ([#6545](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6545))
- [`7883360`](https://github.com/nuxt/nuxt.js/commit/7883360bea3eb7bb957b6243ea5e07337dbc0d9b) chore(renovate): lock memory-fs dep ([#6541](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6541))
- [`67d5601`](https://github.com/nuxt/nuxt.js/commit/67d560114223d97ecc8c7537acc02829ad507806) test: refactor cli integration tests ([#6537](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6537))
- [`a0ef4a3`](https://github.com/nuxt/nuxt.js/commit/a0ef4a3736ed086b5ce9c9cee2a581337d193f10) Merge remote-tracking branch 'origin/2.x' into dev
- [`6f2f13e`](https://github.com/nuxt/nuxt.js/commit/6f2f13e7e7ac9f0160e07dd000fe8ba2b06cd814) chore(deps): upgrade execa to 2.1.0 ([#6542](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6542))
- [`010bb20`](https://github.com/nuxt/nuxt.js/commit/010bb206450ff15b872b989679bc8fa0709a0231) chore: upgrade babel packages to 7.6.3 ([#6540](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6540))
- [`91d7d02`](https://github.com/nuxt/nuxt.js/commit/91d7d02c1377b67c70c38806f35b895a0cb22ece) chore(deps): upgrade vue-meta to v2.3.1 ([#6539](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6539))
- [`15fa12f`](https://github.com/nuxt/nuxt.js/commit/15fa12fc94a87527d2a04bd86407ffa716413e3c) [release]
- Additional commits viewable in [compare view](https://github.com/nuxt/nuxt.js/compare/v2.9.1...v2.10.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps nuxt from 2.9.1 to 2.10.1.
Release notes
*Sourced from [nuxt's releases](https://github.com/nuxt/nuxt.js/releases).* > ## v2.10.1 > ### 🐞 Fixes > > - `vue-app, webpack` > - [#6504](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6504) Remove consola from client > - `utils` > - [#6515](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6515) Fix error when `router.trailingSlash` is `false` > - `generator` > - [#6362](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6362) Remove trailing slash when no subFolders are used > - `webpack` > - [#6520](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6520) `chunkhash` and `contenthash` not work with `extractCSS` > - `cli` > - [#6525](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6525) Enable server for `nuxt build` when pages should be generated > > ### 🏡 Chore > > - `readme` > - [#6511](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6511) Remove deprecated starter template > > ### ⚓ Dependency Upgrades > > - `vue-meta`: Upgraded to [`v2.3`](https://github.com/nuxt/vue-meta/releases) which fixes duplicated tags in SPA mode > > ### 💖 Thanks to > > - Dennis Herzberg ([@dennis47528](https://github.com/dennis47528)) > - Yuki Terashima ([@y-temp4](https://github.com/y-temp4)) > > ## v2.10.0 > ### 🌟Highlights > > - Support for improved typescript runtime > - Experimental support for feature toggling for SUPER slim builds! > - Mitigate problems with nuxt server stocking during development > - Fix issues with internet-explorer in development mode > - Upgrade to [terser webpack plugin v2](https://github.com/webpack-contrib/terser-webpack-plugin/releases/tag/v2.0.0) > - Improved stability of `loading-screen`. No more endless loops (nuxt/loading-screen#44) and show fatal errors (nuxt/loading-screen#45) for the initial build > > ### 🐛 Bug Fixes > > - `core` > - [#6490](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6490) Clear resolver cache for project files dev mode > - `vue-app` > - [#6479](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6479) Error page layout not correctly applied in client-side rendering > - [#6473](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6473) Pass `vm` as arg to support `data()` with arrow function > - [#6433](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6433) Fix `asyncData` hydration when `features.transition` is `false` > - [#6430](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6430) Clear idle callback > - [#6217](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6217) Prevent looping on error during render of error page > - `webpack` > - [#6298](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6298) Fix `consola` IE compatibility > ... (truncated)Commits
- [`624c4c0`](https://github.com/nuxt/nuxt.js/commit/624c4c058e47fd36c484efaf1494b762f585f633) v2.10.1 [release] - [`9d9ae21`](https://github.com/nuxt/nuxt.js/commit/9d9ae219883cc5bb7e8bdc61e1e1f7957ff71eb3) chore: update yarn.lock - [`9bfda1c`](https://github.com/nuxt/nuxt.js/commit/9bfda1c5600c97efa0eca342828751254b4e1a9c) chore(deps): update all non-major dependencies ([#6545](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6545)) - [`7883360`](https://github.com/nuxt/nuxt.js/commit/7883360bea3eb7bb957b6243ea5e07337dbc0d9b) chore(renovate): lock memory-fs dep ([#6541](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6541)) - [`67d5601`](https://github.com/nuxt/nuxt.js/commit/67d560114223d97ecc8c7537acc02829ad507806) test: refactor cli integration tests ([#6537](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6537)) - [`a0ef4a3`](https://github.com/nuxt/nuxt.js/commit/a0ef4a3736ed086b5ce9c9cee2a581337d193f10) Merge remote-tracking branch 'origin/2.x' into dev - [`6f2f13e`](https://github.com/nuxt/nuxt.js/commit/6f2f13e7e7ac9f0160e07dd000fe8ba2b06cd814) chore(deps): upgrade execa to 2.1.0 ([#6542](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6542)) - [`010bb20`](https://github.com/nuxt/nuxt.js/commit/010bb206450ff15b872b989679bc8fa0709a0231) chore: upgrade babel packages to 7.6.3 ([#6540](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6540)) - [`91d7d02`](https://github.com/nuxt/nuxt.js/commit/91d7d02c1377b67c70c38806f35b895a0cb22ece) chore(deps): upgrade vue-meta to v2.3.1 ([#6539](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6539)) - [`15fa12f`](https://github.com/nuxt/nuxt.js/commit/15fa12fc94a87527d2a04bd86407ffa716413e3c) [release] - Additional commits viewable in [compare view](https://github.com/nuxt/nuxt.js/compare/v2.9.1...v2.10.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)