@ember-data/tracking 5.9.0-alpha.23 → 5.9.0-alpha.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +94 -0
- package/package.json +8 -17
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# @ember-data/tracking Changelog
|
|
2
|
+
|
|
3
|
+
For the full project changelog see [https://github.com/warp-drive-data/warp-drive/blob/main/CHANGELOG.md](https://github.com/warp-drive-data/warp-drive/blob/main/CHANGELOG.md)
|
|
4
|
+
|
|
5
|
+
## v5.8.0 (2025-10-07)
|
|
6
|
+
|
|
7
|
+
#### :house: Internal
|
|
8
|
+
|
|
9
|
+
* [#10349](https://github.com/warp-drive-data/warp-drive/pull/10349) chore: update all emberjs/data links to warp-drive-data/warp-drive ([@runspired](https://github.com/runspired))
|
|
10
|
+
|
|
11
|
+
#### Committers: (1)
|
|
12
|
+
|
|
13
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
14
|
+
|
|
15
|
+
## v5.7.0 (2025-08-26)
|
|
16
|
+
|
|
17
|
+
#### :house: Internal
|
|
18
|
+
|
|
19
|
+
* [#10129](https://github.com/warp-drive-data/warp-drive/pull/10129) chore: bump typescript to 5.9 ([@runspired](https://github.com/runspired))
|
|
20
|
+
* [#10124](https://github.com/warp-drive-data/warp-drive/pull/10124) chore: mark a few types as private ([@runspired](https://github.com/runspired))
|
|
21
|
+
|
|
22
|
+
#### Committers: (1)
|
|
23
|
+
|
|
24
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
25
|
+
|
|
26
|
+
## v5.6.0 (2025-07-01)
|
|
27
|
+
|
|
28
|
+
#### :memo: Documentation
|
|
29
|
+
|
|
30
|
+
* [#9989](https://github.com/warp-drive-data/warp-drive/pull/9989) [BREAKING] docs: integrate API docs to the new docs site ([@runspired](https://github.com/runspired))
|
|
31
|
+
|
|
32
|
+
#### :rocket: Enhancement
|
|
33
|
+
|
|
34
|
+
* [#10011](https://github.com/warp-drive-data/warp-drive/pull/10011) feat: @warp-drive/core/build-config ([@runspired](https://github.com/runspired))
|
|
35
|
+
* [#10004](https://github.com/warp-drive-data/warp-drive/pull/10004) feat: @warp-drive/ember ([@runspired](https://github.com/runspired))
|
|
36
|
+
|
|
37
|
+
#### :bug: Bug Fix
|
|
38
|
+
|
|
39
|
+
* [#9982](https://github.com/warp-drive-data/warp-drive/pull/9982) fix: simplify peer configuration to avoid bringing extra copies of glimmer/validator ([@runspired](https://github.com/runspired))
|
|
40
|
+
|
|
41
|
+
#### :house: Internal
|
|
42
|
+
|
|
43
|
+
* [#10042](https://github.com/warp-drive-data/warp-drive/pull/10042) chore: upgrade to vite7 ([@runspired](https://github.com/runspired))
|
|
44
|
+
* [#10040](https://github.com/warp-drive-data/warp-drive/pull/10040) chore: isolated declarations ([@runspired](https://github.com/runspired))
|
|
45
|
+
|
|
46
|
+
#### Committers: (1)
|
|
47
|
+
|
|
48
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
49
|
+
|
|
50
|
+
## v5.5.0 (2025-05-08)
|
|
51
|
+
|
|
52
|
+
#### :rocket: Enhancement
|
|
53
|
+
|
|
54
|
+
* [#9968](https://github.com/warp-drive-data/warp-drive/pull/9968) feat: unlock universal 🌌 ([@runspired](https://github.com/runspired))
|
|
55
|
+
* [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
|
|
56
|
+
|
|
57
|
+
#### :house: Internal
|
|
58
|
+
|
|
59
|
+
* [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
|
|
60
|
+
|
|
61
|
+
#### Committers: (1)
|
|
62
|
+
|
|
63
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
64
|
+
|
|
65
|
+
## v5.4.0 (2025-04-11)
|
|
66
|
+
|
|
67
|
+
#### :rocket: Enhancement
|
|
68
|
+
|
|
69
|
+
* [#9883](https://github.com/warp-drive-data/warp-drive/pull/9883) feat: make documents react to cache updates ([@runspired](https://github.com/runspired))
|
|
70
|
+
* [#9541](https://github.com/warp-drive-data/warp-drive/pull/9541) feat: eslint-plugin-(ember-data|warp-drive) ([@runspired](https://github.com/runspired))
|
|
71
|
+
|
|
72
|
+
#### :bug: Bug Fix
|
|
73
|
+
|
|
74
|
+
* [#9592](https://github.com/warp-drive-data/warp-drive/pull/9592) fix: add ember-source as explicit peer-dep for use of @ember/debug ([@runspired](https://github.com/runspired))
|
|
75
|
+
|
|
76
|
+
#### :house: Internal
|
|
77
|
+
|
|
78
|
+
* [#9780](https://github.com/warp-drive-data/warp-drive/pull/9780) chore: bump @glimmer/component ([@runspired](https://github.com/runspired))
|
|
79
|
+
* [#9759](https://github.com/warp-drive-data/warp-drive/pull/9759) chore: Improve contributing experience ([@runspired](https://github.com/runspired))
|
|
80
|
+
* [#9752](https://github.com/warp-drive-data/warp-drive/pull/9752) chore: tooling upgrades to support WarpDrive package unification ([@runspired](https://github.com/runspired))
|
|
81
|
+
* [#9705](https://github.com/warp-drive-data/warp-drive/pull/9705) chore: make diagnostic shutdown safer, use bun for holodeck server ([@runspired](https://github.com/runspired))
|
|
82
|
+
* [#9699](https://github.com/warp-drive-data/warp-drive/pull/9699) chore: update to pnpm 10 ([@runspired](https://github.com/runspired))
|
|
83
|
+
* [#9629](https://github.com/warp-drive-data/warp-drive/pull/9629) fix: restore * versions and setup publish to not overwrite them ([@runspired](https://github.com/runspired))
|
|
84
|
+
* [#9623](https://github.com/warp-drive-data/warp-drive/pull/9623) chore: updates to match v4 main ([@runspired](https://github.com/runspired))
|
|
85
|
+
* [#9620](https://github.com/warp-drive-data/warp-drive/pull/9620) Starwars ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
86
|
+
* [#9596](https://github.com/warp-drive-data/warp-drive/pull/9596) chore: Remove unused `--report-unused-disable-directives` flag ([@gitKrystan](https://github.com/gitKrystan))
|
|
87
|
+
* [#9486](https://github.com/warp-drive-data/warp-drive/pull/9486) chore: fixup dev deps ([@runspired](https://github.com/runspired))
|
|
88
|
+
|
|
89
|
+
#### Committers: (3)
|
|
90
|
+
|
|
91
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
92
|
+
[@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
93
|
+
Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
|
|
94
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/tracking",
|
|
3
3
|
"description": "DEPRECATED - Use @warp-drive/ember",
|
|
4
|
-
"version": "5.9.0-alpha.
|
|
4
|
+
"version": "5.9.0-alpha.28",
|
|
5
5
|
"deprecated": "Use @warp-drive/ember",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,12 +16,9 @@
|
|
|
16
16
|
"keywords": [
|
|
17
17
|
"ember-addon"
|
|
18
18
|
],
|
|
19
|
-
"volta": {
|
|
20
|
-
"extends": "../../package.json"
|
|
21
|
-
},
|
|
22
19
|
"dependencies": {
|
|
23
20
|
"@embroider/macros": "^1.20.6",
|
|
24
|
-
"@warp-drive/core": "5.9.0-alpha.
|
|
21
|
+
"@warp-drive/core": "5.9.0-alpha.28"
|
|
25
22
|
},
|
|
26
23
|
"peerDependencies": {
|
|
27
24
|
"@ember/test-waiters": "^3.1.0 || ^4.0.0"
|
|
@@ -45,23 +42,18 @@
|
|
|
45
42
|
"ember-addon": {
|
|
46
43
|
"main": "addon-main.cjs",
|
|
47
44
|
"type": "addon",
|
|
48
|
-
"version": 2
|
|
49
|
-
"externals": [
|
|
50
|
-
"@ember/-internals",
|
|
51
|
-
"@ember/-internals/metal",
|
|
52
|
-
"@glimmer/validator"
|
|
53
|
-
]
|
|
45
|
+
"version": 2
|
|
54
46
|
},
|
|
55
47
|
"devDependencies": {
|
|
56
48
|
"@babel/core": "^7.29.7",
|
|
57
49
|
"@babel/plugin-transform-typescript": "^7.29.7",
|
|
58
50
|
"@babel/preset-env": "^7.29.7",
|
|
59
51
|
"@babel/preset-typescript": "^7.29.7",
|
|
60
|
-
"@ember/test-waiters": "^4.1.
|
|
61
|
-
"@warp-drive/internal-config": "5.9.0-alpha.
|
|
62
|
-
"ember-source": "~
|
|
52
|
+
"@ember/test-waiters": "^4.1.2",
|
|
53
|
+
"@warp-drive/internal-config": "5.9.0-alpha.28",
|
|
54
|
+
"ember-source": "~7.2.0",
|
|
63
55
|
"tsdown": "^0.22.14",
|
|
64
|
-
"typescript": "
|
|
56
|
+
"typescript-7": "npm:typescript@7.1.0-dev.20260828.1"
|
|
65
57
|
},
|
|
66
58
|
"ember": {
|
|
67
59
|
"edition": "octane"
|
|
@@ -74,8 +66,7 @@
|
|
|
74
66
|
}
|
|
75
67
|
},
|
|
76
68
|
"scripts": {
|
|
77
|
-
"
|
|
78
|
-
"check:types": "tsc --noEmit",
|
|
69
|
+
"check:types": "node ./node_modules/typescript-7/bin/tsc --noEmit",
|
|
79
70
|
"build:pkg": "node node_modules/tsdown/dist/run.mjs",
|
|
80
71
|
"sync": "echo \"syncing\"",
|
|
81
72
|
"start": "node node_modules/tsdown/dist/run.mjs --watch"
|