Update dependency vue-i18n to v11.2.8 (#440)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-01 00:40:49 +08:00
committed by GitHub
parent a5afffd439
commit 8a4e4d02eb

View File

@@ -2771,13 +2771,13 @@
"@intlify/message-compiler" "10.0.8"
"@intlify/shared" "10.0.8"
"@intlify/core-base@11.2.7":
version "11.2.7"
resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-11.2.7.tgz#7d10a7b8292ac0c7e0de7675f221845018a75b94"
integrity sha512-+Ra9I/LAzXDnmv/IrTO03WMCiLya7pHRmGJvNl9fKwx/W4REJ0xaMk2PxCRqnxcBsX443amEMdebQ3R1geiuIw==
"@intlify/core-base@11.2.8":
version "11.2.8"
resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-11.2.8.tgz#083551bdd79b415476f282ded84f5ddc5fad75c1"
integrity sha512-nBq6Y1tVkjIUsLsdOjDSJj4AsjvD0UG3zsg9Fyc+OivwlA/oMHSKooUy9tpKj0HqZ+NWFifweHavdljlBLTwdA==
dependencies:
"@intlify/message-compiler" "11.2.7"
"@intlify/shared" "11.2.7"
"@intlify/message-compiler" "11.2.8"
"@intlify/shared" "11.2.8"
"@intlify/message-compiler@10.0.8":
version "10.0.8"
@@ -2787,7 +2787,15 @@
"@intlify/shared" "10.0.8"
source-map-js "^1.0.2"
"@intlify/message-compiler@11.2.7", "@intlify/message-compiler@^11.1.12":
"@intlify/message-compiler@11.2.8":
version "11.2.8"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-11.2.8.tgz#3d967c07a36a8d6060730c1d3a2d40e3caaf07b3"
integrity sha512-A5n33doOjmHsBtCN421386cG1tWp5rpOjOYPNsnpjIJbQ4POF0QY2ezhZR9kr0boKwaHjbOifvyQvHj2UTrDFQ==
dependencies:
"@intlify/shared" "11.2.8"
source-map-js "^1.0.2"
"@intlify/message-compiler@^11.1.12":
version "11.2.7"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-11.2.7.tgz#82d01758c69be5096bea7c8709a3eeba2f607214"
integrity sha512-TFamC+GzJAotAFwUNvbtRVBgvuSn2nCwKNresmPUHv3IIVMmXJt7QQJj/DORI1h8hs46ZF6L0Fs2xBohSOE4iQ==
@@ -2805,6 +2813,11 @@
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-11.2.7.tgz#68da9441c518f52fda18645bd76021c975f9acd9"
integrity sha512-uvlkvc/0uQ4FDlHQZccpUnmcOwNcaI3i+69ck2YJ+GqM35AoVbuS63b+YfirV4G0SZh64Ij2UMcFRMmB4nr95w==
"@intlify/shared@11.2.8":
version "11.2.8"
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-11.2.8.tgz#30815afda2acd859cefdbb97cf59e7f819f32611"
integrity sha512-l6e4NZyUgv8VyXXH4DbuucFOBmxLF56C/mqh2tvApbzl2Hrhi1aTDcuv5TKdxzfHYmpO3UB0Cz04fgDT9vszfw==
"@intlify/unplugin-vue-i18n@^11.0.3":
version "11.0.3"
resolved "https://registry.yarnpkg.com/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-11.0.3.tgz#522d324ded6c30d060559f6481bf4c5243928949"
@@ -12113,12 +12126,12 @@ vue-i18n@^10.0.0:
"@vue/devtools-api" "^6.5.0"
vue-i18n@^11.2.7:
version "11.2.7"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-11.2.7.tgz#a2ccb756ab6ad202a5ab24f0ecf31983213be7cd"
integrity sha512-LPv8bAY5OA0UvFEXl4vBQOBqJzRrlExy92tWgRuwW7tbykHf7CH71G2Y4TM2OwGcIS4+hyqKHS2EVBqaYwPY9Q==
version "11.2.8"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-11.2.8.tgz#f431b583134776dcf59e59250c5231e4eaed8404"
integrity sha512-vJ123v/PXCZntd6Qj5Jumy7UBmIuE92VrtdX+AXr+1WzdBHojiBxnAxdfctUFL+/JIN+VQH4BhsfTtiGsvVObg==
dependencies:
"@intlify/core-base" "11.2.7"
"@intlify/shared" "11.2.7"
"@intlify/core-base" "11.2.8"
"@intlify/shared" "11.2.8"
"@vue/devtools-api" "^6.5.0"
vue-router@^4.6.4: