This is non-breaking change that makes CI green and happy:
Run npx ember-cli-update --from=3.26.1 --to=3.28.2
Updated devDependencies to make CI happy for beta/canary
Updated .github/workflows/ci.yml to match latest addon config in ember-cli blueprint
Made CI use npm as this repo has package-lock.json and does not have yarn.lock
Fixed tests:
fix missing since and for arguments for the deprecate() function
Update Unit | Initializer | viewport config', test setup so it pass with recent and beta/canary versions of Ember
Removed IE11 from tests/dummy/config/targets.js as it's not actually needed and not supported in Ember v4.
This is non-breaking change that makes CI green and happy:
npx ember-cli-update --from=3.26.1 --to=3.28.2
devDependencies
to make CI happy for beta/canary.github/workflows/ci.yml
to match latest addon config in ember-cli blueprintnpm
as this repo haspackage-lock.json
and does not haveyarn.lock
since
andfor
arguments for thedeprecate()
function UpdateUnit | Initializer | viewport config',
test setup so it pass with recent and beta/canary versions of Embertests/dummy/config/targets.js
as it's not actually needed and not supported in Ember v4.