diff --git a/action/node_modules/@cspell/dict-golang/cspell-ext.json b/action/node_modules/@cspell/dict-golang/cspell-ext.json index d074438b2..1d4e0b19b 100644 --- a/action/node_modules/@cspell/dict-golang/cspell-ext.json +++ b/action/node_modules/@cspell/dict-golang/cspell-ext.json @@ -16,13 +16,13 @@ // Generally left empty "dictionaries": [], // Language Rules to apply to matching files. - // Files are matched on `languageId` and `local` + // Files are matched on `languageId` and `locale` "languageSettings": [ { // VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex // * will match against any file type. "languageId": "go", - // Language local. i.e. en-US, de-AT, or ru. * will match all locals. + // Language locale. i.e. en-US, de-AT, or ru. * will match all locals. // Multiple locals can be specified like: "en, en-US" to match both English and English US. "locale": "*", // By default the whole text of a file is included for spell checking diff --git a/action/node_modules/@cspell/dict-golang/dict/README.md b/action/node_modules/@cspell/dict-golang/dict/README.md deleted file mode 100644 index ce6712301..000000000 --- a/action/node_modules/@cspell/dict-golang/dict/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Dict Directory - -NOTE: This directory contains generated content. Please edit [src](../src/README.md) files. diff --git a/action/node_modules/@cspell/dict-golang/dict/go.txt b/action/node_modules/@cspell/dict-golang/dict/go.txt index 59a5c361d..535ff1753 100644 --- a/action/node_modules/@cspell/dict-golang/dict/go.txt +++ b/action/node_modules/@cspell/dict-golang/dict/go.txt @@ -1132,6 +1132,7 @@ GOAMD GOARCH GOARM GOEXPERIMENT +GOGC GOGOARCH GOMAXPROCS GOMIPS diff --git a/action/node_modules/@cspell/dict-golang/package.json b/action/node_modules/@cspell/dict-golang/package.json index a84968dce..fb978dd80 100644 --- a/action/node_modules/@cspell/dict-golang/package.json +++ b/action/node_modules/@cspell/dict-golang/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-golang", - "version": "6.0.5", + "version": "6.0.6", "description": "Go Language dictionary for cspell.", "publishConfig": { "access": "public" @@ -14,13 +14,14 @@ "sync": "pnpm cpy \"node_modules/go-words/**\" \"src/go-words\" --flat", "conditional-build": "pnpm run sync && pnpm run build", "build": "cspell-tools-cli build", - "test": "shx head -n 100 src/go.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=go stdin", + "test": "shx head -n 100 src/go.txt | cspell -c ./cspell-ext.json --locale=* --languageId=go stdin", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" + "url": "https://github.com/streetsidesoftware/cspell-dict.git", + "directory": "dictionaries/golang" }, "keywords": [ "cspell", @@ -29,7 +30,11 @@ "dictionary", "spelling" ], - "author": "Jason Dent & Alexey Palazhchenko", + "author": "Street Side Software ", + "contributors": [ + "Alexey Palazhchenko", + "Jason Dent " + ], "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" @@ -42,5 +47,5 @@ "devDependencies": { "go-words": "github:AlekSi/go-words" }, - "gitHead": "f7447be803f50bf98411d8e62976ba008332367c" + "gitHead": "64a98a4559a16480eacf09e3d32256d7cf7206c3" } diff --git a/action/node_modules/@cspell/dict-k8s/cspell-ext.json b/action/node_modules/@cspell/dict-k8s/cspell-ext.json index 039d633d7..571fc2bd3 100644 --- a/action/node_modules/@cspell/dict-k8s/cspell-ext.json +++ b/action/node_modules/@cspell/dict-k8s/cspell-ext.json @@ -16,13 +16,13 @@ // Generally left empty "dictionaries": [], // Language Rules to apply to matching files. - // Files are matched on `languageId` and `local` + // Files are matched on `languageId` and `locale` "languageSettings": [ { // VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex // * will match against any file type. "languageId": "yaml", - // Language local. i.e. en-US, de-AT, or ru. * will match all locals. + // Language locale. i.e. en-US, de-AT, or ru. * will match all locals. // Multiple locals can be specified like: "en, en-US" to match both English and English US. "locale": "*", // By default the whole text of a file is included for spell checking diff --git a/action/node_modules/@cspell/dict-k8s/dict/README.md b/action/node_modules/@cspell/dict-k8s/dict/README.md deleted file mode 100644 index ce6712301..000000000 --- a/action/node_modules/@cspell/dict-k8s/dict/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Dict Directory - -NOTE: This directory contains generated content. Please edit [src](../src/README.md) files. diff --git a/action/node_modules/@cspell/dict-k8s/dict/k8s.txt b/action/node_modules/@cspell/dict-k8s/dict/k8s.txt index c3bfbcef5..b7912c489 100644 --- a/action/node_modules/@cspell/dict-k8s/dict/k8s.txt +++ b/action/node_modules/@cspell/dict-k8s/dict/k8s.txt @@ -314,6 +314,7 @@ key keyring kind konnectivity +kube kubeProxyVersion kubeadm kubelet diff --git a/action/node_modules/@cspell/dict-k8s/package.json b/action/node_modules/@cspell/dict-k8s/package.json index 589b049e2..442494e43 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.2", + "version": "1.0.3", "description": "K8s dictionary for cspell.", "publishConfig": { "access": "public" @@ -13,13 +13,14 @@ "scripts": { "download": "./src/build.sh --out-file ./src/k8s.txt", "build": "cspell-tools-cli compile --keep-raw-case src/k8s.txt --no-compress -o ./dict", - "test": "shx head -n 100 src/k8s.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=yaml\" stdin", + "test": "shx head -n 100 src/k8s.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=yaml\" stdin", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" + "url": "https://github.com/streetsidesoftware/cspell-dict.git", + "directory": "dictionaries/k8s" }, "keywords": [ "cspell", @@ -28,7 +29,11 @@ "dictionary", "spelling" ], - "author": "Jason Dent & Carlo Corradini", + "author": "Street Side Software ", + "contributors": [ + "Carlo Corradini", + "Jason Dent" + ], "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" @@ -38,5 +43,5 @@ "dict/k8s.txt", "cspell-ext.json" ], - "gitHead": "6b07c515cf7d4fce23332637e9a52a878310bb6f" + "gitHead": "64a98a4559a16480eacf09e3d32256d7cf7206c3" }