Skip to content

Commit ca297ae

Browse files
Merge branch 'main' into renovate/npm-uuid-vulnerability
2 parents 2624b37 + 9d9e89b commit ca297ae

4 files changed

Lines changed: 261 additions & 215 deletions

File tree

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
2020
permission-contents: write
2121
permission-pull-requests: write
22-
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
22+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2323
id: release
2424
with:
2525
token: ${{ steps.app-token.outputs.token }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"author": "cloudquery (https://github.com/cloudquery)",
5252
"devDependencies": {
5353
"@ava/typescript": "^6.0.0",
54-
"@tsconfig/node22": "^22.0.0",
54+
"@tsconfig/node24": "^24.0.0",
5555
"@types/semver": "^7.5.8",
5656
"@types/uuid": "^11.0.0",
5757
"@types/yargs": "^17.0.24",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-n": "^17.0.0",
6666
"eslint-plugin-prettier": "^5.0.0",
6767
"eslint-plugin-promise": "^7.0.0",
68-
"eslint-plugin-unicorn": "^63.0.0",
68+
"eslint-plugin-unicorn": "^64.0.0",
6969
"eslint-plugin-unused-imports": "^4.0.0",
7070
"typescript-eslint": "^8.0.0",
7171
"prettier": "^3.0.1",

0 commit comments

Comments
 (0)