Skip to content

Commit 8884ec0

Browse files
chore(deps-dev): update development dependencies (#1075)
* chore(deps-dev): update development dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix lint errors Signed-off-by: Andrew Haines <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Andrew Haines <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Haines <[email protected]>
1 parent ff2fb4d commit 8884ec0

File tree

8 files changed

+179
-186
lines changed

8 files changed

+179
-186
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Install Buf
25-
uses: bufbuild/buf-setup-action@v1.49.0
25+
uses: bufbuild/buf-setup-action@v1.50.0
2626
with:
2727
github_token: ${{ github.token }}
2828

.github/workflows/update-protos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install Buf
17-
uses: bufbuild/buf-setup-action@v1.49.0
17+
uses: bufbuild/buf-setup-action@v1.50.0
1818
with:
1919
github_token: ${{ github.token }}
2020

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cerbos-sdk-javascript",
33
"private": true,
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].4",
55
"engines": {
66
"node": "23.6.0",
7-
"pnpm": "9.15.3"
7+
"pnpm": "9.15.4"
88
},
99
"scripts": {
1010
"all:parallel": "concurrently --group --prefix=none",
@@ -51,18 +51,18 @@
5151
"test:servers:stop": "pnpm run --filter=./private/test test:servers:stop"
5252
},
5353
"devDependencies": {
54-
"@arethetypeswrong/cli": "0.17.2",
55-
"@eslint/js": "9.17.0",
54+
"@arethetypeswrong/cli": "0.17.3",
55+
"@eslint/js": "9.18.0",
5656
"@microsoft/api-documenter": "7.26.5",
5757
"@microsoft/api-extractor": "7.49.1",
5858
"@tsconfig/node18": "18.2.4",
5959
"@tsconfig/strictest": "2.0.5",
6060
"@types/eslint__js": "8.42.3",
61-
"@types/node": "18.19.70",
62-
"@vitest/eslint-plugin": "1.1.24",
61+
"@types/node": "18.19.71",
62+
"@vitest/eslint-plugin": "1.1.25",
6363
"concurrently": "9.1.2",
6464
"depcheck": "1.4.7",
65-
"eslint": "9.17.0",
65+
"eslint": "9.18.0",
6666
"eslint-plugin-import": "2.31.0",
6767
"eslint-plugin-react-hooks": "5.1.0",
6868
"eslint-plugin-tsdoc": "0.4.0",
@@ -71,6 +71,6 @@
7171
"ts-proto": "2.6.1",
7272
"tsx": "4.19.2",
7373
"typescript": "5.7.3",
74-
"typescript-eslint": "8.19.1"
74+
"typescript-eslint": "8.20.0"
7575
}
7676
}

packages/http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"qs": "^6.13.1"
5555
},
5656
"devDependencies": {
57-
"@types/qs": "6.9.17"
57+
"@types/qs": "6.9.18"
5858
},
5959
"publishConfig": {
6060
"access": "public",

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"use-deep-compare-effect": "^1.8.1"
5757
},
5858
"devDependencies": {
59-
"@types/react": "19.0.4"
59+
"@types/react": "19.0.7"
6060
},
6161
"publishConfig": {
6262
"access": "public",

0 commit comments

Comments
 (0)