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 (vuetify-1.x) #78

Open
wants to merge 1 commit into
base: vuetify-1.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 20, 2019

This PR contains the following updates:

Package Type Update Change
nuxt dependencies minor 2.8.1 -> 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

v2.12.0

Compare Source

🚀 Features
  • general
    • #​6950 Support crossorigin attribute in SSR script and preload tags
    • #​6868 Improve programmatic usage (see docs)
    • #​7029 Expose webpack config
    • #​6272 Allow disabling loading-screen
  • webpack
    • #​6987 Support @import using ~assets in css files
    • #​6272 Allow disabling loading-screen
  • vue-app
    • #​6880 New fetch syntax (see docs)
    • #​6939 Pass error as param to nuxt-loading fail method
    • #​6244 TriggerwatchParam when param is changed in same route
  • cli
    • #​6855 Pass context when nuxt.config exports a function
👌 DX
  • builder
    • #​6924 Analyze mode warning rewording
  • general
  • generator
    • #​6882 Log message or full error for unhandled error without stack trace
  • cli
    • #​6904 Display listening URLs after build
  • vue-app
    • #​7032 Improve missing inject value error message
    • #​6775 Middleware not executing on double browser back navigation
  • core
    • #​7079 Better module not found handling
🔥 Performance
  • vue-renderer
    • #​6973 Early return render when redirect happens
    • #​6846 Don't serialize session when injectScripts is false
🐛 Bug Fixes
  • core
    • #​7002 Deprecated render:context and render:routeContext hooks was not being called
  • babel-preset-app
    • #​7070 TypeError when import cjs in webpack building
  • vue-app
    • #​6946 Use child transition name when navigating to parent
    • #​6854 Add fallback context for errors
    • #​6803 Resolve leave transition on child routes
    • #​6807 Move head to the index to avoid global state
  • webpack
    • #​6864 Provide global URL and URLSearchParams
💅 Refactors
  • general
    • #​6954 Use scope variable memo for modern utils
  • utils
    • #​6953 Eliminate side effect from modern utils
📝 Examples
  • cached-components
🏡 Chore
  • general
    • #​6816 Simplifies Code Contributions & Reviews
  • ci
👓 Tests
  • general
    • Fix socket-hang-up test
    • Separate dev and unit test
    • Avoid unexpected outside stderr assertion count
    • Fix uncompressed resource size
    • Wrap error test with consola to make output clear
💖 Thanks to

v2.11.0

Compare Source

🐛 Bug Fixes
  • utils
    • #​6777 Add catch statement to non function block in serializeFunction
    • #​6791 Fix flatRoutes regex for nested routes with trailing slash enabled
  • vue-app
    • #​6658 Pass router mode to getLocation
    • #​6683 Apply path-to-regexp options to tokensToFunction
    • #​6650 Layout in error.vue not work for Vue.extend component
    • #​6623 Add prefetched class to <nuxt-link> after chunk loaded
  • general
    • #​6685 context.route issue in plugins and splitChunks.pages === false
    • #​6590 Collapsed SSR log
  • webpack
    • #​6495 Enable devtool for dev mode
    • #​6566 Normalize devtool for terser compatibility
  • config
    • #​6583 Typo in unsafeInlineCompatibility name
🚀 Features
  • vue-app
  • general
    • #​6149 Optionally strip non-client or non-server code
  • vue-renderer
    • #​6505 Support evaluation in templates
  • config
    • #​6597 Add ignoreOptions for node-ignore
💅 Refactors
  • server
    • #​6771 Only append not empty allowed sources to csp
🔥 Performance
  • webpack
📝 Examples
  • with-sockets
    • #​6586 Fix cannot read property 'app' of undefined on nuxt build
🏡 Chore
  • general
    • #​6732 Update @nuxtjs/eslint-config to v2 and fix lint errors
    • #​6686 Fix typo in middleware readme
    • #​6649 Limit stale bot to only issues
    • #​6637 Remove unused dependencies
    • #​6630 Use .github/config.yml for issue template
  • docs
  • ci
    • #​6739 Remove coverage collection in fixtures
    • #​6747 Use LTS Node.js instead of latest
    • #​6737 Separate dev test and unit test
  • github
    • #​6657 Add chinese translation for issue template
👓 Tests
💖 Thanks to

v2.10.2

Compare Source

🐛 Bug Fixes
  • webpack
    • #​6495 Enable devtool for dev mode
    • #​6566 Normalize devtool for terser compatibility
  • config
    • #​6583 Typo in unsafeInlineCompatibility name
  • vue-app
📝 Examples
  • with-sockets
    • #​6586 Fix cannot read property 'app' of undefined on nuxt build
💖 Thanks to

v2.10.1

Compare Source

