Skip to content

Commit 7c9c517

Browse files
Fix knip
1 parent b355855 commit 7c9c517

6 files changed

Lines changed: 7 additions & 294 deletions

File tree

.github/comment-on-release/README.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

.github/comment-on-release/action.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/comment-on-release/comment-on-release.ts

Lines changed: 0 additions & 184 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7777
- name: Comment on PRs about release
7878
if: steps.changesets.outputs.published == 'true'
79-
uses: ./.github/comment-on-release
79+
uses: tanstack/config/.github/comment-on-release@main
8080
with:
8181
published-packages: ${{ steps.changesets.outputs.publishedPackages }}

knip.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
"@types/react",
1111
"@types/react-dom",
1212
"react",
13-
"react-dom",
14-
"markdown-link-extractor"
13+
"react-dom"
1514
],
1615
"ignoreWorkspaces": ["examples/**", "integrations/**"],
1716
"workspaces": {
1817
"packages/angular-query-experimental": {
19-
"entry": ["src/index.ts", "src/inject-queries-experimental/index.ts"]
18+
"entry": [
19+
"src/devtools/production/index.ts",
20+
"src/devtools-panel/production/index.ts"
21+
]
2022
},
2123
"packages/query-codemods": {
2224
"entry": ["src/v4/**/*.cjs", "src/v5/**/*.cjs"],
@@ -25,12 +27,6 @@
2527
"packages/vue-query": {
2628
"ignore": ["**/__mocks__/**"],
2729
"ignoreDependencies": ["vue2", "vue2.7"]
28-
},
29-
"packages/angular-query-experimental": {
30-
"entry": [
31-
"src/devtools/production/index.ts",
32-
"src/devtools-panel/production/index.ts"
33-
]
3430
}
3531
}
3632
}

packages/solid-query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"types": "./build/index.d.ts",
4040
"browser": {},
4141
"exports": {
42-
"@tanstack/custom-condition": "./src/index.ts",
42+
"@tanstack/custom-condition": "./src/index.tsx",
4343
"solid": {
4444
"development": "./build/dev.jsx",
4545
"import": "./build/index.jsx"

0 commit comments

Comments
 (0)