discourse/plugins/discourse-local-dates
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
..
assets DEV: Replace deprecated Ember's native array any with some (#35010) 2025-09-30 15:49:13 -03:00
config Update translations (#35065) 2025-09-30 16:06:14 +02:00
db/migrate FEATURE: allow customizing default timezone for email. (#32964) 2025-05-29 14:17:37 +10:00
lib/discourse_local_dates DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
spec DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
test/javascripts DEV: Replace toolbar popup menu with DMenu (#33247) 2025-07-03 09:57:16 +10:00
plugin.rb DEV: Remove unnecessary freeze calls (#35064) 2025-09-30 15:36:16 +02:00