Skip to content

Commit e6a91cb

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

5 files changed

Lines changed: 277 additions & 277 deletions

File tree

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
run: |
1515
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1616
- name: Setup pnpm cache
17-
uses: actions/cache@v4.2.1
17+
uses: actions/cache@v4.2.2
1818
with:
1919
path: ${{ env.STORE_PATH }}
2020
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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.1.2
28+
uses: nrwl/nx-set-shas@v4.2.1
2929
with:
3030
main-branch-name: main
3131
- name: Run Checks

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@9.15.5",
8+
"packageManager": "pnpm@9.15.6",
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)