Skip to content

Commit 1ee2346

Browse files
authored
Merge branch 'main' into fix/template
2 parents 10976f6 + bc3877b commit 1ee2346

53 files changed

Lines changed: 2680 additions & 588 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# create-start-app
22

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

552
### 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.22",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

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

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

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

552
### 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.22",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/create-tanstack/CHANGELOG.md

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

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

552
### 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.22",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

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

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

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

552
### 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.22",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

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

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

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

552
### Patch Changes

0 commit comments

Comments
 (0)