Skip to content

Commit a660fe4

Browse files
Merge branch 'main' into renovate/typescript-6.x
2 parents 63085a7 + e775979 commit a660fe4

File tree

4 files changed

+118
-163
lines changed

4 files changed

+118
-163
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- # Required for the package command tests to work
5050
name: Set up Docker Buildx
51-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
51+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
5252

5353
- name: Test
5454
run: |

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/yargs": "^17.0.24",
5858
"@typescript-eslint/eslint-plugin": "^7.0.0",
5959
"@typescript-eslint/parser": "^7.0.0",
60-
"ava": "^6.0.1",
60+
"ava": "^7.0.0",
6161
"eslint": "^8.46.0",
6262
"eslint-config-prettier": "^9.0.0",
6363
"eslint-config-standard": "^17.1.0",
@@ -112,7 +112,7 @@
112112
"yargs": "^18.0.0"
113113
},
114114
"overrides": {
115-
"@vercel/nft": "1.3.2"
115+
"@vercel/nft": "1.5.0"
116116
},
117-
"packageManager": "pnpm@10.23.0"
117+
"packageManager": "pnpm@10.33.0"
118118
}

0 commit comments

Comments
 (0)