Skip to content

Commit 17887b9

Browse files
Merge branch 'main' into renovate/major-eslint-packages
2 parents da17816 + baddfad commit 17887b9

4 files changed

Lines changed: 9 additions & 9 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: 1 addition & 1 deletion
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",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node22/tsconfig.json",
2+
"extends": "@tsconfig/node24/tsconfig.json",
33
"compilerOptions": {
44
"lib": ["es2023"],
55
"allowJs": true,

0 commit comments

Comments
 (0)