Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

fix(deps): update dependency nuxt-i18n to v6 #91

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2019

This PR contains the following updates:

Package Type Update Change
nuxt-i18n (source) dependencies major 5.7.0 -> 6.6.0

Release Notes

nuxt-community/nuxt-i18n

v6.6.0

Compare Source

Features
Bug Fixes

v6.5.0

Compare Source

Features
Bug Fixes

v6.4.1

Compare Source

Features
6.4.1 (2019-12-02)
Bug Fixes
  • routing: Restore handling of route argument in getRouteBaseName (3685abb), closes #​539

v6.4.0

Compare Source

Features
  • parser: parse typescript 3.7 shipped proposals (a69a8fb)
6.3.1 (2019-11-11)
Bug Fixes
  • default locale catch-all route overrides locale-specific one (196bf9c), closes #​152
  • Direct navigation to URL in SPA with vue-router in hash mode (0a9c4c8), closes #​490
  • make switchLocalePath work from Nuxt plugin or middleware (8a1c052), closes #​480
  • set sameSite=Lax option for detected-language cookie (8d84986), closes #​516

v6.3.1

Compare Source

Features
  • parser: parse typescript 3.7 shipped proposals (a69a8fb)
6.3.1 (2019-11-11)
Bug Fixes
  • default locale catch-all route overrides locale-specific one (196bf9c), closes #​152
  • Direct navigation to URL in SPA with vue-router in hash mode (0a9c4c8), closes #​490
  • make switchLocalePath work from Nuxt plugin or middleware (8a1c052), closes #​480
  • set sameSite=Lax option for detected-language cookie (8d84986), closes #​516

v6.3.0

Compare Source

Bug Fixes
  • types: add missing seo: false type for component options (0fae937)
  • all routes removed when locales are absent (1c5e42c), closes #​444
  • types: specify arguments for onLanguageSwitched and beforeLanguageSwitch (da6a523)
  • Don't inject to store if store is not defined (e547639)
  • Locale prefixes missing for child routes with custom paths (10c1d9d), closes #​359
  • NO_PREFIX - localePath with path returns route with prefix (4d4186c), closes #​457
  • Route name missing for routes that have children (bd23683), closes #​356
Features
  • Inject $i18n into Vuex Store as this.$i18n (bb31cb0)
6.2.1 (2019-09-13)
Bug Fixes
  • types: use correct module name for nuxt augmentation (46f67ea)

v6.2.1

Compare Source

Bug Fixes
  • types: add missing seo: false type for component options (0fae937)
  • all routes removed when locales are absent (1c5e42c), closes #​444
  • types: specify arguments for onLanguageSwitched and beforeLanguageSwitch (da6a523)
  • Don't inject to store if store is not defined (e547639)
  • Locale prefixes missing for child routes with custom paths (10c1d9d), closes #​359
  • NO_PREFIX - localePath with path returns route with prefix (4d4186c), closes #​457
  • Route name missing for routes that have children (bd23683), closes #​356
Features
  • Inject $i18n into Vuex Store as this.$i18n (bb31cb0)
6.2.1 (2019-09-13)
Bug Fixes
  • types: use correct module name for nuxt augmentation (46f67ea)

v6.2.0

Compare Source

Bug Fixes
  • crash on no_prefix + invalid/tempered locale cookie (4b56d84)
  • Don't try to process routes with no component (a53e32a)
  • failure to change locale on initial try with nuxt generate (9b4b6f6), closes #​378
Features
  • support 'path' parameter in localePath(...) (bbaa266), closes #​215
6.1.3 (2019-09-04)
Bug Fixes
6.1.2 (2019-09-04)
Bug Fixes
  • issue with locale not being updated when cookie not stored (999ac4b)
  • multiple redirects on switching to another locale (14ceeb3)
  • types: add type for Nuxt's context.app.i18n (d5afd8b)
  • types: add types for in-component options (e2e3bca)
  • types: export NuxtVueI18n namespace to allow to annotate configuration (906a776)
  • types: fixed various types for NuxtI18n configuration (6f6c235)
  • types: move getLocaleCookie/setLocaleCookie/SetLocale to proper interface (7d3eceb)
  • types: remove null result from getLocaleCookie to simplify types (df5ac8a)
  • types: update NuxtI18nSeo interface to use VueMeta types (3a4ada6)
