Problem/Motivation

Update minor and patch releases of JavaScript dependencies for 10.3

Steps to reproduce

yarn outdated

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Issue fork drupal-3439522

Command icon Show commands

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

quietone created an issue. See original summary.

adwivedi008 made their first commit to this issue’s fork.

quietone’s picture

Status: Active » Needs review
needs-review-queue-bot’s picture

Status: Needs review » Needs work
StatusFileSize
new90 bytes

The Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".

This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.

Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.

adwivedi008’s picture

Status: Needs work » Needs review

Moving the issue back to Need Review as it was already in Needs review state

needs-review-queue-bot’s picture

Status: Needs review » Needs work
StatusFileSize
new90 bytes

The Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".

This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.

Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.

quietone’s picture

Status: Needs work » Needs review
Issue tags: +no-needs-review-bot
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

After speaking with @catch seems are we good to update here even though 11.x. has not been updated yet.

quietone’s picture

Status: Reviewed & tested by the community » Needs review

I only did a rebase. This needs to be checked that everything has been updated.

quietone’s picture

Status: Needs review » Needs work

Running yarn outdated show there are more packages that can be updated. ckeditor, cspell. and others

longwave’s picture

Title: Update JavaScript dependencies for Drupal 10.3 » [meta] Update JavaScript dependencies for Drupal 10.3/11.0
Component: batch system » javascript
Status: Needs work » Active

Going to break this into child issues to deal with the bigger things (CKEditor, eslint/stylelint major versions) and then finish up with the stragglers in here I think. Will likely need MRs to deal with both 11.x and 10.3.x.

longwave’s picture

Title: [meta] Update JavaScript dependencies for Drupal 10.3/11.0 » Update JavaScript dependencies for Drupal 10.3/11.0

Actually there aren't that many major changes so we can probably do this all in one issue.

We can't upgrade to ESLint 9 yet as eslint-config-airbnb doesn't support it yet: https://github.com/airbnb/javascript/issues/2961

I've also left out Nightwatch and the pinned deps in 10.3/10.4 but everything else is upgraded to its latest version.

longwave’s picture

Status: Active » Needs work

Bah, we can't update stylelint because of stylelint-formatter-gitlab: https://gitlab.com/leon0399/stylelint-formatter-gitlab/-/issues/3

longwave’s picture

Status: Needs work » Needs review

longwave changed the visibility of the branch 3439522-update-javascript-dependencies to hidden.

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Both MRs appear green. Wasn't entirely sure how to test so applied 8018 to my 11.x install and did some basic tasks on javascript heavy pages like layout builder didn't see any issue. Lets do it :)

  • catch committed e037aeba on 11.0.x
    Issue #3439522 by longwave, adwivedi008, quietone, smustgrave: Update...

  • catch committed d6674579 on 11.x
    Issue #3439522 by longwave, adwivedi008, quietone, smustgrave: Update...

  • catch committed 8bd36388 on 10.3.x
    Issue #3439522 by longwave, adwivedi008, quietone, smustgrave: Update...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 11.x/11.0.x/10.4.x/10.3.x respectively, thanks!

  • catch committed 09991eda on 10.4.x
    Issue #3439522 by longwave, adwivedi008, quietone, smustgrave: Update...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.