@ember-data/model 5.9.0-beta.2 → 5.9.0

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 +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @ember-data/model Changelog
2
2
 
3
+ ## v5.9.0 (2026-09-05)
4
+
5
+ #### :memo: Documentation
6
+
7
+ * [#10471](https://github.com/warp-drive-data/warp-drive/pull/10471) [docs] Ensure consistent legacy package warnings ([@gitKrystan](https://github.com/gitKrystan))
8
+
9
+ #### :rocket: Enhancement
10
+
11
+ * [#10866](https://github.com/warp-drive-data/warp-drive/pull/10866) feat(warp-drive): move blueprints generation into the CLI, drop ember-cli-blueprint-test-helpers ([@runspired](https://github.com/runspired))
12
+
13
+ #### :bug: Bug Fix
14
+
15
+ * [#10458](https://github.com/warp-drive-data/warp-drive/pull/10458) fix: bump build dependencies ([@runspired](https://github.com/runspired))
16
+
17
+ #### :house: Internal
18
+
19
+ * [#10955](https://github.com/warp-drive-data/warp-drive/pull/10955) chore(deps): drop now-unused classic typescript devDependency ([@runspired](https://github.com/runspired))
20
+ * [#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))
21
+ * [#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))
22
+ * [#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))
23
+ * [#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))
24
+ * [#10679](https://github.com/warp-drive-data/warp-drive/pull/10679) feat: migrate @ember-data/model's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
25
+ * [#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))
26
+ * [#10459](https://github.com/warp-drive-data/warp-drive/pull/10459) chore: tweak install ([@runspired](https://github.com/runspired))
27
+
28
+ #### Committers: (2)
29
+
30
+ Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
31
+ Chris Thoburn ([@runspired](https://github.com/runspired))
32
+
3
33
  ## v5.8.0 (2025-10-07)
4
34
 
5
35
  #### :house: Internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-data/model",
3
- "version": "5.9.0-beta.2",
3
+ "version": "5.9.0",
4
4
  "description": "(Legacy) Ember implementation of a resource presentation layer for use with @ember-data/store",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -43,17 +43,17 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@embroider/macros": "^1.20.6",
46
- "@warp-drive/core": "5.9.0-beta.2",
47
- "@warp-drive/legacy": "5.9.0-beta.2",
48
- "@warp-drive/utilities": "5.9.0-beta.2",
49
- "warp-drive": "0.2.0-beta.2"
46
+ "@warp-drive/core": "5.9.0",
47
+ "@warp-drive/legacy": "5.9.0",
48
+ "@warp-drive/utilities": "5.9.0",
49
+ "warp-drive": "0.2.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@babel/core": "^7.29.7",
53
53
  "@babel/plugin-transform-typescript": "^7.29.7",
54
54
  "@babel/preset-env": "^7.29.7",
55
55
  "@babel/preset-typescript": "^7.29.7",
56
- "@warp-drive/internal-config": "5.9.0-beta.2",
56
+ "@warp-drive/internal-config": "5.9.0",
57
57
  "expect-type": "^1.4.0",
58
58
  "tsdown": "^0.22.14",
59
59
  "typescript-7": "npm:typescript@7.1.0-dev.20260828.1"