🐞 Fixes
  • vue-app, webpack
  • utils
    • #​6515 Fix error when router.trailingSlash is false
  • generator
    • #​6362 Remove trailing slash when no subFolders are used
  • webpack
    • #​6520 chunkhash and contenthash not work with extractCSS
  • cli
    • #​6525 Enable server for nuxt build when pages should be generated
🏡 Chore
  • readme
    • #​6511 Remove deprecated starter template
⚓ Dependency Upgrades
  • vue-meta: Upgraded to v2.3 which fixes duplicated tags in SPA mode
💖 Thanks to

v2.10.0

Compare Source

🌟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
  • 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 Clear resolver cache for project files dev mode
  • vue-app
    • #​6479 Error page layout not correctly applied in client-side rendering
    • #​6473 Pass vm as arg to support data() with arrow function
    • #​6433 Fix asyncData hydration when features.transition is false
    • #​6430 Clear idle callback
    • #​6217 Prevent looping on error during render of error page
  • webpack
    • #​6298 Fix consola IE compatibility
    • Revert pause/resume
    • #​6460 Correct sass options for sass-loader@8
    • #​6448 Don't push to compilersWatching in callback
  • cli
    • #​6441 Server should not be initialized in nuxt build
  • babel-preset-app
    • #​6435 Use loose mode for babel class plugin
  • vue-renderer
  • config
    • #​6371 Enable total timing by default when server.timing is enabled
  • config, vue-app
    • #​6379 Add module declaration for config and vue-app
🚀 Features
  • cli, config
  • config
    • #​6414 serverMiddleware as a simple key/value object
  • builder
    • #​6368 followSymlinks option to allow for symlinks
    • #​6285 extendPlugins option and builder:extendPlugins hook
    • #​6329 Add builder:prepared hook
    • #​6342 Support adding custom middleware
  • cli
    • #​6475 Catch build errors with cli:buildError hook
  • webpack
    • #​6477 Use vue-meta browser build for client bundle
    • #​6398 Upgrade terser-webpack-plugin to v2
    • #​6350 Add webpack:config hook
  • server
    • #​6438 Add config option to define etag hash function
  • vue-app
  • general
    • #​6432 Support setting (non-essential) vue-meta options by user
  • utils
  • builder, router
    • #​6331 Enforce uniform trailing slash handling
💅 Refactors
  • cli
    • #​6353 Call setup hook in run command with more args
  • builder
    • #​6352 Await build.createRoutes to allow async functions inside it
  • babel-preset-app
📝 Examples
  • with-sockets
    • #​6396 Create server inside the export function
🏡 Chore
  • general
    • Fix example in babel-preset-app readme
    • #​6390 Lint vue-app templates
    • #​6363 Rename setup hook to run:before
💖 Thanks to

v2.9.2

Compare Source

🐛 Bug Fixes
  • general
    • #​6257 Improve watching experience for generated files
  • builder
    • #​6283 fix(builder): apply overrides from app dir only
  • server
    • #​6265 Treat https: null as https: undefined
  • nuxt-start
    • #​6267 Add missing vue-client-only dependency
  • vue-app
    • #​6264 Only overwrite leave listener when none provided or without done arg
    • #​6255 Enforce default css when used with frameworks
  • config
    • #​6258 Provide typescript backward compatibility
💅 Refactors

v2.9.1

Compare Source

🐛 Bug Fixes
📝 Examples
  • CoffeeScript
    • #​6248 Update module for using additionalExtensions
💖 Thanks to

v2.9.0

Compare Source

