Skip to content

Commit

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

* Enable lockfile maintenance

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 Aug 19, 2024
1 parent dfdf0a5 commit 34895a1
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 131 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"schedule:weekly",
"workarounds:all"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchDepTypes": ["dependencies"],
Expand All @@ -21,6 +24,10 @@
"rangeStrategy": "pin",
"semanticCommitScope": "deps-dev"
},
{
"matchUpdateTypes": ["lockFileMaintenance"],
"semanticCommitScope": "deps-dev"
},
{
"matchDepTypes": ["engines", "packageManager"],
"matchFileNames": ["package.json"],
Expand Down
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.36.0
uses: bufbuild/buf-setup-action@v1.37.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].0",
"packageManager": "[email protected].1",
"engines": {
"node": "22.6.0",
"pnpm": "9.7.0"
"pnpm": "9.7.1"
},
"scripts": {
"all:parallel": "concurrently --group --prefix=none",
Expand Down Expand Up @@ -51,21 +51,21 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
"@microsoft/api-documenter": "7.25.10",
"@microsoft/api-extractor": "7.47.5",
"@microsoft/api-documenter": "7.25.11",
"@microsoft/api-extractor": "7.47.6",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "18.19.43",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@types/node": "18.19.44",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"concurrently": "8.2.2",
"depcheck": "1.4.7",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-tsdoc": "0.3.0",
"prettier": "3.3.3",
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "1.181.1",
"ts-proto": "1.181.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
}
Expand Down
Loading

0 comments on commit 34895a1

Please sign in to comment.