Problem/Motivation

Steps to reproduce

$ yarn outdated

Proposed resolution

$ yarn upgrade cspell
$ yarn spellcheck:make-drupal-dict

$ yarn-lock-diff -o old.yarn.lock -n yarn.lock
┌──────────────────────────────┬────────────────┬────────────────┐
│ package name                 │ old version(s) │ new version(s) │
├──────────────────────────────┼────────────────┼────────────────┤
│ @cspell/cspell-bundled-dicts │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ @cspell/cspell-pipe          │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ @cspell/cspell-service-bus   │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ @cspell/cspell-types         │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ @cspell/strong-weak-map      │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ cspell-dictionary            │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ cspell-gitignore             │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ cspell-glob                  │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ cspell-grammar               │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ cspell-io                    │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ cspell-lib                   │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ cspell-trie-lib              │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ cspell                       │ 6.15.0         │ 6.15.1         │
├──────────────────────────────┼────────────────┼────────────────┤
│ @cspell/dict-svelte          │ -              │ 1.0.0          │
└──────────────────────────────┴────────────────┴────────────────┘

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Spokje created an issue. See original summary.

Spokje’s picture

Issue summary: View changes
Spokje’s picture

Spokje’s picture

Spokje’s picture

Spokje’s picture

No drupal dictionary changes detected with this one.

Spokje’s picture

Assigned: Spokje » Unassigned
Status: Active » Needs review
longwave’s picture

Status: Needs review » Reviewed & tested by the community

Not convinced it is worth chasing these point releases of cspell - often they seem to be very minor dictionary updates that don't affect us - but you have done the work here so this is RTBC,

Spokje’s picture

I agree with the chasing, but for this one @alexpott asked for a new issue #3324378-8: Update JavaScript dependencies for Drupal 9.5 .

Also, as it turns out, for 10.x we loose about 10 words in the drupal dictionary, which is way more than normal.

alexpott’s picture

Component: javascript » other
Status: Reviewed & tested by the community » Fixed

Committed 7643161 and pushed to 10.1.x. Thanks!
Committed 6ec6878 and pushed to 10.0.x. Thanks!
Committed 5d10e17 and pushed to 9.5.x. Thanks!

  • alexpott committed 7643161 on 10.1.x
    Issue #3324723 by Spokje: Update to the latest cspell version (6.15.1)
    

  • alexpott committed 6ec6878 on 10.0.x
    Issue #3324723 by Spokje: Update to the latest cspell version (6.15.1)
    

  • alexpott committed 5d10e17 on 9.5.x
    Issue #3324723 by Spokje: Update to the latest cspell version (6.15.1)
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.