Problem/Motivation

In #3113400: Deprecate more jQuery UI library definitions, several libraries were refactored so they did not explicitly depend on jquery UI libraries, instead loading the assets from those libraries directly. This made it possible to deprecate several jQuery UI libraries before full replacements were made available.

One of the libraries refactored was core/jquery.ui.dialog - its dependency on other jquery ui libraries was removed in favor of loading the assets from those libraries directly. Most likely this change was made with when there was a possibility of it landing sooner than 9.1, and due to Views UI directly using core/jquery.ui.dialog at the time (it no longer does).
Because core/jquery.ui.dialog is deprecated and not used anywhere in core anymore, this asset-refactoring is not necessary. If it can be done in a non disruptive way (are library overrides a concern?), the library definition should largely return to it's prior state, other than keeping the deprecation and explicit asset weights.

Steps to reproduce

Proposed resolution

There may be a @todo referencing this issue in core, depending on how #3191497: core/jquery.ui.dialog is missing core/jquery assets resolves.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

bnjmnm created an issue. See original summary.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.5.x-dev » 10.1.x-dev

Drupal 9.5.0-beta2 and Drupal 10.0.0-beta2 were released on September 29, 2022, which means new developments and disruptive changes should now be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.