Skip to content

Commit 099dabb

Browse files
chore(deps): update all non-major dependencies
1 parent cd06146 commit 099dabb

File tree

5 files changed

+385
-270
lines changed

5 files changed

+385
-270
lines changed

.github/setup/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ runs:
66
- name: Setup pnpm
77
uses: pnpm/[email protected]
88
- name: Setup Node
9-
uses: actions/setup-node@v4.2.0
9+
uses: actions/setup-node@v4.3.0
1010
with:
1111
node-version-file: .nvmrc
1212
- name: Get pnpm store directory
1313
shell: bash
1414
run: |
1515
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1616
- name: Setup pnpm cache
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818
with:
1919
path: ${{ env.STORE_PATH }}
2020
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Tests
3232
run: pnpm run test:ci
3333
- name: Run Changesets (version or publish)
34-
uses: changesets/[email protected].9
34+
uses: changesets/[email protected].10
3535
with:
3636
version: pnpm run changeset:version
3737
publish: pnpm run changeset:publish

package.json

+1-1
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": "[email protected].2",
8+
"packageManager": "[email protected].5",
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)