Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies (#955)
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>

* 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]>
  • Loading branch information
renovate[bot] and haines authored Jun 3, 2024
1 parent 3757897 commit df08c99
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 314 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/[email protected].1
uses: bufbuild/[email protected].2
with:
github_token: ${{ github.token }}

Expand Down
14 changes: 7 additions & 7 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].2",
"packageManager": "[email protected].4",
"engines": {
"node": "22.2.0",
"pnpm": "9.1.2"
"pnpm": "9.1.4"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -51,18 +51,18 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@microsoft/api-documenter": "7.24.11",
"@microsoft/api-extractor": "7.44.1",
"@microsoft/api-documenter": "7.25.2",
"@microsoft/api-extractor": "7.46.2",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "18.19.33",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"concurrently": "8.2.2",
"depcheck": "1.4.7",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-tsdoc": "0.3.0",
"prettier": "3.2.5",
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "1.176.1",
Expand Down
Loading

0 comments on commit df08c99

Please sign in to comment.