Skip to content

Commit bcc94d9

Browse files
authored
Merge branch 'main' into main
2 parents d9b7f09 + 523c999 commit bcc94d9

File tree

34 files changed

+2124
-565
lines changed

34 files changed

+2124
-565
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,22 @@ npx @tanstack/cli search-docs "loaders" --library router --framework react --jso
6363
- [TanStack Start](https://tanstack.com/start)
6464
- [TanStack Router](https://tanstack.com/router)
6565

66+
## Telemetry
67+
68+
TanStack CLI sends anonymous usage telemetry by default.
69+
70+
- Sent: command usage, durations, selected framework/package manager/add-on ids, and coarse result metadata
71+
- Never sent: project names, file paths, target directories, raw search queries, raw template URLs/paths, add-on config values, env vars, or raw error messages
72+
- Disabled automatically in `CI`, or when `DO_NOT_TRACK=1` or `TANSTACK_CLI_TELEMETRY_DISABLED=1`
73+
74+
Manage it with:
75+
76+
```bash
77+
tanstack telemetry status
78+
tanstack telemetry disable
79+
tanstack telemetry enable
80+
```
81+
6682
## Get Involved
6783

6884
- [GitHub Issues](https://github.com/TanStack/cli/issues)

cli-aliases/create-start-app/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# create-start-app
22

3+
## 0.59.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bfcd6f5`](https://github.com/TanStack/cli/commit/bfcd6f566f4376891faa977ad61046c3a1880c7a)]:
8+
- @tanstack/cli@0.64.0
9+
- @tanstack/create@0.63.4
10+
11+
## 0.59.20
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`c6bd449`](https://github.com/TanStack/cli/commit/c6bd449c253b28f42af2a8056c0b748ad04f2d2a)]:
16+
- @tanstack/create@0.63.3
17+
- @tanstack/cli@0.63.1
18+
19+
## 0.59.19
20+
21+
### Patch Changes
22+
23+
- Updated dependencies [[`4176bf3`](https://github.com/TanStack/cli/commit/4176bf371babd896bd5e2c1561aa069e04d5a39e)]:
24+
- @tanstack/cli@0.63.0
25+
26+
## 0.59.18
27+
28+
### Patch Changes
29+
30+
- Updated dependencies [[`a0b407c`](https://github.com/TanStack/cli/commit/a0b407c5bc209d3fe81b19e24e6384a72d8a1b64)]:
31+
- @tanstack/create@0.63.2
32+
- @tanstack/cli@0.62.5
33+
34+
## 0.59.17
35+
36+
### Patch Changes
37+
38+
- Updated dependencies [[`ddfaaaa`](https://github.com/TanStack/cli/commit/ddfaaaac81cdc60965052b82da1f1482155c560c)]:
39+
- @tanstack/create@0.63.1
40+
- @tanstack/cli@0.62.4
41+
342
## 0.59.16
443

544
### Patch Changes

cli-aliases/create-start-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-start-app",
3-
"version": "0.59.16",
3+
"version": "0.59.21",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/create-tanstack-app/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# create-tanstack-app
22

3+
## 0.54.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bfcd6f5`](https://github.com/TanStack/cli/commit/bfcd6f566f4376891faa977ad61046c3a1880c7a)]:
8+
- @tanstack/cli@0.64.0
9+
- @tanstack/create@0.63.4
10+
11+
## 0.54.20
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`c6bd449`](https://github.com/TanStack/cli/commit/c6bd449c253b28f42af2a8056c0b748ad04f2d2a)]:
16+
- @tanstack/create@0.63.3
17+
- @tanstack/cli@0.63.1
18+
19+
## 0.54.19
20+
21+
### Patch Changes
22+
23+
- Updated dependencies [[`4176bf3`](https://github.com/TanStack/cli/commit/4176bf371babd896bd5e2c1561aa069e04d5a39e)]:
24+
- @tanstack/cli@0.63.0
25+
26+
## 0.54.18
27+
28+
### Patch Changes
29+
30+
- Updated dependencies [[`a0b407c`](https://github.com/TanStack/cli/commit/a0b407c5bc209d3fe81b19e24e6384a72d8a1b64)]:
31+
- @tanstack/create@0.63.2
32+
- @tanstack/cli@0.62.5
33+
34+
## 0.54.17
35+
36+
### Patch Changes
37+
38+
- Updated dependencies [[`ddfaaaa`](https://github.com/TanStack/cli/commit/ddfaaaac81cdc60965052b82da1f1482155c560c)]:
39+
- @tanstack/create@0.63.1
40+
- @tanstack/cli@0.62.4
41+
342
## 0.54.16
443

544
### Patch Changes

cli-aliases/create-tanstack-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tanstack-app",
3-
"version": "0.54.16",
3+
"version": "0.54.21",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/create-tanstack/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# create-tanstack
22

3+
## 0.54.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bfcd6f5`](https://github.com/TanStack/cli/commit/bfcd6f566f4376891faa977ad61046c3a1880c7a)]:
8+
- @tanstack/cli@0.64.0
9+
- @tanstack/create@0.63.4
10+
11+
## 0.54.20
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`c6bd449`](https://github.com/TanStack/cli/commit/c6bd449c253b28f42af2a8056c0b748ad04f2d2a)]:
16+
- @tanstack/create@0.63.3
17+
- @tanstack/cli@0.63.1
18+
19+
## 0.54.19
20+
21+
### Patch Changes
22+
23+
- Updated dependencies [[`4176bf3`](https://github.com/TanStack/cli/commit/4176bf371babd896bd5e2c1561aa069e04d5a39e)]:
24+
- @tanstack/cli@0.63.0
25+
26+
## 0.54.18
27+
28+
### Patch Changes
29+
30+
- Updated dependencies [[`a0b407c`](https://github.com/TanStack/cli/commit/a0b407c5bc209d3fe81b19e24e6384a72d8a1b64)]:
31+
- @tanstack/create@0.63.2
32+
- @tanstack/cli@0.62.5
33+
34+
## 0.54.17
35+
36+
### Patch Changes
37+
38+
- Updated dependencies [[`ddfaaaa`](https://github.com/TanStack/cli/commit/ddfaaaac81cdc60965052b82da1f1482155c560c)]:
39+
- @tanstack/create@0.63.1
40+
- @tanstack/cli@0.62.4
41+
342
## 0.54.16
443

544
### Patch Changes

cli-aliases/create-tanstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tanstack",
3-
"version": "0.54.16",
3+
"version": "0.54.21",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/create-tsrouter-app/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# create-tsrouter-app
22

3+
## 0.54.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bfcd6f5`](https://github.com/TanStack/cli/commit/bfcd6f566f4376891faa977ad61046c3a1880c7a)]:
8+
- @tanstack/cli@0.64.0
9+
- @tanstack/create@0.63.4
10+
11+
## 0.54.20
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`c6bd449`](https://github.com/TanStack/cli/commit/c6bd449c253b28f42af2a8056c0b748ad04f2d2a)]:
16+
- @tanstack/create@0.63.3
17+
- @tanstack/cli@0.63.1
18+
19+
## 0.54.19
20+
21+
### Patch Changes
22+
23+
- Updated dependencies [[`4176bf3`](https://github.com/TanStack/cli/commit/4176bf371babd896bd5e2c1561aa069e04d5a39e)]:
24+
- @tanstack/cli@0.63.0
25+
26+
## 0.54.18
27+
28+
### Patch Changes
29+
30+
- Updated dependencies [[`a0b407c`](https://github.com/TanStack/cli/commit/a0b407c5bc209d3fe81b19e24e6384a72d8a1b64)]:
31+
- @tanstack/create@0.63.2
32+
- @tanstack/cli@0.62.5
33+
34+
## 0.54.17
35+
36+
### Patch Changes
37+
38+
- Updated dependencies [[`ddfaaaa`](https://github.com/TanStack/cli/commit/ddfaaaac81cdc60965052b82da1f1482155c560c)]:
39+
- @tanstack/create@0.63.1
40+
- @tanstack/cli@0.62.4
41+
342
## 0.54.16
443

544
### Patch Changes

cli-aliases/create-tsrouter-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tsrouter-app",
3-
"version": "0.54.16",
3+
"version": "0.54.21",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/ts-create-start/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# @tanstack/create-start
22

3+
## 0.59.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bfcd6f5`](https://github.com/TanStack/cli/commit/bfcd6f566f4376891faa977ad61046c3a1880c7a)]:
8+
- @tanstack/cli@0.64.0
9+
- @tanstack/create@0.63.4
10+
11+
## 0.59.20
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`c6bd449`](https://github.com/TanStack/cli/commit/c6bd449c253b28f42af2a8056c0b748ad04f2d2a)]:
16+
- @tanstack/create@0.63.3
17+
- @tanstack/cli@0.63.1
18+
19+
## 0.59.19
20+
21+
### Patch Changes
22+
23+
- Updated dependencies [[`4176bf3`](https://github.com/TanStack/cli/commit/4176bf371babd896bd5e2c1561aa069e04d5a39e)]:
24+
- @tanstack/cli@0.63.0
25+
26+
## 0.59.18
27+
28+
### Patch Changes
29+
30+
- Updated dependencies [[`a0b407c`](https://github.com/TanStack/cli/commit/a0b407c5bc209d3fe81b19e24e6384a72d8a1b64)]:
31+
- @tanstack/create@0.63.2
32+
- @tanstack/cli@0.62.5
33+
34+
## 0.59.17
35+
36+
### Patch Changes
37+
38+
- Updated dependencies [[`ddfaaaa`](https://github.com/TanStack/cli/commit/ddfaaaac81cdc60965052b82da1f1482155c560c)]:
39+
- @tanstack/create@0.63.1
40+
- @tanstack/cli@0.62.4
41+
342
## 0.59.16
443

544
### Patch Changes

0 commit comments

Comments
 (0)