fix(deps): update dependency nuxt to v2.15.8 - autoclosed #64
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:
2.14.1
->2.15.8
Release Notes
nuxt/nuxt.js
v2.15.8
Compare Source
🐛 Bug Fixes
vue-app
babel
babel private-property-in-object
v2.15.7
Compare Source
🔰 Security advisory
Please upgrade to
nuxt@^2.15.7
if using[email protected]
or[email protected]
🐛 Bug Fixes
vue-app
v2.15.6
Compare Source
🐛 Bug Fixes
types
@types/[email protected]
(resolves #9268)v2.15.5
Compare Source
🐛 Bug Fixes
babel
class-properties
andprivate-methods
(resolves #9224)vue-app
route.replace
instead ofrouter.push
to trigger navigation guards (resolves #9111)builder
build.watch
paths (resolves #9045)cli
css-loader < 4.2
(resolves #9117)💖 Thanks to
v2.15.4
Compare Source
🐛 Bug Fixes
vue-app
$root
is not available (resolves #8995)app.context.route
to match components in server (resolves #9009)$fetch
if data is missing in payload (resolves #9016)app.context.route
for resolving components (resolves #9049)_app
namespace (resolves #9074)config
compileType
toicss
forcss-loader
v4server
.js
assets in development to fix HMR in safari (resolves #3828)cli
👕 Types
@types/terser-webpack-plugin
sass-loader
rather thansass
(resolves #9085)@nuxt/types
(resolves #9030)💖 Thanks to
v2.15.3
Compare Source
🐛 Bug Fixes
types
NuxtConfig
instead of typewebpack
extract-css-chunks-webpack-plugin
general
@babel/preset-env
to 2.13.xvue-renderer
injectScripts
forstatic
target💖 Thanks to
v2.15.2
Compare Source
🐛 Bug Fixes
babel-preset-app
💖 Thanks to
v2.15.1
Compare Source
🐛 Bug Fixes
renderer
webpack
ufo
(resolves #8838)cli
types
build.html.minify
can be falsebuilder
path.resolve
for pages dir💖 Thanks to
v2.15.0
Compare Source
💡 Highlights
Minimum supported Node.js version is 12.0.0 (See drop [email protected] support and update dependencies nuxt/nuxt#8327 for why)
Using jiti as new require engine with typescript support
Plug and play works out of the box
Allow opting-in to use
postcss@8
(See feat(postcss): support postcss v8 with explict postcss installation nuxt/nuxt#8546)or
includes
instead of exact match (example)🐛 Bug Fixes
general
trailingSlash
and child routes not workingconfig
utils
serializeFunction
fails with certain functionsvue-app
publicPath
on server-sidePage.options
before looking withinreq
,res
andquery
from context unless in full static modelink.__prefetch
exists before calling itid
attribute tonoopApp
push
on router instance rather than prototypeserver, vue-app
dev
cli
webpack
server
router.base
is setbabel
vue-app, vue-renderer, utils
trailingSlash
setting for payloadsgenerator
extendRoutes
🚀 Features
cli
postcss
config, vue-app, vue-renderer
base
andpublicPath
general
vue-app
fetchKey
for full static generationvue-renderer
<script>
tags💅 Refactors
utils, vue-app
ufo
to parse queries and join urlsvue-app
general
🏡 Chore
general
cli
types
builder
ed6e8cd
)readme
🇹 Types
vue.config
types should be optionalredirect
overload toContext
interfaceenablePreview
to contextloadingScreen
type definition💖 Thanks to
And all nuxters helping everyday with valuable feedbacks 💚
v2.14.12
Compare Source
🐛 Hot Fixes
How to upgrade?
Use
yarn upgrade nuxt
ornpm up nuxt
v2.14.11
Compare Source
🐛 Hot Fixes
v2.14.10
Compare Source
🐛 Hot Fixes
@nuxt/components
v1.2.2 (notes)v2.14.9
Compare Source
🐛 Hot Fixes
v2.14.8
Compare Source
🐛 Bug Fixes
webpack
node_modules
general
vue-router
vue-router
cli
router.trailingSlash
when serving static files (resolves #8350)generate.cache.ignore
as a function inensureBuild
generator
csp
vue-app
nuxt-link
and fetch mixin (resolves #8118)types
isFetching
and nbFetching toNuxtApp
interfaceNuxtOptionsHead
can be a functionssrContext
andnext
typings toContext
(resolves #8296)server
router.base
specified in development💅 Refactors
general
cli
👓 Tests
general
💖 Thanks to
v2.14.7
Compare Source
🐛 Bug Fixes
babel-preset-app
cli
process.env
changes innuxt.config
nuxt-edge
if installed in parentnode_modules
vue-app
this.$nuxt
types
serverMiddleware
object formatNuxtConfig
an interfacegenerator
routes.json
definedgeneral
💖 Thanks to
v2.14.6
Compare Source
🐛 Bug Fixes
babel-preset-app
corejs.version
as stringvue-app
$fetch
function for SSR with static target (resolves #8043)💖 Thanks to
v2.14.5
Compare Source
🐛 Bug Fixes
vue-app
splittedChunks.layout
(resolves #7654, #7658 and #7014)utils
general
config
undefined
value (resolves #7990 and #8013)build.indicator: true
to default value💅 Refactors
config
mode
option🇹 Types
general
Inject
type💖 Thanks to
v2.14.4
Compare Source
🐛 Bug Fixes
vue-renderer
crossorigin
for styles (resolves #7953)cjs
clearRequireCache
against infinite recursioncli
nuxt generate
with--fail-on-error
forstatic
target (resolves #7947)vue-app
webpack
🏡 Chore
general
avif
format as image💖 Thanks to
v2.14.3
Compare Source
🐛 Bug Fixes
vue-renderer
nomodule
to legacy chunks💖 Thanks to
v2.14.2
Compare Source
🐛 Bug Fixes
webpack
node_modules
for chunk names (resolves #7901)modern
nomodule
on legacy modules (resolves #7918)vue-app
/
if route is undefined in error page (resolves #7841)[email protected]
regression withscrollToTop
router
cli
👕 Types
general
💖 Thanks to
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.