Update dependency nuxt to v2.14.7
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
nuxt | 2.12.2 -> 2.14.7 |
Release Notes
nuxt/nuxt.js
v2.14.7
🐛 Bug Fixes
-
babel-preset-app
- #8203 Always transpile optional chaining and nullish-coalescing for server
-
cli
-
vue-app
-
types
-
generator
-
#8166 Handle when no
routes.json
defined
-
#8166 Handle when no
-
general
- #8206 Add better logs for DX with target option
💖 Thanks to
- Daniel Roe (@danielroe)
- Dmitriy (@Kolobok12309)
v2.14.6
🐛 Bug Fixes
-
babel-preset-app
-
#8085 Allow to specify
corejs.version
as string
-
#8085 Allow to specify
-
vue-app
💖 Thanks to
- Daniel Roe (@danielroe)
- Dmitriy (@Kolobok12309)
- Yihao Gao (@Yihao-G)
v2.14.5
🐛 Bug Fixes
-
vue-app
-
utils
-
general
-
config
💅 Refactors
-
config
-
#8044 Deprecate
mode
option
-
#8044 Deprecate
🇹 Types
-
general
-
#7985 Expose
Inject
type
-
#7985 Expose
💖 Thanks to
- Dmitriy (@Kolobok12309)
- Florent Catiau-Tristant (@Kapcash)
- @remigermain
v2.14.4
🐛 Bug Fixes
-
vue-renderer
-
cjs
-
cli
-
vue-app
-
webpack
🏡 Chore
💖 Thanks to
- Ahad Birang (@farnabaz)
- Florent Catiau-Tristant (@Kapcash)
- Per Anders Ljusbäck (@perljusback)
- @sho-zy
- @netkin-paris
v2.14.3
🐛 Bug Fixes
-
vue-renderer
-
#7928 Apply
nomodule
to legacy chunks
-
#7928 Apply
💖 Thanks to
- Daniel Roe (@danielroe)
v2.14.2
🐛 Bug Fixes
-
webpack
-
modern
-
vue-app
-
router
- #7912 Use updated error codes to fix redirect errors
-
cli
- #7860 Improve project dir detection for external commands
👕 Types
-
general
- #7902 Improve definitions for component transition property
💖 Thanks to
- Ahad Birang (@farnabaz)
- Matthew Gamble (@mwgamble)
v2.14.1
🐛 Bug Fixes
-
router
-
vue-app
-
core, config
-
builder
-
crawler
-
webpack
-
cli
📝 Examples
-
tailwindcss-purgecss
-
#7800 Update tailwindcss from
0.6
to1.6
using purgecss
-
#7800 Update tailwindcss from
🏡 Chore
💖 Thanks to
- Ahad Birang (@farnabaz)
- @ChangJoo-Park
- Matthieu Sieben (@matthieusieben)
- Rafał Chłodnicki (@rchl)
- @lihbr
v2.14.0
⭐ Highlights
- Static target improvements
- Auto detecting
core-js
version for project - Official support for Nuxt.js with webstorm 2020.2
- New Guides section in documentation
🚀 Features
-
webpack
-
#7785 Auto detect
core-js
version
-
#7785 Auto detect
-
builder
-
#7754 Support async
extendRoutes
-
#7754 Support async
-
general
- #7712 Static target improvements
-
vue-renderer
-
#7633 Add
vue-renderer:spa:prepareContext
hook
-
#7633 Add
-
vue-app
-
#7611 Add
web-types.json
for better code insight inWebStorm
-
#7611 Add
🐛 Bug Fixes
-
webpack
-
vue-app
-
generator
- #7776 Avoid duplicate slashes for routes ending with hash
-
cli
-
#7775 Don't use absolute path of
.cache/nuxt
as transpilation pattern
-
#7775 Don't use absolute path of
-
utils
- #7761 Include routes with children for generation
-
vue-renderer
-
#7752 Read
target
from class instead ofserverContext
-
#7752 Read
-
router
- #6594 Show default child if trailingSlash is false
🖤 Refactors
-
server
-
5272a4 Rename
externalsWhitelist
toexternalsAllowlist
-
5272a4 Rename
📝 Examples
-
vuetify
-
#7767 Use
@nuxtjs/vuetify
module
-
#7767 Use
👕 Types
-
general
💖 Thanks to
- Ahad Birang (@farnabaz)
- Daniel Roe (@danielroe)
- Harlan Wilton (@loonpwn)
- @IKKO-Ohta
- Martin Novák (@MartinN3)
- Matthieu Sieben (@matthieusieben)
- Piotr Tomiak (@piotrtomiak)
- Simon Tretter (@simllll)
- Timothy R. Chavez (@timrchavez)
- Yaroslav Vorobev (@Zekfad)
v2.13.3
🐛 Bug Fixes
-
vue-app
-
webpack
-
cli
-
#7647 Handle nuxt static command
👀
-
#7647 Handle nuxt static command
💅 Refactors
-
csp
- #7659 Remove unsafe-eval in dev mode
📝 Examples
-
with-sockets
- #7650 Deprecated callback and use cjs
-
with-vuetify
-
#7638 Use
v-main
instead ofv-content
-
#7638 Use
👕 Types
-
general
-
#7626 Import types for
@nuxt/telemetry
and@nuxt/components
-
#7626 Import types for
💖 Thanks to
- Ben Read (@ReadB)
- Daniel Roe (@danielroe)
- Denis Karabaza (@simplesmiler)
- Kawacrepe (@Kawacrepe)
- Konstantin Barabanov (@crutch12)
v2.13.2
🐛 Bug Fixes
-
webpack
-
#7613 Explicitly pass
outputFileSystem
towebpackDevMiddleware
(resolves nuxt/typescript#145) - #7603 Chunk name normalization for catch-all pages and windows
-
#7613 Explicitly pass
-
core
-
cli
-
vue-app
-
utils
- #7604 Flat routes if child routes have absolute paths
Dependencies
- consola: Improve spam detection
-
@nuxt-telemetry
: Stability improvements and supporttelemetry: true
💖 Thanks to
- Denis Karabaza (@simplesmiler)
- Konstantin Barabanov (@crutch12)
- Michał Kędrzyński (@kedrzu)
v2.13.1
🐛 Bug Fixes
-
vue-app
-
#7591 Always import
resolveRouteComponents
(#7587, nuxt/content#123) - 6332a Check correct layout when navigating from error (#7567)
-
#7591 Always import
👕 Types
- #7590 Fix module and typescript compatibility (nuxt-community/sentry-module#195)
- #7590 Add missing crawler config (#7585)
v2.13.0
What's new?
- New
target: static
and full static usingnuxt export
- Built-in
.env
support andruntimeConfig
- Auto components discovery with nuxt/components
- Nuxt Telemetry
Also don't miss nuxt/content and nuxt-composition-api ;)
🚀 Features
-
general
-
#7476
createRequire
option and disable esm for jest - #7463 Improve production debugging DX
- #7408 Experimental nuxt telemetry
- #7374 Builtin Components
- Runtime config and built-in dotenv support (#7312, #7420, #7421)
- Full static target (#6159, #7332, #7334, #7336, #7350, #7399, #7400, #7401, #7431, #7486, #7523, #7518)
-
#7476
-
cli
-
generator
-
webpack
-
config
-
ssr
- #7383 Add non async split chunk to preload scripts
-
server
-
modern
- #7306 Remove inlined safari fix in csp mode
-
vue-app
- #7212 Inject into plugins
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by WhiteSource Renovate. View repository job log here.
Edited by Mend Renovate