2019-04-02 12:53:20 +03:00
|
|
|
self.deprecationWorkflow = self.deprecationWorkflow || {};
|
|
|
|
self.deprecationWorkflow.config = {
|
|
|
|
workflow: [
|
2020-01-10 18:12:39 +03:00
|
|
|
// revert one liquid-fire and liquid-wormhole remove uses of `this.$()`
|
2019-04-02 12:53:20 +03:00
|
|
|
{handler: 'silence', matchId: 'ember-views.curly-components.jquery-element'},
|
2020-01-07 14:25:06 +03:00
|
|
|
// revert once ember-infinity removes usage of `isVisible`
|
|
|
|
// https://github.com/ember-infinity/ember-infinity/pull/399
|
|
|
|
{handler: 'silence', matchId: 'ember-component.is-visible'}
|
2019-04-02 12:53:20 +03:00
|
|
|
]
|
|
|
|
};
|