Skip to content

Commit 2730b40

Browse files
chore(deps-dev): update development dependencies (#996)
* 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]> * Revert to Node.js 22.6.0 nodejs/node#54524 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 5ecc0e3 commit 2730b40

File tree

6 files changed

+122
-118
lines changed

6 files changed

+122
-118
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Install Buf
20-
uses: bufbuild/buf-setup-action@v1.38.0
20+
uses: bufbuild/buf-setup-action@v1.39.0
2121
with:
2222
github_token: ${{ github.token }}
2323

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cerbos-sdk-javascript",
33
"private": true,
4-
"packageManager": "pnpm@9.8.0",
4+
"packageManager": "pnpm@9.9.0",
55
"engines": {
66
"node": "22.6.0",
7-
"pnpm": "9.8.0"
7+
"pnpm": "9.9.0"
88
},
99
"scripts": {
1010
"all:parallel": "concurrently --group --prefix=none",
@@ -55,9 +55,9 @@
5555
"@microsoft/api-extractor": "7.47.7",
5656
"@tsconfig/node18": "18.2.4",
5757
"@tsconfig/strictest": "2.0.5",
58-
"@types/node": "18.19.45",
59-
"@typescript-eslint/eslint-plugin": "8.2.0",
60-
"@typescript-eslint/parser": "8.2.0",
58+
"@types/node": "18.19.47",
59+
"@typescript-eslint/eslint-plugin": "8.3.0",
60+
"@typescript-eslint/parser": "8.3.0",
6161
"concurrently": "8.2.2",
6262
"depcheck": "1.4.7",
6363
"eslint": "8.57.0",
@@ -66,7 +66,7 @@
6666
"prettier": "3.3.3",
6767
"prettier-plugin-pkg": "0.18.1",
6868
"ts-proto": "2.0.3",
69-
"tsx": "4.17.0",
69+
"tsx": "4.19.0",
7070
"typescript": "5.5.4"
7171
}
7272
}

packages/core/src/convert/fromProtobuf.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/no-deprecated */
2+
13
import type {
24
AuditTrail as AuditTrailProtobuf,
35
DecisionLogEntry as DecisionLogEntryProtobuf,

packages/core/src/convert/toProtobuf.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/no-deprecated */
2+
13
import { v4 as uuidv4 } from "uuid";
24

35
import { Effect as EffectProtobuf } from "../protobuf/cerbos/effect/v1/effect";

0 commit comments

Comments
 (0)