Skip to content

Commit 49f8d4d

Browse files
chore(deps): update all non-major dependencies
1 parent aa5872c commit 49f8d4d

File tree

6 files changed

+526
-502
lines changed

6 files changed

+526
-502
lines changed

.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/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Tools
2626
uses: ./.github/setup
2727
- name: Get base and head commits for `nx affected`
28-
uses: nrwl/nx-set-shas@v4.3.3
28+
uses: nrwl/nx-set-shas@v4.4.0
2929
with:
3030
main-branch-name: main
3131
- name: Run Checks
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/[email protected].0
40+
uses: actions/[email protected].1
4141
with:
4242
fetch-depth: 0
4343
- name: Setup Tools
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout
54-
uses: actions/[email protected].0
54+
uses: actions/[email protected].1
5555
with:
5656
fetch-depth: 0
5757
- name: Check Provenance

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools

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.18.2",
8+
"packageManager": "pnpm@10.22.0",
99
"type": "module",
1010
"scripts": {
1111
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",

0 commit comments

Comments
 (0)