From 6496cb896f70c4c78b08824fcd04e9641f3c6aea Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 31 Oct 2022 11:45:13 +0100 Subject: [PATCH 1/3] fix: Update dictionaries --- package.json | 2 +- packages/cspell-bundled-dicts/package.json | 22 +++---- pnpm-lock.yaml | 68 +++++++++++++--------- 3 files changed, 52 insertions(+), 40 deletions(-) diff --git a/package.json b/package.json index dd328cb8222..64828c55f35 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "update-packages": "pnpm run update-packages-src && pnpm run update-packages-docs", "update-packages-docs": "cd website && pnpm run update-packages", "update-packages-src": "pnpm -r up", - "update-dictionary-packages": "pnpm --filter \"@cspell/cspell-bundled-dicts\" up \"@cspell/dict*\"", + "update-dictionary-packages": "pnpm --filter \"@cspell/cspell-bundled-dicts\" run update-dictionaries", "update-integrations-and-snapshots": "pnpm -r run update-repositories --scope cspell-integration-tests", "update-integrations-list": "cd integration-tests && ./repo-list.sh", "update-schema": "cd packages/cspell-types && pnpm i && pnpm run build", diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index 344dc2ffdaf..d8eb77c99dc 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -24,7 +24,9 @@ "clean": "echo clean", "clean-build": "pnpm run clean && pnpm run build", "watch": "pnpm run build --watch", - "test": "node ../../bin.js \"**/*.{txt,md,ts}\"" + "test": "node ../../bin.js \"**/*.{txt,md,ts}\"", + "update-fix-en-gb": "pnpm add @cspell/dict-en-gb@1.1.33", + "update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" && pnpm run update-fix-en-gb" }, "repository": { "type": "git", @@ -46,18 +48,18 @@ "@cspell/dict-ada": "^3.0.0", "@cspell/dict-aws": "^3.0.0", "@cspell/dict-bash": "^3.0.0", - "@cspell/dict-companies": "^3.0.1", + "@cspell/dict-companies": "^3.0.2", "@cspell/dict-cpp": "^4.0.0", - "@cspell/dict-cryptocurrencies": "^3.0.0", - "@cspell/dict-csharp": "^4.0.0", + "@cspell/dict-cryptocurrencies": "^3.0.1", + "@cspell/dict-csharp": "^4.0.1", "@cspell/dict-css": "^3.0.0", "@cspell/dict-dart": "^2.0.0", "@cspell/dict-django": "^3.0.0", "@cspell/dict-docker": "^1.1.1", - "@cspell/dict-dotnet": "^3.0.0", + "@cspell/dict-dotnet": "^3.0.1", "@cspell/dict-elixir": "^3.0.0", - "@cspell/dict-en-gb": "^1.1.33", - "@cspell/dict-en_us": "^3.0.0", + "@cspell/dict-en-gb": "1.1.33", + "@cspell/dict-en_us": "^4.0.0", "@cspell/dict-filetypes": "^3.0.0", "@cspell/dict-fonts": "^3.0.0", "@cspell/dict-fullstack": "^3.0.0", @@ -66,13 +68,13 @@ "@cspell/dict-haskell": "^3.0.0", "@cspell/dict-html": "^4.0.0", "@cspell/dict-html-symbol-entities": "^4.0.0", - "@cspell/dict-java": "^4.0.0", + "@cspell/dict-java": "^5.0.0", "@cspell/dict-latex": "^3.0.0", "@cspell/dict-lorem-ipsum": "^3.0.0", "@cspell/dict-lua": "^3.0.0", "@cspell/dict-node": "^4.0.1", "@cspell/dict-npm": "^4.0.1", - "@cspell/dict-php": "^3.0.1", + "@cspell/dict-php": "^3.0.2", "@cspell/dict-powershell": "^3.0.0", "@cspell/dict-public-licenses": "^2.0.0", "@cspell/dict-python": "^4.0.0", @@ -80,7 +82,7 @@ "@cspell/dict-ruby": "^3.0.0", "@cspell/dict-rust": "^3.0.0", "@cspell/dict-scala": "^3.0.0", - "@cspell/dict-software-terms": "^3.0.1", + "@cspell/dict-software-terms": "^3.0.2", "@cspell/dict-sql": "^2.0.0", "@cspell/dict-swift": "^2.0.0", "@cspell/dict-typescript": "^3.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 02063aa701e..2f3502d2801 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,18 +181,18 @@ importers: '@cspell/dict-ada': ^3.0.0 '@cspell/dict-aws': ^3.0.0 '@cspell/dict-bash': ^3.0.0 - '@cspell/dict-companies': ^3.0.1 + '@cspell/dict-companies': ^3.0.2 '@cspell/dict-cpp': ^4.0.0 - '@cspell/dict-cryptocurrencies': ^3.0.0 - '@cspell/dict-csharp': ^4.0.0 + '@cspell/dict-cryptocurrencies': ^3.0.1 + '@cspell/dict-csharp': ^4.0.1 '@cspell/dict-css': ^3.0.0 '@cspell/dict-dart': ^2.0.0 '@cspell/dict-django': ^3.0.0 '@cspell/dict-docker': ^1.1.1 - '@cspell/dict-dotnet': ^3.0.0 + '@cspell/dict-dotnet': ^3.0.1 '@cspell/dict-elixir': ^3.0.0 - '@cspell/dict-en-gb': ^1.1.33 - '@cspell/dict-en_us': ^3.0.0 + '@cspell/dict-en-gb': 1.1.33 + '@cspell/dict-en_us': ^4.0.0 '@cspell/dict-filetypes': ^3.0.0 '@cspell/dict-fonts': ^3.0.0 '@cspell/dict-fullstack': ^3.0.0 @@ -201,13 +201,13 @@ importers: '@cspell/dict-haskell': ^3.0.0 '@cspell/dict-html': ^4.0.0 '@cspell/dict-html-symbol-entities': ^4.0.0 - '@cspell/dict-java': ^4.0.0 + '@cspell/dict-java': ^5.0.0 '@cspell/dict-latex': ^3.0.0 '@cspell/dict-lorem-ipsum': ^3.0.0 '@cspell/dict-lua': ^3.0.0 '@cspell/dict-node': ^4.0.1 '@cspell/dict-npm': ^4.0.1 - '@cspell/dict-php': ^3.0.1 + '@cspell/dict-php': ^3.0.2 '@cspell/dict-powershell': ^3.0.0 '@cspell/dict-public-licenses': ^2.0.0 '@cspell/dict-python': ^4.0.0 @@ -215,7 +215,7 @@ 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.1 + '@cspell/dict-software-terms': ^3.0.2 '@cspell/dict-sql': ^2.0.0 '@cspell/dict-swift': ^2.0.0 '@cspell/dict-typescript': ^3.0.1 @@ -224,18 +224,18 @@ importers: '@cspell/dict-ada': 3.0.0 '@cspell/dict-aws': 3.0.0 '@cspell/dict-bash': 3.0.0 - '@cspell/dict-companies': 3.0.1 + '@cspell/dict-companies': 3.0.2 '@cspell/dict-cpp': 4.0.0 - '@cspell/dict-cryptocurrencies': 3.0.0 - '@cspell/dict-csharp': 4.0.0 + '@cspell/dict-cryptocurrencies': 3.0.1 + '@cspell/dict-csharp': 4.0.1 '@cspell/dict-css': 3.0.0 '@cspell/dict-dart': 2.0.0 '@cspell/dict-django': 3.0.0 '@cspell/dict-docker': 1.1.1 - '@cspell/dict-dotnet': 3.0.0 + '@cspell/dict-dotnet': 3.0.1 '@cspell/dict-elixir': 3.0.0 '@cspell/dict-en-gb': 1.1.33 - '@cspell/dict-en_us': 3.0.0 + '@cspell/dict-en_us': 4.0.0 '@cspell/dict-filetypes': 3.0.0 '@cspell/dict-fonts': 3.0.0 '@cspell/dict-fullstack': 3.0.0 @@ -244,13 +244,13 @@ importers: '@cspell/dict-haskell': 3.0.0 '@cspell/dict-html': 4.0.0 '@cspell/dict-html-symbol-entities': 4.0.0 - '@cspell/dict-java': 4.0.0 + '@cspell/dict-java': 5.0.0 '@cspell/dict-latex': 3.0.0 '@cspell/dict-lorem-ipsum': 3.0.0 '@cspell/dict-lua': 3.0.0 '@cspell/dict-node': 4.0.1 '@cspell/dict-npm': 4.0.1 - '@cspell/dict-php': 3.0.1 + '@cspell/dict-php': 3.0.2 '@cspell/dict-powershell': 3.0.0 '@cspell/dict-public-licenses': 2.0.0 '@cspell/dict-python': 4.0.0 @@ -258,7 +258,7 @@ 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.1 + '@cspell/dict-software-terms': 3.0.2 '@cspell/dict-sql': 2.0.0 '@cspell/dict-swift': 2.0.0 '@cspell/dict-typescript': 3.0.1 @@ -2323,19 +2323,24 @@ packages: resolution: {integrity: sha512-bQl6mk1SrcmrDL+F4XTeZtW2JnqgNJx5pNX6PIfWe5QA+J2blLlYbwDQOvjovpZEirwy8iqQmu//6bKjaDu1ow==} dev: false - /@cspell/dict-companies/3.0.1: - resolution: {integrity: sha512-esgKy0UkWIK1lyRaN9XtbRZZJiJ0tLlfyLkaZ3s0OubsAsSH6hgM6nc2p1IbmyhsFaEfp645z+YneBuOTL35Rw==} + /@cspell/dict-companies/3.0.2: + resolution: {integrity: sha512-C+H3tltzEZrPFEgLjKPM796ZQyFv2wW/FmOrkvoL5iyiwdQFg8Nh3KTPTZT83QJa4nb+yTHw0X/c+6QyEuzODA==} dev: false /@cspell/dict-cpp/4.0.0: resolution: {integrity: sha512-NrCmer14tTSbPs1TwqyCjFEmWCBw0UFvAn4O3pdWuxktArHxRJ5vUQOoL2Gus2H9s3ihhOJZkcuJ47Kd21E7BQ==} - /@cspell/dict-cryptocurrencies/3.0.0: - resolution: {integrity: sha512-5/tAqEVcg3PP1ZiSunxSVX1h5jGGS9ulSQFhPlXswmRRlo0Bry7ZP6Am81TiPG0bvkRvKb8eA9N5z212q6UTcg==} + /@cspell/dict-cryptocurrencies/3.0.1: + resolution: {integrity: sha512-Tdlr0Ahpp5yxtwM0ukC13V6+uYCI0p9fCRGMGZt36rWv8JQZHIuHfehNl7FB/Qc09NCF7p5ep0GXbL+sVTd/+w==} dev: false /@cspell/dict-csharp/4.0.0: resolution: {integrity: sha512-B6Ss3sMrkFRJFQCZ7F49yJzDZ6izpQTgNLEmuYIt0o6ZLsSvy5JDC3+F2rYfpsFESQIU/4GbqWZPTs7C9WvBeg==} + dev: true + + /@cspell/dict-csharp/4.0.1: + resolution: {integrity: sha512-BkfT6S790FcyWLTWYBwkj9dKxuNz4pHFDrj9GFrmqXd2HWzfSa944S0NJhal42TnW30JJljQY5P1ZYau+s2Pbg==} + dev: false /@cspell/dict-css/3.0.0: resolution: {integrity: sha512-GNg4EMhP+8yVr3AuebBMUxsb/otCz2DS8rTp2M5Fo1179uwpjMfPqLezFxH+YaiA3vgBiwajdrl/0ZGn44qBRw==} @@ -2356,8 +2361,8 @@ packages: resolution: {integrity: sha512-UEYoeRDm7oUN9yz1mYSozz6D4+2N14S/cd2Re9et6Xzq6yi62s4ky3knF92Of2weelADjnN41UA22VBhRAf7Sw==} dev: false - /@cspell/dict-dotnet/3.0.0: - resolution: {integrity: sha512-RqZ+WbkT+/JaR4RPbtyohlkZSd6FSOGT/Bu4yYQN2X06Vlk5rvy/dYSQWk2t3d1qJFq5EO0m8eTs7IOOnBF33Q==} + /@cspell/dict-dotnet/3.0.1: + resolution: {integrity: sha512-Flruqsmhwrm1K2+HKsA4I6aywmsM5QnCddFb8FIQLgluyuTss6Hs1Xj380+k3PeU/wAg4xNTD7f6b4xxZLbfjw==} dev: false /@cspell/dict-elixir/3.0.0: @@ -2370,6 +2375,11 @@ packages: /@cspell/dict-en_us/3.0.0: resolution: {integrity: sha512-pN26ZBp1kKiN1xwUyT4olDZrW+BvLojZDjtE6j/yY3CO7U4rztkhTO+Ao3rQosqD/icB9NoWvPSMFCpbiaejYA==} + dev: true + + /@cspell/dict-en_us/4.0.0: + resolution: {integrity: sha512-ZqWPm0cdC/3KdhWWHojti7/gfH5/JIzyGqI2zlmibz/jpR5Z0IzsW71xQCuU3KpNaYU1Frfivk0m34yicm1JFw==} + dev: false /@cspell/dict-es-es/2.2.2: resolution: {integrity: sha512-ZfU7iYItmbGkagHyLV50mVoFPW3PmuJe3O1bV09WbfRF/5hQlNQKdey/4/7kJsGWnGgh0daJ99kDk2HhqmhZhQ==} @@ -2414,8 +2424,8 @@ packages: /@cspell/dict-html/4.0.0: resolution: {integrity: sha512-UQRolrzTTMS3Ja1qkrdERnqG04qqwqp4vbMV+BLKvR0oiibfH56Dfnx/qz/C5KgFLc48GLGXLALjgCiHtPjPiA==} - /@cspell/dict-java/4.0.0: - resolution: {integrity: sha512-YeYy2P3FLHcm4vBN1pFPGfWFySTBfvPwqC0YZItqO/EprjSRc4czZbm6x8jQr0TWGbF1B1L5KwTWPV/ETjxSog==} + /@cspell/dict-java/5.0.0: + resolution: {integrity: sha512-r/QZXzb05uJSqY7q80hhy/Mcnze/pD3b4Ut7P0rvJ6IGdPnlNK51jqxbvSfe7YCeNIQ6+toqgRP7FCmYZfe84A==} dev: false /@cspell/dict-latex/3.0.0: @@ -2450,8 +2460,8 @@ packages: resolution: {integrity: sha512-jNKImVG5ZX+Pp6PhbSR3TmC9+0ROx09dGhSgUsZyvXV5CGEr+OQGJtNL98TGwU3pP2Xjc++qnHA/XPwB5WvLfA==} dev: false - /@cspell/dict-php/3.0.1: - resolution: {integrity: sha512-KSUMyb92nq9P9u/RgNvve/X7oIrGGwUh6eu6NSQgSL4HhWn/Ux4unXrLxrcOUKKkmnkU31Kd/WDPJSuDJrD+AQ==} + /@cspell/dict-php/3.0.2: + resolution: {integrity: sha512-YIVkqey40oNUem3aNvpyanhlmddUpogSAA51VcQkfB93qbjMzAQTvLBYJ9muPpyZgFF+TLTKdsrlqRLeKGsjow==} dev: false /@cspell/dict-powershell/3.0.0: @@ -2481,8 +2491,8 @@ packages: resolution: {integrity: sha512-sIiCQDIMMnNns/fzD61z5npbh5pypaKq07Orqe0+eRfdQpika8iRSGUGFHVbtdd1JzB1DyTCV2e8OwdaQiXqJQ==} dev: false - /@cspell/dict-software-terms/3.0.1: - resolution: {integrity: sha512-un5lbB+cM750HCVmW/9FaNXpr3tSCYkiOQUEo2GPwX96BWsFgkxRj24Ah23jIt1rOqVLpYZNgbslqiG1NKVgVg==} + /@cspell/dict-software-terms/3.0.2: + resolution: {integrity: sha512-TR92ZKyCarEzvLbG/q/HNqSDHSiJOYCU/RiankMU8R8nqY9K9k0k+vWMlgYpl2UXgXNdYjNP6RfZdtUR9jD55w==} dev: false /@cspell/dict-sql/2.0.0: From c50de6ecd687615d9849adb372a77d438d840981 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 31 Oct 2022 11:47:53 +0100 Subject: [PATCH 2/3] Update app.test.ts.snap --- .../cspell/src/__snapshots__/app.test.ts.snap | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/cspell/src/__snapshots__/app.test.ts.snap b/packages/cspell/src/__snapshots__/app.test.ts.snap index d8a0050b202..275064b2bad 100644 --- a/packages/cspell/src/__snapshots__/app.test.ts.snap +++ b/packages/cspell/src/__snapshots__/app.test.ts.snap @@ -737,7 +737,7 @@ café - css ../../node_modules/.pnpm...spell/dict-css/css.txt. café - dart ../../node_modules/.pnpm...ell/dict-dart/dart.txt.gz café - django ../../node_modules/.pnpm...dict-django/django.txt.gz café - docker ../../node_modules/.pnpm...ocker/docker-words.txt.gz -café - dotnet ../../node_modules/.pnpm...dict-dotnet/dotnet.txt.gz +café - dotnet ../../node_modules/.pnpm...ct-dotnet/dict/dotnet.txt café - elixir ../../node_modules/.pnpm...dict-elixir/elixir.txt.gz café * en_us* ../../node_modules/.pnpm.../dict-en_us/en_US.trie.gz café * en-gb ../../node_modules/.pnpm.../dict-en-gb/en_GB.trie.gz @@ -748,7 +748,7 @@ café - golang ../../node_modules/.pnpm...ell/dict-golang/go.txt. café - haskell ../../node_modules/.pnpm...ct-haskell/haskell.txt.gz café - html ../../node_modules/.pnpm...ell/dict-html/html.txt.gz café - html-symbol-entitie ../../node_modules/.pnpm...-entities/entities.txt.gz -café - java ../../node_modules/.pnpm...ell/dict-java/java.txt.gz +café - java ../../node_modules/.pnpm...ll/dict-java/java.trie.gz café - latex ../../node_modules/.pnpm...l/dict-latex/latex.txt.gz café - lorem-ipsum ../../node_modules/.pnpm...m-ipsum/dictionary.txt.gz café - lua ../../node_modules/.pnpm...spell/dict-lua/lua.txt.gz @@ -791,7 +791,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz -hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz +hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz hello * en_us ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz hello * en-gb* ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz @@ -802,7 +802,7 @@ hello * golang ../../node_modules/.pnpm...ll/dict-golang/go.txt.gz hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz 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...ll/dict-java/java.txt.gz +hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz @@ -845,7 +845,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz -hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz +hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz hello * en_us* ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz hello * en-gb ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz @@ -856,7 +856,7 @@ hello * golang ../../node_modules/.pnpm...ll/dict-golang/go.txt.gz hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz 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...ll/dict-java/java.txt.gz +hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz @@ -1060,7 +1060,7 @@ café - css ../../node_modules/.pnpm...spell/dict-css/css.txt. café - dart ../../node_modules/.pnpm...ell/dict-dart/dart.txt.gz café - django ../../node_modules/.pnpm...dict-django/django.txt.gz café - docker ../../node_modules/.pnpm...ocker/docker-words.txt.gz -café - dotnet ../../node_modules/.pnpm...dict-dotnet/dotnet.txt.gz +café - dotnet ../../node_modules/.pnpm...ct-dotnet/dict/dotnet.txt café - elixir ../../node_modules/.pnpm...dict-elixir/elixir.txt.gz café * en_us* ../../node_modules/.pnpm.../dict-en_us/en_US.trie.gz café * en-gb ../../node_modules/.pnpm.../dict-en-gb/en_GB.trie.gz @@ -1071,7 +1071,7 @@ café - golang ../../node_modules/.pnpm...ell/dict-golang/go.txt. café - haskell ../../node_modules/.pnpm...ct-haskell/haskell.txt.gz café - html ../../node_modules/.pnpm...ell/dict-html/html.txt.gz café - html-symbol-entitie ../../node_modules/.pnpm...-entities/entities.txt.gz -café - java ../../node_modules/.pnpm...ell/dict-java/java.txt.gz +café - java ../../node_modules/.pnpm...ll/dict-java/java.trie.gz café - latex ../../node_modules/.pnpm...l/dict-latex/latex.txt.gz café - lorem-ipsum ../../node_modules/.pnpm...m-ipsum/dictionary.txt.gz café - lua ../../node_modules/.pnpm...spell/dict-lua/lua.txt.gz @@ -1114,7 +1114,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz -hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz +hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz hello * en_us* ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz hello * en-gb ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz @@ -1125,7 +1125,7 @@ hello * golang ../../node_modules/.pnpm...ll/dict-golang/go.txt.gz hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz 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...ll/dict-java/java.txt.gz +hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz @@ -1168,7 +1168,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz -hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz +hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz hello * en_us ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz hello * en-gb* ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz @@ -1179,7 +1179,7 @@ hello * golang ../../node_modules/.pnpm...ll/dict-golang/go.txt.gz hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz 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...ll/dict-java/java.txt.gz +hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz @@ -1250,7 +1250,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz -hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz +hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz hello * en_us* ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz hello * en-gb ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz @@ -1262,7 +1262,7 @@ hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz hello - ignore words* ../../cspell-ignore-words.txt -hello - java ../../node_modules/.pnpm...ll/dict-java/java.txt.gz +hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz @@ -1306,7 +1306,7 @@ not-in-any-dictionary - css ../../node_modul...t-css/css.txt.gz not-in-any-dictionary - dart ../../node_modul...dart/dart.txt.gz not-in-any-dictionary - django ../../node_modul...go/django.txt.gz not-in-any-dictionary - docker ../../node_modul...ker-words.txt.gz -not-in-any-dictionary - dotnet ../../node_modul...et/dotnet.txt.gz +not-in-any-dictionary - dotnet ../../node_modul.../dict/dotnet.txt not-in-any-dictionary - elixir ../../node_modul...ir/elixir.txt.gz not-in-any-dictionary - en_us* ../../node_modul...us/en_US.trie.gz not-in-any-dictionary - en-gb ../../node_modul...gb/en_GB.trie.gz @@ -1317,7 +1317,7 @@ not-in-any-dictionary - golang ../../node_modul...golang/go.txt.gz not-in-any-dictionary - haskell ../../node_modul...l/haskell.txt.gz 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...java/java.txt.gz +not-in-any-dictionary - java ../../node_modul...ava/java.trie.gz not-in-any-dictionary - latex ../../node_modul...tex/latex.txt.gz not-in-any-dictionary - lorem-ipsum ../../node_modul...ictionary.txt.gz not-in-any-dictionary - lua ../../node_modul...t-lua/lua.txt.gz From 8febc0bc781332c506108d26baca86496a5c248c Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 31 Oct 2022 13:31:01 +0100 Subject: [PATCH 3/3] Update Java dictionary. --- .../snapshots/iluwatar/java-design-patterns/report.yaml | 3 ++- .../snapshots/iluwatar/java-design-patterns/snapshot.txt | 3 ++- packages/cspell-bundled-dicts/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/integration-tests/snapshots/iluwatar/java-design-patterns/report.yaml b/integration-tests/snapshots/iluwatar/java-design-patterns/report.yaml index 22bc367c0de..7729f625170 100644 --- a/integration-tests/snapshots/iluwatar/java-design-patterns/report.yaml +++ b/integration-tests/snapshots/iluwatar/java-design-patterns/report.yaml @@ -5,7 +5,7 @@ Args: ["**/*.md","**/*.java"] Summary: files: 1702 filesWithIssues: 1653 - issues: 9841 + issues: 9845 errors: 0 Errors: [] @@ -105,6 +105,7 @@ issues: - "composite-view/README.md:41:22 Servlet U Firstly there is `AppServlet` which is an `HttpServlet" - "composite-view/README.md:201:5 scriplets U The scriplets in the file are part" - "composite-view/README.md:274:1 Intelli U IntelliJ:" + - "composite-view/src/main/java/com/iluwatar/compositeview/AppServlet.java:25:22 compositeview U package com.iluwatar.compositeview;" - "converter/README.md:52:34 Dtos U final List createFromDtos(final Collection" - "converter/README.md:52:59 dtos U final Collection dtos) {" - "converter/src/main/java/com/iluwatar/converter/App.java:52:19 Camile U new User(\"Camile\", \"Tough\", false, \"" diff --git a/integration-tests/snapshots/iluwatar/java-design-patterns/snapshot.txt b/integration-tests/snapshots/iluwatar/java-design-patterns/snapshot.txt index 34ae93eb60c..30c82387e1b 100644 --- a/integration-tests/snapshots/iluwatar/java-design-patterns/snapshot.txt +++ b/integration-tests/snapshots/iluwatar/java-design-patterns/snapshot.txt @@ -3,7 +3,7 @@ Repository: iluwatar/java-design-patterns Url: "https://github.com/iluwatar/java-design-patterns.git" Args: ["**/*.md","**/*.java"] Lines: - CSpell: Files checked: 1702, Issues found: 9841 in 1653 files + CSpell: Files checked: 1702, Issues found: 9845 in 1653 files exit code: 1 ./LICENSE.md:23:19 - Unknown word (viewmodel) -- Module Model-view-viewmodel is using ZK framework ./LICENSE.md:3:23 - Unknown word (Ilkka) -- Copyright � 2014-2021 Ilkka Sepp�l� @@ -394,6 +394,7 @@ Lines: ./composite-view/README.md:25:74 - Unknown word (subviews) -- composed of smaller subviews. ./composite-view/README.md:274:1 - Unknown word (Intelli) -- IntelliJ: ./composite-view/README.md:41:22 - Unknown word (Servlet) -- Firstly there is `AppServlet` which is an `HttpServlet +./composite-view/src/main/java/com/iluwatar/compositeview/AppServlet.java:25:22 - Unknown word (compositeview) -- package com.iluwatar.compositeview; ./converter/README.md:52:34 - Unknown word (Dtos) -- final List createFromDtos(final Collection ./converter/README.md:52:59 - Unknown word (dtos) -- final Collection dtos) { ./converter/src/main/java/com/iluwatar/converter/App.java:52:19 - Unknown word (Camile) -- new User("Camile", "Tough", false, " diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index d8eb77c99dc..91aae2b5a1c 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -68,7 +68,7 @@ "@cspell/dict-haskell": "^3.0.0", "@cspell/dict-html": "^4.0.0", "@cspell/dict-html-symbol-entities": "^4.0.0", - "@cspell/dict-java": "^5.0.0", + "@cspell/dict-java": "^5.0.2", "@cspell/dict-latex": "^3.0.0", "@cspell/dict-lorem-ipsum": "^3.0.0", "@cspell/dict-lua": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f3502d2801..1eb4d19c8c5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -201,7 +201,7 @@ importers: '@cspell/dict-haskell': ^3.0.0 '@cspell/dict-html': ^4.0.0 '@cspell/dict-html-symbol-entities': ^4.0.0 - '@cspell/dict-java': ^5.0.0 + '@cspell/dict-java': ^5.0.2 '@cspell/dict-latex': ^3.0.0 '@cspell/dict-lorem-ipsum': ^3.0.0 '@cspell/dict-lua': ^3.0.0 @@ -244,7 +244,7 @@ importers: '@cspell/dict-haskell': 3.0.0 '@cspell/dict-html': 4.0.0 '@cspell/dict-html-symbol-entities': 4.0.0 - '@cspell/dict-java': 5.0.0 + '@cspell/dict-java': 5.0.2 '@cspell/dict-latex': 3.0.0 '@cspell/dict-lorem-ipsum': 3.0.0 '@cspell/dict-lua': 3.0.0 @@ -2424,8 +2424,8 @@ packages: /@cspell/dict-html/4.0.0: resolution: {integrity: sha512-UQRolrzTTMS3Ja1qkrdERnqG04qqwqp4vbMV+BLKvR0oiibfH56Dfnx/qz/C5KgFLc48GLGXLALjgCiHtPjPiA==} - /@cspell/dict-java/5.0.0: - resolution: {integrity: sha512-r/QZXzb05uJSqY7q80hhy/Mcnze/pD3b4Ut7P0rvJ6IGdPnlNK51jqxbvSfe7YCeNIQ6+toqgRP7FCmYZfe84A==} + /@cspell/dict-java/5.0.2: + resolution: {integrity: sha512-HWgdp8plZOdYjOkndwmgHGVxoewylZcl886PqSL6TMcDshyI0+2nePft31nIuALRvt7HL8IX++DM1uk4UfY4kg==} dev: false /@cspell/dict-latex/3.0.0: