Skip to content

Commit

Permalink
Update i18n packages and group them in renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Jan 6, 2025
1 parent 8c983ab commit bce1ab9
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 48 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
"typescript-eslint",
],
},
{
groupName: "i18n",
matchPackageNames: ["vue-i18n", "@nuxtjs/i18n", "@intlify{/,}**"],
},
{
matchPackageNames: ["/elasticsearch/", "/postgres/", "/redis/"],
matchManagers: ["docker-compose", "dockerfile"],
Expand Down
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
},
"devDependencies": {
"@babel/parser": "^7.24.8",
"@intlify/core": "10.0.5",
"@intlify/core-base": "10.0.5",
"@intlify/shared": "10.0.5",
"@intlify/core": "^11.0.1",
"@intlify/core-base": "^11.0.1",
"@intlify/shared": "^11.0.1",
"@nuxt/test-utils": "^3.15.1",
"@nuxtjs/i18n": "^9.1.0",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/storybook": "8.3.2",
"@playwright/test": "1.49.1",
"@storybook-vue/nuxt": "8.3.2",
Expand All @@ -113,7 +113,7 @@
"vitest": "^2.1.4",
"vitest-dom": "^0.1.1",
"vue": "^3.5.13",
"vue-i18n": "10.0.5",
"vue-i18n": "^11.0.1",
"vue-router": "^4.4.5",
"vue-tsc": "2.2.0"
},
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
"overrides": {
"nitropack": "~2.9.7",
"vite": "^6.0.1",
"@intlify/core-base": "10.0.5",
"@intlify/message-compiler": "10.0.5",
"@intlify/shared": "10.0.5",
"@vercel/nft": "^0.27.4",
"@vue/compiler-sfc": "3.5.13"
"@vercel/nft": "^0.27.4"
}
}
}
157 changes: 119 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bce1ab9

Please sign in to comment.