Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @formatjs/cli to v6 #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/preset-typescript": "7.26.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@formatjs/cli": "5.1.13",
"@formatjs/cli": "6.5.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
Expand Down
35 changes: 28 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -915,17 +915,38 @@ __metadata:
languageName: node
linkType: hard

"@formatjs/cli@npm:5.1.13":
version: 5.1.13
resolution: "@formatjs/cli@npm:5.1.13"
"@formatjs/cli@npm:6.5.1":
version: 6.5.1
resolution: "@formatjs/cli@npm:6.5.1"
peerDependencies:
"@vue/compiler-sfc": ^3.2.34
"@glimmer/env": ^0.1.7
"@glimmer/reference": ^0.91.1 || ^0.92.0 || ^0.93.0
"@glimmer/syntax": ^0.92.0 || ^0.93.0
"@glimmer/validator": ^0.92.0 || ^0.93.0
"@vue/compiler-core": ^3.4.0
content-tag: ^2.0.1 || ^3.0.0
ember-template-recast: ^6.1.4
vue: ^3.4.0
peerDependenciesMeta:
"@vue/compiler-sfc":
"@glimmer/env":
optional: true
"@glimmer/reference":
optional: true
"@glimmer/syntax":
optional: true
"@glimmer/validator":
optional: true
"@vue/compiler-core":
optional: true
content-tag:
optional: true
ember-template-recast:
optional: true
vue:
optional: true
bin:
formatjs: bin/formatjs
checksum: 790712c6d6479c7c039beb845ffa0acf402a0550464c5cd8c75bac8335002165d4ae8c4d6630e0fa23215aa29df62689f055d21c420aaf5a320ad1146fd120c7
checksum: 2c25bab6372c47c44749ce86daca215ff41072d9ab59f45f538da637859ff49283cb7b22c727998db39e325021a1cd459ee5424b050ceaba8fa6992c00f8271f
languageName: node
linkType: hard

Expand Down Expand Up @@ -1303,7 +1324,7 @@ __metadata:
"@babel/preset-typescript": 7.26.0
"@commitlint/cli": 19.6.1
"@commitlint/config-conventional": 19.6.0
"@formatjs/cli": 5.1.13
"@formatjs/cli": 6.5.1
"@semantic-release/changelog": 6.0.3
"@semantic-release/commit-analyzer": 9.0.2
"@semantic-release/git": 10.0.1
Expand Down
Loading