# How to find item needing update?

**URL:** https://meta.discourse.org/t/how-to-find-item-needing-update/370181
**Category:** Support
**Created:** [June 14, 2025, 1:08pm UTC](https://meta.discourse.org/t/how-to-find-item-needing-update/370181 "2025-06-14T13:08:52Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tknospdr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tknospdr/32/529762_2.png) [@tknospdr](https://meta.discourse.org/u/tknospdr)
#### Post date: [June 14, 2025, 1:08pm UTC](https://meta.discourse.org/t/how-to-find-item-needing-update/370181/1 "2025-06-14T13:08:52Z")

</div>

I’ve got this banner on my site, but I’m not sure how to track down which component needs updating:

**[Admin Notice]** One of your themes or plugins needs updating for compatibility with upcoming Discourse core changes. (id:[_component-template-resolving_](https://deprecations.emberjs.com/id/component-template-resolving))

I searched here and the only thread I came up with doesn’t appear relevant to the id in my notice.

> [@One of your themes or plugins needs updating for compatibility with upcoming Discourse core changes](https://meta.discourse.org/t/one-of-your-themes-or-plugins-needs-updating-for-compatibility-with-upcoming-discourse-core-changes/315155):
>
> Greetings, I updated our Discourse instance yesterday ([https://world-like-home.community](https://world-like-home.community)) and received the message below. I can’t identify which “themes or plugins” it’s referring to. Any guidance would be of great help. Thanks [Admin Notice] One of your themes or plugins needs updating for compatibility with upcoming Discourse core changes. (id:discourse.plugin-outlet-tag-name )

All help tracking down my foe appreciated.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [June 14, 2025, 1:11pm UTC](https://meta.discourse.org/t/how-to-find-item-needing-update/370181/2 "2025-06-14T13:11:46Z")

</div>

You can find out in the browser console

> [@Component template resolving pink banner](https://meta.discourse.org/t/component-template-resolving-pink-banner/369978/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

---

<div class="post-metadata">

### Author: ![tknospdr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tknospdr/32/529762_2.png) [@tknospdr](https://meta.discourse.org/u/tknospdr)
#### Post date: [June 14, 2025, 1:52pm UTC](https://meta.discourse.org/t/how-to-find-item-needing-update/370181/3 "2025-06-14T13:52:26Z")

</div>

Thanks. Looks ike it’s the [Blog Post Styling](https://meta.discourse.org/t/blog-post-styling/110841) component.  
I’ll go let them know. Hope it gets updated, I really like it.

```plaintext
[Warning] DEPRECATION: Components with separately resolved templates are deprecated. Migrate to either co-located js/ts + hbs files or to gjs/gts. Tried to lookup 'template:components/blog-image'. [deprecation id: component-template-resolving] This will be removed in ember-source 6.0.0. See https://deprecations.emberjs.com/id/component-template-resolving for more details. (chunk.3d3a2777cc56b0f68f02.d41d8cd9.js, line 377)
[Warning] DEPRECATION: [THEME 13 'Blog Post Styling'] The `isBlogTopic` property path was used in the `discourse/theme-13/discourse/templates/components/blog-image` template without using `this`. This fallback behavior has been deprecated, all properties must be looked up on `this` when used in the template: {{this.isBlogTopic}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See https://meta.discourse.org/t/337276 for more details. (chunk.3d3a2777cc56b0f68f02.d41d8cd9.js, line 377)
[Warning] DEPRECATION: [THEME 13 'Blog Post Styling'] The `imageURL` property path was used in the `discourse/theme-13/discourse/templates/components/blog-image` template without using `this`. This fallback behavior has been deprecated, all properties must be looked up on `this` when used in the template: {{this.imageURL}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See https://meta.discourse.org/t/337276 for more details. (chunk.3d3a2777cc56b0f68f02.d41d8cd9.js, line 377)
[Warning] DEPRECATION: [THEME 13 'Blog Post Styling'] The `model` property path was used in the `discourse/theme-13/discourse/templates/connectors/topic-above-post-stream/blog-post-styling` template without using `this`. This fallback behavior has been deprecated, all properties must be looked up on `this` when used in the template: {{this.model}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See https://meta.discourse.org/t/337276 for more details. (chunk.3d3a2777cc56b0f68f02.d41d8cd9.js, line 377)

```

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [June 16, 2025, 4:19pm UTC](https://meta.discourse.org/t/how-to-find-item-needing-update/370181/4 "2025-06-16T16:19:16Z")

</div>

See for how to deal with these deprecation warnings:

> [@Handling the 'component-template-resolving' deprecation](https://meta.discourse.org/t/handling-the-component-template-resolving-deprecation/370019):
>
> As part of our preparation for the Ember 6 upgrade, we have now enabled warning banners for the “component template resolving” deprecation. 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] 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…

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [July 16, 2025, 4:20pm UTC](https://meta.discourse.org/t/how-to-find-item-needing-update/370181/5 "2025-07-16T16:20:17Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
