Skip to content

Commit df08c99

Browse files
chore(deps-dev): update development dependencies (#955)
* chore(deps-dev): update development dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update transitive dependencies Signed-off-by: Andrew Haines <[email protected]> * Close idle connections before stopping server nodejs/undici#3279 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 3757897 commit df08c99

File tree

5 files changed

+322
-314
lines changed

5 files changed

+322
-314
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/[email protected].1
20+
uses: bufbuild/[email protected].2
2121
with:
2222
github_token: ${{ github.token }}
2323

package.json

Lines changed: 7 additions & 7 deletions
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].2",
4+
"packageManager": "[email protected].4",
55
"engines": {
66
"node": "22.2.0",
7-
"pnpm": "9.1.2"
7+
"pnpm": "9.1.4"
88
},
99
"scripts": {
1010
"all:parallel": "concurrently --group --prefix=none",
@@ -51,18 +51,18 @@
5151
},
5252
"devDependencies": {
5353
"@arethetypeswrong/cli": "0.15.3",
54-
"@microsoft/api-documenter": "7.24.11",
55-
"@microsoft/api-extractor": "7.44.1",
54+
"@microsoft/api-documenter": "7.25.2",
55+
"@microsoft/api-extractor": "7.46.2",
5656
"@tsconfig/node18": "18.2.4",
5757
"@tsconfig/strictest": "2.0.5",
5858
"@types/node": "18.19.33",
59-
"@typescript-eslint/eslint-plugin": "7.10.0",
60-
"@typescript-eslint/parser": "7.10.0",
59+
"@typescript-eslint/eslint-plugin": "7.11.0",
60+
"@typescript-eslint/parser": "7.11.0",
6161
"concurrently": "8.2.2",
6262
"depcheck": "1.4.7",
6363
"eslint": "8.57.0",
6464
"eslint-plugin-import": "2.29.1",
65-
"eslint-plugin-tsdoc": "0.2.17",
65+
"eslint-plugin-tsdoc": "0.3.0",
6666
"prettier": "3.2.5",
6767
"prettier-plugin-pkg": "0.18.1",
6868
"ts-proto": "1.176.1",

0 commit comments

Comments
 (0)