Skip to content

Commit a7f058e

Browse files
chore(deps): update all non-major dependencies (#275)
* chore(deps): update all non-major dependencies * Remove unused ts-expect-error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
1 parent c05d5ad commit a7f058e

9 files changed

Lines changed: 471 additions & 472 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.3
17+
uses: actions/cache@v4.2.4
1818
with:
1919
path: ${{ env.STORE_PATH }}
2020
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.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@v4.2.2
21+
uses: actions/checkout@v4.3.0
2222
- name: Setup Tools
2323
uses: ./.github/setup
2424
- name: Fix formatting

.github/workflows/pr.yml

Lines changed: 2 additions & 2 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@v4.2.2
22+
uses: actions/checkout@v4.3.0
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Tools
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4.2.2
40+
uses: actions/checkout@v4.3.0
4141
with:
4242
fetch-depth: 0
4343
- name: Setup Tools

.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/checkout@v4.2.2
26+
uses: actions/checkout@v4.3.0
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
link-workspace-packages=true
2-
prefer-workspace-packages=true
31
provenance=true

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.14.0",
8+
"packageManager": "pnpm@10.15.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",

packages/eslint-config/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const tanstackConfig = [
5050
languageOptions: {
5151
sourceType: 'module',
5252
ecmaVersion: 2020,
53-
// @ts-expect-error
5453
parser: tseslint.parser,
5554
parserOptions: {
5655
project: true,

0 commit comments

Comments
 (0)