Skip to content

Commit e2eb851

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix-angular-input
2 parents c8d1f5f + f04f730 commit e2eb851

File tree

33 files changed

+2614
-2830
lines changed

33 files changed

+2614
-2830
lines changed

.changeset/wide-eggs-film.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@tanstack/preact-pacer-devtools': patch
3+
'@tanstack/react-pacer-devtools': patch
4+
'@tanstack/solid-pacer-devtools': patch
5+
'@tanstack/pacer-devtools': patch
6+
---
7+
8+
Update devtools-utils to fix theme miss match.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,21 @@ A lightweight timing and scheduling library for debouncing, throttling, rate lim
106106

107107
<table align="center">
108108
<tr>
109-
<td>
109+
<td>
110110
<a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS" >
111111
<picture>
112-
<source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/coderabbit-dark-CMcuvjEy.svg" height="40" />
113-
<source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" />
114-
<img src="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" alt="CodeRabbit" />
112+
<source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/coderabbit-dark-D643Zkrv.svg" />
113+
<source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" />
114+
<img src="https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" height="40" alt="CodeRabbit" />
115115
</picture>
116116
</a>
117117
</td>
118118
<td>
119119
<a href="https://www.cloudflare.com?utm_source=tanstack">
120120
<picture>
121-
<source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/cloudflare-white-DQDB7UaL.svg" height="60" />
122-
<source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" />
123-
<img src="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" alt="Cloudflare" />
121+
<source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/cloudflare-white-Co-Tyjbl.svg" />
122+
<source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/cloudflare-black-6Ojsn8yh.svg" />
123+
<img src="https://tanstack.com/assets/cloudflare-white-Co-Tyjbl.svg" height="60" alt="Cloudflare" />
124124
</picture>
125125
</a>
126126
</td>

examples/react/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@tanstack/react-devtools": "0.9.5",
18-
"@tanstack/react-pacer-devtools": "0.5.2",
18+
"@tanstack/react-pacer-devtools": "0.5.3",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.4",

examples/react/useQueuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@tanstack/react-devtools": "0.9.5",
19-
"@tanstack/react-pacer-devtools": "0.5.2",
19+
"@tanstack/react-pacer-devtools": "0.5.3",
2020
"@types/react": "^19.2.14",
2121
"@types/react-dom": "^19.2.3",
2222
"@vitejs/plugin-react": "^5.1.4",

examples/react/util-comparison/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@tanstack/react-devtools": "0.9.5",
18-
"@tanstack/react-pacer-devtools": "0.5.2",
18+
"@tanstack/react-pacer-devtools": "0.5.3",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.4",

examples/solid/createQueuedSignal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/solid-devtools": "0.7.25",
1313
"@tanstack/solid-pacer": "^0.19.0",
14-
"@tanstack/solid-pacer-devtools": "0.5.2",
14+
"@tanstack/solid-pacer-devtools": "0.5.3",
1515
"solid-js": "^1.9.11"
1616
},
1717
"devDependencies": {

examples/solid/createQueuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/solid-devtools": "0.7.25",
1313
"@tanstack/solid-pacer": "^0.19.0",
14-
"@tanstack/solid-pacer-devtools": "0.5.2",
14+
"@tanstack/solid-pacer-devtools": "0.5.3",
1515
"solid-js": "^1.9.11"
1616
},
1717
"devDependencies": {

examples/solid/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/solid-devtools": "0.7.25",
1313
"@tanstack/solid-pacer": "^0.19.0",
14-
"@tanstack/solid-pacer-devtools": "0.5.2",
14+
"@tanstack/solid-pacer-devtools": "0.5.3",
1515
"solid-js": "^1.9.11"
1616
},
1717
"devDependencies": {

knip.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
"ignoreDependencies": ["@faker-js/faker"],
44
"ignoreWorkspaces": ["examples/**"],
55
"workspaces": {
6+
"packages/preact-pacer-devtools": {
7+
"ignoreDependencies": ["csstype"]
8+
},
69
"packages/react-pacer": {
710
"ignore": []
11+
},
12+
"packages/react-pacer-devtools": {
13+
"ignoreDependencies": ["csstype"]
14+
},
15+
"packages/solid-pacer-devtools": {
16+
"ignoreDependencies": ["csstype"]
817
}
918
}
1019
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@tanstack/typedoc-config": "0.3.3",
5959
"@testing-library/jest-dom": "^6.9.1",
6060
"@types/node": "^25.2.3",
61-
"eslint": "^9.39.2",
61+
"eslint": "^10.0.0",
6262
"eslint-plugin-unused-imports": "^4.4.1",
6363
"happy-dom": "^20.6.1",
6464
"knip": "^5.83.1",
@@ -71,7 +71,7 @@
7171
"sherif": "^1.10.0",
7272
"size-limit": "^12.0.0",
7373
"tinyglobby": "^0.2.15",
74-
"tsdown": "^0.20.3",
74+
"tsdown": "^0.21.1",
7575
"typescript": "5.9.3",
7676
"vitest": "^4.0.18"
7777
},

0 commit comments

Comments
 (0)