@ember-data-mirror/store 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.
- package/CHANGELOG.md +30 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @ember-data-mirror/store 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
|
+
* [#10947](https://github.com/warp-drive-data/warp-drive/pull/10947) build(lint): close residual oxlint/eslint handoff gaps ([@runspired](https://github.com/runspired))
|
|
18
|
+
* [#10937](https://github.com/warp-drive-data/warp-drive/pull/10937) build: migrate formatting from prettier to oxfmt ([@runspired](https://github.com/runspired))
|
|
19
|
+
* [#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))
|
|
20
|
+
* [#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))
|
|
21
|
+
* [#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))
|
|
22
|
+
* [#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))
|
|
23
|
+
* [#10674](https://github.com/warp-drive-data/warp-drive/pull/10674) feat: migrate @ember-data-mirror/store's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
|
|
24
|
+
* [#10643](https://github.com/warp-drive-data/warp-drive/pull/10643) feat: migrate @warp-drive-mirror/core's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
|
|
25
|
+
* [#10514](https://github.com/warp-drive-data/warp-drive/pull/10514) chore: bump build deps ([@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-mirror/store",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.1",
|
|
4
4
|
"description": "(Legacy) EmberData Store service which coordinates the cache with the network and presentation layers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@embroider/macros": "^1.20.6",
|
|
36
|
-
"@warp-drive-mirror/core": "5.9.
|
|
36
|
+
"@warp-drive-mirror/core": "5.9.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@ember-data-mirror/tracking": "5.9.
|
|
39
|
+
"@ember-data-mirror/tracking": "5.9.1",
|
|
40
40
|
"@ember/test-waiters": "^3.1.0 || ^4.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependenciesMeta": {
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"@babel/plugin-transform-typescript": "^7.29.7",
|
|
53
53
|
"@babel/preset-env": "^7.29.7",
|
|
54
54
|
"@babel/preset-typescript": "^7.29.7",
|
|
55
|
-
"@ember-data-mirror/tracking": "5.9.
|
|
55
|
+
"@ember-data-mirror/tracking": "5.9.1",
|
|
56
56
|
"@ember/test-waiters": "^4.1.2",
|
|
57
|
-
"@warp-drive/internal-config": "5.9.
|
|
57
|
+
"@warp-drive/internal-config": "5.9.1",
|
|
58
58
|
"ember-source": "~7.2.0",
|
|
59
59
|
"tsdown": "^0.22.14",
|
|
60
60
|
"typescript-7": "npm:typescript@7.1.0-dev.20260828.1"
|