mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 09:16:52 +08:00
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. |
||
|---|---|---|
| .. | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib/discourse_local_dates | ||
| spec | ||
| test/javascripts | ||
| plugin.rb | ||