Problem/Motivation
Update whatever is allowed in a minor.
There are two kinds: the front-end facing libraries in core/assets and the development dependencies specified in core/package.json.
(8.7.x=)$ pwd
/core/assets/vendor
(8.7.x=)$ ls -1
backbone
ckeditor
classList
domready
farbtastic
html5shiv
jquery
jquery-form
jquery-joyride
jquery-once
jquery-ui-touch-punch
jquery.cookie
jquery.ui
matchMedia
modernizr
normalize-css
picturefill
underscore
(8.7.x=)$ pwd
/core
(8.7.x=)$ npm outdated
Package Current Wanted Latest Location
dotenv-safe 5.0.1 5.0.1 6.1.0 Drupal
eslint 4.19.1 4.19.1 5.15.3 Drupal
eslint-config-prettier 2.10.0 2.10.0 4.1.0 Drupal
eslint-plugin-prettier 2.7.0 2.7.0 3.0.1 Drupal
nightwatch 0.9.21 0.9.21 1.0.19 Drupal
Proposed resolution
Remaining tasks
- Backbone is at 1.2.3, latest is 1.4.0
- #3035933: Update CKEditor to 4.11.3
- #3052502: Update jQuery to version 3.4
- jquery-form is at 4.2.2, which is the latest
- modernizr is at 3.3.1, latest is 3.6.0
- underscore is at 1.8.3, latest is 1.9.1
- ...