@ember-data/legacy-compat 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 +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @ember-data/legacy-compat Changelog
2
2
 
3
+ ## v5.9.0 (2026-09-05)
4
+
5
+ #### :memo: Documentation
6
+
7
+ * [#10502](https://github.com/warp-drive-data/warp-drive/pull/10502) chore(docs): fix link to /guides/migrating/index.md ([@BobrImperator](https://github.com/BobrImperator))
8
+ * [#10471](https://github.com/warp-drive-data/warp-drive/pull/10471) [docs] Ensure consistent legacy package warnings ([@gitKrystan](https://github.com/gitKrystan))
9
+
10
+ #### :bug: Bug Fix
11
+
12
+ * [#10458](https://github.com/warp-drive-data/warp-drive/pull/10458) fix: bump build dependencies ([@runspired](https://github.com/runspired))
13
+
14
+ #### :house: Internal
15
+
16
+ * [#10955](https://github.com/warp-drive-data/warp-drive/pull/10955) chore(deps): drop now-unused classic typescript devDependency ([@runspired](https://github.com/runspired))
17
+ * [#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))
18
+ * [#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))
19
+ * [#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))
20
+ * [#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))
21
+ * [#10678](https://github.com/warp-drive-data/warp-drive/pull/10678) feat: migrate @ember-data/legacy-compat's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
22
+ * [#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))
23
+ * [#10459](https://github.com/warp-drive-data/warp-drive/pull/10459) chore: tweak install ([@runspired](https://github.com/runspired))
24
+
25
+ #### Committers: (3)
26
+
27
+ Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
28
+ Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
29
+ Chris Thoburn ([@runspired](https://github.com/runspired))
30
+
3
31
  ## v5.8.0 (2025-10-07)
4
32
 
5
33
  #### :house: Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-data/legacy-compat",
3
3
  "description": "Compatibility Shims for Older (Legacy) EmberData",
4
- "version": "5.9.0-beta.3",
4
+ "version": "5.9.1",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -40,16 +40,16 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@embroider/macros": "^1.20.6",
43
- "@warp-drive/core": "5.9.0-beta.3",
44
- "@warp-drive/legacy": "5.9.0-beta.3",
45
- "@warp-drive/utilities": "5.9.0-beta.3"
43
+ "@warp-drive/core": "5.9.1",
44
+ "@warp-drive/legacy": "5.9.1",
45
+ "@warp-drive/utilities": "5.9.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@babel/core": "^7.29.7",
49
49
  "@babel/plugin-transform-typescript": "^7.29.7",
50
50
  "@babel/preset-env": "^7.29.7",
51
51
  "@babel/preset-typescript": "^7.29.7",
52
- "@warp-drive/internal-config": "5.9.0-beta.3",
52
+ "@warp-drive/internal-config": "5.9.1",
53
53
  "tsdown": "^0.22.14",
54
54
  "typescript-7": "npm:typescript@7.1.0-dev.20260828.1"
55
55
  },