Skip to content

Commit 0236ea1

Browse files
authored
Merge branch 'main' into renovate/pnpm-action-setup-6.x
2 parents f7f125a + f9a7fae commit 0236ea1

3 files changed

Lines changed: 159 additions & 159 deletions

File tree

.github/workflows/versioning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
actions-tagger:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
15-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
1616
with:
1717
script: |
1818
const { default: updateMajorTag } = await import('${{ github.workspace }}/.github/scripts/update-major-tag.js');

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"@types/node": "24.12.2",
4444
"@types/pg": "8.20.0",
4545
"@types/semver": "7.7.1",
46-
"@typescript-eslint/eslint-plugin": "8.57.2",
47-
"@typescript-eslint/parser": "8.57.2",
46+
"@typescript-eslint/eslint-plugin": "8.59.0",
47+
"@typescript-eslint/parser": "8.59.0",
4848
"@vercel/ncc": "0.38.4",
49-
"eslint": "10.1.0",
49+
"eslint": "10.2.1",
5050
"eslint-config-prettier": "10.1.8",
5151
"eslint-plugin-n": "17.24.0",
5252
"eslint-plugin-prettier": "5.5.5",
5353
"husky": "^9.0.11",
5454
"prettier": "3.8.3",
55-
"typescript": "6.0.2"
55+
"typescript": "6.0.3"
5656
},
5757
"packageManager": "pnpm@10.33.2"
5858
}

0 commit comments

Comments
 (0)