⚠️ Important Notes
  • 👉 Minimum required node version is 8.9.0
  • 👉 Typescript support is now externalized. Refer to official docs and migration guide.
  • 👉 vue-meta upgraded to 2.0.0. Please refer to the changelog to review notable changes.
  • 👉 scrollBehavior option is deprecated in favor of app/router.scrollBehavior.js (#​6055)
  • 👉 devModules option is deprecated in favor of buildModules (#​6203)
🐛 Bug Fixes
  • general
    • #​6118 Fix modulepreload warnings
    • #​6075 Throw error when building failed in quiet mode
    • #​6070 Support babel corejs config for modern mode
    • #​6021 Babel polyfill can not be disabled
  • renderer
    • #​6033 Correctly load nomodule scripts in safari 10
  • cli
    • #​6020 Prevent both nuxt & nuxt-edge being installed
  • vue-app
    • #​6012 Emit triggerScroll to support hash navigation
    • #​5920 Fix font-size and make width bigger
    • #​5891 Always finish transition.leave asynchronously
    • #​5890 Fix position of the build indicator when page scrolled
  • vue-renderer
    • #​6223 Call render:resourcesLoaded hook before createRenderer
    • #​5964 Clone SPA meta to prevent cache modification
  • webpack
    • #​5906 Extract css breaks hmr and source-maps
🚀 Features
  • cli
  • server
    • #​6178 Allow passing loadingTimeout and other arguments to renderAndGetWindow
  • webpack
    • #​6120 Allow function entries for build.transpile
  • vue-app
    • #​6194 Add $nuxt.refresh
    • #​6186 Use EventSource instead of WebSocket for build indicator
    • #​6055 Support app/router.scrollBehavior.js and deprecate scrollBehavior
    • #​5941 Add <client-only> alias for <no-ssr>
    • #​5844 Allow customizing loading indicator
    • #​6194 Add $nuxt.refresh() method or refresh the actual page asyncData and fetch
    • #​6231 Export router options
    • #​6222 Support functional watchQuery
  • vue-renderer
    • #​5975 Add csp option for csp v1 compatibility
    • #​6134 Support prepend/append body tags during ssr for all allowed tag types
  • typescript
    • #​5858 Externalize typescript support
💅 Refactors
🏡 Chore
⚓ Dependency Upgrades
  • file-loader@4
  • url-loader@2
  • cache-loader@4
  • css-loader@3
  • vue-meta@2
  • fs-extra@8
💖 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 Aug 20, 2019

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/bkuaqueve
✅ Preview: In Progress

[Deployment for 3622745 failed]

@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 56c5759 to 200a771 Compare August 20, 2019 11:15
@renovate renovate bot changed the title Update dependency nuxt to v2.9.0 (vuetify-1.x) Update dependency nuxt to v2.9.1 (vuetify-1.x) Aug 20, 2019
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 200a771 to 609ffc1 Compare August 20, 2019 13:35
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch 3 times, most recently from 1c81daf to 5f26180 Compare August 22, 2019 10:26
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 5f26180 to fdb9905 Compare August 27, 2019 16:57
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from fdb9905 to c4c2c28 Compare August 28, 2019 10:29
@renovate renovate bot changed the title Update dependency nuxt to v2.9.1 (vuetify-1.x) Update dependency nuxt to v2.9.2 (vuetify-1.x) Aug 28, 2019
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from c4c2c28 to b8cb69d Compare September 18, 2019 09:29
@renovate renovate bot changed the title Update dependency nuxt to v2.9.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.9.2 (vuetify-1.x) Sep 26, 2019
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from b8cb69d to a2d39a3 Compare September 26, 2019 08:49
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from a2d39a3 to 19bd0b2 Compare October 2, 2019 11:45
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.9.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.10.0 (vuetify-1.x) Oct 2, 2019
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.10.0 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.10.0 (vuetify-1.x) Oct 2, 2019
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.10.0 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.10.0 (vuetify-1.x) Oct 9, 2019
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.10.0 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.10.0 (vuetify-1.x) Oct 9, 2019
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 19bd0b2 to f1c92cd Compare October 11, 2019 08:14
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.10.0 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.10.1 (vuetify-1.x) Oct 11, 2019
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.12.2 (vuetify-1.x) Apr 26, 2020
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 3040a3b to 9bd993c Compare May 3, 2020 10:47
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.12.2 (vuetify-1.x) May 3, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.12.2 (vuetify-1.x) May 3, 2020
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 9bd993c to 2caf49b Compare June 18, 2020 17:51
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.12.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.0 (vuetify-1.x) Jun 18, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.0 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.0 (vuetify-1.x) Jun 18, 2020
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 2caf49b to 647c28a Compare June 24, 2020 08:44
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.0 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.1 (vuetify-1.x) Jun 24, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.1 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.1 (vuetify-1.x) Jun 24, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.1 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.2 (vuetify-1.x) Jun 26, 2020
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 647c28a to 29921e2 Compare June 26, 2020 19:09
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.2 (vuetify-1.x) Jun 26, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.2 (vuetify-1.x) Jun 29, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.2 (vuetify-1.x) Jun 29, 2020
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 29921e2 to 9644184 Compare July 2, 2020 18:14
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.2 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.3 (vuetify-1.x) Jul 2, 2020
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.3 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.13.3 (vuetify-1.x) Jul 2, 2020
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 9644184 to 397f8a9 Compare August 27, 2020 01:01
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.13.3 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.14.3 (vuetify-1.x) Aug 27, 2020
@renovate renovate bot force-pushed the renovate/vuetify-1.x-nuxtjs-monorepo branch from 397f8a9 to 3622745 Compare October 27, 2020 09:56
@renovate renovate bot changed the title ⬆️ Update dependency nuxt to v2.14.3 (vuetify-1.x) ⬆️ Update dependency nuxt to v2.14.7 (vuetify-1.x) 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