discourse/plugins/discourse-local-dates/assets/javascripts
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
..
discourse/components/modal DEV: Enable ember/no-classic-components (#33978) 2025-07-30 14:54:24 +02:00
initializers FIX: compute correct date with local time (#34623) 2025-09-01 11:46:34 +02:00
lib DEV: Replace deprecated Ember's native array any with some (#35010) 2025-09-30 15:49:13 -03:00