discourse/app/assets/javascripts/admin/addon/lib
Sérgio Saquetim 480a24e754
DEV: Replace deprecated Ember's native array any with some (#35010)
Replaces deprecated usage of the Ember's native array extension `.any()`
function with `.some()` across several JavaScript files in the project.
This is a purely refactoring change intended to modernize the codebase
to follow current JavaScript standards.

**Main Changes:**

* Replaced .any() with .some() for array handling in 25 instances across
various files.
* Updated deprecation workflow to handle the any() and related
deprecations explicitly.
2025-09-30 15:49:13 -03:00
..
color-scheme-manager.js DEV: Replace the use of Ember's .findBy for native methods on arrays (#34557) 2025-09-24 15:32:13 -03:00
constants.js FEATURE: User preference for editor Markdown monospace font (#34051) 2025-08-04 14:56:21 +10:00
hex-to-rgba.js DEV: Convert admin charts to glimmer/gjs (#28271) 2024-08-23 14:59:56 +02:00
setting-object-helper.js DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
site-setting-filter.js DEV: Improve site setting search ranking (#32461) 2025-04-28 16:58:27 +08:00
site-setting-matcher.js DEV: Replace deprecated Ember's native array any with some (#35010) 2025-09-30 15:49:13 -03:00
template-form-fields.js FEATURE: Implement tag group selection in dropdown and multi-select for topic creation and preview when using Form Templates (#32108) 2025-04-17 08:38:03 -05:00