discourse/plugins/discourse-local-dates/assets
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
..
javascripts DEV: Replace deprecated Ember's native array any with some (#35010) 2025-09-30 15:49:13 -03:00
stylesheets/common UX: allow cooked local-dates to wrap (#27404) 2024-06-10 17:22:30 -04:00