@warp-drive/core-types 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 +26 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @warp-drive/core-types 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
+ #### :bug: Bug Fix
10
+
11
+ * [#10458](https://github.com/warp-drive-data/warp-drive/pull/10458) fix: bump build dependencies ([@runspired](https://github.com/runspired))
12
+
13
+ #### :house: Internal
14
+
15
+ * [#10955](https://github.com/warp-drive-data/warp-drive/pull/10955) chore(deps): drop now-unused classic typescript devDependency ([@runspired](https://github.com/runspired))
16
+ * [#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))
17
+ * [#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))
18
+ * [#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))
19
+ * [#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))
20
+ * [#10685](https://github.com/warp-drive-data/warp-drive/pull/10685) feat: migrate @ember-data/core-types's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
21
+ * [#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))
22
+ * [#10459](https://github.com/warp-drive-data/warp-drive/pull/10459) chore: tweak install ([@runspired](https://github.com/runspired))
23
+
24
+ #### Committers: (2)
25
+
26
+ Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
27
+ Chris Thoburn ([@runspired](https://github.com/runspired))
28
+
3
29
  ## v5.8.0 (2025-10-07)
4
30
 
5
31
  #### :house: Internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive/core-types",
3
- "version": "5.9.0-beta.2",
3
+ "version": "5.9.0",
4
4
  "description": "(Legacy) Core logic, utils and types for WarpDrive and EmberData",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@embroider/macros": "^1.20.6",
36
- "@warp-drive/core": "5.9.0-beta.2"
36
+ "@warp-drive/core": "5.9.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@babel/core": "^7.29.7",
40
40
  "@babel/plugin-transform-typescript": "^7.29.7",
41
41
  "@babel/preset-typescript": "^7.29.7",
42
- "@warp-drive/internal-config": "5.9.0-beta.2",
42
+ "@warp-drive/internal-config": "5.9.0",
43
43
  "tsdown": "^0.22.14",
44
44
  "typescript-7": "npm:typescript@7.1.0-dev.20260828.1"
45
45
  },