Closed renovate[bot] closed 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: tentacles-manager@1.3.1
npm ERR! Found: vue@2.7.10
npm ERR! node_modules/vue
npm ERR! vue@"^2.6.14" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.0.0" from vue-i18n@9.2.2
npm ERR! node_modules/vue-i18n
npm ERR! vue-i18n@"^9.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2022-09-21T19_45_05_757Z-debug-0.log
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This PR contains the following updates:
^8.27.1
->^9.0.0
Release Notes
intlify/vue-i18n-next
### [`v9.2.2`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v922-2022-08-05) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.2.1...v9.2.2) ##### :bug: Bug Fixes - `vue-i18n-core` - [#1110](https://togithub.com/intlify/vue-i18n-next/pull/1110) fix: conflict process global object in vDirective function ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.2.1`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v921-2022-08-05) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.2.0...v9.2.1) ##### :bug: Bug Fixes - `vue-i18n-core` - [#1108](https://togithub.com/intlify/vue-i18n-next/pull/1108) fix: scope execution context resolving ([@kazupon](https://togithub.com/kazupon)) ##### :pencil: Documentation - Other - [#1106](https://togithub.com/intlify/vue-i18n-next/pull/1106) fix(typo): update IE note on date formatting section ([@jcfauchet](https://togithub.com/jcfauchet)) - [#1105](https://togithub.com/intlify/vue-i18n-next/pull/1105) i18n.global.locale is a ref ([@Cygnut](https://togithub.com/Cygnut)) - [#1099](https://togithub.com/intlify/vue-i18n-next/pull/1099) Editorial fixes ([@xfq](https://togithub.com/xfq)) - [#1098](https://togithub.com/intlify/vue-i18n-next/pull/1098) Editorial fix ([@xfq](https://togithub.com/xfq)) - [#1097](https://togithub.com/intlify/vue-i18n-next/pull/1097) Fix(docs): Fixing Typo in optimization.md ([@JULO01](https://togithub.com/JULO01)) - [#1094](https://togithub.com/intlify/vue-i18n-next/pull/1094) Fix documentation typography ([@sey](https://togithub.com/sey)) - [#1041](https://togithub.com/intlify/vue-i18n-next/pull/1041) replace docs site with vitepress v1 ([@kazupon](https://togithub.com/kazupon)) - `petite-vue-i18n` - [#1100](https://togithub.com/intlify/vue-i18n-next/pull/1100) Editorial fixes ([@xfq](https://togithub.com/xfq)) ##### Committers: 6 - Florian Sey ([@sey](https://togithub.com/sey)) - Fuqiao Xue ([@xfq](https://togithub.com/xfq)) - Jean-Charles Fct ([@jcfauchet](https://togithub.com/jcfauchet)) - Lee Crosby ([@Cygnut](https://togithub.com/Cygnut)) - [@JULO01](https://togithub.com/JULO01) - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.2.0`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v920-2022-08-01) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.10...v9.2.0) We are excited to announce the release of Vue I18n v9.2 !! This release includes many new features, bug fixes, improvements, and document fixes. We had commited with 35 contributors. Thanks for your contributing ❤️ In the following, we introduce some of the new features: ##### More TypeScript supporting From Vue I18n v9.2, we have improved TypeScript support. This allows type checking of resources specified in the `messages` option of `createI18n` and complementing with APIs such as `t`. The following images is the resoureces type-checked: ![type check1](https://vue-i18n.intlify.dev/ts-support-1.png) ![type check2](https://vue-i18n.intlify.dev/ts-support-2.png) The following gif image is the API completion working: ![completion](https://vue-i18n.intlify.dev/ts-support-3.gif) For more information on how to setup the system, please read [the docs](https://vue-i18n.intlify.dev/guide/advanced/typescript.html) ##### Web Components WebComponents has been supported since Vue 3.2. You can support your Vue Component with Vue I18n as well. About details, See more [the docs](https://vue-i18n.intlify.dev/guide/advanced/wc.html) ##### Small size subset of Vue I18n We have released `petite-vue-i18n`, a small size subset version of Vue I18n, as an experimental feature. Only minimal functionality is provided in this module. you can reduce your Vue application bundle size with using this module. If you do not need to use all the features of Vue I18n, this module would be a good option. About details, See more [README](https://togithub.com/intlify/vue-i18n-next/tree/master/packages/petite-vue-i18n#petite-vue-i18n) ##### Bridging to Vue 3 We have released a module called `vue-i18n-bridge` to support Vue 2 applications with Vue I18n v8.x migrate to Vue 3. `vue-i18n-bridge` is a module that is mostly compatible with the Vue I18n v9 API. It's an add-on to existing Vue I18n v8.26.1 or later + Vue 2 applications to take advantage of the Composition API provided in Vue I18n v9. This module would be able to support the progressive migration to Vue 3. About details, See more [the docs](https://vue-i18n.intlify.dev/guide/migration/vue2.html#what-is-vue-i18n-bridge) ##### `globalInjection` option **As default** From Vue I18n v9.2, the `globalInjection` option defaults to `true`. If you localize by global scope using `$t` in your template, you no longer need to set this option. ##### `useI18n` in Legacy API mode We have supported for `useI18n` in Legacy API mode. This feature would be useful if you want to migrate from the options API style to the Composition API style in your Vue 3 application. About details, See more [the docs](https://vue-i18n.intlify.dev/guide/migration/vue3.html#migration-to-composition-api-from-legacy-api) ##### Vue 2.7 `vue-i18n-bridge` module for migration to Vue 3 of course supports Vue 2.7. Instead of going from Vue 2.6 to Vue 3 directly, you can migrate your Vue applications using Vue I18n with a strategy of Vue 2.6, Vue 2.7, and then Vue 3 progressively. ##### SSR for `v-t` We have supported SSR for `v-t`. If your Vue application uses `v-t`, you can support SSR without having to be aware in your Vue application. ##### :star: Features (15) - [#1087](https://togithub.com/intlify/vue-i18n-next/pull/1087) feat: support SSR for v-t ([@kazupon](https://togithub.com/kazupon)) - [#1062](https://togithub.com/intlify/vue-i18n-next/pull/1062) feat: support Vue 2.7 for vue-i18n-bridge ([@kazupon](https://togithub.com/kazupon)) - [#974](https://togithub.com/intlify/vue-i18n-next/pull/974) feat: change `globalInjection` option default value ([@kazupon](https://togithub.com/kazupon)) - [#940](https://togithub.com/intlify/vue-i18n-next/pull/940) feat: Support `useI18n` for Legacy API mode ([@kazupon](https://togithub.com/kazupon)) - [#838](https://togithub.com/intlify/vue-i18n-next/pull/838) feat: composer type definition extending (**experimental feature**) ([@kazupon](https://togithub.com/kazupon)) - [#811](https://togithub.com/intlify/vue-i18n-next/pull/811) feat: backport build-in components to vue-i18n-bridge from vue-i18n-next ([@kazupon](https://togithub.com/kazupon)) - [#733](https://togithub.com/intlify/vue-i18n-next/pull/733) support node native es modules ([@kazupon](https://togithub.com/kazupon)) - [#676](https://togithub.com/intlify/vue-i18n-next/pull/676) feat: bridge for vue-i18n@v8.26.1 or later ([@kazupon](https://togithub.com/kazupon)) - [#673](https://togithub.com/intlify/vue-i18n-next/pull/673) feat: export types ([@kazupon](https://togithub.com/kazupon)) - [#641](https://togithub.com/intlify/vue-i18n-next/pull/641) feat: support web components ([@kazupon](https://togithub.com/kazupon)) - [#623](https://togithub.com/intlify/vue-i18n-next/pull/623) feat: support Vue 3.2 ([@kazupon](https://togithub.com/kazupon)) - [#588](https://togithub.com/intlify/vue-i18n-next/pull/588) feat: [petite-vue-i18n](https://togithub.com/intlify/vue-i18n-next/tree/master/packages/petite-vue-i18n) ([@kazupon](https://togithub.com/kazupon)) - [#508](https://togithub.com/intlify/vue-i18n-next/pull/508) feat: type-safe with global type definition ([@kazupon](https://togithub.com/kazupon)) - [#478](https://togithub.com/intlify/vue-i18n-next/pull/478) improvement: target component highlighting on i18n resources inspector ([@kazupon](https://togithub.com/kazupon)) - [#477](https://togithub.com/intlify/vue-i18n-next/pull/477) feat: custom message resolver ([@kazupon](https://togithub.com/kazupon)) ##### :boom: Breaking Change (3) - [#757](https://togithub.com/intlify/vue-i18n-next/pull/757) breaking: revert import.browser fileds ([@kazupon](https://togithub.com/kazupon)) - [#560](https://togithub.com/intlify/vue-i18n-next/pull/560) breaking: drop node v10 ([@kazupon](https://togithub.com/kazupon)) - [#514](https://togithub.com/intlify/vue-i18n-next/pull/514) Fix **FEATURE_ESM_BUNDLER_WARN** flag can not be configured ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) ##### :zap: Improvement Features (30) - [#1064](https://togithub.com/intlify/vue-i18n-next/pull/1064) fix: slot resolving in render function ([@kazupon](https://togithub.com/kazupon)) - [#1043](https://togithub.com/intlify/vue-i18n-next/pull/1043) fix typo and polish ([@lazzzis](https://togithub.com/lazzzis)) - [#1022](https://togithub.com/intlify/vue-i18n-next/pull/1022) improvement: allow custom block `useI18n` on Legacy API mode ([@kazupon](https://togithub.com/kazupon)) - [#983](https://togithub.com/intlify/vue-i18n-next/pull/983) fix(legacy): allow multi legacy i18n instance for bridge ([@kazupon](https://togithub.com/kazupon)) - [#977](https://togithub.com/intlify/vue-i18n-next/pull/977) feat: release global scope ([@kazupon](https://togithub.com/kazupon)) - [#973](https://togithub.com/intlify/vue-i18n-next/pull/973) fix(bridge): improvement writable install function for vue-i18n-routing ([@kazupon](https://togithub.com/kazupon)) - [#929](https://togithub.com/intlify/vue-i18n-next/pull/929) improvement: tweak vue-i18n for SSR ([@kazupon](https://togithub.com/kazupon)) - [#929](https://togithub.com/intlify/vue-i18n-next/pull/929) improvement: tweak vue-i18n for SSR ([@kazupon](https://togithub.com/kazupon)) - [#907](https://togithub.com/intlify/vue-i18n-next/pull/907) fix: avoid undefined read ([@kazupon](https://togithub.com/kazupon)) - [#903](https://togithub.com/intlify/vue-i18n-next/pull/903) fix: revert type test case change in strictI18n ([@littleboarx](https://togithub.com/littleboarx)) - [#879](https://togithub.com/intlify/vue-i18n-next/pull/879) fix: null element access ([@kazupon](https://togithub.com/kazupon)) - [#876](https://togithub.com/intlify/vue-i18n-next/pull/876) fix: null access on mount hook ([@kazupon](https://togithub.com/kazupon)) - [#861](https://togithub.com/intlify/vue-i18n-next/pull/861) improvement: export castToVueI18n for [@intlity/vue-i18n-bridge](https://togithub.com/intlity/vue-i18n-bridge) ([@kazupon](https://togithub.com/kazupon)) - [#780](https://togithub.com/intlify/vue-i18n-next/pull/780) improvement: vue-i18n-bridge installation at nuxt-bridge ([@kazupon](https://togithub.com/kazupon)) - [#764](https://togithub.com/intlify/vue-i18n-next/pull/764) improvement: global injection for vue-i18n-bridge ([@kazupon](https://togithub.com/kazupon)) - [#761](https://togithub.com/intlify/vue-i18n-next/pull/761) improvement: avoid vite ssrTransform bug ([@kazupon](https://togithub.com/kazupon)) - [#742](https://togithub.com/intlify/vue-i18n-next/pull/742) fix: node esm for nuxt3 ([@kazupon](https://togithub.com/kazupon)) - [#731](https://togithub.com/intlify/vue-i18n-next/pull/731) move to pnpm from yarn v1 ([@kazupon](https://togithub.com/kazupon)) - [#709](https://togithub.com/intlify/vue-i18n-next/pull/709) improvement: support vue-i18n-loader bridge mode ([@kazupon](https://togithub.com/kazupon)) - [#705](https://togithub.com/intlify/vue-i18n-next/pull/705) improvement: flag for vue-i18n-bridge ([@kazupon](https://togithub.com/kazupon)) - [#700](https://togithub.com/intlify/vue-i18n-next/pull/700) improvement: expose type casting API for Legacy mode ([@kazupon](https://togithub.com/kazupon)) - [#619](https://togithub.com/intlify/vue-i18n-next/pull/619) improvement: bundle source map at message-compiler ([@kazupon](https://togithub.com/kazupon)) - [#584](https://togithub.com/intlify/vue-i18n-next/pull/584) improvement: reduce size ([@kazupon](https://togithub.com/kazupon)) - [#583](https://togithub.com/intlify/vue-i18n-next/pull/583) improvement: deprecated **VUE_I18N_PROD_DEVTOOLS** feature flag ([@kazupon](https://togithub.com/kazupon)) - [#578](https://togithub.com/intlify/vue-i18n-next/pull/578) support for Vue 3.1 ([@kazupon](https://togithub.com/kazupon)) - [#545](https://togithub.com/intlify/vue-i18n-next/pull/545) Allow number and boolean in args of number formatting ([@yannbriancon](https://togithub.com/yannbriancon)) - [#541](https://togithub.com/intlify/vue-i18n-next/pull/541) Add number formatting missing type definition ([@yannbriancon](https://togithub.com/yannbriancon)) - [#489](https://togithub.com/intlify/vue-i18n-next/pull/489) Type safe improvements ([@kazupon](https://togithub.com/kazupon)) - [#593](https://togithub.com/intlify/vue-i18n-next/pull/593) improvement: vue-i18n tree shaking ([@kazupon](https://togithub.com/kazupon)) - [#592](https://togithub.com/intlify/vue-i18n-next/pull/592) improvement: petite-vue-i18n tree shaking ([@kazupon](https://togithub.com/kazupon)) ##### :bug: Bug Fixes (36) - [#1086](https://togithub.com/intlify/vue-i18n-next/pull/1086) fix: v-t directive reactivity ([@kazupon](https://togithub.com/kazupon)) - [#1076](https://togithub.com/intlify/vue-i18n-next/pull/1076) fix: lifecycle hook context binding ([@kazupon](https://togithub.com/kazupon)) - [#1071](https://togithub.com/intlify/vue-i18n-next/pull/1071) fix(vue-i18n-bridge): install error cause by peer deps ([@kazupon](https://togithub.com/kazupon)) - [#1057](https://togithub.com/intlify/vue-i18n-next/pull/1057) fix: cannot modulo parse hangup ([@kazupon](https://togithub.com/kazupon)) - [#1056](https://togithub.com/intlify/vue-i18n-next/pull/1056) fix: number and datetime options override formatting ([@kazupon](https://togithub.com/kazupon)) - [#1037](https://togithub.com/intlify/vue-i18n-next/pull/1037) fix postTranslation option ([@kazupon](https://togithub.com/kazupon)) - [#1023](https://togithub.com/intlify/vue-i18n-next/pull/1023) fix: improvement processor for linked and pluralization ([@kazupon](https://togithub.com/kazupon)) - [#1017](https://togithub.com/intlify/vue-i18n-next/pull/1017) fix: number & datetime format options ([@kazupon](https://togithub.com/kazupon)) - [#972](https://togithub.com/intlify/vue-i18n-next/pull/972) fix(components): strictly slot rendering ([@kazupon](https://togithub.com/kazupon)) - [#965](https://togithub.com/intlify/vue-i18n-next/pull/965) fix: resolve default message value ([@kazupon](https://togithub.com/kazupon)) - [#954](https://togithub.com/intlify/vue-i18n-next/pull/954) fix: nullish assignment ([@kazupon](https://togithub.com/kazupon)) - [#945](https://togithub.com/intlify/vue-i18n-next/pull/945) fix: linked message fallbacking ([@kazupon](https://togithub.com/kazupon)) - [#897](https://togithub.com/intlify/vue-i18n-next/pull/897) improve types declaration ([@littleboarx](https://togithub.com/littleboarx)) - [#856](https://togithub.com/intlify/vue-i18n-next/pull/856) fix: inherit warn html message setting option ([@kazupon](https://togithub.com/kazupon)) - [#855](https://togithub.com/intlify/vue-i18n-next/pull/855) fix: not correct error and warning codes ([@kazupon](https://togithub.com/kazupon)) - [#843](https://togithub.com/intlify/vue-i18n-next/pull/843) fix: export composer custom type definition ([@kazupon](https://togithub.com/kazupon)) - [#820](https://togithub.com/intlify/vue-i18n-next/pull/820) fix: cannot work correctly v-for on Translation component ([@kazupon](https://togithub.com/kazupon)) - [#806](https://togithub.com/intlify/vue-i18n-next/pull/806) fix: merge global resources of i18n custom block ([@kazupon](https://togithub.com/kazupon)) - [#799](https://togithub.com/intlify/vue-i18n-next/pull/799) fix: typescript errors with vue-tsc on vue-i18n-bridge ([@kazupon](https://togithub.com/kazupon)) - [#784](https://togithub.com/intlify/vue-i18n-next/pull/784) fix(core-base): fallback interpolation should not break in runtime only (Closes [#768](https://togithub.com/intlify/vue-i18n-next/issues/768)) ([@AlexandreBonaventure](https://togithub.com/AlexandreBonaventure)) - [#754](https://togithub.com/intlify/vue-i18n-next/pull/754) fix: remove terser option pure_getters: true, avoid wrong tree-shaking ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) - [#748](https://togithub.com/intlify/vue-i18n-next/pull/748) fix not a function error ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) - [#725](https://togithub.com/intlify/vue-i18n-next/pull/725) fix: builtin components bugs ([@kazupon](https://togithub.com/kazupon)) - [#715](https://togithub.com/intlify/vue-i18n-next/pull/715) fix: vue-i18n components scope resolving in Legacy API mode ([@kazupon](https://togithub.com/kazupon)) - [#713](https://togithub.com/intlify/vue-i18n-next/pull/713) fix: Maximum call stack size ([@fabiankranewitter](https://togithub.com/fabiankranewitter)) - [#698](https://togithub.com/intlify/vue-i18n-next/pull/698) fix: custom block reosurce processing errors ([@kazupon](https://togithub.com/kazupon)) - [#697](https://togithub.com/intlify/vue-i18n-next/pull/697) fix: createI18n second argument type error ([@kazupon](https://togithub.com/kazupon)) - [#696](https://togithub.com/intlify/vue-i18n-next/pull/696) fix: **INTLIFY_META** access error in vue-i18n-bridge ([@kazupon](https://togithub.com/kazupon)) - [#666](https://togithub.com/intlify/vue-i18n-next/pull/666) fix: source-map bundling on message-compiler esm bundler ([@kazupon](https://togithub.com/kazupon)) - [#602](https://togithub.com/intlify/vue-i18n-next/pull/602) fix null access of **VUE_I18n** ([@kazupon](https://togithub.com/kazupon)) - [#570](https://togithub.com/intlify/vue-i18n-next/pull/570) fix: **INTLIFY_PROD_DEVTOOLS** is not defined ([#532](https://togithub.com/intlify/vue-i18n-next/issues/532)) ([@kazupon](https://togithub.com/kazupon)) - [#532](https://togithub.com/intlify/vue-i18n-next/pull/532) fix: **INTLIFY_PROD_DEVTOOLS** is not defined ([@kazupon](https://togithub.com/kazupon)) - [#524](https://togithub.com/intlify/vue-i18n-next/pull/524) fix: cannot hook at beforeUnmount/unmounted ([@kazupon](https://togithub.com/kazupon)) - [#515](https://togithub.com/intlify/vue-i18n-next/pull/515) Datetime format validation ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) - [#519](https://togithub.com/intlify/vue-i18n-next/pull/519) fix `d.ts` breaking ([@kazupon](https://togithub.com/kazupon)) - [#595](https://togithub.com/intlify/vue-i18n-next/pull/595) fix: build feature flags ([@kazupon](https://togithub.com/kazupon)) ##### :pencil: Documentation (37) - [#1084](https://togithub.com/intlify/vue-i18n-next/pull/1084) Added pluralization example to custom directive page ([@anatolykopyl](https://togithub.com/anatolykopyl)) - [#1050](https://togithub.com/intlify/vue-i18n-next/pull/1050) Fix spelling ([@fabretti](https://togithub.com/fabretti)) - [#1044](https://togithub.com/intlify/vue-i18n-next/pull/1044) nuxt3 integration ([@kazupon](https://togithub.com/kazupon)) - [#1047](https://togithub.com/intlify/vue-i18n-next/pull/1047) Fix the id of the app's container element ([@xfq](https://togithub.com/xfq)) - [#1039](https://togithub.com/intlify/vue-i18n-next/pull/1039) fix: typo in the layout slot ([@xfq](https://togithub.com/xfq)) - [#1032](https://togithub.com/intlify/vue-i18n-next/pull/1032) docs: typo ([@xfq](https://togithub.com/xfq)) - [#1028](https://togithub.com/intlify/vue-i18n-next/pull/1028) docs: typo ([@ashgo-x](https://togithub.com/ashgo-x)) - [#1046](https://togithub.com/intlify/vue-i18n-next/pull/1046) docs: add missing imports and fix typescript example of vue-i18n-bridge ([@kingyue737](https://togithub.com/kingyue737)) - [#1011](https://togithub.com/intlify/vue-i18n-next/pull/1011) docs: fix wrongly written ([@liyangworld](https://togithub.com/liyangworld)) - [#1005](https://togithub.com/intlify/vue-i18n-next/pull/1005) docs: Update vue3.md ([@thomasschimbaeck](https://togithub.com/thomasschimbaeck)) - [#982](https://togithub.com/intlify/vue-i18n-next/pull/982) fix: link to vite-plugin-vue-i18n ([@dpschen](https://togithub.com/dpschen)) - [#969](https://togithub.com/intlify/vue-i18n-next/pull/969) docs (composition): typos, duplication ([@docnoe](https://togithub.com/docnoe)) - [#959](https://togithub.com/intlify/vue-i18n-next/pull/959) Fix typo ([@JesseSousa](https://togithub.com/JesseSousa)) - [#956](https://togithub.com/intlify/vue-i18n-next/pull/956) docs: add composition api migration from legacy api ([@kazupon](https://togithub.com/kazupon)) - [#923](https://togithub.com/intlify/vue-i18n-next/pull/923) Update optimization.md ([@armingjazi](https://togithub.com/armingjazi)) - [#869](https://togithub.com/intlify/vue-i18n-next/pull/869) docs: fix typos ([@AnPineau](https://togithub.com/AnPineau)) - [#863](https://togithub.com/intlify/vue-i18n-next/pull/863) docs: fix typo in word ([@ItMaga](https://togithub.com/ItMaga)) - [#862](https://togithub.com/intlify/vue-i18n-next/pull/862) docs: add scope resolving section ([@kazupon](https://togithub.com/kazupon)) - [#848](https://togithub.com/intlify/vue-i18n-next/pull/848) fix typo petitle-vue-i18n ([@ElenaTv](https://togithub.com/ElenaTv)) - [#839](https://togithub.com/intlify/vue-i18n-next/pull/839) doc: update package url ([@agoni1212](https://togithub.com/agoni1212)) - [#778](https://togithub.com/intlify/vue-i18n-next/pull/778) docs: improve doc of fall back warinings ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) - [#775](https://togithub.com/intlify/vue-i18n-next/pull/775) Fix typo in docs ([@Zauberbutter](https://togithub.com/Zauberbutter)) - [#773](https://togithub.com/intlify/vue-i18n-next/pull/773) feat(docs): add usage with Quasar CLI ([@rstoenescu](https://togithub.com/rstoenescu)) - [#772](https://togithub.com/intlify/vue-i18n-next/pull/772) fix: advanced/sfc - wrong definition of warning container ([@rstoenescu](https://togithub.com/rstoenescu)) - [#704](https://togithub.com/intlify/vue-i18n-next/pull/704) Fix typo `Stdio` for `Studio` ([@FMGordillo](https://togithub.com/FMGordillo)) - [#691](https://togithub.com/intlify/vue-i18n-next/pull/691) Fix typo in docs/guide/migration/breaking.md ([@ota-meshi](https://togithub.com/ota-meshi)) - [#664](https://togithub.com/intlify/vue-i18n-next/pull/664) Fixed a type in the Composition API documentation (it's -> its) ([@SeverityOne](https://togithub.com/SeverityOne)) - [#661](https://togithub.com/intlify/vue-i18n-next/pull/661) docs: fix typo dat"a"TimeFormats ([@tyankatsu0105](https://togithub.com/tyankatsu0105)) - [#655](https://togithub.com/intlify/vue-i18n-next/pull/655) docs: add support api mode for injection APIs ([@kazupon](https://togithub.com/kazupon)) - [#643](https://togithub.com/intlify/vue-i18n-next/pull/643) docs: update breaking changes section ([@kazupon](https://togithub.com/kazupon)) - [#640](https://togithub.com/intlify/vue-i18n-next/pull/640) added missing comma in code example in Advanced > Composition API ([@Topograph](https://togithub.com/Topograph)) - [#616](https://togithub.com/intlify/vue-i18n-next/pull/616) docs: typo in typescript.md ([@maiolica](https://togithub.com/maiolica)) - [#555](https://togithub.com/intlify/vue-i18n-next/pull/555) docs: add `defaultSFCLang` and `globalSFCScope` to sfc ([@userquin](https://togithub.com/userquin)) - [#549](https://togithub.com/intlify/vue-i18n-next/pull/549) Fix VueJS Syntax ([@MarianPohling](https://togithub.com/MarianPohling)) - [#484](https://togithub.com/intlify/vue-i18n-next/pull/484) Fix syntax error in quote example. ([@snuggs](https://togithub.com/snuggs)) - [#487](https://togithub.com/intlify/vue-i18n-next/pull/487) Add some tests about numberFormats ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) - [#582](https://togithub.com/intlify/vue-i18n-next/pull/582) docs: add typescript section to advanced ([@kazupon](https://togithub.com/kazupon)) ##### Contributers: 35 - Anatoly Kopyl ([@anatolykopyl](https://togithub.com/anatolykopyl)) - Ash Go ([@ashgo-x](https://togithub.com/ashgo-x)) - Fuqiao Xue ([@xfq](https://togithub.com/xfq)) - Gleb ([@fabretti](https://togithub.com/fabretti)) - Yue JIN ([@kingyue737](https://togithub.com/kingyue737)) - lazzzis ([@lazzzis](https://togithub.com/lazzzis)) - [@thomasschimbaeck](https://togithub.com/thomasschimbaeck) - 李洋 ([@liyangworld](https://togithub.com/liyangworld)) - Dominik Pschenitschni ([@dpschen](https://togithub.com/dpschen)) - Jesse Sousa ([@JesseSousa](https://togithub.com/JesseSousa)) - Johannes Noe ([@docnoe](https://togithub.com/docnoe)) - armin g jazi ([@armingjazi](https://togithub.com/armingjazi)) - [@littleboarx](https://togithub.com/littleboarx) - Magomed Chemurziev ([@ItMaga](https://togithub.com/ItMaga)) - [@AnPineau](https://togithub.com/AnPineau) - Elena Tverdokhlib ([@ElenaTv](https://togithub.com/ElenaTv)) - [@agoni1212](https://togithub.com/agoni1212) - Alexandre Bonaventure Geissmann ([@AlexandreBonaventure](https://togithub.com/AlexandreBonaventure)) - Lee ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) - Razvan Stoenescu ([@rstoenescu](https://togithub.com/rstoenescu)) - [@Zauberbutter](https://togithub.com/Zauberbutter) - Fabian Kranewitter ([@fabiankranewitter](https://togithub.com/fabiankranewitter)) - Facundo Martin Gordillo ([@FMGordillo](https://togithub.com/FMGordillo)) - Yosuke Ota ([@ota-meshi](https://togithub.com/ota-meshi)) - BaboonKing ([@baboon-king](https://togithub.com/baboon-king)) - Peter Korsten ([@SeverityOne](https://togithub.com/SeverityOne)) - tyankatsu ([@tyankatsu0105](https://togithub.com/tyankatsu0105)) - [@Topograph](https://togithub.com/Topograph) - Gualtiero ([@maiolica](https://togithub.com/maiolica)) - Yann Briançon ([@yannbriancon](https://togithub.com/yannbriancon)) - Marian Pohling ([@MarianPohling](https://togithub.com/MarianPohling)) - [@userquin](https://togithub.com/userquin) - Ahmid ([@snuggs](https://togithub.com/snuggs)) - [@noy4](https://togithub.com/noy4) - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.10`](https://togithub.com/intlify/vue-i18n-next/releases/tag/v9.1.10) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.9...v9.1.10) #### v9.1.10 (2022-05-01) ##### :zap: Improvement Features - `size-check-vue-i18n`, `vue-i18n` - [#997](https://togithub.com/intlify/vue-i18n-next/pull/997) improvement: esm-bundler warning ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.9`](https://togithub.com/intlify/vue-i18n-next/releases/tag/v9.1.9) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.8...v9.1.9) #### v9.1.9 (2021-10-06) ##### :bug: Bug Fixes - `vue-i18n` - [#723](https://togithub.com/intlify/vue-i18n-next/pull/723) fix: Built-in components bugs ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.8`](https://togithub.com/intlify/vue-i18n-next/releases/tag/v9.1.8) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.7...v9.1.8) #### v9.1.8 (2021-10-04) ##### :bug: Bug Fixes - `message-compiler`, `vue-i18n` - [#720](https://togithub.com/intlify/vue-i18n-next/pull/720) fix: bring bug fixes from v9.2.0-beta.11 ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.7`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v917-2021-07-13) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.6...v9.1.7) ##### :bug: Bug Fixes - `core-base` - [#570](https://togithub.com/intlify/vue-i18n-next/pull/570) fix: **INTLIFY_PROD_DEVTOOLS** is not defined ([#532](https://togithub.com/intlify/vue-i18n-next/issues/532)) ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.6`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v916-2021-04-15) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.5...v9.1.6) ##### :bug: Bug Fixes - `vue-i18n` - [#459](https://togithub.com/intlify/vue-i18n-next/pull/459) fix vue-i18n type definition broken ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.5`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v915-2021-04-15) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.4...v9.1.5) ##### :zap: Improvement Features - `vue-i18n` - [#453](https://togithub.com/intlify/vue-i18n-next/pull/453) Support passing composer instance to Translation component ([@andresberrios](https://togithub.com/andresberrios)) ##### Committers: 2 - Andrés Berríos ([@andresberrios](https://togithub.com/andresberrios)) - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.4`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v914-2021-04-11) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.3...v9.1.4) ##### :zap: Improvement Features - `core-base`, `devtools-if`, `vue-i18n` - [#450](https://togithub.com/intlify/vue-i18n-next/pull/450) experimental: fix devtools-if ([@kazupon](https://togithub.com/kazupon)) ##### :pencil: Documentation - [#449](https://togithub.com/intlify/vue-i18n-next/pull/449) Japanese translation (~essential) ([@noy4](https://togithub.com/noy4)) ##### Committers: 2 - [@noy4](https://togithub.com/noy4) - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.3`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v913-2021-04-09) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.2...v9.1.3) ##### :zap: Improvement Features - `core-base`, `vue-i18n` - [#446](https://togithub.com/intlify/vue-i18n-next/pull/446) experimental: improve meta for intlify devtools ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.2`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v912-2021-04-08) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.1...v9.1.2) ##### :bug: Bug Fixes - `vue-i18n` - [#441](https://togithub.com/intlify/vue-i18n-next/pull/441) fix: typing errors ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.1`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v911-2021-04-07) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.1.0...v9.1.1) ##### :bug: Bug Fixes - `vue-i18n` - [#436](https://togithub.com/intlify/vue-i18n-next/pull/436) fix: cannot defined feature flags accessing ([@kazupon](https://togithub.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.1.0`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v910-2021-04-07) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.0.0...v9.1.0) ##### :star: Features - `core-base`, `devtools-if`, `vue-i18n` - [#433](https://togithub.com/intlify/vue-i18n-next/pull/433) experimental: Hooking for `@intlify/devtools` ([@kazupon](https://togithub.com/kazupon)) - `core-base`, `vue-i18n` - [#411](https://togithub.com/intlify/vue-i18n-next/pull/411) feat: resolve locale message translation new API `rt` ([@kazupon](https://togithub.com/kazupon)) - `message-resolver`, `shared`, `vue-i18n` - [#402](https://togithub.com/intlify/vue-i18n-next/pull/402) Add support for flat json separated with dot('.') ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) - `vue-i18n` - [#386](https://togithub.com/intlify/vue-i18n-next/pull/386) feat: Vue I18n Data Editing at DevTools ([@kazupon](https://togithub.com/kazupon)) ##### :bug: Bug Fixes - `vue-i18n` - [#404](https://togithub.com/intlify/vue-i18n-next/pull/404) fix: suppress console for devtools flag ([@kazupon](https://togithub.com/kazupon)) - [#403](https://togithub.com/intlify/vue-i18n-next/pull/403) fix: cannot fallback at tm / $tm ([@kazupon](https://togithub.com/kazupon)) - [#374](https://togithub.com/intlify/vue-i18n-next/pull/374) fix: cannot warn fallback root ([@kazupon](https://togithub.com/kazupon)) - `message-compiler` - [#372](https://togithub.com/intlify/vue-i18n-next/pull/372) fix: cannot use underscore as indentifier ([@kazupon](https://togithub.com/kazupon)) ##### :zap: Improvement Features - `core-base`, `vue-i18n` - [#422](https://togithub.com/intlify/vue-i18n-next/pull/422) fix: Intl type definition for TS 4.2 ([@kazupon](https://togithub.com/kazupon)) - `core-base` - [#417](https://togithub.com/intlify/vue-i18n-next/pull/417) Coherent update from 'best-fit' to 'best fit' ([@ValdoGhafoor](https://togithub.com/ValdoGhafoor)) - `message-compiler`, `shared`, `vue-i18n` - [#397](https://togithub.com/intlify/vue-i18n-next/pull/397) fix: Support for browsers that don't support object spread literals ([@kazupon](https://togithub.com/kazupon)) - `vue-i18n` - [#387](https://togithub.com/intlify/vue-i18n-next/pull/387) improvement: Vue I18n Devtools plugin info ([@kazupon](https://togithub.com/kazupon)) - [#384](https://togithub.com/intlify/vue-i18n-next/pull/384) support suppress esm-bundler feature flags warning ([@kazupon](https://togithub.com/kazupon)) - [#368](https://togithub.com/intlify/vue-i18n-next/pull/368) improvement: upgrade vue devtools ([@kazupon](https://togithub.com/kazupon)) ##### :boom: Breaking Change - `core-base`, `size-check-vue-i18n`, `vue-i18n` - [#434](https://togithub.com/intlify/vue-i18n-next/pull/434) breaking: split devtools production feature flags ([@kazupon](https://togithub.com/kazupon)) To provide experimental features for `@intlify/devtools`, feature flags have been separated as follows. - `__VUE_I18N_PROD_DEVTOOLS__`: enable/disable vue-devtools support in production, default: false - `__INTLIFY_PROD_DEVTOOLS__`: enable/disable `@intlify/devtools` support in production, default: false Previously, `__INTLIFY_PROD_DEVTOOLS__` setting flagged the use of both vue-devtools and `@intlify/devtools` in production. In later v9.1, The feature flags for vue-devtools are now enabled/disabled by setting `__VUE_I18N_PROD_DEVTOOLS__`. ##### :pencil: Documentation - Other - [#420](https://togithub.com/intlify/vue-i18n-next/pull/420) Fix typos in Composition API page ([@FlandreDaisuki](https://togithub.com/FlandreDaisuki)) - [#406](https://togithub.com/intlify/vue-i18n-next/pull/406) Add easy-i18n as third-party tool ([@marhali](https://togithub.com/marhali)) - `vue-i18n` - [#370](https://togithub.com/intlify/vue-i18n-next/pull/370) Fix typo in docstring ([@kuanyen](https://togithub.com/kuanyen)) ##### Committers: 6 - Chun-Hao Lien ([@FlandreDaisuki](https://togithub.com/FlandreDaisuki)) - Lee ([@PeterAlfredLee](https://togithub.com/PeterAlfredLee)) - Marcel ([@marhali](https://togithub.com/marhali)) - Valdo Ghafoor ([@ValdoGhafoor](https://togithub.com/ValdoGhafoor)) - Yen Kuan ([@kuanyen](https://togithub.com/kuanyen)) - kazuya kawaguchi ([@kazupon](https://togithub.com/kazupon)) ### [`v9.0.0`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v900-2021-02-27) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/ac83e9b29755dadfc2369d00c3ca0b0346a2f8fe...v9.0.0) See the below link: https://blog.intlify.dev/posts/vue-i18n-9.html ### [`v8.27.2`](https://togithub.com/intlify/vue-i18n-next/compare/74ebab63c825e7cf4cabd47bb1133ea66f838d5f...ac83e9b29755dadfc2369d00c3ca0b0346a2f8fe) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/74ebab63c825e7cf4cabd47bb1133ea66f838d5f...ac83e9b29755dadfc2369d00c3ca0b0346a2f8fe)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.