question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Modifier manager capabilities deprecating warning

See original GitHub issue

Seeing this deprecation warning in Ember 3.28:

DEPRECATION: Versions of modifier manager capabilities prior to 3.22 have been deprecated. You must update to the 3.22 capabilities. [deprecation id: manager-capabilities.modifiers-3-13] See https://deprecations.emberjs.com/v3.x#toc_manager-capabilities-modifiers-3-13 for more details.
DEBUG: -------------------------------
DEBUG: Ember                 : 3.28.6
DEBUG: Ember Data            : 3.27.1
DEBUG: Ember Model Validator : 3.10.0
DEBUG: Model Fragments       : 5.0.0-beta.2
DEBUG: -------------------------------

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
nlfurnisscommented, Nov 8, 2021

Major apologies, after some more looking the issue seems to be caused my dependence on ember-sortable and its use of an older version of @ember/render-modifiers. I guess that version discrepancy makes it so that ember-highcharts must use that older version in my app even though the newer version is specified. Just having ember-sortable installed w/o any of its components/modifers invoked causes the warning.

Thanks for your help and quick responses.

No worries, thanks for reminding me to do a release. Will follow up with a minor release that removes ember-modifier

0reactions
charlesfriescommented, Nov 8, 2021

Major apologies, after some more looking the issue seems to be caused by my dependence on ember-sortable and its use of an older version of @ember/render-modifiers. I guess that version discrepancy makes it so that ember-highcharts must use that older version in my app even though the newer version is specified. Just having ember-sortable installed (w/o any of its components/modifers invoked) + the <HighCharts /> component causes the warning.

Thanks for your help and quick responses.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DEPRECATION: Versions of modifier manager capabilities ...
I got this warning on my Ember App : DEPRECATION: Versions of modifier manager capabilities prior to 3.22 have been deprecated.
Read more >
Versions of modifier manager capabilities prior to 3.22 have ...
After updating https://github.com/rust-lang/crates.io to Ember 3.26 I've started seeing deprecation warnings in the test suite: deprecate.js:136 ...
Read more >
DEPRECATION: Versions of modifier manager capabilities ...
I got this warning on my Ember App : DEPRECATION: Versions of modifier manager capabilities prior to 3.22 have been deprecated.
Read more >
Pitch: Omit deprecation warnings for same-file references
Hey Swift Evolvers, I'd like to propose a change that would suppress deprecation warnings when the reference to the deprecated declaration ...
Read more >
DEPRECATE Pragma - Database - Oracle Help Center
The DEPRECATE pragma marks a PL/SQL element as deprecated. The compiler issues warnings for uses of pragma DEPRECATE or of deprecated elements.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found