diff --git a/action/node_modules/@cspell/dict-en_us/en_US.trie.gz b/action/node_modules/@cspell/dict-en_us/en_US.trie.gz index b9ca8a831..0e00110d2 100644 Binary files a/action/node_modules/@cspell/dict-en_us/en_US.trie.gz and b/action/node_modules/@cspell/dict-en_us/en_US.trie.gz differ diff --git a/action/node_modules/@cspell/dict-en_us/package.json b/action/node_modules/@cspell/dict-en_us/package.json index 82a4dd985..322aa41e2 100644 --- a/action/node_modules/@cspell/dict-en_us/package.json +++ b/action/node_modules/@cspell/dict-en_us/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-en_us", - "version": "4.3.18", + "version": "4.3.19", "description": "English dictionary for cspell.", "publishConfig": { "access": "public" @@ -56,5 +56,5 @@ "@cspell/dict-en-shared": "1.0.12", "aoo-mozilla-en-dict": "github:marcoagpinto/aoo-mozilla-en-dict" }, - "gitHead": "d600f23f01d4c16ca93064d3a7237eb45438663b" + "gitHead": "871cfb1c21c186206e2694c3156fac7728c0198f" } 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 5f0fd3de1..1169d5266 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt @@ -1162,6 +1162,7 @@ jsonrpc jumbotron junit jwhois +kanban keepalived kerberos keybindings diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index d0383191c..479ae94ae 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": "3.3.18", + "version": "3.3.19", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" @@ -13,14 +13,15 @@ "scripts": { "build": "cspell-tools-cli build", "test": "pnpm test-software-terms && pnpm test-networking-terms", - "test-software-terms": "cspell -v -c ./cspell-ext.json \"--locale=*\" \"--languageId=*\" --file-list src/source-files-software.txt", - "test-networking-terms": "cspell -v \"--locale=*\" \"--languageId=*\" --file-list src/source-files-networking.txt", + "test-software-terms": "cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=*\" --file-list src/source-files-software.txt", + "test-networking-terms": "cspell \"--locale=*\" \"--languageId=*\" --file-list src/source-files-networking.txt", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm build" }, "repository": { "type": "git", - "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" + "url": "https://github.com/streetsidesoftware/cspell-dict.git", + "directory": "dictionaries/software-terms" }, "keywords": [ "cspell", @@ -31,7 +32,7 @@ "dictionary", "spelling" ], - "author": "Jason Dent", + "author": "Street Side Software ", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" @@ -42,5 +43,5 @@ "!dict/README.md", "cspell-ext.json" ], - "gitHead": "9ec7cb3e8c3439d7198f0744264b4642d74aef02" + "gitHead": "871cfb1c21c186206e2694c3156fac7728c0198f" }