Skip to content

Commit c8026ec

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

5 files changed

Lines changed: 444 additions & 320 deletions

File tree

.github/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ runs:
66
- name: Setup pnpm
77
uses: pnpm/action-setup@v4.1.0
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/cache@v4.2.2
17+
uses: actions/cache@v4.2.3
1818
with:
1919
path: ${{ env.STORE_PATH }}
2020
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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/action@v1.4.9
34+
uses: changesets/action@v1.4.10
3535
with:
3636
version: pnpm run changeset:version
3737
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.6.2",
8+
"packageManager": "pnpm@10.6.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)