Skip to content

chore(deps): update all non-major dependencies #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2020

This PR contains the following updates:

Package Type Update Change
@nuxtjs/auth dependencies patch ^4.9.0 -> ^4.9.1
@nuxtjs/axios dependencies minor ^5.9.7 -> ^5.12.2
nuxt devDependencies minor ^2.12.2 -> ^2.14.3
nuxt-start dependencies minor ^2.12.2 -> ^2.14.3

Release Notes

nuxt-community/auth-module

v4.9.1

Compare Source

Bug Fixes
  • oauth2: use normalized path for callback route check (#​587) (ffda6b0)
Docs
  • auth: add setUser documentation (#​565)
  • local: update autoFetchUser description (#​565)
  • setup: added link on how to activate vuex store (#​617)
  • oauth2: fix broken link (#​609)
  • options: fix typo in callback paragraph (#​582)
  • demo: fix data object property (#​580)
  • fix typo in links (#​553)
  • remove await from setUser example (#​569)
nuxt-community/axios-module

v5.12.2

Compare Source

v5.12.1

Compare Source

v5.12.0

Compare Source

Features
Bug Fixes
  • types: add axios-retry type def for more options (#​378) (40a0c58)
  • types: add prefix, port, host options to axios types (#​381) (301805b)

v5.11.0

Compare Source

Features
  • experimental runtimeConfig support (07ca13c)
Bug Fixes
5.10.3 (2020-04-30)
Bug Fixes
  • globalName fallback for nuxt < 2.2.0 (12da6c8)
5.10.2 (2020-04-27)
Bug Fixes
5.10.1 (2020-04-22)

v5.10.3

Compare Source

v5.10.2

Compare Source

v5.10.1

Compare Source

v5.10.0

Compare Source

Features
  • plugin: enable server brotli if supported (closes #​276) (074f98c)
Bug Fixes
5.9.7 (2020-03-30)
Bug Fixes
5.9.6 (2020-03-27)
Bug Fixes
  • module: always set protocol to https when https: true is set (#​344) (6f82570)
5.9.5 (2020-02-02)
Bug Fixes
5.9.4 (2020-01-30)
Bug Fixes
5.9.3 (2020-01-11)
Bug Fixes
5.9.2 (2020-01-02)
5.9.1 (2020-01-02)
nuxt/nuxt.js

v2.14.3

Compare Source

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

v2.14.2

Compare Source

🐛 Bug Fixes
  • webpack
  • modern
  • vue-app
    • #​7877 Use anchor to / if route is undefined in error page (resolves #​7841)
    • #​7920 Fix vue-router@2.14 regression with scrollToTop
    • #​7916 Prevent router.registerModule reallocation (resolves #​7915)
  • 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

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

Renovate configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Apr 16, 2020

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b4cb3a to 04bceb8 Compare April 21, 2020 20:29
@renovate renovate bot changed the title chore(deps): update dependency @nuxtjs/auth to ^4.9.1 chore(deps): update all non-major dependencies Apr 21, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04bceb8 to 41fb173 Compare April 22, 2020 22:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41fb173 to 3803295 Compare April 27, 2020 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3803295 to 2f34c80 Compare April 30, 2020 11:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f34c80 to 751d66d Compare June 5, 2020 08:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 751d66d to 23b4614 Compare July 1, 2020 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23b4614 to 2f2401e Compare July 10, 2020 10:58
@vercel vercel bot requested a deployment to Preview July 10, 2020 10:58 Abandoned
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f2401e to 58710bf Compare August 27, 2020 04:55
@vercel vercel bot had a problem deploying to Preview August 27, 2020 04:55 Failure
@atinux atinux merged commit 765b858 into master Oct 23, 2020
@atinux atinux deleted the renovate/all-minor-patch branch October 23, 2020 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants