Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies (#939)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and haines authored Apr 29, 2024
1 parent c9294c8 commit e530a57
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Buf
uses: bufbuild/buf-setup-action@v1.30.1
uses: bufbuild/buf-setup-action@v1.31.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Validate pull request title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
- uses: amannn/action-semantic-pull-request@v5.5.2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cerbos-sdk-javascript",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"engines": {
"node": "21.7.3",
"pnpm": "9.0.4"
"pnpm": "9.0.6"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "18.19.31",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"concurrently": "8.2.2",
"depcheck": "1.4.7",
"eslint": "8.57.0",
Expand All @@ -65,7 +65,7 @@
"prettier": "3.2.5",
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "1.172.0",
"tsx": "4.7.2",
"tsx": "4.7.3",
"typescript": "5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@types/react": "18.2.79",
"eslint-plugin-react-hooks": "4.6.0"
"@types/react": "18.3.0",
"eslint-plugin-react-hooks": "4.6.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/use-cerbos-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function useCerbosRequest<Method extends Methods>(
}
});

return () => {
return (): void => {
abortController.abort();
};
}, [load, bundle]);
Expand Down
Loading

0 comments on commit e530a57

Please sign in to comment.