diff --git a/action-src/package.json b/action-src/package.json index f6167afeb..ea1f73f84 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -40,8 +40,8 @@ "@octokit/core": "^3.6.0", "@octokit/plugin-rest-endpoint-methods": "^5.16.2", "@octokit/rest": "^18.12.0", - "cspell": "^6.2.3", - "cspell-glob": "^6.2.3", + "cspell": "^6.3.0", + "cspell-glob": "^6.3.0", "vscode-uri": "^3.0.3" } } diff --git a/action/node_modules/@cspell/cspell-bundled-dicts/package.json b/action/node_modules/@cspell/cspell-bundled-dicts/package.json index 25f3a50d1..da33ca82c 100644 --- a/action/node_modules/@cspell/cspell-bundled-dicts/package.json +++ b/action/node_modules/@cspell/cspell-bundled-dicts/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-bundled-dicts", - "version": "6.2.3", + "version": "6.3.0", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -46,7 +46,7 @@ "@cspell/dict-ada": "^2.0.0", "@cspell/dict-aws": "^2.0.0", "@cspell/dict-bash": "^2.0.3", - "@cspell/dict-companies": "^2.0.6", + "@cspell/dict-companies": "^2.0.7", "@cspell/dict-cpp": "^3.2.0", "@cspell/dict-cryptocurrencies": "^2.0.0", "@cspell/dict-csharp": "^3.0.1", @@ -80,7 +80,7 @@ "@cspell/dict-ruby": "^2.0.1", "@cspell/dict-rust": "^2.0.1", "@cspell/dict-scala": "^2.0.0", - "@cspell/dict-software-terms": "^2.1.10", + "@cspell/dict-software-terms": "^2.1.11", "@cspell/dict-swift": "^1.0.3", "@cspell/dict-typescript": "^2.0.0", "@cspell/dict-vue": "^2.0.2" @@ -89,8 +89,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "^6.2.3", - "@cspell/cspell-types": "^6.2.3" + "@cspell/cspell-tools": "^6.3.0", + "@cspell/cspell-types": "^6.3.0" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/@cspell/cspell-pipe/package.json b/action/node_modules/@cspell/cspell-pipe/package.json index 03e11fdf9..0a1ad2587 100644 --- a/action/node_modules/@cspell/cspell-pipe/package.json +++ b/action/node_modules/@cspell/cspell-pipe/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.2.3", + "version": "6.3.0", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", @@ -87,7 +87,7 @@ "url": "git+https://github.com/streetsidesoftware/cspell.git" }, "bugs": { - "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-gitignore" + "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-pipe" }, "engines": { "node": ">=14" @@ -97,5 +97,5 @@ "jest": "^28.1.2", "rimraf": "^3.0.2" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/@cspell/cspell-types/package.json b/action/node_modules/@cspell/cspell-types/package.json index 3b20c932e..a191e5a6a 100644 --- a/action/node_modules/@cspell/cspell-types/package.json +++ b/action/node_modules/@cspell/cspell-types/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.2.3", + "version": "6.3.0", "description": "Types for cspell and cspell-lib", "type": "commonjs", "main": "dist/index.js", @@ -69,5 +69,5 @@ "ts-json-schema-generator": "^1.0.0", "typescript": "^4.7.4" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index 923a8794f..bfaf95d3a 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": "2.1.11", + "version": "2.1.12", "description": "Software terms dictionary for cspell.", "publishConfig": { "access": "public" @@ -42,5 +42,5 @@ "networkingTerms.txt.gz", "cspell-ext.json" ], - "gitHead": "8ddc057b66a16f494aae11b38ee0256ff55c52ec" + "gitHead": "47635a4813a22256cf556d8b4282a1c5a869f668" } diff --git a/action/node_modules/@cspell/dict-software-terms/softwareTerms.txt.gz b/action/node_modules/@cspell/dict-software-terms/softwareTerms.txt.gz index 7caa642de..9260ccecb 100644 Binary files a/action/node_modules/@cspell/dict-software-terms/softwareTerms.txt.gz and b/action/node_modules/@cspell/dict-software-terms/softwareTerms.txt.gz differ diff --git a/action/node_modules/cspell-gitignore/package.json b/action/node_modules/cspell-gitignore/package.json index bfb462ba5..234e1d8e7 100644 --- a/action/node_modules/cspell-gitignore/package.json +++ b/action/node_modules/cspell-gitignore/package.json @@ -1,6 +1,6 @@ { "name": "cspell-gitignore", - "version": "6.2.3", + "version": "6.3.0", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -47,7 +47,7 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "^6.2.3", + "cspell-glob": "^6.3.0", "find-up": "^5.0.0" }, "devDependencies": { @@ -55,5 +55,5 @@ "jest": "^28.1.2", "rimraf": "^3.0.2" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index a1bdf77d4..81d33489f 100644 --- a/action/node_modules/cspell-glob/package.json +++ b/action/node_modules/cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "cspell-glob", - "version": "6.2.3", + "version": "6.3.0", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -50,5 +50,5 @@ "jest": "^28.1.2", "rimraf": "^3.0.2" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/cspell-grammar/package.json b/action/node_modules/cspell-grammar/package.json index 255d816a6..48fa707d2 100644 --- a/action/node_modules/cspell-grammar/package.json +++ b/action/node_modules/cspell-grammar/package.json @@ -1,6 +1,6 @@ { "name": "cspell-grammar", - "version": "6.2.3", + "version": "6.3.0", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", @@ -69,8 +69,8 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-pipe": "^6.2.3", - "@cspell/cspell-types": "^6.2.3" + "@cspell/cspell-pipe": "^6.3.0", + "@cspell/cspell-types": "^6.3.0" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index 5a45c2aff..bb987be78 100644 --- a/action/node_modules/cspell-io/package.json +++ b/action/node_modules/cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "cspell-io", - "version": "6.2.3", + "version": "6.3.0", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -49,5 +49,5 @@ "@types/node-fetch": "^2.6.2", "node-fetch": "^2.6.7" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index 466f327eb..3b91edbe6 100644 --- a/action/node_modules/cspell-lib/package.json +++ b/action/node_modules/cspell-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-lib", - "version": "6.2.3", + "version": "6.3.0", "description": "A library of useful functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -48,17 +48,17 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.2.3", - "@cspell/cspell-pipe": "^6.2.3", - "@cspell/cspell-types": "^6.2.3", + "@cspell/cspell-bundled-dicts": "^6.3.0", + "@cspell/cspell-pipe": "^6.3.0", + "@cspell/cspell-types": "^6.3.0", "clear-module": "^4.1.2", "comment-json": "^4.2.2", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.2.3", - "cspell-grammar": "^6.2.3", - "cspell-io": "^6.2.3", - "cspell-trie-lib": "^6.2.3", + "cspell-glob": "^6.3.0", + "cspell-grammar": "^6.3.0", + "cspell-io": "^6.3.0", + "cspell-trie-lib": "^6.3.0", "fast-equals": "^4.0.1", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -83,15 +83,15 @@ "@cspell/dict-python": "^2.0.6", "@types/configstore": "^5.0.1", "@types/fs-extra": "^9.0.13", - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/node": "^18.0.3", "cspell-dict-nl-nl": "^1.1.2", "jest": "^28.1.2", "lorem-ipsum": "^2.0.8", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^2.76.0", "rollup-plugin-dts": "^4.2.2", "ts-jest": "^28.0.5" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/cspell-trie-lib/package.json b/action/node_modules/cspell-trie-lib/package.json index ca5dc896c..f6905e8dd 100644 --- a/action/node_modules/cspell-trie-lib/package.json +++ b/action/node_modules/cspell-trie-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie-lib", - "version": "6.2.3", + "version": "6.3.0", "description": "Trie Data Structure to support cspell.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-pipe": "^6.2.3", + "@cspell/cspell-pipe": "^6.3.0", "fs-extra": "^10.1.0", "gensequence": "^3.1.1" }, @@ -45,7 +45,7 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-types": "^6.2.3", + "@cspell/cspell-types": "^6.3.0", "@cspell/dict-en_us": "^2.2.10", "@cspell/dict-es-es": "^2.2.0", "@types/fs-extra": "^9.0.13", @@ -53,5 +53,5 @@ "jest": "^28.1.2", "rimraf": "^3.0.2" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/node_modules/cspell/dist/application.js b/action/node_modules/cspell/dist/application.js index 10f98abf2..ea9973f6e 100644 --- a/action/node_modules/cspell/dist/application.js +++ b/action/node_modules/cspell/dist/application.js @@ -27,6 +27,7 @@ exports.createInit = exports.suggestions = exports.checkText = exports.trace = e const cspell_pipe_1 = require("@cspell/cspell-pipe"); const cspell_lib_1 = require("cspell-lib"); const path = __importStar(require("path")); +const cli_reporter_1 = require("./cli-reporter"); const lint_1 = require("./lint"); const options_1 = require("./options"); const repl_1 = require("./repl"); @@ -36,9 +37,9 @@ const timer_1 = require("./util/timer"); const util = __importStar(require("./util/util")); var cspell_lib_2 = require("cspell-lib"); Object.defineProperty(exports, "IncludeExcludeFlag", { enumerable: true, get: function () { return cspell_lib_2.IncludeExcludeFlag; } }); -function lint(fileGlobs, options, emitters) { +function lint(fileGlobs, options, reporter) { options = (0, options_1.fixLegacy)(options); - const cfg = new lint_1.LintRequest(fileGlobs, options, emitters); + const cfg = new lint_1.LintRequest(fileGlobs, options, reporter ?? (0, cli_reporter_1.getReporter)({ ...options, fileGlobs })); return (0, lint_1.runLint)(cfg); } exports.lint = lint; diff --git a/action/node_modules/cspell/dist/commandLint.js b/action/node_modules/cspell/dist/commandLint.js index df2e2e5df..f98c98663 100644 --- a/action/node_modules/cspell/dist/commandLint.js +++ b/action/node_modules/cspell/dist/commandLint.js @@ -26,7 +26,6 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.commandLint = void 0; const commander_1 = require("commander"); const App = __importStar(require("./application")); -const cli_reporter_1 = require("./cli-reporter"); const cache_1 = require("./util/cache"); const errors_1 = require("./util/errors"); // interface InitOptions extends Options {} @@ -100,9 +99,7 @@ function commandLint(prog) { .arguments('[globs...]') .action((fileGlobs, options) => { const { mustFindFiles, fileList } = options; - const cliReporter = (0, cli_reporter_1.getReporter)({ ...options, fileGlobs }); - const lintOptions = { ...options, fileLists: fileList }; - return App.lint(fileGlobs, lintOptions, cliReporter).then((result) => { + return App.lint(fileGlobs, options).then((result) => { if (!fileGlobs.length && !result.files && !result.errors && !fileList) { spellCheckCommand.outputHelp(); throw new errors_1.CheckFailed('outputHelp', 1); diff --git a/action/node_modules/cspell/dist/index.js b/action/node_modules/cspell/dist/index.js index eea448c22..9840af1a6 100644 --- a/action/node_modules/cspell/dist/index.js +++ b/action/node_modules/cspell/dist/index.js @@ -14,6 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); +exports.getDefaultReporter = void 0; __exportStar(require("@cspell/cspell-types"), exports); __exportStar(require("./application"), exports); +var cli_reporter_1 = require("./cli-reporter"); +Object.defineProperty(exports, "getDefaultReporter", { enumerable: true, get: function () { return cli_reporter_1.getReporter; } }); //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/action/node_modules/cspell/dist/lint/LintRequest.js b/action/node_modules/cspell/dist/lint/LintRequest.js index 3cfdc2338..e36dd13d2 100644 --- a/action/node_modules/cspell/dist/lint/LintRequest.js +++ b/action/node_modules/cspell/dist/lint/LintRequest.js @@ -41,7 +41,7 @@ class LintRequest { this.uniqueFilter = options.unique ? util.uniqueFilterFnGenerator((issue) => issue.text) : () => true; this.showContext = options.showContext === true ? defaultContextRange : options.showContext ? options.showContext : 0; - this.fileLists = options.fileLists || []; + this.fileLists = (options.fileList ?? options.fileLists) || []; } } exports.LintRequest = LintRequest; diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index 1cd40b038..4c2cccff6 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.2.3", + "version": "6.3.0", "description": "A Spelling Checker for Code!", "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1", "main": "dist/index.js", @@ -70,12 +70,12 @@ }, "homepage": "https://streetsidesoftware.github.io/cspell/", "dependencies": { - "@cspell/cspell-pipe": "^6.2.3", + "@cspell/cspell-pipe": "^6.3.0", "chalk": "^4.1.2", "commander": "^9.3.0", - "cspell-gitignore": "^6.2.3", - "cspell-glob": "^6.2.3", - "cspell-lib": "^6.2.3", + "cspell-gitignore": "^6.3.0", + "cspell-glob": "^6.3.0", + "cspell-lib": "^6.3.0", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.1.0", @@ -90,8 +90,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-json-reporter": "^6.2.3", - "@cspell/cspell-types": "^6.2.3", + "@cspell/cspell-json-reporter": "^6.3.0", + "@cspell/cspell-types": "^6.3.0", "@types/file-entry-cache": "^5.0.2", "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", @@ -103,8 +103,8 @@ "micromatch": "^4.0.5", "minimatch": "^5.1.0", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^2.76.0", "rollup-plugin-dts": "^4.2.2" }, - "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" + "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" } diff --git a/action/package.json b/action/package.json index 68491a1fe..69c27c962 100644 --- a/action/package.json +++ b/action/package.json @@ -14,8 +14,8 @@ "@octokit/core": "^3.6.0", "@octokit/plugin-rest-endpoint-methods": "^5.16.2", "@octokit/rest": "^18.12.0", - "cspell": "^6.2.3", - "cspell-glob": "^6.2.3", + "cspell": "^6.3.0", + "cspell-glob": "^6.3.0", "vscode-uri": "^3.0.3" } } diff --git a/yarn.lock b/yarn.lock index aef9f117f..738861928 100644 --- a/yarn.lock +++ b/yarn.lock @@ -308,15 +308,15 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@^6.2.3": - version "6.2.3" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.2.3.tgz#ae9bc707c313d556b3fd2190f77a16ea11ea90e8" - integrity sha512-W0g0rTaLhyiFaLctZgrx8N68R6RLA2yge9lnCaMjdmGk8JcmO+BcxsVQEC+ctnCzMU82xrS9Jh9LZUEXpWQ5lw== +"@cspell/cspell-bundled-dicts@^6.3.0": + version "6.3.0" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.3.0.tgz#42eec599d2a07723062492946680573738e42a9c" + integrity sha512-m4Woxfj9NIWpNrRvuhJM9usLyfPYZJyzjtwdm1/vmOcBX+8B+TTknxMlBiBwxKjkuSdCO2uuWVybFxypJ7fLCA== dependencies: "@cspell/dict-ada" "^2.0.0" "@cspell/dict-aws" "^2.0.0" "@cspell/dict-bash" "^2.0.3" - "@cspell/dict-companies" "^2.0.6" + "@cspell/dict-companies" "^2.0.7" "@cspell/dict-cpp" "^3.2.0" "@cspell/dict-cryptocurrencies" "^2.0.0" "@cspell/dict-csharp" "^3.0.1" @@ -350,20 +350,20 @@ "@cspell/dict-ruby" "^2.0.1" "@cspell/dict-rust" "^2.0.1" "@cspell/dict-scala" "^2.0.0" - "@cspell/dict-software-terms" "^2.1.10" + "@cspell/dict-software-terms" "^2.1.11" "@cspell/dict-swift" "^1.0.3" "@cspell/dict-typescript" "^2.0.0" "@cspell/dict-vue" "^2.0.2" -"@cspell/cspell-pipe@^6.2.3": - version "6.2.3" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.2.3.tgz#bff75e891d3b48792d409502dffccb6f9a0260cc" - integrity sha512-0BXpwTHOv3Ea3dFqGvhTHWwhKchOUOHQDoxd92vkbucSlqGHWavhgkXYSkPWgkP3CpIL7Hngb+hRXfcjldv19w== +"@cspell/cspell-pipe@^6.3.0": + version "6.3.0" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.3.0.tgz#194873c3f1c37044ead16e408f13c473616b171b" + integrity sha512-wxuFAyLmZ+aOsQx+28SdG2n1v66ybl5YJdfHSqyEUL8qv2yn2xaYvyAsGuNni+VZvYBnFLwV2IGkBvwUaZhuuA== -"@cspell/cspell-types@^6.2.3": - version "6.2.3" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.2.3.tgz#3c0cb78dd745fbb3c88ee630ba7027128df8eabb" - integrity sha512-LniJZh677y25yFgVcoXdNM09aagXN2D0/wuQs2dTLiRHLNJnUlHHc0es4KOkbgkg0fqkcpzJAokS5TqdpPv89Q== +"@cspell/cspell-types@^6.3.0": + version "6.3.0" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.3.0.tgz#58c98231744ded91f77136e8315751805c0c4025" + integrity sha512-21vN9FxY7SOCi70UKv67oaF49heT6oFutNJKdUMX4sHMVlAyJntkuL/G1wPrd3OCyxwy9VwoHdVP4x7f/+QEPQ== "@cspell/dict-ada@^2.0.0": version "2.0.0" @@ -380,7 +380,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-2.0.3.tgz#a54d6b8899569e348fcd33c95daaeef42075d75b" integrity sha512-iw78lmxm49q2LhHTQCSu9zs85E8Sm6ui82OvxajU9rdhckFzZoj/KCQi9P0gFuL+w3WmQObHqdH2/sxK4oi2wA== -"@cspell/dict-companies@^2.0.6": +"@cspell/dict-companies@^2.0.7": version "2.0.7" resolved "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.7.tgz#55296633d47c72bcbd1cc01e0107401dcf45219a" integrity sha512-Nb1Tc/HKotxagJ9w1U4tLAM9bH83QXQojoW7cl135yRVmjfeVG0qufKXjq6wq84KdAtnhmzSyzvVJa/ciD1t9g== @@ -550,10 +550,10 @@ resolved "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-2.0.0.tgz#b8098103bb03a13406c1c79f1769052353aafac4" integrity sha512-MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g== -"@cspell/dict-software-terms@^2.1.10": - version "2.1.11" - resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.11.tgz#c7dd19ef40ba0edac7fdfbdc7c1887eb571e0b20" - integrity sha512-GYW/CNDkPxX3QYsecHim0/rejxeBTR/eXCMYuFWuGOpc7D08lmI57+W+aNZLHqaQ//7YvqNAFOrLXGFmvPUqWg== +"@cspell/dict-software-terms@^2.1.11": + version "2.1.12" + resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.12.tgz#1670f013db905e742f66409646d7e041edee48b5" + integrity sha512-l8AKy8x20axAYVmh2bVtj7QDUn+V8MPV8V9RWCLIBWyksNu/DmfA7Itz+/zxqAjhh7HwzZEOUmynQfUi3oo1VQ== "@cspell/dict-swift@^1.0.3": version "1.0.3" @@ -1989,53 +1989,53 @@ crypto-random-string@^2.0.0: resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== -cspell-gitignore@^6.2.3: - version "6.2.3" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.2.3.tgz#0f69e1c8216cc73776c7fc5f1e3113e0dfeca9d0" - integrity sha512-+oZ6n/LWMUYSgvxompdaaPM9gcQN2SDNEs2wmaPh1NbcdClUsNQ/sBHkux8eH41go/FP5wBI4i0ZAeiGcyPCrw== +cspell-gitignore@^6.3.0: + version "6.3.0" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.3.0.tgz#1ae845a68c8bdc921a5cc818fcbb4dee593d05c4" + integrity sha512-gy7FEx4WQMParfdgnWg5kNYmZELMpURfMe3Rw86VBQMTLgyyYR53ZRYJp0dxnKfiJoBw20YuAPonYJqBvNrkhg== dependencies: - cspell-glob "^6.2.3" + cspell-glob "^6.3.0" find-up "^5.0.0" -cspell-glob@^6.2.3: - version "6.2.3" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.2.3.tgz#b98bea3d15d5a0c929a7659dd320d878b149a9cd" - integrity sha512-syeig1xAvReU8Qn78NuUaUhbUfop4oSAt+0l+zCQk0wsXA9vGhIzH5rctwOzBfDQhA7RFC62c+OUCEtVZ4QY4g== +cspell-glob@^6.3.0: + version "6.3.0" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.3.0.tgz#471f145437965ff05021dd5dda6ac11ff4640b3b" + integrity sha512-oMFkxlfESDVBrjhVx+ahyjiT/kbudFtwzekuE6mvLp5Tid8JF2siy0DpVuvgtJmyQA0Tx44bv7uqUeFJVY9L2A== dependencies: micromatch "^4.0.5" -cspell-grammar@^6.2.3: - version "6.2.3" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.2.3.tgz#defdcf7c7133cebaeef5d25d0c5047cbdf08ce8c" - integrity sha512-KzAGwfGWDMuWbTR2iHQJDxwiN8tAwNsyHh7H9x2gdKR3LXqGiAvYRbMkmYZWqyUnc6vvkFeuAn2HgsjB0W7zdQ== +cspell-grammar@^6.3.0: + version "6.3.0" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.3.0.tgz#6a44580beaf9e37e37965af42c59ae5ebb0ce123" + integrity sha512-xTJdWyqFzbZ0q41d9h/4QtBFPpDwuC5GgAGjIjyiDK09zxO95S6xvQyfqP8R/k8FtyWlKMzSx4ZbN1IjEaS1yQ== dependencies: - "@cspell/cspell-pipe" "^6.2.3" - "@cspell/cspell-types" "^6.2.3" + "@cspell/cspell-pipe" "^6.3.0" + "@cspell/cspell-types" "^6.3.0" -cspell-io@^6.2.3: - version "6.2.3" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.2.3.tgz#092b3cbdaa2e890710110c14e2586b44a9119e71" - integrity sha512-ePAJINDJiaKh85ejOAzRKwyDbOLdXA6oeewqTbLDjm3+qc04B4ekbxUYip0ntQSTsCEJzGXUC+DjMwk53Aie2A== +cspell-io@^6.3.0: + version "6.3.0" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.3.0.tgz#88a9d2fd8ce39f1a40dd517080210c4e4822525b" + integrity sha512-Ta1XnOPAHfb3kkvPoBryvNVnK7agZDcaGN0pnuIYzT5kt9E8OBcmCnPjXKhGCP0znSUTUPmm42q96FkaDuGXmg== dependencies: "@types/node-fetch" "^2.6.2" node-fetch "^2.6.7" -cspell-lib@^6.2.3: - version "6.2.3" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.2.3.tgz#c7862c0e40229a3067f551afd2a90395c8108c97" - integrity sha512-/Wh03jf6EUJEUZcqeZcswfLQVOzkRF0hOD06DUso+IHg6/jkC/zMjZcUTWpkbCDlp2H0CRzR+Oonm0VPvyVs/Q== +cspell-lib@^6.3.0: + version "6.3.0" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.3.0.tgz#6159fa4514debd023f382d945eb99fb6df3d9197" + integrity sha512-Eatco/J7FawNGrPildO0NDd86C+briABUofAbRHQPeeY57o4X0eV3U3BVVbuXpJnGD5AZDabRvv+DmStM9NK6w== dependencies: - "@cspell/cspell-bundled-dicts" "^6.2.3" - "@cspell/cspell-pipe" "^6.2.3" - "@cspell/cspell-types" "^6.2.3" + "@cspell/cspell-bundled-dicts" "^6.3.0" + "@cspell/cspell-pipe" "^6.3.0" + "@cspell/cspell-types" "^6.3.0" clear-module "^4.1.2" comment-json "^4.2.2" configstore "^5.0.1" cosmiconfig "^7.0.1" - cspell-glob "^6.2.3" - cspell-grammar "^6.2.3" - cspell-io "^6.2.3" - cspell-trie-lib "^6.2.3" + cspell-glob "^6.3.0" + cspell-grammar "^6.3.0" + cspell-io "^6.3.0" + cspell-trie-lib "^6.3.0" fast-equals "^4.0.1" find-up "^5.0.0" fs-extra "^10.1.0" @@ -2046,26 +2046,26 @@ cspell-lib@^6.2.3: vscode-languageserver-textdocument "^1.0.5" vscode-uri "^3.0.3" -cspell-trie-lib@^6.2.3: - version "6.2.3" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.2.3.tgz#d53b826c2e94f94a7d284ab556cc7b22dc7c5ab3" - integrity sha512-MiModTZkkwymFFP1kr4deGB85i5CXxg6XeDuv2MTX9IDtPFQ03OTqP8YhnGSJCEQVrhgV6FUWI893BsXy0hz9A== +cspell-trie-lib@^6.3.0: + version "6.3.0" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.3.0.tgz#040e070cbe3d89c1b6ba8ffcca9adf466f3e9a39" + integrity sha512-GHMbgHCb5cvBuGZEPaD9znQbRBy6cMh5j6VHX7QOmvHXYNEXCN851aNbl1Hm/oVCWylvQf00H4pC1WaJhmCqEA== dependencies: - "@cspell/cspell-pipe" "^6.2.3" + "@cspell/cspell-pipe" "^6.3.0" fs-extra "^10.1.0" gensequence "^3.1.1" -cspell@^6.2.3: - version "6.2.3" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.2.3.tgz#ec1390cd36f6b6c0973194b080835c7d5f0560a5" - integrity sha512-b4fNrBZSiXaDJARLZqYVOW8mEQ2nTO/8ZzLGRorvGasWtpy58hKdXQp9IcynT6w/Ck2WfUqjffEayFNZYbYWEQ== +cspell@^6.3.0: + version "6.3.0" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.3.0.tgz#562f64e5a763aa431ef9f0ebe03ad2287a6437a2" + integrity sha512-Bd+GPDvz41ubRqDMmo5EYJD7v0oqcHHw8BCJEnxENbMbaDsFxeZovlka+3E/dmTN+LNgiMlS+wBWZ14Y/MXNFQ== dependencies: - "@cspell/cspell-pipe" "^6.2.3" + "@cspell/cspell-pipe" "^6.3.0" chalk "^4.1.2" commander "^9.3.0" - cspell-gitignore "^6.2.3" - cspell-glob "^6.2.3" - cspell-lib "^6.2.3" + cspell-gitignore "^6.3.0" + cspell-glob "^6.3.0" + cspell-lib "^6.3.0" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" fs-extra "^10.1.0"