@ember-data/tracking 5.8.0-alpha.9 → 5.8.0-beta.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/dist/index.js CHANGED
@@ -13,7 +13,8 @@ import { macroCondition, getGlobalConfig, importSync } from '@embroider/macros';
13
13
  * historically provided the bindings into Ember's reactivity system.
14
14
  *
15
15
  * This package is no longer needed as the configuration is now
16
- * provided by the package [@warp-drive/ember](../../@warp-drive/ember).
16
+ * provided by the package {@link @warp-drive/ember! | @warp-drive/ember}.
17
+ *
17
18
  * :::
18
19
  *
19
20
  * To resolve this deprecation, follow these steps:
@@ -33,8 +34,8 @@ import { macroCondition, getGlobalConfig, importSync } from '@embroider/macros';
33
34
  * ## 3. Clear the deprecation
34
35
  *
35
36
  * Once the above steps are complete, the deprecation can be silenced and the automatic fallback
36
- * registration of reactivity from `@ember-data/tracking` can be removed by updating your [WarpDrive
37
- * build config](../../@warp-drive/build-config) in your `ember-cli-build` file.
37
+ * registration of reactivity from `@ember-data/tracking` can be removed by updating your
38
+ * {@link @warp-drive/build-config! | WarpDrive Build Config} in your `ember-cli-build` file.
38
39
  *
39
40
  * ```js [ember-cli-build.js]
40
41
  * 'use strict';
@@ -74,8 +75,8 @@ const emberDirtyTag = dirtyTag;
74
75
  * `@ember-data/store` if the deprecation has not been resolved.
75
76
  *
76
77
  * This function should not be called directly in your application code
77
- * and this package is deprecated entirely, see the [package overview](../../)
78
- * for more details.
78
+ * and this package is deprecated entirely. Use {@link @warp-drive/ember! | @warp-drive/ember}
79
+ * instead.
79
80
  *
80
81
  * @deprecated
81
82
  * @public
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.8.0-alpha.9",
4
+ "version": "5.8.0-beta.1",
5
5
  "deprecated": "Use @warp-drive/ember",
6
6
  "private": false,
7
7
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@embroider/macros": "^1.18.1",
24
- "@warp-drive/core": "5.8.0-alpha.9"
24
+ "@warp-drive/core": "5.8.0-beta.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@ember/test-waiters": "^3.1.0 || ^4.0.0"
@@ -57,7 +57,7 @@
57
57
  "@babel/preset-env": "^7.28.3",
58
58
  "@babel/preset-typescript": "^7.27.1",
59
59
  "@ember/test-waiters": "^4.1.1",
60
- "@warp-drive/internal-config": "5.8.0-alpha.9",
60
+ "@warp-drive/internal-config": "5.8.0-beta.0",
61
61
  "ember-source": "~6.6.0",
62
62
  "typescript": "^5.9.2",
63
63
  "vite": "^7.1.3"
@@ -10,7 +10,8 @@ declare module '@ember-data/tracking' {
10
10
  * historically provided the bindings into Ember's reactivity system.
11
11
  *
12
12
  * This package is no longer needed as the configuration is now
13
- * provided by the package [@warp-drive/ember](../../@warp-drive/ember).
13
+ * provided by the package {@link @warp-drive/ember! | @warp-drive/ember}.
14
+ *
14
15
  * :::
15
16
  *
16
17
  * To resolve this deprecation, follow these steps:
@@ -30,8 +31,8 @@ declare module '@ember-data/tracking' {
30
31
  * ## 3. Clear the deprecation
31
32
  *
32
33
  * Once the above steps are complete, the deprecation can be silenced and the automatic fallback
33
- * registration of reactivity from `@ember-data/tracking` can be removed by updating your [WarpDrive
34
- * build config](../../@warp-drive/build-config) in your `ember-cli-build` file.
34
+ * registration of reactivity from `@ember-data/tracking` can be removed by updating your
35
+ * {@link @warp-drive/build-config! | WarpDrive Build Config} in your `ember-cli-build` file.
35
36
  *
36
37
  * ```js [ember-cli-build.js]
37
38
  * 'use strict';
@@ -71,8 +72,8 @@ declare module '@ember-data/tracking' {
71
72
  * `@ember-data/store` if the deprecation has not been resolved.
72
73
  *
73
74
  * This function should not be called directly in your application code
74
- * and this package is deprecated entirely, see the [package overview](../../)
75
- * for more details.
75
+ * and this package is deprecated entirely. Use {@link @warp-drive/ember! | @warp-drive/ember}
76
+ * instead.
76
77
  *
77
78
  * @deprecated
78
79
  * @public