Skip to content

Commit 26def64

Browse files
authored
chore: upgrade crowdin CLI to v5 (facebook#12403)
1 parent 23e6a41 commit 26def64

4 files changed

Lines changed: 80 additions & 84 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@ai-sdk/react": "^3.0.177",
76-
"@crowdin/cli": "^4.14.2",
76+
"@crowdin/cli": "^5.0.1",
7777
"@docusaurus/eslint-plugin": "3.10.1",
7878
"@docusaurus/plugin-content-blog": "3.10.1",
7979
"@docusaurus/plugin-content-docs": "3.10.1",

pnpm-lock.yaml

Lines changed: 76 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ minimumReleaseAgeExclude:
3030
- tar@7.5.16
3131
- pnpm
3232
- '@rspack/*'
33+
- '@crowdin/*'
3334

3435
trustPolicy: no-downgrade
3536
trustPolicyIgnoreAfter: 525600 # ignore packages published 1+ year ago
@@ -38,6 +39,7 @@ trustPolicyExclude:
3839
- '@trickfilm400/rollup-plugin-off-main-thread@3.0.0-pre1'
3940
- 'browserslist-load-config@1.0.2'
4041
- '@vercel/detect-agent@1.2.5' # See https://github.com/vercel/vercel/issues/17408
42+
- '@crowdin/cli@5.0.1' # Moved from staged to trusted publishing :s
4143

4244
trustLockfile: false
4345
blockExoticSubdeps: true

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typecheck": "tsc"
3838
},
3939
"dependencies": {
40-
"@crowdin/cli": "^4.14.2",
40+
"@crowdin/cli": "^5.0.1",
4141
"@crowdin/crowdin-api-client": "^1.55.1",
4242
"@docusaurus/core": "3.10.1",
4343
"@docusaurus/logger": "3.10.1",

0 commit comments

Comments
 (0)