Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
javascript
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2022 at 06:56 UTC
Updated:
26 Apr 2022 at 22:54 UTC
Jump to comment: Most recent
Deprecate the existing library and create a new core/internal.underscore library to provide underscore for internal.backbone until the usages are removed.
The underscore JS library has been deprecated in Drupal 9.4.0. There is no replacement.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nod_Comment #4
thiagoht commentedI'll check it out!
Comment #5
thiagoht commentedLooks like everything ok!
Comment #6
murilohp commentedJust added a CR here about underscore being deprecated and how to replace it using vanilla js.
Comment #7
alexpottCommitted 49a6133 and pushed to 10.0.x. Thanks!
Committed 7be4a4f and pushed to 9.4.x. Thanks!
I applied the patch on to 10.0.x using a 3 way merge and resolved the conflicts.
@murilohp thanks for writing the CR I've credited you on this issue for that.
@thiagoht thanks for the review detailing what you did.
Comment #10
xjm