Hi, after updating today to the latest release I have the dreaded pink banner:
With that page of explanation: Component Template Resolving | Ember.js - Deprecations
I could not understand those explanations⦠Could someone explain to a rather non technician?
Thanks
Oh I realize the banner might not be pink for everyoneā¦
Lilly
June 13, 2025, 3:46am
2
itās because you are using 2 unofficial theme components that need to be modernized for templates and js api:
This theme component provides a number of enhancements for the Discourse category header.
The āstandardā Discourse category header is displayed at the top of each category page, above the navigation links and list of topics. It is normally only visible if a category logo image has been uploaded in the category settings. The header displays the logo and a short description of the category, taken from the first paragraph of the āAbout the⦠categoryā topic.
This theme component provides the follā¦
you should disable them until they are fixed. see here:
edit: keep in mind these are admin warnings - the components are not actually broken yet, but will inevitably break in a few months unless updated appropriately.
Richie
(Richie Rich)
June 13, 2025, 7:06am
3
Iām getting the same warning banner after updating this morning too.
Much like @patrickemin screen shot, mine isnāt telling me the cause of the issue either
How can I find out which component / or components are causing this banner to appear?
Moin
June 13, 2025, 7:21am
4
Lilly shared a screenshot of the browser console. You can open it, for example, with Command +Option +J (Mac) or Control +Shift +J (Windows).
Your list seems quite long, but most of it is the same component:
Category Previews
Cookie Consent Banner
Light
Richie
(Richie Rich)
June 13, 2025, 7:36am
6
Moin:
the browser console
Ah-ha, thanks
Iām a bit worried by the Light warning.
If I think back to around seven years ago, isnāt Light the main core theme that was installed with my Discourse on day one?
Moin
June 13, 2025, 7:37am
7
Did you add any custom code to it?
Richie
(Richie Rich)
June 13, 2025, 7:39am
8
Ignore that, I get the same warning on Dark too.
Iām guessing that could be caused by some additional CSS or JS that Iāve added
Richie
(Richie Rich)
June 13, 2025, 7:40am
9
Sorry, overlapping posts.
Yes - lots, it must be caused by that, Iāll check it out thanks
david
(David Taylor)
June 13, 2025, 8:41am
10
Iāve just posted a dedicated topic for this deprecation, and Iāll update the warning banner to link there instead of taking people directly to Emberās docs.
As part of our preparation for the Ember 6 upgrade, we have now enabled warning banners for the ācomponent template resolvingā deprecation.
[SCR-20250613-iunc]
To find more information about the issue, open up the browser developer console (F12), and look for a message including [deprecation id: component-template-resolving]
[SCR-20250613-iutc]
This message will include the name of the affected component (in this case components/my-component), which should help you to isolate the problem tā¦
To expand on this: disabling them will remove the error banner, so thatās fine if you really need to hide it.
But itās worth noting that deprecation notices donāt mean something is broken. It means that it will be broken in future, and weāre giving developers some advanced warning of that. Itās fine to keep using these things in the meantime.
On the <script> tag deprecation, we have a timeline here - everything will keep working until September.
Lilly
June 13, 2025, 11:23am
11
yea sorry about that, I should have been more clear that folks have a couple of months or so to fix these before they actually break.
Thanks everyone, thatās very clear!
piffy
June 16, 2025, 10:08pm
13
The Jump button component has now been modernized