Notes
  • app.$t API was removed (ca198e5) - This is not a breaking change since this API has never worked according to my understanding.
  • getLocaleCookie will no longer return null value in case cookie is missing. Instead it will consistently return undefined. This is unlikely to affect anyone unless one was checking for null specifically which would not be a correct thing to do even before.
6.1.1 (2019-08-28)
Bug Fixes
  • fix loading fallback locale with lazy loading (d8db5b1)
  • locale not set with differentDomains enabled (634690a)
  • redirects to wrong route after SPA navigation (8bf61d9)

v6.1.3

Compare Source

Bug Fixes
  • crash on no_prefix + invalid/tempered locale cookie (4b56d84)
  • Don't try to process routes with no component (a53e32a)
  • failure to change locale on initial try with nuxt generate (9b4b6f6), closes #​378
Features
  • support 'path' parameter in localePath(...) (bbaa266), closes #​215
6.1.3 (2019-09-04)
Bug Fixes
6.1.2 (2019-09-04)
Bug Fixes
  • issue with locale not being updated when cookie not stored (999ac4b)
  • multiple redirects on switching to another locale (14ceeb3)
  • types: add type for Nuxt's context.app.i18n (d5afd8b)
  • types: add types for in-component options (e2e3bca)
  • types: export NuxtVueI18n namespace to allow to annotate configuration (906a776)
  • types: fixed various types for NuxtI18n configuration (6f6c235)
  • types: move getLocaleCookie/setLocaleCookie/SetLocale to proper interface (7d3eceb)
  • types: remove null result from getLocaleCookie to simplify types (df5ac8a)
  • types: update NuxtI18nSeo interface to use VueMeta types (3a4ada6)
Notes
  • app.$t API was removed (ca198e5) - This is not a breaking change since this API has never worked according to my understanding.
  • getLocaleCookie will no longer return null value in case cookie is missing. Instead it will consistently return undefined. This is unlikely to affect anyone unless one was checking for null specifically which would not be a correct thing to do even before.
6.1.1 (2019-08-28)
Bug Fixes
  • fix loading fallback locale with lazy loading (d8db5b1)
  • locale not set with differentDomains enabled (634690a)
  • redirects to wrong route after SPA navigation (8bf61d9)

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
6.0.2 (2019-08-20)
Bug Fixes
  • warning in nuxt 2.9.x / vue-meta 2.x (3605632)

v6.0.2

Compare Source

