diff --git a/action/node_modules/@cspell/dict-companies/dict/companies.txt b/action/node_modules/@cspell/dict-companies/dict/companies.txt index d8915b073..be26e94d8 100644 --- a/action/node_modules/@cspell/dict-companies/dict/companies.txt +++ b/action/node_modules/@cspell/dict-companies/dict/companies.txt @@ -319,6 +319,7 @@ COST CPC CPRT CRH +CSAIL CSCO CST CSX diff --git a/action/node_modules/@cspell/dict-companies/package.json b/action/node_modules/@cspell/dict-companies/package.json index 0e9721b1c..ee9b03938 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.0.26", + "version": "3.0.27", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public" @@ -38,5 +38,5 @@ "dict/*", "cspell-ext.json" ], - "gitHead": "1be5a9ff9c0d99c42ff57e931e4b87bbca164aa7" + "gitHead": "283f9ae678af262a08341ab64ab6fd4000fd0d80" } diff --git a/action/node_modules/@cspell/dict-filetypes/filetypes.txt.gz b/action/node_modules/@cspell/dict-filetypes/filetypes.txt.gz index f375d99cb..759f95ccd 100644 Binary files a/action/node_modules/@cspell/dict-filetypes/filetypes.txt.gz and b/action/node_modules/@cspell/dict-filetypes/filetypes.txt.gz differ diff --git a/action/node_modules/@cspell/dict-filetypes/package.json b/action/node_modules/@cspell/dict-filetypes/package.json index d0d068953..0c0f197b1 100644 --- a/action/node_modules/@cspell/dict-filetypes/package.json +++ b/action/node_modules/@cspell/dict-filetypes/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-filetypes", - "version": "3.0.1", + "version": "3.0.2", "description": "Filetypes dictionary for cspell.", "publishConfig": { "access": "public" @@ -12,9 +12,9 @@ }, "scripts": { "build": "cspell-tools-cli compile \"filetypes.txt\" -o .", - "test": "cat \"filetypes.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin", + "test": "shx cat \"filetypes.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin", "prepublishOnly": "echo pre-publish", - "prepare": "yarn run build" + "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", @@ -37,5 +37,5 @@ "filetypes.txt.gz", "cspell-ext.json" ], - "gitHead": "772b010a2b141f2c21cc8f233bb42dda617f46b6" + "gitHead": "283f9ae678af262a08341ab64ab6fd4000fd0d80" } diff --git a/action/node_modules/@cspell/dict-python/package.json b/action/node_modules/@cspell/dict-python/package.json index 208816a4f..7d41815da 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.1.9", + "version": "4.1.10", "description": "Python dictionary for cspell.", "publishConfig": { "access": "public" @@ -45,5 +45,5 @@ "python-common.txt.gz", "cspell-ext.json" ], - "gitHead": "265091095375b4abfba24aab09ca36efe1bc2e22" + "gitHead": "283f9ae678af262a08341ab64ab6fd4000fd0d80" } diff --git a/action/node_modules/@cspell/dict-python/python.txt.gz b/action/node_modules/@cspell/dict-python/python.txt.gz index 35e6ab537..d38cc8997 100644 Binary files a/action/node_modules/@cspell/dict-python/python.txt.gz and b/action/node_modules/@cspell/dict-python/python.txt.gz differ