Problem/Motivation
The version bump for cspell
from 8.13.0 => 8.16.0 isn't that big, but since it will end up with a changed dictionary.txt
, I'm creating a child issue for it, which is this very issue.
Also: Most likely every backport needs a new round of $ yarn spellcheck:make-dict
for the specific branch, which makes giving this update its own issue probably a good approach.
Steps to reproduce
Proposed resolution
$ yarn upgrade-interactive
cspell -------------------------------------- ◯ ^8.13.0 ------ ◉ ^8.16.0 ------
$ yarn spellcheck:make-dict
Remaining tasks
Backport this to the gazillion current branches, TBD by the core committers.
Mote: Most likely every backport needs a new round of $ yarn spellcheck:make-dict
for the specific branch.