Skip to content

Commit 9960a2f

Browse files
authored
Merge pull request #943 from ember-learn/run-loop
update deprecation-workflow for runloop deprecation
2 parents d793ef3 + 7fde9df commit 9960a2f

File tree

3 files changed

+27
-199
lines changed

3 files changed

+27
-199
lines changed

app/deprecation-workflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ setupDeprecationWorkflow({
88
{ handler: 'throw', matchId: 'this-property-fallback' },
99
{ handler: 'throw', matchId: 'ember-component.is-visible' },
1010
{
11-
handler: 'silence',
11+
handler: 'throw',
1212
matchId: 'deprecated-run-loop-and-computed-dot-access',
1313
},
1414
],

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,12 @@
8383
"ember-composable-helpers": "^3.1.1",
8484
"ember-concurrency": "^4.0.3",
8585
"ember-data": "~3.28.6",
86-
"ember-data-fastboot": "https://github.com/cardstack/ember-data-fastboot#6e6fb8bbf0b405ae174160cc1e4833c5582f68cd",
86+
"ember-data-fastboot": "https://github.com/mainmatter/ember-data-fastboot#update-babel",
8787
"ember-decorators": "^6.1.1",
8888
"ember-export-application-global": "^2.0.1",
8989
"ember-fetch": "^8.1.1",
9090
"ember-inflector": "^4.0.3",
9191
"ember-load-initializers": "^2.1.2",
92-
"ember-maybe-import-regenerator": "^0.1.6",
9392
"ember-metrics": "^1.5.2",
9493
"ember-page-title": "^6.2.2",
9594
"ember-power-select": "^8.7.0",
@@ -105,7 +104,7 @@
105104
"ember-test-selectors": "^6.0.0",
106105
"ember-tether": "3.1.0",
107106
"ember-truth-helpers": "^4.0.3",
108-
"ember-web-app": "^2.0.0",
107+
"ember-web-app": "^5.0.1",
109108
"eslint": "^7.32.0",
110109
"eslint-config-prettier": "^8.3.0",
111110
"eslint-plugin-ember": "^10.5.8",

0 commit comments

Comments
 (0)