Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies (#1075)
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 Jan 20, 2025
1 parent ff2fb4d commit 8884ec0
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-protos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
16 changes: 8 additions & 8 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].3",
"packageManager": "[email protected].4",
"engines": {
"node": "23.6.0",
"pnpm": "9.15.3"
"pnpm": "9.15.4"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -51,18 +51,18 @@
"test:servers:stop": "pnpm run --filter=./private/test test:servers:stop"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@eslint/js": "9.17.0",
"@arethetypeswrong/cli": "0.17.3",
"@eslint/js": "9.18.0",
"@microsoft/api-documenter": "7.26.5",
"@microsoft/api-extractor": "7.49.1",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/eslint__js": "8.42.3",
"@types/node": "18.19.70",
"@vitest/eslint-plugin": "1.1.24",
"@types/node": "18.19.71",
"@vitest/eslint-plugin": "1.1.25",
"concurrently": "9.1.2",
"depcheck": "1.4.7",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-tsdoc": "0.4.0",
Expand All @@ -71,6 +71,6 @@
"ts-proto": "2.6.1",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1"
"typescript-eslint": "8.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"qs": "^6.13.1"
},
"devDependencies": {
"@types/qs": "6.9.17"
"@types/qs": "6.9.18"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@types/react": "19.0.4"
"@types/react": "19.0.7"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 8884ec0

Please sign in to comment.