Skip to content

Commit bb089a8

Browse files
authored
Update ember-5-0-released.md
Addon upgrade step
1 parent c3a8679 commit bb089a8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

content/ember-5-0-released.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
- chris-krycho
1111
- katie-gengler
1212
- jared-galanis
13-
date: Mon May 15 2023 14:29:48 GMT-0400 (Eastern Daylight Time)
13+
date: Thurs June 22 2023 20:00:00 GMT-0400 (Eastern Daylight Time)
1414
tags:
1515
- releases
1616
- '2023'
@@ -87,13 +87,15 @@ recommend upgrading in steps across the LTS versions: 4.4, 4.8, and then 4.12.
8787

8888
Follow these steps in order:
8989

90-
1. Upgrade your project to the latest patch version of Ember 4.12.
90+
1. Consider [upgrading addons used in your app](https://cli.emberjs.com/release/basic-use/upgrading/#upgradingaddondependencies)
91+
to the latest version that you can. This will reduce the uses of deprecated APIs in your dependencies.
92+
2. Upgrade your project to the latest patch version of Ember 4.12.
9193
Many developers can do this by running
9294
`npx ember-cli-update --to 4.12`. The
9395
[general Ember upgrade guide](https://cli.emberjs.com/release/basic-use/upgrading/#upgradinganemberappitself)
9496
has more details about how to upgrade your Ember app/addon.
95-
2. Make sure your app builds successfully.
96-
3. Resolve all deprecation warnings. These Deprecated APIs are removed in Ember 5.0. You may need to upgrade some of your addon dependencies if they are using deprecated APIs.
97+
3. Make sure your app builds successfully.
98+
4. Resolve all deprecation warnings. These Deprecated APIs are removed in Ember 5.0. You may need to upgrade some of your addon dependencies if they are using deprecated APIs.
9799
See the [Ember Deprecation Guide](https://deprecations.emberjs.com/)
98100
for more details about specific deprecations and how to resolve them.
99101
Applications that need to upgrade through several versions may want to
@@ -102,9 +104,9 @@ consider isolating individual deprecations by using
102104
- *Note:* If you see a deprecation for `@ember/string`, please review the
103105
[deprecation guide for importing from @ember/string without @ember/string as a dependency](https://deprecations.emberjs.com/v4.x#toc_ember-string-add-package) for instructions.
104106
There is a known bug in the implementation of this deprecation.
105-
4. Make sure your app builds successfully and your test suite passes with no
107+
5. Make sure your app builds successfully and your test suite passes with no
106108
deprecations.
107-
5. Upgrade your app to Ember 5.0. Again,
109+
6. Upgrade your app to Ember 5.0. Again,
108110
many developers can do this by running
109111
`npx ember-cli-update --to 5.0`. Refer to the
110112
[general Ember upgrade guide](https://cli.emberjs.com/release/basic-use/upgrading/#upgradinganemberappitself)

0 commit comments

Comments
 (0)