Problem/Motivation
New JavaScript dependencies updates landed. (Do these people ever sleep?...)
Steps to reproduce
$ yarn outdated
Package Current Wanted Latest
cspell 6.15.1 6.17.0 6.17.0
eslint 8.28.0 8.29.0 8.29.0
postcss-import 15.0.0 15.0.1 15.0.1
stylelint 14.15.0 14.16.0 14.16.0
terser 5.16.0 5.16.1 5.16.1
webpack-cli 5.0.0 5.0.1 5.0.1
Since they already have their own dedicated issue, I've left out nightwatch and shepherd.js.
Proposed resolution
yarn upgrade cspell eslint postcss-import stylelint terser webpack-cli
yarn build
And since there's a cspell update: yarn spellcheck:make-drupal-dict
Changed JavaScript dependencies
$ yarn-lock-diff -o old.yarn.lock -n yarn.lock
┌──────────────────────────────┬─────────────────┬────────────────┐
│ package name │ old version(s) │ new version(s) │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @cspell/cspell-bundled-dicts │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @cspell/cspell-pipe │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @cspell/cspell-service-bus │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @cspell/cspell-types │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @cspell/dict-npm │ 4.0.1 │ 5.0.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @cspell/strong-weak-map │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @webpack-cli/configtest │ 2.0.0 │ 2.0.1 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @webpack-cli/info │ 2.0.0 │ 2.0.1 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ @webpack-cli/serve │ 2.0.0 │ 2.0.1 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ cspell-dictionary │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ cspell-gitignore │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ cspell-glob │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ cspell-grammar │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ cspell-io │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ cspell-lib │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ cspell-trie-lib │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ cspell │ 6.15.1 │ 6.17.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ eslint │ 8.28.0 │ 8.29.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ fastq │ 1.13.0 │ 1.14.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ ignore │ 5.2.0 │ 5.2.1 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ postcss-import │ 15.0.0 │ 15.0.1 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ stylelint │ 14.15.0 │ 14.16.0 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ terser │ 5.16.0 │ 5.16.1 │
├──────────────────────────────┼─────────────────┼────────────────┤
│ webpack-cli │ 5.0.0 │ 5.0.1 │
└──────────────────────────────┴─────────────────┴────────────────┘
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3325114-9.5-9.patch | 21.41 KB | spokje |
| #8 | 3325114-10.x-8.patch | 22.2 KB | spokje |
Comments
Comment #2
spokjeComment #3
spokjeComment #4
spokjeA bit surprised that the only changes are in the
yarn.lock, but it is what it is.Comment #5
spokjeComment #6
spokjeComment #7
spokjeComment #8
spokjeComment #9
spokjeComment #10
spokjeComment #11
longwaveLooks good to me.
Comment #14
catchCommitted/pushed the respective patches to 10.1.x/10.0.x and 9.5.x, thanks!