You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ember-5-0-released.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ authors:
10
10
- chris-krycho
11
11
- katie-gengler
12
12
- 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)
14
14
tags:
15
15
- releases
16
16
- '2023'
@@ -87,13 +87,15 @@ recommend upgrading in steps across the LTS versions: 4.4, 4.8, and then 4.12.
87
87
88
88
Follow these steps in order:
89
89
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.
91
93
Many developers can do this by running
92
94
`npx ember-cli-update --to 4.12`. The
93
95
[general Ember upgrade guide](https://cli.emberjs.com/release/basic-use/upgrading/#upgradinganemberappitself)
94
96
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.
97
99
See the [Ember Deprecation Guide](https://deprecations.emberjs.com/)
98
100
for more details about specific deprecations and how to resolve them.
99
101
Applications that need to upgrade through several versions may want to
@@ -102,9 +104,9 @@ consider isolating individual deprecations by using
102
104
- *Note:* If you see a deprecation for `@ember/string`, please review the
103
105
[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.
104
106
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
106
108
deprecations.
107
-
5. Upgrade your app to Ember 5.0. Again,
109
+
6. Upgrade your app to Ember 5.0. Again,
108
110
many developers can do this by running
109
111
`npx ember-cli-update --to 5.0`. Refer to the
110
112
[general Ember upgrade guide](https://cli.emberjs.com/release/basic-use/upgrading/#upgradinganemberappitself)
0 commit comments