Skip to content

Commit c36e79e

Browse files
committed
Update dependencies to latest versions
- Update vitest and related modules to 4.0.7 (major version bump) - Update @bufbuild/protobuf to 2.10.0 across all packages - Update @bufbuild/buf and @bufbuild/protoc-gen-es to 2.10.0 - Update @types/node to 24.10.0 - Update oxlint to 1.25.0 - Update turbo to 2.6.0 - Update xstate to 5.24.0 in @ydbjs/topic - Update zx to 8.8.5 All tests pass with updated dependencies
1 parent 08da2f9 commit c36e79e

File tree

9 files changed

+428
-1064
lines changed

9 files changed

+428
-1064
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"publish-packages": "turbo run clean build test attw && changeset version && changeset publish"
3131
},
3232
"dependencies": {
33-
"@types/node": "^24.0.7"
33+
"@types/node": "^24.10.0"
3434
},
3535
"devDependencies": {
36-
"@vitest/coverage-v8": "^3.2.4",
37-
"@vitest/ui": "^3.2.4",
38-
"oxlint": "^1.22.0",
36+
"@vitest/coverage-v8": "^4.0.7",
37+
"@vitest/ui": "^4.0.7",
38+
"oxlint": "^1.25.0",
3939
"prettier": "^3.6.2",
40-
"turbo": "^2.5.8",
40+
"turbo": "^2.6.0",
4141
"typescript": "^5.9.3",
42-
"vitest": "^3.2.4",
43-
"zx": "^8.8.4"
42+
"vitest": "^4.0.7",
43+
"zx": "^8.8.5"
4444
},
4545
"overrides": {
4646
"@grpc/proto-loader": "npm:dry-uninstall"

packages/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
"attw": "attw --pack --profile esm-only"
5959
},
6060
"dependencies": {
61-
"@bufbuild/protobuf": "2.9.0",
61+
"@bufbuild/protobuf": "2.10.0",
6262
"@grpc/grpc-js": "^1.14.0",
6363
"nice-grpc": "^2.1.13"
6464
},
6565
"devDependencies": {
66-
"@bufbuild/buf": "^1.58.0",
67-
"@bufbuild/protoc-gen-es": "^2.9.0"
66+
"@bufbuild/buf": "^1.59.0",
67+
"@bufbuild/protoc-gen-es": "^2.10.0"
6868
},
6969
"publishConfig": {
7070
"access": "public",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"attw": "attw --pack --profile esm-only"
4848
},
4949
"dependencies": {
50-
"@bufbuild/protobuf": "2.9.0",
50+
"@bufbuild/protobuf": "2.10.0",
5151
"@grpc/grpc-js": "^1.14.0",
5252
"@ydbjs/api": "6.0.4",
5353
"@ydbjs/debug": "6.0.4",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"attw": "attw --pack --profile esm-only"
4444
},
4545
"dependencies": {
46-
"@bufbuild/protobuf": "2.9.0",
46+
"@bufbuild/protobuf": "2.10.0",
4747
"@grpc/grpc-js": "^1.14.0",
4848
"@ydbjs/abortable": "6.0.4",
4949
"@ydbjs/api": "6.0.4",

packages/error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"attw": "attw --pack --profile esm-only"
4242
},
4343
"dependencies": {
44-
"@bufbuild/protobuf": "2.9.0",
44+
"@bufbuild/protobuf": "2.10.0",
4545
"@ydbjs/api": "6.0.4"
4646
},
4747
"publishConfig": {

packages/query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"attw": "attw --pack --profile esm-only"
4444
},
4545
"dependencies": {
46-
"@bufbuild/protobuf": "2.9.0",
46+
"@bufbuild/protobuf": "2.10.0",
4747
"@ydbjs/api": "6.0.4",
4848
"@ydbjs/core": "6.0.4",
4949
"@ydbjs/debug": "6.0.4",

packages/topic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"attw": "attw --pack --profile esm-only"
4747
},
4848
"dependencies": {
49-
"@bufbuild/protobuf": "2.9.0",
49+
"@bufbuild/protobuf": "2.10.0",
5050
"@ydbjs/api": "6.0.4",
5151
"@ydbjs/core": "6.0.4",
5252
"@ydbjs/debug": "6.0.4",
@@ -55,7 +55,7 @@
5555
"@ydbjs/value": "6.0.4",
5656
"ms": "^2.1.3",
5757
"nice-grpc": "^2.1.13",
58-
"xstate": "^5.23.0"
58+
"xstate": "^5.24.0"
5959
},
6060
"devDependencies": {
6161
"@types/ms": "^2.1.0"

packages/value/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"attw": "attw --pack --profile esm-only"
5353
},
5454
"dependencies": {
55-
"@bufbuild/protobuf": "2.9.0",
55+
"@bufbuild/protobuf": "2.10.0",
5656
"@date-fns/tz": "^1.4.1",
5757
"@ydbjs/api": "6.0.4",
5858
"date-fns": "^4.1.0",

0 commit comments

Comments
 (0)