Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

⬆️ Update dependency nuxt to v2.14.7 (master) #278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 25, 2020

This PR contains the following updates:

Package Type Update Change
nuxt dependencies minor 2.12.0 -> 2.14.7

Release Notes

nuxt/nuxt.js

v2.14.7

Compare Source

🐛 Bug Fixes
  • babel-preset-app
    • #​8203 Always transpile optional chaining and nullish-coalescing for server
  • cli
    • #​8200 Rebuild if process.env changes in nuxt.config
    • #​8194 Avoid error about nuxt-edge if installed in parent node_modules
    • #​8134 Mode deprecation with explicit spa or universal flag
  • vue-app
    • #​8170 Use getter to provide this.$nuxt
    • #​8055 ScrollRestoration hasn't set
  • types
    • #​8182 Add type for serverMiddleware object format
    • #​8169 Make NuxtConfig an interface
  • generator
    • #​8166 Handle when no routes.json defined
  • general
    • #​8206 Add better logs for DX with target option
💖 Thanks to

v2.14.6

Compare Source

🐛 Bug Fixes
💖 Thanks to

v2.14.5

Compare Source

🐛 Bug Fixes
💅 Refactors
🇹 Types
💖 Thanks to

v2.14.4

Compare Source

🐛 Bug Fixes
  • vue-renderer
  • cjs
    • #​7938 Fix HMR issue with mongoose (resolves #​7917)
    • #​7966 Protect clearRequireCache against infinite recursion
  • cli
    • #​7948 Handle nuxt generate with --fail-on-error for static target (resolves #​7947)
  • vue-app
  • webpack
🏡 Chore
💖 Thanks to

v2.14.3

Compare Source

🐛 Bug Fixes
  • vue-renderer
    • #​7928 Apply nomodule to legacy chunks
💖 Thanks to

v2.14.2

Compare Source

🐛 Bug Fixes
👕 Types
  • general
    • #​7902 Improve definitions for component transition property
💖 Thanks to

v2.14.1

Compare Source

🐛 Bug Fixes
📝 Examples
  • tailwindcss-purgecss
    • #​7800 Update tailwindcss from 0.6 to 1.6 using purgecss
🏡 Chore
💖 Thanks to

v2.14.0

Compare Source

⭐ Highlights
🚀 Features
  • webpack
  • builder
  • general
  • vue-renderer
    • #​7633 Add vue-renderer:spa:prepareContext hook
  • vue-app
    • #​7611 Add web-types.json for better code insight in WebStorm
🐛 Bug Fixes
  • webpack
    • #​7787 ensure loaders are first searched from @nuxt/webpack
    • #​7763 font-family hex issue
    • #​7667 Fallback for empty chunk name
  • vue-app
    • #​7766 nuxt-link prefetch error on fallback page
    • #​7718 Handle fallback on generated page
    • #​7723 Don't fetch payload for store mutation for preview and spa fallback
  • generator
    • #​7776 Avoid duplicate slashes for routes ending with hash
  • cli
    • #​7775 Don't use absolute path of .cache/nuxt as transpilation pattern
  • utils
    • #​7761 Include routes with children for generation
  • vue-renderer
    • #​7752 Read target from class instead of serverContext
  • router
    • #​6594 Show default child if trailingSlash is false
🖤 Refactors
  • server
    • 5272a4 Rename externalsWhitelist to externalsAllowlist
📝 Examples
  • vuetify
👕 Types
  • general
    • #​7670 Fix module options type
    • #​7709 Add cross-origin property to NuxtOptionsRender
    • #​7670 Fix module options type
💖 Thanks to

v2.13.3

Compare Source

🐛 Bug Fixes
💅 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 of v-content
👕 Types
  • general
    • #​7626 Import types for @nuxt/telemetry and @nuxt/components
💖 Thanks to

v2.13.2

Compare Source

🐛 Bug Fixes
  • webpack
  • core
  • cli
  • vue-app
  • utils
    • #​7604 Flat routes if child routes have absolute paths
Dependencies
💖 Thanks to

v2.13.1

Compare Source

🐛 Bug Fixes
👕 Types

v2.13.0

Compare Source

What's new?
  • New target: static and full static using nuxt export
  • Built-in .env support and runtimeConfig
  • Auto components discovery with nuxt/components
  • Nuxt Telemetry

Also don't miss nuxt/content and nuxt-composition-api ;)

