Skip to content

Commit

Permalink
fix: Upgrade to cspell 5.6.3 to improve accent support (streetsidesof…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jun 11, 2021
1 parent 4a35e2d commit e4c2479
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions design-docs/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ Issues should be tracked with the `v2` milestone.
- [ ] Be able to re-start the server if necessary.
- [ ] Be able to kill the server if stuck.

### Bug Fixes

- [x] Fix issue with Accents
- [ ] Support for case sensitive dictionaries.

### Third-party issues

- [ ] [Support virtual workspaces · Issue #846 · streetsidesoftware/vscode-spell-checker](https://github.com/streetsidesoftware/vscode-spell-checker/issues/846)
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,9 @@
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==

"@types/prettier@^2.1.5":
version "2.2.3"
resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.2.3.tgz#ef65165aea2924c9359205bf748865b8881753c0"
integrity sha512-PijRCG/K3s3w1We6ynUKdxEc5AcuuH3NBmMDP8uvKVp6X43UY7NQlTzczakXP3DJR0F4dfNQIGjU2cUeRYs2AA==
version "2.3.0"
resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.3.0.tgz#2e8332cc7363f887d32ec5496b207d26ba8052bb"
integrity sha512-hkc1DATxFLQo4VxPDpMH1gCkPpBbpOoJ/4nhuXw4n63/0R6bCpQECj4+K226UJ4JO/eJQz+1mC2I7JsWanAdQw==

"@types/prop-types@*":
version "15.7.3"
Expand Down Expand Up @@ -1103,9 +1103,9 @@
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==

"@types/vscode@^1.54.0":
version "1.56.0"
resolved "https://registry.npmjs.org/@types/vscode/-/vscode-1.56.0.tgz#2a75ee6d66e529295648b0b6ee43824564ed9c1a"
integrity sha512-Q5VmQxOx+L1Y6lIJiGcJzwcyV3pQo/eiW8P+7sNLhFI16tJCwtua2DLjHRcpjbCLNVYpQM73kzfFo1Z0HyP9eQ==
version "1.57.0"
resolved "https://registry.npmjs.org/@types/vscode/-/vscode-1.57.0.tgz#cc648e0573b92f725cd1baf2621f8da9f8bc689f"
integrity sha512-FeznBFtIDCWRluojTsi9c3LLcCHOXP5etQfBK42+ixo1CoEAchkw39tuui9zomjZuKfUVL33KZUDIwHZ/xvOkQ==

"@types/yargs-parser@*":
version "20.2.0"
Expand Down Expand Up @@ -3130,9 +3130,9 @@ cspell-io@^5.6.2:
iterable-to-stream "^2.0.0"

cspell-lib@^5.4.0:
version "5.6.2"
resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.6.2.tgz#52fd23e26f118db1e15a981dd6c528a3cc7cc788"
integrity sha512-BjYSw2LmKTz1zZWN71SSDHdQGamst4zLx7WQUg1NMTPCyBKj2Iv1z6gkp5wr/zjsYyNFtpdbBGRNnrU8rMupww==
version "5.6.3"
resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.6.3.tgz#5e96c7cebbf6a14729f9c0f974c2973824ca8c7d"
integrity sha512-tE1m6BtdFaGf1cLdGogbUqJ7ztS5HQZCWmhmWyLrd+H4H8BzrquSH3tKdP4EE6m7cI8e30oYbxmPVLTBjL+jfw==
dependencies:
"@cspell/cspell-bundled-dicts" "^5.6.2"
"@cspell/cspell-types" "^5.6.2"
Expand All @@ -3142,7 +3142,7 @@ cspell-lib@^5.4.0:
cosmiconfig "^7.0.0"
cspell-glob "^5.6.2"
cspell-io "^5.6.2"
cspell-trie-lib "^5.6.2"
cspell-trie-lib "^5.6.3"
find-up "^5.0.0"
fs-extra "^10.0.0"
gensequence "^3.1.1"
Expand All @@ -3151,10 +3151,10 @@ cspell-lib@^5.4.0:
resolve-global "^1.0.0"
vscode-uri "^3.0.2"

cspell-trie-lib@^5.6.2:
version "5.6.2"
resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.6.2.tgz#aed9fe2d0ed1cea1c24575ab3405119b498e67f4"
integrity sha512-zZR28usOHtKYiSiuLE9/FgO5WAJDgTYjlOucxbGsY5CH4x9I0CqWADl0viLO4Tj8Y+COl6MfyE3IpgRkbQKmrQ==
cspell-trie-lib@^5.6.3:
version "5.6.3"
resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.6.3.tgz#84cb8ac200f1f5042ffa3aaa782eb6e2c58ad12d"
integrity sha512-YN1ecHbqEzuaile3K053+D7cuROvQIJ3oHQsd7xr8yY3fu3+H63PDU9CUxdKb4Znk41PuIvk75PENDbggNRDzg==
dependencies:
fs-extra "^10.0.0"
gensequence "^3.1.1"
Expand Down Expand Up @@ -7053,9 +7053,9 @@ posix-character-classes@^0.1.0:
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=

postcss@^7.0.35:
version "7.0.35"
resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24"
integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==
version "7.0.36"
resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"
Expand Down Expand Up @@ -7487,15 +7487,15 @@ remove-trailing-separator@^1.0.1:
integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=

renderkid@^2.0.4:
version "2.0.6"
resolved "https://registry.npmjs.org/renderkid/-/renderkid-2.0.6.tgz#aaf875a67f2d1705821a22b64515db6d9e025fd2"
integrity sha512-GIis2GBr/ho0pFNf57D4XM4+PgnQuTii0WCPjEZmZfKivzUfGuRdjN2aQYtYMiNggHmNyBve+thFnNR1iBRcKg==
version "2.0.7"
resolved "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz#464f276a6bdcee606f4a15993f9b29fc74ca8609"
integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==
dependencies:
css-select "^4.1.3"
dom-converter "^0.2.0"
htmlparser2 "^6.1.0"
lodash "^4.17.21"
strip-ansi "^6.0.0"
strip-ansi "^3.0.1"

repeat-element@^1.1.2:
version "1.1.4"
Expand Down

0 comments on commit e4c2479

Please sign in to comment.