From 284a3e4c961ef94306a75960e19159ba3c5f4ed9 Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Wed, 11 Mar 2026 11:40:12 +0000 Subject: [PATCH 1/3] Update Cspell packages --- Dockerfile | 46 +++++++++++++++------------------------------- 1 file changed, 15 insertions(+), 31 deletions(-) diff --git a/Dockerfile b/Dockerfile index d38abdb..86ce266 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,38 +16,22 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | bash & RUN npm install --global npm@latest \ cspell@${CSPELL_VERSION} \ - @cspell/dict-aws \ - @cspell/dict-bash \ - @cspell/dict-companies \ - @cspell/dict-data-science \ - @cspell/dict-docker \ @cspell/dict-en-gb \ - @cspell/dict-en-common-misspellings \ + @cspell/dict-en-gb-ise \ + @cspell/dict-scientific-terms-gb \ @cspell/dict-es-es \ - @cspell/dict-git \ - @cspell/dict-google \ - @cspell/dict-golang \ - @cspell/dict-lorem-ipsum \ - @cspell/dict-makefile \ - @cspell/dict-python \ - @cspell/dict-shell \ - @cspell/dict-software-terms \ - @cspell/dict-terraform + @cspell/dict-en-slang \ + @cspell/dict-people-names \ + @cspell/dict-redis \ + @cspell/dict-scientific-terms-us \ + @cspell/dict-vim -RUN cspell link add @cspell/dict-aws && \ - cspell link add @cspell/dict-bash && \ - cspell link add @cspell/dict-companies && \ - cspell link add @cspell/dict-data-science && \ - cspell link add @cspell/dict-docker && \ - cspell link add @cspell/dict-en-gb && \ - cspell link add @cspell/dict-en-common-misspellings && \ +RUN cspell link add @cspell/dict-en-gb && \ + cspell link add @cspell/dict-en-gb-ise && \ + cspell link add @cspell/dict-scientific-terms-gb && \ cspell link add @cspell/dict-es-es && \ - cspell link add @cspell/dict-git && \ - cspell link add @cspell/dict-google && \ - cspell link add @cspell/dict-golang && \ - cspell link add @cspell/dict-lorem-ipsum && \ - cspell link add @cspell/dict-makefile && \ - cspell link add @cspell/dict-python && \ - cspell link add @cspell/dict-shell && \ - cspell link add @cspell/dict-software-terms && \ - cspell link add @cspell/dict-terraform + cspell link add @cspell/dict-en-slang && \ + cspell link add @cspell/dict-people-names && \ + cspell link add @cspell/dict-redis && \ + cspell link add @cspell/dict-scientific-terms-us && \ + cspell link add @cspell/dict-vim From 30aebc07046d5f19cf43e93949b31138040777ac Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Wed, 11 Mar 2026 11:52:47 +0000 Subject: [PATCH 2/3] Update Cspell packages --- Dockerfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86ce266..604ee90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,18 +20,14 @@ RUN npm install --global npm@latest \ @cspell/dict-en-gb-ise \ @cspell/dict-scientific-terms-gb \ @cspell/dict-es-es \ - @cspell/dict-en-slang \ @cspell/dict-people-names \ @cspell/dict-redis \ - @cspell/dict-scientific-terms-us \ - @cspell/dict-vim + @cspell/dict-scientific-terms-us RUN cspell link add @cspell/dict-en-gb && \ cspell link add @cspell/dict-en-gb-ise && \ cspell link add @cspell/dict-scientific-terms-gb && \ cspell link add @cspell/dict-es-es && \ - cspell link add @cspell/dict-en-slang && \ cspell link add @cspell/dict-people-names && \ cspell link add @cspell/dict-redis && \ - cspell link add @cspell/dict-scientific-terms-us && \ - cspell link add @cspell/dict-vim + cspell link add @cspell/dict-scientific-terms-us From d92c8a24b1290e4eb71fad6e94e63fcdc4276006 Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Wed, 11 Mar 2026 11:55:55 +0000 Subject: [PATCH 3/3] Update Cspell packages --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 604ee90..0f875cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,8 @@ RUN npm install --global npm@latest \ @cspell/dict-es-es \ @cspell/dict-people-names \ @cspell/dict-redis \ - @cspell/dict-scientific-terms-us + @cspell/dict-scientific-terms-us \ + @cspell/dict-cspell-bundle RUN cspell link add @cspell/dict-en-gb && \ cspell link add @cspell/dict-en-gb-ise && \ @@ -30,4 +31,5 @@ RUN cspell link add @cspell/dict-en-gb && \ cspell link add @cspell/dict-es-es && \ cspell link add @cspell/dict-people-names && \ cspell link add @cspell/dict-redis && \ - cspell link add @cspell/dict-scientific-terms-us + cspell link add @cspell/dict-scientific-terms-us && \ + cspell link add @cspell/dict-cspell-bundle