Skip to content

Commit 4c370b9

Browse files
Update development dependencies (#1427)
* Update development dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix lint errors Signed-off-by: Andrew Haines <haines@cerbos.dev> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Andrew Haines <haines@cerbos.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Haines <haines@cerbos.dev>
1 parent 9704f68 commit 4c370b9

13 files changed

Lines changed: 180 additions & 180 deletions

File tree

.github/actions/setup-node/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727

2828
steps:
2929
- name: Set up Node.js
30-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
30+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3131
with:
3232
node-version: ${{ inputs.node-version }}
3333
node-version-file: ${{ inputs.node-version == '' && '.node-version' || '' }}

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: pnpm run generate
5252

5353
- name: Check for uncommitted changes
54-
uses: cerbos/actions/check-repo-status@77f6019c58e3749bc035c696149309861302101f # main
54+
uses: cerbos/actions/check-repo-status@0dde32b217c6de288963059ed711ece80b9e99c5 # main
5555

5656
test-matrix:
5757
name: Generate test matrix
@@ -149,6 +149,6 @@ jobs:
149149
150150
- name: Notify Slack on failure
151151
if: failure() && github.event_name == 'schedule'
152-
uses: cerbos/actions/notify-slack@77f6019c58e3749bc035c696149309861302101f # main
152+
uses: cerbos/actions/notify-slack@0dde32b217c6de288963059ed711ece80b9e99c5 # main
153153
with:
154154
webhook-url: ${{ secrets.SLACK_CI_NOTIFICATIONS_WEBHOOK_URL }}

.github/workflows/publish-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Notify Slack on failure
4747
if: failure()
48-
uses: cerbos/actions/notify-slack@77f6019c58e3749bc035c696149309861302101f # main
48+
uses: cerbos/actions/notify-slack@0dde32b217c6de288963059ed711ece80b9e99c5 # main
4949
with:
5050
webhook-url: ${{ secrets.SLACK_CI_NOTIFICATIONS_WEBHOOK_URL }}
5151

@@ -66,6 +66,6 @@ jobs:
6666

6767
- name: Notify Slack on failure
6868
if: failure()
69-
uses: cerbos/actions/notify-slack@77f6019c58e3749bc035c696149309861302101f # main
69+
uses: cerbos/actions/notify-slack@0dde32b217c6de288963059ed711ece80b9e99c5 # main
7070
with:
7171
webhook-url: ${{ secrets.SLACK_CI_NOTIFICATIONS_WEBHOOK_URL }}

.github/workflows/publish-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434

3535
- name: Notify Slack on failure
3636
if: failure()
37-
uses: cerbos/actions/notify-slack@77f6019c58e3749bc035c696149309861302101f # main
37+
uses: cerbos/actions/notify-slack@0dde32b217c6de288963059ed711ece80b9e99c5 # main
3838
with:
3939
webhook-url: ${{ secrets.SLACK_CI_NOTIFICATIONS_WEBHOOK_URL }}

.github/workflows/update-protos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pnpm run generate
3232

3333
- name: Create pull request
34-
uses: cerbos/actions/create-pull-request@77f6019c58e3749bc035c696149309861302101f # main
34+
uses: cerbos/actions/create-pull-request@0dde32b217c6de288963059ed711ece80b9e99c5 # main
3535
with:
3636
client-id: ${{ secrets.CERBOS_BOT_CLIENT_ID }}
3737
private-key: ${{ secrets.CERBOS_BOT_PRIVATE_KEY }}
@@ -47,6 +47,6 @@ jobs:
4747
4848
- name: Notify Slack on failure
4949
if: failure()
50-
uses: cerbos/actions/notify-slack@77f6019c58e3749bc035c696149309861302101f # main
50+
uses: cerbos/actions/notify-slack@0dde32b217c6de288963059ed711ece80b9e99c5 # main
5151
with:
5252
webhook-url: ${{ secrets.SLACK_CI_NOTIFICATIONS_WEBHOOK_URL }}

.github/workflows/zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Run zizmor
30-
uses: cerbos/actions/lint-actions@77f6019c58e3749bc035c696149309861302101f # main
30+
uses: cerbos/actions/lint-actions@0dde32b217c6de288963059ed711ece80b9e99c5 # main

package.json

Lines changed: 4 additions & 4 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@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
4+
"packageManager": "pnpm@10.33.1+sha512.05ba3c1d5d1c18f68df06470d74055e62d41fc110a0c660db1b2dfb2785327f04cf0f68345d4609bc52089e7fa0343c31593b2f9594e2c5d5da426230acc9820",
55
"engines": {
66
"node": "25.9.0",
7-
"pnpm": "10.33.0"
7+
"pnpm": "10.33.1"
88
},
99
"scripts": {
1010
"all:parallel": "concurrently --group --prefix=none",
@@ -56,7 +56,7 @@
5656
"@tsconfig/node20": "20.1.9",
5757
"@tsconfig/strictest": "2.0.8",
5858
"@types/node": "20.19.39",
59-
"@types/web": "0.0.345",
59+
"@types/web": "0.0.347",
6060
"concurrently": "9.2.1",
6161
"depcheck": "1.4.7",
6262
"eslint": "9.39.4",
@@ -66,6 +66,6 @@
6666
"tsx": "4.21.0",
6767
"typedoc": "0.28.19",
6868
"typedoc-plugin-mdn-links": "5.1.1",
69-
"typescript": "6.0.2"
69+
"typescript": "6.0.3"
7070
}
7171
}

packages/core/src/convert/fromProtobuf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ export function translateEnum<
15381538
translate: Record<Enum[keyof Enum], Result | Unexpected>,
15391539
): Result {
15401540
if (value in translate) {
1541-
const result = translate[value] as Result | Unexpected;
1541+
const result: Result | Unexpected = translate[value];
15421542

15431543
if (!isUnexpected(result)) {
15441544
return result;

packages/hub/src/errors/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ export function errorCode(error: unknown): StatusNotOK {
101101
}
102102

103103
function connectCodeToStatus(code: Code): StatusNotOK {
104-
return code as number as StatusNotOK;
104+
return code as number as StatusNotOK; // eslint-disable-line @typescript-eslint/no-unnecessary-type-assertion -- https://github.com/typescript-eslint/typescript-eslint/issues/12271
105105
}

0 commit comments

Comments
 (0)