@ember-data/tracking 5.9.0-beta.3 → 5.9.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @ember-data/tracking Changelog
2
2
 
3
+ ## v5.9.0 (2026-09-05)
4
+
5
+ #### :bug: Bug Fix
6
+
7
+ * [#10458](https://github.com/warp-drive-data/warp-drive/pull/10458) fix: bump build dependencies ([@runspired](https://github.com/runspired))
8
+
9
+ #### :house: Internal
10
+
11
+ * [#10981](https://github.com/warp-drive-data/warp-drive/pull/10981) Remove ember-addon.externals from package.json files ([@runspired](https://github.com/runspired))
12
+ * [#10955](https://github.com/warp-drive-data/warp-drive/pull/10955) chore(deps): drop now-unused classic typescript devDependency ([@runspired](https://github.com/runspired))
13
+ * [#10948](https://github.com/warp-drive-data/warp-drive/pull/10948) chore(types): move all remaining packages to TypeScript 7 for check:types ([@runspired](https://github.com/runspired))
14
+ * [#10937](https://github.com/warp-drive-data/warp-drive/pull/10937) build: migrate formatting from prettier to oxfmt ([@runspired](https://github.com/runspired))
15
+ * [#10928](https://github.com/warp-drive-data/warp-drive/pull/10928) chore: bump pnpm to 12.0.0, replace Volta with mise ([@runspired](https://github.com/runspired))
16
+ * [#10869](https://github.com/warp-drive-data/warp-drive/pull/10869) chore(deps): dedupe ember-source, vite, @types/node, @vue/compiler-sfc, @shikijs/langs, rxjs ([@runspired](https://github.com/runspired))
17
+ * [#10729](https://github.com/warp-drive-data/warp-drive/pull/10729) fix: invoke tsdown directly via node to avoid racy bin-shim resolution ([@runspired](https://github.com/runspired))
18
+ * [#10696](https://github.com/warp-drive-data/warp-drive/pull/10696) chore(types): drop redundant tsconfig paths, keep references editor-only ([@runspired](https://github.com/runspired))
19
+ * [#10680](https://github.com/warp-drive-data/warp-drive/pull/10680) feat: migrate @ember-data/tracking's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
20
+ * [#10643](https://github.com/warp-drive-data/warp-drive/pull/10643) feat: migrate @warp-drive/core's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
21
+ * [#10514](https://github.com/warp-drive-data/warp-drive/pull/10514) chore: bump build deps ([@runspired](https://github.com/runspired))
22
+ * [#10459](https://github.com/warp-drive-data/warp-drive/pull/10459) chore: tweak install ([@runspired](https://github.com/runspired))
23
+
24
+ #### Committers: (1)
25
+
26
+ Chris Thoburn ([@runspired](https://github.com/runspired))
27
+
3
28
  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
29
 
5
30
  ## v5.8.0 (2025-10-07)
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-beta.3",
4
+ "version": "5.9.1",
5
5
  "deprecated": "Use @warp-drive/ember",
6
6
  "private": false,
7
7
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "@embroider/macros": "^1.20.6",
21
- "@warp-drive/core": "5.9.0-beta.3"
21
+ "@warp-drive/core": "5.9.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@ember/test-waiters": "^3.1.0 || ^4.0.0"
@@ -50,7 +50,7 @@
50
50
  "@babel/preset-env": "^7.29.7",
51
51
  "@babel/preset-typescript": "^7.29.7",
52
52
  "@ember/test-waiters": "^4.1.2",
53
- "@warp-drive/internal-config": "5.9.0-beta.3",
53
+ "@warp-drive/internal-config": "5.9.1",
54
54
  "ember-source": "~7.2.0",
55
55
  "tsdown": "^0.22.14",
56
56
  "typescript-7": "npm:typescript@7.1.0-dev.20260828.1"