Skip to content

Commit 0607b12

Browse files
chore(deps): update all non-major dependencies (#329)
* chore(deps): update all non-major dependencies * Fix types --------- 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 bf31201 commit 0607b12

File tree

8 files changed

+899
-763
lines changed

8 files changed

+899
-763
lines changed

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup pnpm
77
uses: pnpm/action-setup@v4.2.0
88
- name: Setup Node
9-
uses: actions/setup-node@v6.1.0
9+
uses: actions/setup-node@v6.2.0
1010
with:
1111
node-version-file: .nvmrc
1212
package-manager-cache: false

integrations/react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"isolatedModules": true,
2121
"skipLibCheck": true
2222
},
23-
"include": ["src", "tests", "vite.config.ts"]
23+
"include": ["src", "tests"]
2424
}

integrations/vanilla/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"isolatedModules": true,
2020
"skipLibCheck": true
2121
},
22-
"include": ["src", "tests", "vite.config.ts"]
22+
"include": ["src", "tests"]
2323
}

integrations/vue/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"isolatedModules": true,
2121
"skipLibCheck": true
2222
},
23-
"include": ["src", "tests", "vite.config.ts"]
23+
"include": ["src", "tests"]
2424
}

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.24.0",
8+
"packageManager": "pnpm@10.28.0",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",

packages/publish-config/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"compilerOptions": {
44
"checkJs": true
55
},
6-
"include": ["src", "*.config.*"]
6+
"include": ["src"]
77
}

0 commit comments

Comments
 (0)