Skip to content

do not allow ember-render-helpers-0.2.1 with old helper names deprecated #12

do not allow ember-render-helpers-0.2.1 with old helper names deprecated

do not allow ember-render-helpers-0.2.1 with old helper names deprecated #12

Triggered via push June 23, 2025 16:29
Status Success
Total duration 6m 52s
Artifacts

ci.yml

on: push
Floating Dependencies
2m 31s
Floating Dependencies
Matrix: test-try
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Tests: addon/components/bs-carousel.js#L481
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
Tests: addon/components/bs-carousel.js#L207
Don't use observers
Tests: addon/components/bs-carousel.js#L138
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
Tests: addon/components/bs-carousel.js#L131
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
Tests: addon/components/bs-carousel.js#L117
Don't use observers
Tests: addon/components/bs-carousel.js#L12
Don't use computed properties with native classes. Use getters or @Tracked properties instead
Tests: addon/components/bs-carousel.js#L7
Don't use a mixin
Tests: addon/components/bs-carousel.js#L6
Use Glimmer components(@glimmer/component) instead of classic components(@ember/component)
Tests: addon/components/bs-carousel.js#L4
Don't use computed properties with native classes. Use getters or @Tracked properties instead
Tests: addon/components/bs-carousel.js#L3
Don't use computed properties with native classes. Use getters or @Tracked properties instead