ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 76 forks source link

Updated ember-source to v3.23.1 #213

Closed ijlee2 closed 3 years ago

ijlee2 commented 3 years ago

Description

In preparation for updating ember-source to v3.23.1, I switched package manager from npm to yarn (personal preference for updating packages easily), then updated all development dependencies (except for ember-qunit) to their latest version.

After ensuring that lint, test, and locally running the app continued to work, I ran ember-cli-update to update the app to v3.23.1.

Finally, I updated ember-qunit to v5.1.1 and the test setup accordingly.