Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
javascript
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jul 2022 at 17:11 UTC
Updated:
18 Aug 2022 at 10:24 UTC
Jump to comment: Most recent
Comments
Comment #2
jlariza commentedComment #3
cilefen commentedThere is already an issue for Terser. Can you please refocus this issue to jQuery UI by updating the title and summary?
Comment #4
jlariza commentedComment #5
jlariza commented@cilefen Done. Thank you
Comment #8
xjmMR is empty, so removing credit for it.
This will need to be backported to 9.3.x.
Comment #14
xjmPosted MRs for each branch. The 10.0.x MR should also apply to 10.1.x.
Comment #15
xjmBlah @ that test. Should it still exist now that jQuery UI is being maintained upstream?
Comment #17
benjifisherWell, it seems to have been removed in the 10.0.x branch in #3277744: Actually remove deprecated jquery_ui libraries from core. I will not second-guess whether that issue should be back-ported.
Looking at the tests, I think the right thing to do is update the
md5hashes. It helps to have a text editor that makes macros easy.Comment #18
quietone commentedNow that I have taken the time to learn how to update Javsascript dependencies I practiced with this issue. I made the updates locally for 9.3.x, 9.4.x, 9.5.x, and 10.0.x and made patches. I then compared those results to the corresponding diff for each MR here. In all cases the they were the same with the exception of the changes to the test file, \Drupal\KernelTests\Core\Asset\DeprecatedJqueryUiAssetsTest, which I did not update for each branch. I can confirm then that those updates are are correct.
And then, since the test is passing the hashes updated in #17 are correct. Therefore, going with an RTBC.
Comment #28
lauriiiConfirmed that I got same results running
yarn vendor-updatelocally and all looks good. Commited MRs to their respective branches.