Skip to content

Commit c4729b6

Browse files
a-klosrenovate-bot
andauthored
chore(deps): update dependency @intlify/unplugin-vue-i18n to v6 (#70)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@intlify/unplugin-vue-i18n](https://redirect.github.com/intlify/bundle-tools/blob/main/packages/unplugin-vue-i18n/README.md) ([source](https://redirect.github.com/intlify/bundle-tools/tree/HEAD/packages/unplugin-vue-i18n)) | [`^2.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@intlify%2funplugin-vue-i18n/2.0.0/6.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@intlify%2funplugin-vue-i18n/6.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@intlify%2funplugin-vue-i18n/2.0.0/6.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>intlify/bundle-tools (@&#8203;intlify/unplugin-vue-i18n)</summary> ### [`v6.0.3`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n603-2024-12-30) ##### ⚡ Improvement Features - [#&#8203;432](https://redirect.github.com/intlify/bundle-tools/pull/432) fix(unplugin-vue-i18n): unmet peer `@intlify/shared` and `vue-i18n` ([@&#8203;NaokiHaba](https://redirect.github.com/NaokiHaba)) ##### Committers: 1 - Naoki Haba ([@&#8203;NaokiHaba](https://redirect.github.com/NaokiHaba)) ### [`v6.0.2`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n602-2024-12-21) ##### ⚡ Improvement Features - [#&#8203;428](https://redirect.github.com/intlify/bundle-tools/pull/428) fix: only return transform for vue files ([@&#8203;BobbieGoede](https://redirect.github.com/BobbieGoede)) ##### Committers: 1 - Bobbie Goede ([@&#8203;BobbieGoede](https://redirect.github.com/BobbieGoede)) ### [`v6.0.1`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n601-2024-12-06) ##### ⚡ Improvement Features - [#&#8203;421](https://redirect.github.com/intlify/bundle-tools/pull/421) fix(unplugin-vue-i18n): check for vue compiler in directive transform hook ([@&#8203;userquin](https://redirect.github.com/userquin)) ##### Committers: 1 - Joaquín Sánchez ([@&#8203;userquin](https://redirect.github.com/userquin)) ### [`v6.0.0`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n600-2024-11-16) ##### ⭐ Features - [#&#8203;418](https://redirect.github.com/intlify/bundle-tools/pull/418) feat!: move packages to ESM first ([@&#8203;userquin](https://redirect.github.com/userquin)) ##### Committers: 1 - Joaquín Sánchez ([@&#8203;userquin](https://redirect.github.com/userquin)) ### [`v5.3.1`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n531-2024-11-10) ##### 🐛 Bug Fixes - [#&#8203;414](https://redirect.github.com/intlify/bundle-tools/pull/414) fix(unplugin-vue-i18n): don't analyze identifiers in vue files when using `pug/jsx/tsx` languages ([@&#8203;userquin](https://redirect.github.com/userquin)) ##### Committers: 1 - Joaquín Sánchez ([@&#8203;userquin](https://redirect.github.com/userquin)) ### [`v5.3.0`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n530-2024-11-09) ##### 🐛 Bug Fixes - [#&#8203;413](https://redirect.github.com/intlify/bundle-tools/pull/413) fix(unplugin-vue-i18n): remove directives plugin warnings on SSR build ([@&#8203;userquin](https://redirect.github.com/userquin)) ##### Committers: 2 - Joaquín Sánchez ([@&#8203;userquin](https://redirect.github.com/userquin)) - kazuya kawaguchi ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ### [`v5.2.0`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n520-2024-09-22) ##### ⭐ Features - [#&#8203;394](https://redirect.github.com/intlify/bundle-tools/pull/394) feat(unplugin-vue-i18n): support `module` option ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ### [`v5.1.0`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n510-2024-09-22) ##### ⭐ Features - [#&#8203;394](https://redirect.github.com/intlify/bundle-tools/pull/394) feat(unplugin-vue-i18n): support `module` option ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ### [`v5.0.0`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n500-beta5-2024-08-30) ##### ⚡ Improvement Features - [#&#8203;390](https://redirect.github.com/intlify/bundle-tools/pull/390) fix(unplugin-vue-i18n): plugin option made be optional ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ### [`v4.0.0`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n400-2024-03-26) [Compare Source](https://redirect.github.com/intlify/bundle-tools/compare/37fe89044985fb9b6e8eaa838ddcf29337428523...119b12d651a5ff100df149e11666ffe586d4a84b) ##### ⚡ Improvement Features - [#&#8203;355](https://redirect.github.com/intlify/bundle-tools/pull/355) fix: upgrade bundle/utils deps version ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ### [`v3.0.1`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n301-2024-03-08) [Compare Source](https://redirect.github.com/intlify/bundle-tools/compare/e83a9aa7ae47e9bbde9f75b98bc5fd2d3d7e676d...37fe89044985fb9b6e8eaa838ddcf29337428523) ##### 🐛 Bug Fixes - [#&#8203;350](https://redirect.github.com/intlify/bundle-tools/pull/350) Fix vueVersion warning ([@&#8203;yenche123](https://redirect.github.com/yenche123)) ##### Committers: 1 - Tsui Yen-Che ([@&#8203;yenche123](https://redirect.github.com/yenche123)) ### [`v3.0.0`](https://redirect.github.com/intlify/bundle-tools/blob/HEAD/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n300-2024-03-07) [Compare Source](https://redirect.github.com/intlify/bundle-tools/compare/23124424276451b9395c55ef5ba7a5d8875d15c3...e83a9aa7ae47e9bbde9f75b98bc5fd2d3d7e676d) ##### ⚡ Improvement Features - [#&#8203;349](https://redirect.github.com/intlify/bundle-tools/pull/349) breaking(unplugin-vue-i18n): deprecate around some options for Vue 2 ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ##### ⚠️ Deprecated Features - [#&#8203;349](https://redirect.github.com/intlify/bundle-tools/pull/349) breaking(unplugin-vue-i18n): deprecate around some options for Vue 2 ([@&#8203;kazupon](https://redirect.github.com/kazupon)) ##### Committers: 1 - kazuya kawaguchi ([@&#8203;kazupon](https://redirect.github.com/kazupon)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" in timezone UTC, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMCIsInRhcmdldEJyYW5jaCI6ImRlcHMtbWFpbiIsImxhYmVscyI6WyJtYWpvci11cGRhdGUiLCJub2RlanMiXX0=--> --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 2582d8b commit c4729b6

10 files changed

Lines changed: 2008 additions & 1633 deletions

File tree

infrastructure/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

infrastructure/.github/workflows/semantic-release.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

infrastructure/rag/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ backend:
7575
image:
7676
repository: ghcr.io/stackitcloud/rag-template/mcp-server
7777
pullPolicy: Always
78-
tag: "latest"
78+
tag: "v2.2.2"
7979

8080
name: backend
8181
replicaCount: 1
8282

8383
image:
8484
repository: ghcr.io/stackitcloud/rag-template/rag-backend
8585
pullPolicy: Always
86-
tag: "latest"
86+
tag: "v2.2.2"
8787

8888
command:
8989
- "poetry"
@@ -221,7 +221,7 @@ frontend:
221221
image:
222222
repository: ghcr.io/stackitcloud/rag-template/frontend
223223
pullPolicy: Always
224-
tag: "latest"
224+
tag: "v2.2.2"
225225

226226
service:
227227
type: ClusterIP
@@ -256,7 +256,7 @@ adminBackend:
256256
image:
257257
repository: ghcr.io/stackitcloud/rag-template/admin-backend
258258
pullPolicy: Always
259-
tag: "latest"
259+
tag: "v2.2.2"
260260

261261
command:
262262
- "poetry"
@@ -336,7 +336,7 @@ extractor:
336336
image:
337337
repository: ghcr.io/stackitcloud/rag-template/document-extractor
338338
pullPolicy: Always
339-
tag: "latest"
339+
tag: "v2.2.2"
340340

341341
command:
342342
- "poetry"
@@ -384,7 +384,7 @@ adminFrontend:
384384
image:
385385
repository: ghcr.io/stackitcloud/rag-template/admin-frontend
386386
pullPolicy: Always
387-
tag: "latest"
387+
tag: "v2.2.2"
388388

389389
service:
390390
type: ClusterIP

libs/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

libs/.github/workflows/lint-and-test.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

libs/.github/workflows/semantic-release.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)