discourse/plugins/discourse-local-dates/assets/javascripts/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
..
discourse-markdown FEATURE: allow customizing default timezone for email. (#32964) 2025-05-29 14:17:37 +10:00
date-with-zone-helper.js DEV: Update JS class sorting to match new lint rule 2022-08-15 09:28:31 +01:00
local-date-builder.js DEV: Replace deprecated Ember's native array any with some (#35010) 2025-09-30 15:49:13 -03:00
local-date-markup-generator.js FIX: Quoting local dates bbcode regeneration (#17141) 2022-06-21 10:07:21 +10:00
rich-editor-extension.js UX: prosemirror rich editor nodes cleanup / slightly better UX (#32361) 2025-04-18 00:20:55 -03:00