Features
6.0.2 (2019-08-20)
Bug Fixes
  • warning in nuxt 2.9.x / vue-meta 2.x (3605632)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Bug Fixes
  • routing: resolve localePath with fullPath instead of href (b827681)
  • Disable seo by default (741ae12), closes #​346
  • update link to SEO metadata generation logic (#​352) (10a5ff2)
Code Refactoring
  • Disable setLocale & setMessages mutations by default (76c9978)
  • Rename and flatten vuex options (8897ac6)
Features
Performance Improvements
  • Register global mixins from plugins (2ceb8e4)
BREAKING CHANGES

5.x to 6.x migration path

  • Store module's options have been flattened and renamed
  • The mutations responsible for syncing nuxt-i18n's store module with vue-i18n's
    locale and messages are now disabled by default, you'll need to manually re-enable them in the
    module's configuration
  • preserveState is now set automatically when registering the store module and
    cannot be set via the configuration anymore
  • Global seo option is now disabled by default. To
    preserve the previous behaviour, set seo: true in the module's
    options.
    Doc: https://nuxt-community.github.io/nuxt-i18n/seo.html

v5.12.7

Compare Source

Bug Fixes

v5.12.6

Compare Source

NOTE: Version bump only, all fixes were released in v5.12.7 already

Bug Fixes
  • Move SEO types out of Vue module declaration (be085d5)
  • Move SEO types out of Vue module declaration (#​335) (0cc0ba0)
  • Only require is-https dependency on the server (fixes #​329) (8a728ef)
  • revert using cookies package to fix cookie headers handling (#​332) (9cd034d), closes #​330

v5.12.5

Compare Source

Bug Fixes
  • do not discard already present set-cookie header (#​327) (ec08be8)

v5.12.4

Compare Source

Bug Fixes

v5.12.3

Compare Source

Bug Fixes

v5.12.2

Compare Source

Bug Fixes

v5.12.1

Compare Source

Bug Fixes

v5.12.0

Compare Source

Features

v5.11.0

Compare Source

Features

v5.10.0

Compare Source

Features

v5.9.0

Compare Source

Bug Fixes
  • Prevent redirect failure when accessing a dynamic route with detectBrowserLanguage enabled (#​266) (b7adba0)
Features

v5.8.5

Compare Source

Features
  • pass nuxt context to loadLanguageAsync (3834899)

5.8.5 (2019-03-01)

Bug Fixes
  • Prevent error "Cannot read property 'iso' of undefined" on 404 pages (#​233) (6cb2fa1)

5.8.4 (2019-02-22)

Bug Fixes
  • Prevent duplicated route names issue with prefix_and_default strategy (318850c), closes #​140

5.8.3 (2019-02-17)

Bug Fixes

5.8.2 (2019-02-15)

Bug Fixes

5.8.1 (2019-02-10)

Bug Fixes

v5.8.4

Compare Source

Bug Fixes
  • Prevent error "Cannot read property 'iso' of undefined" on 404 pages (#​233) (6cb2fa1)

v5.8.3

Compare Source

Bug Fixes
  • Prevent duplicated route names issue with prefix_and_default strategy (318850c), closes #​140

v5.8.2

Compare Source

Bug Fixes

v5.8.1

Compare Source

Bug Fixes

v5.8.0

Compare Source

Bug Fixes
  • Rename option encodeURI to encodePaths (776c2dd)
Features

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added Bot: Renovate dependencies upgrade from renovate Priority: Low Low priority Status: In Review Need to review a issue/pull-request Type: Dependency For make any change with dependency labels Aug 10, 2019
@renovate renovate bot requested a review from kamontat August 10, 2019 11:58
@netlify
Copy link

netlify bot commented Aug 10, 2019

Deploy preview for kcnt ready!

Built with commit 4fdd036

https://deploy-preview-91--kcnt.netlify.com

@renovate renovate bot force-pushed the renovate/nuxt-i18n-6.x branch from 079a7b9 to 2394aa1 Compare August 20, 2019 19:44
@renovate renovate bot force-pushed the renovate/nuxt-i18n-6.x branch from 2394aa1 to cafa84f Compare September 5, 2019 05:49
@renovate renovate bot force-pushed the renovate/nuxt-i18n-6.x branch from cafa84f to 0ce19f8 Compare October 4, 2019 21:01
@renovate renovate bot force-pushed the renovate/nuxt-i18n-6.x branch from 0ce19f8 to 73b79f1 Compare November 21, 2019 14:14
@renovate renovate bot force-pushed the renovate/nuxt-i18n-6.x branch from 73b79f1 to 4fdd036 Compare December 14, 2019 20:59
@renovate renovate bot force-pushed the renovate/nuxt-i18n-6.x branch from 4fdd036 to 192ef9c Compare February 9, 2020 06:01
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 9, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/nuxt-i18n-6.x branch from 192ef9c to 2066089 Compare March 15, 2020 00:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bot: Renovate dependencies upgrade from renovate Priority: Low Low priority Status: In Review Need to review a issue/pull-request Type: Dependency For make any change with dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants