From 9fb3c716f1c8d4c725b0fa347ed6f3b05a3fcf95 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:23:37 +0200 Subject: [PATCH] fix: Update Dictionaries and Dependencies (#1865) --- .../node_modules/@cspell/dict-companies/dict/companies.txt | 2 ++ action/node_modules/@cspell/dict-companies/package.json | 4 ++-- action/node_modules/@cspell/dict-k8s/dict/k8s.txt | 1 + action/node_modules/@cspell/dict-k8s/package.json | 4 ++-- action/node_modules/@cspell/dict-python/dict/python.txt | 7 +------ action/node_modules/@cspell/dict-python/package.json | 4 ++-- .../@cspell/dict-software-terms/dict/softwareTerms.txt | 5 +++++ .../node_modules/@cspell/dict-software-terms/package.json | 4 ++-- 8 files changed, 17 insertions(+), 14 deletions(-) diff --git a/action/node_modules/@cspell/dict-companies/dict/companies.txt b/action/node_modules/@cspell/dict-companies/dict/companies.txt index fcc76f1d..893e3072 100644 --- a/action/node_modules/@cspell/dict-companies/dict/companies.txt +++ b/action/node_modules/@cspell/dict-companies/dict/companies.txt @@ -1454,6 +1454,7 @@ Penney Pennsylvania Penske Pentair +Penteston People's Pepper Pepsi @@ -1724,6 +1725,7 @@ Smucker Snap-on Snapchat Snapple +Snyk Societe Sodexo SoftLayer diff --git a/action/node_modules/@cspell/dict-companies/package.json b/action/node_modules/@cspell/dict-companies/package.json index a8cd90b1..0d106b6f 100644 --- a/action/node_modules/@cspell/dict-companies/package.json +++ b/action/node_modules/@cspell/dict-companies/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-companies", - "version": "3.1.2", + "version": "3.1.3", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public" @@ -39,5 +39,5 @@ "dict/*", "cspell-ext.json" ], - "gitHead": "0a0ad6c691ba8c7c0101de3fcd6f59d557914836" + "gitHead": "9c72aa6d7e24813fd24d196fcc2ebc6c3d4f801a" } diff --git a/action/node_modules/@cspell/dict-k8s/dict/k8s.txt b/action/node_modules/@cspell/dict-k8s/dict/k8s.txt index dd6e51ce..2e8a1843 100644 --- a/action/node_modules/@cspell/dict-k8s/dict/k8s.txt +++ b/action/node_modules/@cspell/dict-k8s/dict/k8s.txt @@ -319,6 +319,7 @@ konnectivity kube kubeProxyVersion kubeadm +kubebuilder kubelet kubeletConfigKey kubeletEndpoint diff --git a/action/node_modules/@cspell/dict-k8s/package.json b/action/node_modules/@cspell/dict-k8s/package.json index 22d73096..1dbe43ec 100644 --- a/action/node_modules/@cspell/dict-k8s/package.json +++ b/action/node_modules/@cspell/dict-k8s/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-k8s", - "version": "1.0.5", + "version": "1.0.6", "description": "K8s dictionary for cspell.", "publishConfig": { "access": "public" @@ -43,5 +43,5 @@ "dict/k8s.txt", "cspell-ext.json" ], - "gitHead": "0a0ad6c691ba8c7c0101de3fcd6f59d557914836" + "gitHead": "9c72aa6d7e24813fd24d196fcc2ebc6c3d4f801a" } diff --git a/action/node_modules/@cspell/dict-python/dict/python.txt b/action/node_modules/@cspell/dict-python/dict/python.txt index d47927b7..24b1e4cc 100644 --- a/action/node_modules/@cspell/dict-python/dict/python.txt +++ b/action/node_modules/@cspell/dict-python/dict/python.txt @@ -175,12 +175,7 @@ BLOCKSIZE BM BMNode BOLD -BOM32_BE -BOM32_LE -BOM64_BE -BOM64_LE -BOM_BE -BOM_LE +BOM BOM_UTF16_BE BOM_UTF16_LE BOM_UTF32_BE diff --git a/action/node_modules/@cspell/dict-python/package.json b/action/node_modules/@cspell/dict-python/package.json index fb41c26a..8dc43224 100644 --- a/action/node_modules/@cspell/dict-python/package.json +++ b/action/node_modules/@cspell/dict-python/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-python", - "version": "4.2.1", + "version": "4.2.2", "description": "Python dictionary for cspell.", "publishConfig": { "access": "public" @@ -46,5 +46,5 @@ "dict/python-common.txt", "cspell-ext.json" ], - "gitHead": "4afeaf2d650b983d2b03407f886549666c7836c2" + "gitHead": "9c72aa6d7e24813fd24d196fcc2ebc6c3d4f801a" } diff --git a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt index a229f570..3c144bba 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt @@ -31,6 +31,8 @@ ArgoProj Artifactory Atlaskit Avro +BOM +BYOD Bacula Berksfile Berkshelf @@ -193,6 +195,7 @@ MongoDB Moore's MySQL NATS +NDA NGINX NIST NOTFOUND @@ -2233,6 +2236,8 @@ snmptrapd sockperf softirq softlayer +softphone +softphones software solaris somefile diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index fbb4758f..bd5fdbbc 100644 --- a/action/node_modules/@cspell/dict-software-terms/package.json +++ b/action/node_modules/@cspell/dict-software-terms/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-software-terms", - "version": "4.0.0", + "version": "4.0.1", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" @@ -44,5 +44,5 @@ "cspell-corrections.yaml", "cspell-ext.json" ], - "gitHead": "8e07e04372269f460f7eae0d5b60327804191ff8" + "gitHead": "9c72aa6d7e24813fd24d196fcc2ebc6c3d4f801a" }