From f8ab8a8bf03e4f10465ac71e8c4d53a013ba3267 Mon Sep 17 00:00:00 2001 From: Jason3S Date: Sun, 25 Dec 2022 10:30:36 +0000 Subject: [PATCH] fix: Workflow Bot -- Update Dictionaries --- .../snapshots/eslint/eslint/report.yaml | 7 +-- .../snapshots/eslint/eslint/snapshot.txt | 5 +- .../snapshots/php/php-src/report.yaml | 3 +- .../snapshots/php/php-src/snapshot.txt | 3 +- .../snapshots/sveltejs/svelte/report.yaml | 4 +- .../snapshots/sveltejs/svelte/snapshot.txt | 4 +- .../wireapp/wire-webapp/snapshot.txt | 4 +- packages/cspell-bundled-dicts/package.json | 14 ++--- .../cspell/src/__snapshots__/app.test.ts.snap | 16 +++--- pnpm-lock.yaml | 56 +++++++++---------- 10 files changed, 53 insertions(+), 63 deletions(-) diff --git a/integration-tests/snapshots/eslint/eslint/report.yaml b/integration-tests/snapshots/eslint/eslint/report.yaml index c8c10ed5846..9b3310442c2 100644 --- a/integration-tests/snapshots/eslint/eslint/report.yaml +++ b/integration-tests/snapshots/eslint/eslint/report.yaml @@ -4,8 +4,8 @@ Url: https://github.com/eslint/eslint Args: ["**","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"] Summary: files: 1821 - filesWithIssues: 1228 - issues: 5419 + filesWithIssues: 1227 + issues: 5411 errors: 0 Errors: [] @@ -14,7 +14,6 @@ issues: - "conf/config-schema.js:14:5 fileoverview U * @fileoverview Defines a schema for" - "conf/eslint-recommended.js:49:13 nonoctal U \"no-nonoctal-decimal-escape\": \"error" - "conf/eslint-recommended.js:68:21 backreference U \"no-useless-backreference\": \"error\"," - - "conf/eslint-recommended.js:73:14 isnan U \"use-isnan\": \"error\"," - "conf/replacements.json:12:36 parens U wrap-func\": [\"no-extra-parens\"]," - "conf/replacements.json:13:62 paren U space-before-function-paren\"]," - "docs/package.json:19:23 stylelint U \"lint:scss\": \"stylelint \\\"**/*.{scss,html}\\" @@ -203,6 +202,7 @@ issues: - "docs/src/rules/space-unary-ops.md:12:101 nonwords U operators and after/before `nonwords` unary operators." - "docs/src/rules/spaced-comment.md:39:69 doxygen U documentation read by doxygen, vsdoc, etc. which must" - "docs/src/rules/spaced-comment.md:39:78 vsdoc U ocumentation read by doxygen, vsdoc, etc. which must have" + - "docs/src/rules/use-isnan.md:2:12 isnan U title: use-isnan" - "docs/src/rules/valid-typeof.md:31:17 strnig U typeof foo === \"strnig\"" - "docs/src/rules/valid-typeof.md:32:16 undefimed U typeof foo == \"undefimed\"" - "docs/src/rules/valid-typeof.md:33:16 nunber U typeof bar != \"nunber\"" @@ -338,7 +338,6 @@ issues: - "lib/rules/no-mixed-requires.js:78:66 iojs U per nodejs v0.12.2 and iojs v0.7.1" - "lib/rules/no-mixed-requires.js:182:62 Declarators U The list of VariableDeclarators." - "lib/rules/no-new-native-nonconstructor.js:32:18 Nonconstructor U noNewNonconstructor: \"`{{name}}` cannot" - - "lib/rules/no-restricted-imports.js:179:57 ignorecase U allowRelativePaths: true, ignorecase: !caseSensitive }).add" - "lib/rules/no-trailing-spaces.js:57:13 NONBLANK U NONBLANK = `${BLANK_CLASS}+$" - "lib/rules/no-useless-backreference.js:43:12 Lookaround U function isLookaround(node) {" - "lib/rules/no-useless-backreference.js:75:40 bref U \"Backreference '{{ bref }}' will be ignored" diff --git a/integration-tests/snapshots/eslint/eslint/snapshot.txt b/integration-tests/snapshots/eslint/eslint/snapshot.txt index 35e4288c090..091d2f76526 100644 --- a/integration-tests/snapshots/eslint/eslint/snapshot.txt +++ b/integration-tests/snapshots/eslint/eslint/snapshot.txt @@ -3,7 +3,7 @@ Repository: eslint/eslint Url: "https://github.com/eslint/eslint" Args: ["**","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"] Lines: - CSpell: Files checked: 1821, Issues found: 5419 in 1228 files + CSpell: Files checked: 1821, Issues found: 5411 in 1227 files exit code: 1 ./LICENSE:1:58 - Unknown word (openjsf) -- other contributors, ./Makefile.js:145:88 - Unknown word (ined) -- followed by the string "ined". @@ -34,7 +34,6 @@ Lines: ./conf/config-schema.js:8:63 - Unknown word (nzakas) -- file, please contact @nzakas first. ./conf/eslint-recommended.js:49:13 - Unknown word (nonoctal) -- "no-nonoctal-decimal-escape": "error ./conf/eslint-recommended.js:68:21 - Unknown word (backreference) -- "no-useless-backreference": "error", -./conf/eslint-recommended.js:73:14 - Unknown word (isnan) -- "use-isnan": "error", ./conf/replacements.json:12:36 - Unknown word (parens) -- wrap-func": ["no-extra-parens"], ./conf/replacements.json:13:62 - Unknown word (paren) -- space-before-function-paren"], ./docs/README.md:34:14 - Unknown word (docsjs) -- npm run lint:docsjs @@ -223,6 +222,7 @@ Lines: ./docs/src/rules/space-unary-ops.md:12:101 - Unknown word (nonwords) -- operators and after/before `nonwords` unary operators. ./docs/src/rules/spaced-comment.md:39:69 - Unknown word (doxygen) -- documentation read by doxygen, vsdoc, etc. which must ./docs/src/rules/spaced-comment.md:39:78 - Unknown word (vsdoc) -- ocumentation read by doxygen, vsdoc, etc. which must have +./docs/src/rules/use-isnan.md:2:12 - Unknown word (isnan) -- title: use-isnan ./docs/src/rules/valid-typeof.md:31:17 - Unknown word (strnig) -- typeof foo === "strnig" ./docs/src/rules/valid-typeof.md:32:16 - Unknown word (undefimed) -- typeof foo == "undefimed" ./docs/src/rules/valid-typeof.md:33:16 - Unknown word (nunber) -- typeof bar != "nunber" @@ -358,7 +358,6 @@ Lines: ./lib/rules/no-mixed-requires.js:182:62 - Unknown word (Declarators) -- The list of VariableDeclarators. ./lib/rules/no-mixed-requires.js:78:66 - Unknown word (iojs) -- per nodejs v0.12.2 and iojs v0.7.1 ./lib/rules/no-new-native-nonconstructor.js:32:18 - Unknown word (Nonconstructor) -- noNewNonconstructor: "`{{name}}` cannot -./lib/rules/no-restricted-imports.js:179:57 - Unknown word (ignorecase) -- allowRelativePaths: true, ignorecase: !caseSensitive }).add ./lib/rules/no-trailing-spaces.js:57:13 - Unknown word (NONBLANK) -- NONBLANK = `${BLANK_CLASS}+$ ./lib/rules/no-useless-backreference.js:112:37 - Unknown word (bref's) -- // group is bref's ancestor => bref is ./lib/rules/no-useless-backreference.js:43:12 - Unknown word (Lookaround) -- function isLookaround(node) { diff --git a/integration-tests/snapshots/php/php-src/report.yaml b/integration-tests/snapshots/php/php-src/report.yaml index 77136d2b9a0..7d878571019 100644 --- a/integration-tests/snapshots/php/php-src/report.yaml +++ b/integration-tests/snapshots/php/php-src/report.yaml @@ -5,7 +5,7 @@ Args: ["--config=${repoConfig}/cspell.json","**/*.{md,c,h,php}"] Summary: files: 1844 filesWithIssues: 1310 - issues: 44270 + issues: 44265 errors: 0 Errors: [] @@ -368,7 +368,6 @@ issues: - "ext/com_dotnet/com_extension.c:142:34 Casesensitive U INI_MH(OnAutoregisterCasesensitive)" - "ext/com_dotnet/com_extension.c:153:27 autoregister U PHP_INI_BOOLEAN(\"com.autoregister_verbose\", \"0\", PHP_INI" - "ext/com_dotnet/com_extension.c:155:38 casesensitive U ENTRY(\"com.autoregister_casesensitive\", \"1\", PHP_INI_ALL," - - "ext/com_dotnet/com_extension.stub.php:221:17 IGNORECASE U * @cvalue NORM_IGNORECASE" - "ext/com_dotnet/com_extension.stub.php:254:16 DISP U * @cvalue PHP_DISP_E_DIVBYZERO" - "ext/com_dotnet/com_extension.stub.php:254:23 DIVBYZERO U @cvalue PHP_DISP_E_DIVBYZERO" - "ext/com_dotnet/com_extension.stub.php:343:55 codepage U string $prog_id, ?int $codepage = null): variant {}" diff --git a/integration-tests/snapshots/php/php-src/snapshot.txt b/integration-tests/snapshots/php/php-src/snapshot.txt index 88685a6ea84..7cc138eba34 100644 --- a/integration-tests/snapshots/php/php-src/snapshot.txt +++ b/integration-tests/snapshots/php/php-src/snapshot.txt @@ -3,7 +3,7 @@ Repository: php/php-src Url: "https://github.com/php/php-src.git" Args: ["--config=../../../../config/repositories/php/php-src/cspell.json","**/*.{md,c,h,php}"] Lines: - CSpell: Files checked: 1844, Issues found: 44270 in 1310 files + CSpell: Files checked: 1844, Issues found: 44265 in 1310 files exit code: 1 ./CODING_STANDARDS.md:105:8 - Unknown word (setclientencoding) -- pg_setclientencoding ./CODING_STANDARDS.md:126:5 - Unknown word (fooselect) -- fooselect_bar @@ -670,7 +670,6 @@ Lines: ./ext/com_dotnet/com_extension.c:155:38 - Unknown word (casesensitive) -- ENTRY("com.autoregister_casesensitive", "1", PHP_INI_ALL, ./ext/com_dotnet/com_extension.c:53:11 - Unknown word (saproxy) -- *php_com_saproxy_class_entry; ./ext/com_dotnet/com_extension.c:84:12 - Unknown word (typelibraries) -- * list of typelibraries to register *persistently -./ext/com_dotnet/com_extension.stub.php:221:17 - Unknown word (IGNORECASE) -- * @cvalue NORM_IGNORECASE ./ext/com_dotnet/com_extension.stub.php:254:16 - Unknown word (DISP) -- * @cvalue PHP_DISP_E_DIVBYZERO ./ext/com_dotnet/com_extension.stub.php:254:23 - Unknown word (DIVBYZERO) -- @cvalue PHP_DISP_E_DIVBYZERO ./ext/com_dotnet/com_extension.stub.php:343:55 - Unknown word (codepage) -- string $prog_id, ?int $codepage = null): variant {} diff --git a/integration-tests/snapshots/sveltejs/svelte/report.yaml b/integration-tests/snapshots/sveltejs/svelte/report.yaml index 7b7607764a5..ad493e2bac7 100644 --- a/integration-tests/snapshots/sveltejs/svelte/report.yaml +++ b/integration-tests/snapshots/sveltejs/svelte/report.yaml @@ -5,7 +5,7 @@ Args: ["**"] Summary: files: 5256 filesWithIssues: 521 - issues: 4087 + issues: 4084 errors: 0 Errors: [] @@ -564,7 +564,6 @@ issues: - "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:44:143 rclone U Python, Starlette, rclone & Docker." - "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:46:4 Streamchaser U - [Streamchaser](https://github.com" - "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:54:98 Meteo U weather data from Open-Meteo" - - "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:55:4 Minecraft U - [Minecraft Profile Pic (MCPFP)" - "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:55:27 MCPFP U Minecraft Profile Pic (MCPFP)](https://github.com" - "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:68:126 Hofer U typescript-showcase) by Hofer Ivan" - "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:72:112 Connor U post/svelte-and-d3) by Connor Rothschild" @@ -701,7 +700,6 @@ issues: - "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:41:70 Dall U Game made with Svelte & DallE" - "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:42:10 Autoname U - [Figma Autoname plugin](https://github" - "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:46:69 Arth U observer) is a frontend for Arth Panel, an open-source" - - "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:46:110 minecraft U source & self-hosted minecraft server panel" - "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:47:55 notetaking U com/) is a cloud-based notetaking app with markdown and" - "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:48:4 Stablecog U - [Stablecog](https://github.com" - "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:50:4 sqrdoff U - [sqrdoff](https://sqrdoff.cubieverse" diff --git a/integration-tests/snapshots/sveltejs/svelte/snapshot.txt b/integration-tests/snapshots/sveltejs/svelte/snapshot.txt index 02673ae5061..cc5d0b88563 100644 --- a/integration-tests/snapshots/sveltejs/svelte/snapshot.txt +++ b/integration-tests/snapshots/sveltejs/svelte/snapshot.txt @@ -3,7 +3,7 @@ Repository: sveltejs/svelte Url: "https://github.com/sveltejs/svelte.git" Args: ["**"] Lines: - CSpell: Files checked: 5256, Issues found: 4087 in 521 files + CSpell: Files checked: 5256, Issues found: 4084 in 521 files exit code: 1 ./CHANGELOG.md:1000:51 - Unknown word (introing) -- dynamic component before introing ([#3054](https://github ./CHANGELOG.md:1013:47 - Unknown word (outros) -- keyed each blocks with outros ([#3055](https://github @@ -561,7 +561,6 @@ Lines: ./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:46:4 - Unknown word (Streamchaser) -- - [Streamchaser](https://github.com ./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:54:98 - Unknown word (Meteo) -- weather data from Open-Meteo ./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:55:27 - Unknown word (MCPFP) -- Minecraft Profile Pic (MCPFP)](https://github.com -./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:55:4 - Unknown word (Minecraft) -- - [Minecraft Profile Pic (MCPFP) ./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:68:126 - Unknown word (Hofer) -- typescript-showcase) by Hofer Ivan ./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:72:112 - Unknown word (Connor) -- post/svelte-and-d3) by Connor Rothschild ./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:73:135 - Unknown word (Imfeld) -- transitions) by Daniel Imfeld @@ -698,7 +697,6 @@ Lines: ./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:40:4 - Unknown word (Collabwriting) -- - [Collabwriting](https://collabwriting ./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:41:70 - Unknown word (Dall) -- Game made with Svelte & DallE ./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:42:10 - Unknown word (Autoname) -- - [Figma Autoname plugin](https://github -./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:46:110 - Unknown word (minecraft) -- source & self-hosted minecraft server panel ./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:46:69 - Unknown word (Arth) -- observer) is a frontend for Arth Panel, an open-source ./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:47:55 - Unknown word (notetaking) -- com/) is a cloud-based notetaking app with markdown and ./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:48:4 - Unknown word (Stablecog) -- - [Stablecog](https://github.com diff --git a/integration-tests/snapshots/wireapp/wire-webapp/snapshot.txt b/integration-tests/snapshots/wireapp/wire-webapp/snapshot.txt index e34deb8732f..3ce1ec1ed23 100644 --- a/integration-tests/snapshots/wireapp/wire-webapp/snapshot.txt +++ b/integration-tests/snapshots/wireapp/wire-webapp/snapshot.txt @@ -3,7 +3,7 @@ Repository: wireapp/wire-webapp Url: "https://github.com/wireapp/wire-webapp.git" Args: ["src/script/**/*.{js,ts,tsx,md}"] Lines: - CSpell: Files checked: 891, Issues found: 304 in 101 files + CSpell: Files checked: 891, Issues found: 302 in 100 files exit code: 1 ./src/script/assets/AssetRepository.ts:177:59 - Unknown word (DECRPYT) -- TransferState.DOWNLOAD_FAILED_DECRPYT); ./src/script/auth/component/AccountForm.tsx:254:9 - Unknown word (aligncenter) -- aligncenter @@ -128,8 +128,6 @@ Lines: ./src/script/media/MediaEmbeds.test.ts:605:52 - Unknown word (Gtnm) -- track/5yEPxDjbbzUzyauGtnmVEC'; ./src/script/page/LeftSidebar/panels/StartUI/PeopleTab.tsx:175:66 - Unknown word (searchng) -- just ignore it when searchng for the user locally ./src/script/page/MainContent/panels/Collection/Collection.tsx:105:39 - Unknown word (converation) -- message from a different converation, nothing to do -./src/script/page/MainContent/panels/preferences/accountPreferences/NameInput.tsx:58:35 - Unknown word (Displayname) -- t('preferencesAccountDisplayname')} -./src/script/page/MainContent/panels/preferences/accountPreferences/NameInput.tsx:61:18 - Unknown word (displayname) -- fieldName="displayname" ./src/script/page/RightSidebar/MessageDetails/MessageDetails.test.tsx:71:27 - Unknown word (Kowalski) -- const userName = 'Jan Kowalski'; ./src/script/page/RightSidebar/Notifications/Notifications.test.tsx:61:41 - Unknown word (ative) -- correct new value on the ative conversation', () = ./src/script/page/RootProvider.tsx:38:44 - Unknown word (initialised) -- MainViewModel was not initialised'); diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index baedf2a140a..10da9cfc360 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -48,7 +48,7 @@ "@cspell/dict-ada": "^4.0.1", "@cspell/dict-aws": "^3.0.0", "@cspell/dict-bash": "^4.1.1", - "@cspell/dict-companies": "^3.0.4", + "@cspell/dict-companies": "^3.0.5", "@cspell/dict-cpp": "^4.0.1", "@cspell/dict-cryptocurrencies": "^3.0.1", "@cspell/dict-csharp": "^4.0.2", @@ -59,11 +59,11 @@ "@cspell/dict-dotnet": "^4.0.1", "@cspell/dict-elixir": "^4.0.1", "@cspell/dict-en-gb": "1.1.33", - "@cspell/dict-en_us": "^4.1.1", + "@cspell/dict-en_us": "^4.1.2", "@cspell/dict-filetypes": "^3.0.0", "@cspell/dict-fonts": "^3.0.0", "@cspell/dict-fullstack": "^3.0.0", - "@cspell/dict-gaming-terms": "^1.0.2", + "@cspell/dict-gaming-terms": "^1.0.3", "@cspell/dict-git": "^2.0.0", "@cspell/dict-golang": "^5.0.1", "@cspell/dict-haskell": "^4.0.1", @@ -71,11 +71,11 @@ "@cspell/dict-html-symbol-entities": "^4.0.0", "@cspell/dict-java": "^5.0.3", "@cspell/dict-k8s": "^1.0.0", - "@cspell/dict-latex": "^3.0.0", + "@cspell/dict-latex": "^3.1.0", "@cspell/dict-lorem-ipsum": "^3.0.0", "@cspell/dict-lua": "^3.0.0", "@cspell/dict-node": "^4.0.2", - "@cspell/dict-npm": "^5.0.1", + "@cspell/dict-npm": "^5.0.2", "@cspell/dict-php": "^3.0.4", "@cspell/dict-powershell": "^3.0.0", "@cspell/dict-public-licenses": "^2.0.1", @@ -84,11 +84,11 @@ "@cspell/dict-ruby": "^3.0.0", "@cspell/dict-rust": "^3.0.0", "@cspell/dict-scala": "^3.0.0", - "@cspell/dict-software-terms": "^3.0.6", + "@cspell/dict-software-terms": "^3.0.7", "@cspell/dict-sql": "^2.0.1", "@cspell/dict-svelte": "^1.0.1", "@cspell/dict-swift": "^2.0.1", - "@cspell/dict-typescript": "^3.0.2", + "@cspell/dict-typescript": "^3.1.0", "@cspell/dict-vue": "^3.0.0" }, "engines": { diff --git a/packages/cspell/src/__snapshots__/app.test.ts.snap b/packages/cspell/src/__snapshots__/app.test.ts.snap index a6645550c46..b30a1ad08df 100644 --- a/packages/cspell/src/__snapshots__/app.test.ts.snap +++ b/packages/cspell/src/__snapshots__/app.test.ts.snap @@ -750,7 +750,7 @@ café - html ../../node_modules/.pnpm...ell/dict-html/html.txt. café - html-symbol-entitie ../../node_modules/.pnpm...-entities/entities.txt.gz café - java ../../node_modules/.pnpm...ll/dict-java/java.trie.gz café - k8s ../../node_modules/.pnpm...ell/dict-k8s/dict/k8s.txt -café - latex ../../node_modules/.pnpm...l/dict-latex/latex.txt.gz +café - latex ../../node_modules/.pnpm...dict-latex/dict/latex.txt café - lorem-ipsum ../../node_modules/.pnpm...m-ipsum/dictionary.txt.gz café - lua ../../node_modules/.pnpm...spell/dict-lua/lua.txt.gz café - networking-terms ../../node_modules/.pnpm.../dict/networkingTerms.txt @@ -806,7 +806,7 @@ hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - k8s ../../node_modules/.pnpm...ll/dict-k8s/dict/k8s.txt -hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz +hello - latex ../../node_modules/.pnpm...ict-latex/dict/latex.txt hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz hello - networking-terms ../../node_modules/.pnpm...dict/networkingTerms.txt @@ -862,7 +862,7 @@ hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - k8s ../../node_modules/.pnpm...ll/dict-k8s/dict/k8s.txt -hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz +hello - latex ../../node_modules/.pnpm...ict-latex/dict/latex.txt hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz hello - networking-terms ../../node_modules/.pnpm...dict/networkingTerms.txt @@ -1079,7 +1079,7 @@ café - html ../../node_modules/.pnpm...ell/dict-html/html.txt. café - html-symbol-entitie ../../node_modules/.pnpm...-entities/entities.txt.gz café - java ../../node_modules/.pnpm...ll/dict-java/java.trie.gz café - k8s ../../node_modules/.pnpm...ell/dict-k8s/dict/k8s.txt -café - latex ../../node_modules/.pnpm...l/dict-latex/latex.txt.gz +café - latex ../../node_modules/.pnpm...dict-latex/dict/latex.txt café - lorem-ipsum ../../node_modules/.pnpm...m-ipsum/dictionary.txt.gz café - lua ../../node_modules/.pnpm...spell/dict-lua/lua.txt.gz café - networking-terms ../../node_modules/.pnpm.../dict/networkingTerms.txt @@ -1135,7 +1135,7 @@ hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - k8s ../../node_modules/.pnpm...ll/dict-k8s/dict/k8s.txt -hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz +hello - latex ../../node_modules/.pnpm...ict-latex/dict/latex.txt hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz hello - networking-terms ../../node_modules/.pnpm...dict/networkingTerms.txt @@ -1191,7 +1191,7 @@ hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - k8s ../../node_modules/.pnpm...ll/dict-k8s/dict/k8s.txt -hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz +hello - latex ../../node_modules/.pnpm...ict-latex/dict/latex.txt hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz hello - networking-terms ../../node_modules/.pnpm...dict/networkingTerms.txt @@ -1276,7 +1276,7 @@ hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz hello - ignore words* ../../cspell-ignore-words.txt hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - k8s ../../node_modules/.pnpm...ll/dict-k8s/dict/k8s.txt -hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz +hello - latex ../../node_modules/.pnpm...ict-latex/dict/latex.txt hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz hello X missing-dictionary samples/missing.txt @@ -1333,7 +1333,7 @@ not-in-any-dictionary - html ../../node_modul...html/html.txt.gz not-in-any-dictionary - html-symbol-entitie ../../node_modul.../entities.txt.gz not-in-any-dictionary - java ../../node_modul...ava/java.trie.gz not-in-any-dictionary - k8s ../../node_modul...k8s/dict/k8s.txt -not-in-any-dictionary - latex ../../node_modul...tex/latex.txt.gz +not-in-any-dictionary - latex ../../node_modul...x/dict/latex.txt not-in-any-dictionary - lorem-ipsum ../../node_modul...ictionary.txt.gz not-in-any-dictionary - lua ../../node_modul...t-lua/lua.txt.gz not-in-any-dictionary - networking-terms ../../node_modul...workingTerms.txt diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0efcc2f984f..559d42e01b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,7 +181,7 @@ importers: '@cspell/dict-ada': ^4.0.1 '@cspell/dict-aws': ^3.0.0 '@cspell/dict-bash': ^4.1.1 - '@cspell/dict-companies': ^3.0.4 + '@cspell/dict-companies': ^3.0.5 '@cspell/dict-cpp': ^4.0.1 '@cspell/dict-cryptocurrencies': ^3.0.1 '@cspell/dict-csharp': ^4.0.2 @@ -192,11 +192,11 @@ importers: '@cspell/dict-dotnet': ^4.0.1 '@cspell/dict-elixir': ^4.0.1 '@cspell/dict-en-gb': 1.1.33 - '@cspell/dict-en_us': ^4.1.1 + '@cspell/dict-en_us': ^4.1.2 '@cspell/dict-filetypes': ^3.0.0 '@cspell/dict-fonts': ^3.0.0 '@cspell/dict-fullstack': ^3.0.0 - '@cspell/dict-gaming-terms': ^1.0.2 + '@cspell/dict-gaming-terms': ^1.0.3 '@cspell/dict-git': ^2.0.0 '@cspell/dict-golang': ^5.0.1 '@cspell/dict-haskell': ^4.0.1 @@ -204,11 +204,11 @@ importers: '@cspell/dict-html-symbol-entities': ^4.0.0 '@cspell/dict-java': ^5.0.3 '@cspell/dict-k8s': ^1.0.0 - '@cspell/dict-latex': ^3.0.0 + '@cspell/dict-latex': ^3.1.0 '@cspell/dict-lorem-ipsum': ^3.0.0 '@cspell/dict-lua': ^3.0.0 '@cspell/dict-node': ^4.0.2 - '@cspell/dict-npm': ^5.0.1 + '@cspell/dict-npm': ^5.0.2 '@cspell/dict-php': ^3.0.4 '@cspell/dict-powershell': ^3.0.0 '@cspell/dict-public-licenses': ^2.0.1 @@ -217,18 +217,18 @@ importers: '@cspell/dict-ruby': ^3.0.0 '@cspell/dict-rust': ^3.0.0 '@cspell/dict-scala': ^3.0.0 - '@cspell/dict-software-terms': ^3.0.6 + '@cspell/dict-software-terms': ^3.0.7 '@cspell/dict-sql': ^2.0.1 '@cspell/dict-svelte': ^1.0.1 '@cspell/dict-swift': ^2.0.1 - '@cspell/dict-typescript': ^3.0.2 + '@cspell/dict-typescript': ^3.1.0 '@cspell/dict-vue': ^3.0.0 typescript: ^4.9.4 dependencies: '@cspell/dict-ada': 4.0.1 '@cspell/dict-aws': 3.0.0 '@cspell/dict-bash': 4.1.1 - '@cspell/dict-companies': 3.0.4 + '@cspell/dict-companies': 3.0.5 '@cspell/dict-cpp': 4.0.1 '@cspell/dict-cryptocurrencies': 3.0.1 '@cspell/dict-csharp': 4.0.2 @@ -239,11 +239,11 @@ importers: '@cspell/dict-dotnet': 4.0.1 '@cspell/dict-elixir': 4.0.1 '@cspell/dict-en-gb': 1.1.33 - '@cspell/dict-en_us': 4.1.1 + '@cspell/dict-en_us': 4.1.2 '@cspell/dict-filetypes': 3.0.0 '@cspell/dict-fonts': 3.0.0 '@cspell/dict-fullstack': 3.0.0 - '@cspell/dict-gaming-terms': 1.0.2 + '@cspell/dict-gaming-terms': 1.0.3 '@cspell/dict-git': 2.0.0 '@cspell/dict-golang': 5.0.1 '@cspell/dict-haskell': 4.0.1 @@ -251,11 +251,11 @@ importers: '@cspell/dict-html-symbol-entities': 4.0.0 '@cspell/dict-java': 5.0.3 '@cspell/dict-k8s': 1.0.0 - '@cspell/dict-latex': 3.0.0 + '@cspell/dict-latex': 3.1.0 '@cspell/dict-lorem-ipsum': 3.0.0 '@cspell/dict-lua': 3.0.0 '@cspell/dict-node': 4.0.2 - '@cspell/dict-npm': 5.0.1 + '@cspell/dict-npm': 5.0.2 '@cspell/dict-php': 3.0.4 '@cspell/dict-powershell': 3.0.0 '@cspell/dict-public-licenses': 2.0.1 @@ -264,11 +264,11 @@ importers: '@cspell/dict-ruby': 3.0.0 '@cspell/dict-rust': 3.0.0 '@cspell/dict-scala': 3.0.0 - '@cspell/dict-software-terms': 3.0.6 + '@cspell/dict-software-terms': 3.0.7 '@cspell/dict-sql': 2.0.1 '@cspell/dict-svelte': 1.0.1 '@cspell/dict-swift': 2.0.1 - '@cspell/dict-typescript': 3.0.2 + '@cspell/dict-typescript': 3.1.0 '@cspell/dict-vue': 3.0.0 devDependencies: '@cspell/cspell-tools': link:../cspell-tools @@ -2336,8 +2336,8 @@ packages: resolution: {integrity: sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==} dev: false - /@cspell/dict-companies/3.0.4: - resolution: {integrity: sha512-cO06nle+9dQGrjUOvP/zRAEV0xT3jKM8dHIXWhnd70IcZQnRdka6vxjW+KGaoXk3ABY5uMCymRmuaOZtLd1lFQ==} + /@cspell/dict-companies/3.0.5: + resolution: {integrity: sha512-f5lVcL/dG2kUHh8QFLakU722lgMwqXSjZUdmW6QdOMmqcE8cgl+oN9qk/qYlCSBMsYA7uexwn3hIr4h0naoPlw==} dev: false /@cspell/dict-cpp/4.0.1: @@ -2390,8 +2390,8 @@ packages: resolution: {integrity: sha512-pN26ZBp1kKiN1xwUyT4olDZrW+BvLojZDjtE6j/yY3CO7U4rztkhTO+Ao3rQosqD/icB9NoWvPSMFCpbiaejYA==} dev: true - /@cspell/dict-en_us/4.1.1: - resolution: {integrity: sha512-I7pgGfYNSOnyNtDWs89B5jY0lZsSEy4ORwZHzLK55MaOq8YaSs+HyXKQsCX/Ce5ktCV03M3ObB01xE4OKoWPuQ==} + /@cspell/dict-en_us/4.1.2: + resolution: {integrity: sha512-G9taI0NimmIao3slR4o3mfxbIlMzqQk0Z5WQX5q/RKNbHZnCK+4fnYglAENj7rqWSndVNGZob15lKfMR5AOapA==} dev: false /@cspell/dict-es-es/2.2.3: @@ -2418,8 +2418,8 @@ packages: resolution: {integrity: sha512-BMQRTaeReLufjMwgWqqwPdrXQ7jkVGTv7/YvOLsHFZvcAP3eM7WqX+rvdXckLhJmuuzbceFRDKs5F/9Ig2x/tQ==} dev: false - /@cspell/dict-gaming-terms/1.0.2: - resolution: {integrity: sha512-TLqqfvU4GbuYsBhDQTYXx1elz44/rjC5i4w9YaNLc8LH67qAKLESSv43jGKE8gsziPWluvJkcsnv21S//NL+Tw==} + /@cspell/dict-gaming-terms/1.0.3: + resolution: {integrity: sha512-sHtwS/noitj+pxNpNp4TCsNzpUBQcFe03HzKyd0NmP5L8hFXsybqjtd3tYcHlvr1trUNkYtrRx0jnc32/qCsRw==} dev: false /@cspell/dict-git/2.0.0: @@ -2449,8 +2449,8 @@ packages: resolution: {integrity: sha512-XqIql+nd2DiuPuL+qPc24bN/L1mZY75kAYcuMBMW5iYgBoivkiVOg7br/aofX3ApajvHDln6tNkPZhmhsOg6Ww==} dev: false - /@cspell/dict-latex/3.0.0: - resolution: {integrity: sha512-QsRWj+Jll4ueVbce8ofKa743oQ2exmbVNZN70MaMbmu8PSbjW2+Rj3OdExVStesANMj7qc20inS/TgPr8DrInQ==} + /@cspell/dict-latex/3.1.0: + resolution: {integrity: sha512-XD5S3FY0DrYiun2vm/KKOkeaD30LXp9v5EzVTVQvmxqQrQh0HvOT3TFD7lgKbyzZaG7E+l3wS94uwwm80cOmuw==} dev: false /@cspell/dict-lorem-ipsum/3.0.0: @@ -2477,8 +2477,8 @@ packages: resolution: {integrity: sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==} dev: false - /@cspell/dict-npm/5.0.1: - resolution: {integrity: sha512-ynZ37WvOhl9nX4sq1CK6pAKeWkZXgJVv30ndOvnURJk0gtUAIjJ8rns2uHIMMhlsn1lsnaKlNlUuOtkUsd9qLw==} + /@cspell/dict-npm/5.0.2: + resolution: {integrity: sha512-A5D4Yw1cRgGplqGd82jZ6hnHPr/r9lOD+TdyiZ5WHqfiE6s4lLLhj2rSBl/X9xgn9GYXiHHF9DtLkVNUQ/icjg==} dev: false /@cspell/dict-php/3.0.4: @@ -2512,8 +2512,8 @@ packages: resolution: {integrity: sha512-sIiCQDIMMnNns/fzD61z5npbh5pypaKq07Orqe0+eRfdQpika8iRSGUGFHVbtdd1JzB1DyTCV2e8OwdaQiXqJQ==} dev: false - /@cspell/dict-software-terms/3.0.6: - resolution: {integrity: sha512-Zf7RrgLtdwDgQqHjS2OaL88haYZ2sBEBZX4ARmLTpJkS4lHM0nKRsPf7QKi9/AhrH1CGjOwgyx9Q/aVC/MdggA==} + /@cspell/dict-software-terms/3.0.7: + resolution: {integrity: sha512-Pm/w8LX3jvoToXQlQMTWC3/GCDE8JpNgSsqGzniLK8bnhy+fKVqerrorMiLhd0TVBX70003xzCnitnSN+pbHkw==} dev: false /@cspell/dict-sql/2.0.1: @@ -2528,8 +2528,8 @@ packages: resolution: {integrity: sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==} dev: false - /@cspell/dict-typescript/3.0.2: - resolution: {integrity: sha512-+xg/Lan+ObJbmGXuAN1RI84eUy+P6ZzFrWO1JoaU9zHXs62IHetkAGrUXfc+rM3m4O6lpMKawHjokFWqkFa4Vw==} + /@cspell/dict-typescript/3.1.0: + resolution: {integrity: sha512-4hdLlQMOYrUbGfJg2cWnbsBUevObwgL76TLVC0rwnrkSwzOxAxiGaG39VtRMvgAAe2lX6L+jka3fy0MmxzFOHw==} dev: false /@cspell/dict-vue/3.0.0: