diff --git a/action/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt b/action/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt index a91f7eb1..c0ae8a1f 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt @@ -2,16 +2,20 @@ # cspell-tools: keep-case no-split ACM +ADMIN CDN CEST +CGA CN CSAT DAL +DB DBAL DDR DOS DRAM EET +EGA ESA GCE GCESD @@ -50,6 +54,7 @@ PLSQL RAM RDP SDRAM +SQL SRAM SSD SSID @@ -59,6 +64,7 @@ TPDS TSDB TSQL UHF +UI UTP UUID VGA 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 189265d1..68bbf695 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt @@ -2539,6 +2539,7 @@ unittest univariate unix unlicense +unmangle unmap unmerge unmergeable @@ -2580,6 +2581,7 @@ unreferencing unregister unregistered unregistering +unroute unschedulable unschedulables unschedule diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index da3aab6f..d0cfc217 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.5", + "version": "4.0.6", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" @@ -13,7 +13,7 @@ "scripts": { "build": "cspell-tools-cli build", "test": "pnpm test-software-terms && pnpm test-networking-terms", - "test-software-terms": "cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=*\" --file-list src/source-files-software.txt", + "test-software-terms": "cspell -c ./cspell-ext.json \"--locale=en\" \"--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" @@ -44,5 +44,5 @@ "cspell-corrections.yaml", "cspell-ext.json" ], - "gitHead": "88d580ae7dde64f279279b710eed54f4a2a477c9" + "gitHead": "d6daed5b0319b72be6d5cedfa0b89943da023212" }