Skip to content

Commit 5790220

Browse files
committed
chore: deps++
1 parent 7f40b02 commit 5790220

36 files changed

Lines changed: 598 additions & 731 deletions

File tree

.syncpackrc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,16 @@
3838
"strategy": "versionsByName"
3939
}
4040
},
41-
41+
"semverGroups": [
42+
{
43+
"range": "exact",
44+
"dependencies": ["typescript"]
45+
},
46+
{
47+
"range": "^",
48+
"dependencies": ["!typescript"]
49+
}
50+
],
4251
"versionGroups": [
4352
{
4453
"label": "Use workspace protocol when developing local packages",

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ bazel_dep(name = "aspect_rules_esbuild", version = "0.21.0")
4949

5050
######### TypeScript rules #########
5151

52-
bazel_dep(name = "aspect_rules_ts", version = "3.5.0")
52+
bazel_dep(name = "aspect_rules_ts", version = "3.5.1")
5353

5454
rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)
5555
rules_ts_ext.deps(
56+
ts_integrity = "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
5657
ts_version_from = "//:package.json",
5758
)
5859
use_repo(rules_ts_ext, "npm_typescript")

MODULE.bazel.lock

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

package.json

Lines changed: 35 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "formatjs-repo",
3+
"description": "This repository is the home of FormatJS and related libraries.",
34
"version": "1.0.0",
5+
"author": "Long Ho <holevietlong@gmail.com>",
46
"private": true,
5-
"description": "This repository is the home of FormatJS and related libraries.",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/formatjs/formatjs"
9-
},
107
"scripts": {
118
"build": "bazel build //...",
129
"deploy": "NO_UPDATE_NOTIFIER=1 DEPLOYMENT_BRANCH=main USE_SSH=true bazel run //website:deploy",
@@ -15,9 +12,9 @@
1512
"format": "bazel run //:format",
1613
"karma:ci": "bazel test :karma-ci",
1714
"karma:local": "bazel test :karma",
15+
"prepare": "husky && syncpack fix-mismatches && syncpack format",
1816
"prerelease": "HUSKY=0 lerna version --yes --no-private",
19-
"test": "bazel test //...",
20-
"prepare": "husky"
17+
"test": "syncpack lint && bazel test //..."
2118
},
2219
"devDependencies": {
2320
"@babel/core": "^7.25.9",
@@ -28,14 +25,14 @@
2825
"@babel/traverse": "^7.25.9",
2926
"@babel/types": "^7.25.9",
3027
"@bazel/bazelisk": "^1.22.1",
31-
"@bazel/ibazel": "~0.25.0",
28+
"@bazel/ibazel": "^0.25.0",
3229
"@bazel/runfiles": "^6.3.1",
3330
"@commitlint/cli": "^19.5.0",
3431
"@commitlint/config-angular": "^19.5.0",
3532
"@commitlint/config-angular-type-enum": "^19.5.0",
3633
"@glimmer/env": "^0.1.7",
3734
"@glimmer/reference": "^0.94.0",
38-
"@glimmer/syntax": "0.94.7",
35+
"@glimmer/syntax": "^0.94.9",
3936
"@glimmer/validator": "^0.94.0",
4037
"@jest/globals": "^29.7.0",
4138
"@jest/transform": "^29.7.0",
@@ -46,12 +43,12 @@
4643
"@swc/jest": "^0.2.36",
4744
"@testing-library/jest-dom": "^6.6.2",
4845
"@testing-library/react": "^16.0.1",
49-
"@types/aria-query": "5.0.4",
46+
"@types/aria-query": "^5.0.4",
5047
"@types/babel__core": "^7.20.5",
5148
"@types/babel__helper-plugin-utils": "^7.10.3",
5249
"@types/babel__traverse": "^7.20.6",
5350
"@types/benchmark": "^2.1.5",
54-
"@types/eslint": "9.6.1",
51+
"@types/eslint": "^9.6.1",
5552
"@types/estree": "^1.0.6",
5653
"@types/fs-extra": "^11.0.4",
5754
"@types/jest": "^29.5.14",
@@ -64,9 +61,9 @@
6461
"@types/regenerate": "^1.4.3",
6562
"@types/serialize-javascript": "^5.0.4",
6663
"@types/webpack": "^5.28.5",
67-
"@typescript-eslint/parser": "8.24.0",
68-
"@typescript-eslint/rule-tester": "8.24.0",
69-
"@typescript-eslint/utils": "8.24.0",
64+
"@typescript-eslint/parser": "^8.27.0",
65+
"@typescript-eslint/rule-tester": "^8.27.0",
66+
"@typescript-eslint/utils": "^8.27.0",
7067
"@unicode/unicode-13.0.0": "^1.6.0",
7168
"@vue/compiler-core": "^3.5.12",
7269
"@vue/compiler-dom": "^3.5.12",
@@ -86,11 +83,12 @@
8683
"content-tag": "^3.0.0",
8784
"decimal.js": "^10.4.3",
8885
"ember-template-recast": "^6.1.5",
89-
"eslint": "9.20.1",
86+
"eslint": "^9.23.0",
9087
"fast-glob": "^3.3.2",
9188
"fs-extra": "^11.2.0",
89+
"happy-dom": "^17.1.0",
9290
"http-server": "^14.1.1",
93-
"husky": "9",
91+
"husky": "^9",
9492
"jasmine-expect": "^5.0.0",
9593
"jest": "^29.7.0",
9694
"jest-cli": "^29.7.0",
@@ -101,14 +99,14 @@
10199
"karma-chrome-launcher": "^3.2.0",
102100
"karma-jasmine": "^5.1.0",
103101
"karma-jasmine-matchers": "^5.0.0",
104-
"karma-sauce-launcher": "4.3.6",
102+
"karma-sauce-launcher": "^4.3.6",
105103
"lint-staged": "^15.2.10",
106104
"lodash": "^4.17.21",
107-
"make-plural-compiler": "5.1.0",
105+
"make-plural-compiler": "^5.1.0",
108106
"minimist": "^1.2.8",
109107
"prettier": "^3.3.3",
110-
"react": "18",
111-
"react-dom": "18",
108+
"react": "^18",
109+
"react-dom": "^18",
112110
"regenerate": "^1.4.2",
113111
"regexpu-core": "^6.1.1",
114112
"serialize-javascript": "^6.0.2",
@@ -117,30 +115,24 @@
117115
"ts-loader": "^9.5.1",
118116
"tsd": "^0.31.2",
119117
"tslib": "^2.8.0",
120-
"typescript": "5.6.2",
118+
"typescript": "5.8.2",
121119
"unidiff": "^1.0.4",
122-
"vite": "6",
123-
"vitest": "3",
120+
"vite": "^6",
121+
"vitest": "^3",
124122
"vue": "^3.5.12",
125123
"vue-class-component": "8.0.0-rc.1",
126-
"vue-eslint-parser": "9.4.3",
124+
"vue-eslint-parser": "^9.4.3",
127125
"vue-loader": "^17.4.2",
128126
"webpack": "^5.95.0"
129127
},
130128
"devEngines": {
131129
"node": ">= 18.x",
132130
"npm": "6.x"
133131
},
134-
"resolutions": {
135-
"@glimmer/interfaces": "0.94.5",
136-
"@glimmer/syntax": "0.94.7",
137-
"eslint": "9.20.1",
138-
"react-dom": "18",
139-
"react": "18",
140-
"source-map-js": "1.2.1",
141-
"terser": "5.39.0",
142-
"typescript": "5.7.3"
132+
"lint-staged": {
133+
"*": "bazel run //:format"
143134
},
135+
"packageManager": "pnpm@10.4.1",
144136
"pnpm": {
145137
"onlyBuiltDependencies": [],
146138
"packageExtensions": {
@@ -175,12 +167,15 @@
175167
"@commitlint/rules": "patches/@commitlint__rules.patch"
176168
}
177169
},
178-
"lint-staged": {
179-
"*": "bazel run //:format"
180-
},
181-
"author": "Long Ho <holevietlong@gmail.com>",
182-
"packageManager": "pnpm@10.4.1",
183-
"dependencies": {
184-
"happy-dom": "^17.1.0"
170+
"repository": "formatjs/formatjs",
171+
"resolutions": {
172+
"@glimmer/interfaces": "0.94.5",
173+
"@glimmer/syntax": "0.94.7",
174+
"eslint": "9.20.1",
175+
"react": "18",
176+
"react-dom": "18",
177+
"source-map-js": "1.2.1",
178+
"terser": "5.39.0",
179+
"typescript": "5.7.3"
185180
}
186181
}
Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
{
22
"name": "babel-plugin-formatjs",
3-
"version": "10.5.35",
43
"description": "Extracts string messages for translation from modules that use formatjs.",
5-
"repository": {
6-
"type": "git",
7-
"url": "git+https://github.com/formatjs/formatjs.git"
8-
},
4+
"version": "10.5.35",
95
"license": "MIT",
10-
"main": "index.js",
11-
"types": "index.d.ts",
126
"author": "Long Ho <holevietlong@gmail.com>",
7+
"types": "index.d.ts",
138
"dependencies": {
149
"@babel/core": "^7.25.9",
1510
"@babel/helper-plugin-utils": "^7.25.9",
@@ -23,13 +18,13 @@
2318
"@types/babel__traverse": "^7.20.6",
2419
"tslib": "^2.8.0"
2520
},
21+
"bugs": "https://github.com/formatjs/formatjs/issues",
22+
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371",
23+
"homepage": "https://github.com/formatjs/formatjs#readme",
2624
"keywords": [
2725
"babel-plugin",
2826
"react-intl"
2927
],
30-
"bugs": {
31-
"url": "https://github.com/formatjs/formatjs/issues"
32-
},
33-
"homepage": "https://github.com/formatjs/formatjs#readme",
34-
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"
28+
"main": "index.js",
29+
"repository": "formatjs/formatjs.git"
3530
}

packages/cli-lib/package.json

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,12 @@
11
{
22
"name": "@formatjs/cli-lib",
3-
"version": "7.3.1",
43
"description": "Lib for CLI for formatjs.",
5-
"keywords": [
6-
"intl",
7-
"i18n",
8-
"internationalization",
9-
"locale",
10-
"localization",
11-
"globalization",
12-
"react",
13-
"react-intl",
14-
"reactjs",
15-
"format",
16-
"formatjs",
17-
"formatting",
18-
"translate",
19-
"translation",
20-
"cli"
21-
],
22-
"author": "Linjie Ding <linjie@airtable.com>",
23-
"homepage": "https://github.com/formatjs/formatjs",
4+
"version": "7.3.1",
245
"license": "MIT",
6+
"author": "Linjie Ding <linjie@airtable.com>",
257
"type": "module",
26-
"main": "lib_esnext/index.js",
27-
"repository": {
28-
"type": "git",
29-
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/formatjs/formatjs/issues"
8+
"engines": {
9+
"node": ">= 16"
3310
},
3411
"dependencies": {
3512
"@formatjs/icu-messageformat-parser": "workspace:*",
@@ -40,24 +17,44 @@
4017
"@types/json-stable-stringify": "^1.1.0",
4118
"@types/node": "^22.0.0",
4219
"chalk": "^4.1.2",
43-
"commander": "13",
20+
"commander": "^13",
4421
"fast-glob": "^3.3.2",
4522
"fs-extra": "^11.2.0",
4623
"json-stable-stringify": "^1.1.1",
47-
"loud-rejection": "2",
24+
"loud-rejection": "^2",
4825
"tslib": "^2.8.0",
49-
"typescript": "5.6.2"
26+
"typescript": "5.8.2"
5027
},
5128
"peerDependencies": {
5229
"@glimmer/env": "^0.1.7",
5330
"@glimmer/reference": "^0.94.0",
54-
"@glimmer/syntax": "0.94.7",
31+
"@glimmer/syntax": "^0.94.9",
5532
"@glimmer/validator": "^0.94.0",
5633
"@vue/compiler-core": "^3.5.12",
5734
"content-tag": "^3.0.0",
5835
"ember-template-recast": "^6.1.5",
5936
"vue": "^3.5.12"
6037
},
38+
"bugs": "https://github.com/formatjs/formatjs/issues",
39+
"homepage": "https://github.com/formatjs/formatjs",
40+
"keywords": [
41+
"cli",
42+
"format",
43+
"formatjs",
44+
"formatting",
45+
"globalization",
46+
"i18n",
47+
"internationalization",
48+
"intl",
49+
"locale",
50+
"localization",
51+
"react",
52+
"react-intl",
53+
"reactjs",
54+
"translate",
55+
"translation"
56+
],
57+
"main": "lib_esnext/index.js",
6158
"peerDependenciesMeta": {
6259
"vue": {
6360
"optional": true
@@ -84,7 +81,5 @@
8481
"optional": true
8582
}
8683
},
87-
"engines": {
88-
"node": ">= 16"
89-
}
84+
"repository": "formatjs/formatjs.git"
9085
}

0 commit comments

Comments
 (0)