Problem/Motivation
As things go, within hours after #3399123: Upgrade JavaScript dependencies to latest minor/patch releases was committed, cspell released a new major version.
$ yarn outdated
[snipped]
cspell 7.3.9 7.3.9 8.0.0
Let's get this into 10.2.x.
Steps to reproduce
Proposed resolution
$ yarn add -D cspell
$ yarn spellcheck:make-drupal-dict
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3400071
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:
- 3400071-update-cspell-to
changes, plain diff MR !5292
Comments
Comment #3
spokjeWell, that is underwhelming,
$ yarn add -D cspellresults in no changes in ourcore/misc/cspell/dictionary.txt./shrug
Comment #4
spokjeComment #5
spokjeComment #6
spokjeComment #7
longwaveAll they have done is update all their dependencies, unsure why this warrants a major version bump but anyway there are no other differences between 7.3.9 and 8.0.0 so I'm not surprised this change is minimal for us: https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md
Comment #8
longwaveThe change here is to the lockfile and nothing else, in order to get the RTBC queue down a bit I'm committing this even though I reviewed it as the changes are trivial.
Committed and pushed 5341f1dff6 to 11.x and a2b3ceec72 to 10.2.x. Thanks!
Comment #11
longwave