Problem/Motivation
We should update JavaScript dependencies for Drupal 10.1.
CSpell has also bumped its config file version from 0.1 to 0.2, but the change only affects the glob root directory, and so we have no further changes to make.
Steps to reproduce
yarn outdated
Proposed resolution
yarn upgrade cspell
yarn spellcheck:make-drupal-dict
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3356571-2.patch | 46.59 KB | longwave |
Issue fork drupal-3356571
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 #2
longwaveComment #3
smustgrave commentedApplied patch
Ran spellcheck:make-drupal-dict and spellcheck:core and didn't get any additional changes.
Comment #4
quietone commentedI ran the upgrade locally, changed the config file and rebuilt the dictionary. My results are the same as the patch.
Comment #6
quietone commentedCommitted 7a9980d and pushed to 10.1.x. Thanks!