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
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3439522-nr-bot.txt | 90 bytes | needs-review-queue-bot |
| #5 | 3439522-nr-bot.txt | 90 bytes | needs-review-queue-bot |
Issue fork drupal-3439522
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
Comment #4
quietone commentedComment #5
needs-review-queue-bot commentedThe 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.
Comment #6
adwivedi008 commentedMoving the issue back to Need Review as it was already in Needs review state
Comment #7
needs-review-queue-bot commentedThe 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.
Comment #8
quietone commentedComment #9
smustgrave commentedAfter speaking with @catch seems are we good to update here even though 11.x. has not been updated yet.
Comment #10
quietone commentedI only did a rebase. This needs to be checked that everything has been updated.
Comment #11
quietone commentedRunning yarn outdated show there are more packages that can be updated. ckeditor, cspell. and others
Comment #12
longwaveGoing 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.
Comment #15
longwaveActually 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.
Comment #16
longwaveBah, we can't update stylelint because of stylelint-formatter-gitlab: https://gitlab.com/leon0399/stylelint-formatter-gitlab/-/issues/3
Comment #17
longwaveComment #19
smustgrave commentedBoth 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 :)
Comment #23
catchCommitted/pushed to 11.x/11.0.x/10.4.x/10.3.x respectively, thanks!