Skip to content

Commit e17ab28

Browse files
chore(deps): update all non-major dependencies (#333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4575523 commit e17ab28

6 files changed

Lines changed: 215 additions & 231 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6.0.1
22+
uses: actions/checkout@v6.0.2
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Tools
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v6.0.1
38+
uses: actions/checkout@v6.0.2
3939
with:
4040
fetch-depth: 0
4141
- name: Setup Tools
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v6.0.1
52+
uses: actions/checkout@v6.0.2
5353
with:
5454
fetch-depth: 0
5555
- name: Check Provenance

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6.0.1
27+
uses: actions/checkout@v6.0.2
2828
with:
2929
fetch-depth: 0
3030
- name: Setup Tools
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm run test:ci
3434
- name: Run Changesets (version or publish)
3535
id: changesets
36-
uses: changesets/action@v1.5.3
36+
uses: changesets/action@v1.6.0
3737
with:
3838
version: pnpm run changeset:version
3939
publish: pnpm run changeset:publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/TanStack/config.git"
77
},
8-
"packageManager": "pnpm@10.28.0",
8+
"packageManager": "pnpm@10.28.1",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",

0 commit comments

Comments
 (0)