🚀 Features
🐛 Bug Fixes
  • core
    • #​7267 Improve module not found error
    • #​7131 Join with os native sep in resolver
  • general
  • webpack
    • #​7462, #​7464 Reduce false negatives in nodeExternals
    • #​7318 Allow HMR client path to be set
    • #​7305 Use non-eval sourcemap with csp and unsafe-eval script policy
  • vue-app
    • #​5703, #​7442 Prevent double layout execution
    • redirect no longer strips trailing slash from URL (#​7475, #​7533)
    • #​7162 Allow background customization for default loading template
    • #​7271 sanitizeComponent import regression with features disabled
    • #​7139 Sanitize layouts after resolve for splitChunks.layout
  • generator
    • #​7335 Improve error handling when build does not exists
  • modern
    • #​7498 Modulepreload not work in generate
    • #​7382 Wrong assets mapping in ssr client modern mode
  • vue-renderer
    • #​7439 Fix meta injection when ssr renderer generates a spa page
    • #​7376 Base tag should be before any link or script tag
  • generator, builder
    • #​7361 Empty build and dist directories instead of remove
  • babel
    • #​7297 Not override presets if babelrc is true
  • server
    • #​7146 HMR for sub-app serverMiddleware without path
💅 Refactors
  • general
  • config
    • #​7187 Move build.crossorigin to render.crossorigin
📝 Examples
  • with-buefy
🏡 Chore
  • cli
  • general
  • renovate
    • Ignore @types/terser-webpack-plugin
  • pkg
    • #​7373 Update rollup and dependencies
  • dep
    • #​7119 Upgrade html-webpack-plugin to v4
  • test
  • benchmark
  • example
👓 Tests
💙 Types
  • general

    • #​7432 Move @nuxt/types to nuxt mono-repo
💖 Thanks to

v2.12.2

Compare Source

🐛 Bug Fixes
  • server
    • #​7146 HMR for sub-app serverMiddleware without path
  • vue-app
    • #​7139 Sanitize layouts after resolve for splitChunks.layout
  • core
    • #​7131 Join with os native sep in the resolver

v2.12.1

Compare Source

🐛 Bug Fixes
  • vue-app
    • #​7129 Avoid multiple $fetch calls
    • #​7103 Use globals.nuxt for fetch client mixin
    • #​7128 Set default name to layout to avoid multi mounted calls
  • builder
    • #​7097 Ensure entry is in the graph for HMR
🏡 Chore
  • readme
    • #​7092 Simplify readme and add gitpod in contributing section
  • examples
    • #​7098 Avoid warning with legacy postcss.config.js
💖 Thanks to

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Mar 25, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/justhannes/nuxt-typescript-vuetify/jkt3ta0f6
✅ Preview: https://nuxt-typescript-vuetify-git-renovate-master-nuxtjs-monorepo.justhannes.now.sh

@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.1 (master) ⬆️ Update dependency nuxt to v2.12.1 (master) Mar 25, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 295ff20 to 33031ae Compare March 31, 2020 11:03
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.1 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Mar 31, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 7, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 33031ae to 5548671 Compare April 21, 2020 06:23
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 21, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 5548671 to 86c81e1 Compare April 21, 2020 07:57
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 21, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 21, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 86c81e1 to b1588a6 Compare April 21, 2020 16:30
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 21, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from b1588a6 to 58e295d Compare April 23, 2020 07:46
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 23, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 23, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 58e295d to 5fd4fb0 Compare April 25, 2020 16:40
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 25, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 5fd4fb0 to 14dc4b4 Compare April 25, 2020 17:38
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 25, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 14dc4b4 to 24296bd Compare April 29, 2020 20:22
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (master) ⬆️ Update dependency nuxt to v2.12.2 (master) Apr 29, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (master) ⬆️ Update dependency nuxt to v2.13.2 (master) Jul 2, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 0f6c631 to 2933113 Compare July 2, 2020 02:46
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (master) ⬆️ Update dependency nuxt to v2.13.2 (master) Jul 2, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (master) ⬆️ Update dependency nuxt to v2.13.2 (master) Jul 2, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 2933113 to 9bb2c84 Compare July 2, 2020 04:44
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (master) ⬆️ Update dependency nuxt to v2.13.2 (master) Jul 2, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (master) ⬆️ Update dependency nuxt to v2.13.2 (master) Jul 2, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 9bb2c84 to a3a2121 Compare July 2, 2020 18:12
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (master) ⬆️ Update dependency nuxt to v2.13.3 (master) Jul 2, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.3 (master) ⬆️ Update dependency nuxt to v2.13.3 (master) Jul 2, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from a3a2121 to d081d13 Compare July 3, 2020 04:12
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.3 (master) ⬆️ Update dependency nuxt to v2.13.3 (master) Jul 3, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.3 (master) ⬆️ Update dependency nuxt to v2.13.3 (master) Jul 3, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from d081d13 to 094bdbc Compare July 3, 2020 08:54
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.3 (master) ⬆️ Update dependency nuxt to v2.13.3 (master) Jul 3, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 094bdbc to 82ff943 Compare July 4, 2020 09:56
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 82ff943 to 05bc062 Compare August 27, 2020 00:59
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.3 (master) ⬆️ Update dependency nuxt to v2.14.3 (master) Aug 27, 2020
@renovate renovate bot force-pushed the renovate/master-nuxtjs-monorepo branch from 05bc062 to fc69d10 Compare October 27, 2020 09:55
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.14.3 (master) ⬆️ Update dependency nuxt to v2.14.7 (master) Oct 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant