Skip to content
MarcEgliP edited this page Jul 18, 2023 · 10 revisions

Upgrading

Useful tool to check outdated dependencies

https://www.npmjs.com/package/npm-check

Approach

  1. Update the ember-source and ember-cli package to the next LTS version.
  2. After updating the these two packages update every package which is related to them (See Ember documentation https://guides.emberjs.com/release/)
  3. Then check the browser console and remove all deprecations and errors step by step, if necessary update other packages
  4. After you removed all errors and deprecations push your branch and check if any tests fail
  5. If yes fix the tests if no add your coach as reviewer to the pr

Useful tipps

Clone this wiki locally