diff --git a/action-src/package.json b/action-src/package.json index 12cb56198..ac9a9d4bb 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.6.0", - "cspell-glob": "^6.6.0", + "cspell": "^6.6.1", + "cspell-glob": "^6.6.1", "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 bc272a86b..e93b989d4 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.6.0", + "version": "6.6.1", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -22,8 +22,8 @@ "build-dev": "tsc -p tsconfig.dev.json", "build-dict": "cspell-tools-cli compile compatibility-words.txt", "clean": "echo clean", - "clean-build": "npm run clean && npm run build", - "watch": "npm run build -- --watch", + "clean-build": "pnpm run clean && pnpm run build", + "watch": "pnpm run build -- --watch", "test": "node ../../bin.js \"*.{txt,md,ts}\"" }, "repository": { @@ -64,7 +64,7 @@ "@cspell/dict-git": "^1.0.1", "@cspell/dict-golang": "^3.0.1", "@cspell/dict-haskell": "^2.0.1", - "@cspell/dict-html": "^3.0.2", + "@cspell/dict-html": "^3.0.3", "@cspell/dict-html-symbol-entities": "^3.0.0", "@cspell/dict-java": "^3.0.7", "@cspell/dict-latex": "^2.0.9", @@ -90,8 +90,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "^6.6.0", - "@cspell/cspell-types": "^6.6.0" + "@cspell/cspell-tools": "^6.6.1", + "@cspell/cspell-types": "^6.6.1" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/@cspell/cspell-pipe/package.json b/action/node_modules/@cspell/cspell-pipe/package.json index d45983478..a09dbca84 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.6.0", + "version": "6.6.1", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", @@ -77,7 +77,7 @@ "build-dev": "tsc -p tsconfig.dev.json", "watch": "tsc -p . -w", "clean": "rimraf dist coverage .tsbuildinfo", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest" @@ -93,9 +93,9 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.6.4", + "@types/node": "^18.6.5", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/@cspell/cspell-service-bus/package.json b/action/node_modules/@cspell/cspell-service-bus/package.json index 98a419c89..46b49853a 100644 --- a/action/node_modules/@cspell/cspell-service-bus/package.json +++ b/action/node_modules/@cspell/cspell-service-bus/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.6.0", + "version": "6.6.1", "description": "A Library for connecting requests to services that can fulfill them.", "keywords": [ "cspell" @@ -54,7 +54,7 @@ "build-dev": "tsc -p tsconfig.dev.json", "watch": "tsc -p . -w", "clean": "rimraf dist coverage .tsbuildinfo", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest" @@ -70,9 +70,9 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.6.4", + "@types/node": "^18.6.5", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/@cspell/cspell-types/package.json b/action/node_modules/@cspell/cspell-types/package.json index da8a99ccf..fbc9bafb5 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.6.0", + "version": "6.6.1", "description": "Types for cspell and cspell-lib", "type": "commonjs", "main": "dist/index.js", @@ -31,13 +31,13 @@ }, "scripts": { "clean": "rimraf dist coverage .tsbuildinfo", - "build": "npm run compile && npm run build-schema", + "build": "pnpm run compile && pnpm run build-schema", "build-dev": "tsc -p tsconfig.dev.json", "build-schema": "ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o ./cspell.schema.json && cp ./cspell.schema.json ../..", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "compile": "tsc -p .", "test-schema": "ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js", - "test": "jest && npm run test-schema", + "test": "jest && pnpm run test-schema", "prepare": "echo Skip Building Types" }, "repository": { @@ -69,5 +69,5 @@ "ts-json-schema-generator": "^1.0.0", "typescript": "^4.7.4" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/@cspell/dict-html/html.txt.gz b/action/node_modules/@cspell/dict-html/html.txt.gz index e55a1971b..68fffdf05 100644 Binary files a/action/node_modules/@cspell/dict-html/html.txt.gz and b/action/node_modules/@cspell/dict-html/html.txt.gz differ diff --git a/action/node_modules/@cspell/dict-html/package.json b/action/node_modules/@cspell/dict-html/package.json index 8e6f294e9..1231299a3 100644 --- a/action/node_modules/@cspell/dict-html/package.json +++ b/action/node_modules/@cspell/dict-html/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-html", - "version": "3.0.2", + "version": "3.0.4", "description": "HTML dictionary for cspell.", "publishConfig": { "access": "public" @@ -37,5 +37,5 @@ "html.txt.gz", "cspell-ext.json" ], - "gitHead": "e75f1a5e9618a2561f71e7f15607c219c90db0f0" + "gitHead": "812758059d604a44d4a0534a90c18f1c12c17729" } diff --git a/action/node_modules/cspell-gitignore/package.json b/action/node_modules/cspell-gitignore/package.json index f07c74f88..c395e9bd5 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.6.0", + "version": "6.6.1", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -31,7 +31,7 @@ "build-dev": "tsc -p tsconfig.dev.json", "watch": "tsc -p . -w", "clean": "rimraf dist coverage .tsbuildinfo", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest" @@ -47,13 +47,13 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "^6.6.0", + "cspell-glob": "^6.6.1", "find-up": "^5.0.0" }, "devDependencies": { - "@types/node": "^18.6.4", + "@types/node": "^18.6.5", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index 8a1cb098f..27f87214e 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.6.0", + "version": "6.6.1", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -26,7 +26,7 @@ "build-dev": "tsc -p tsconfig.dev.json", "watch": "tsc -p . -w", "clean": "rimraf dist coverage .tsbuildinfo", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest" @@ -46,9 +46,9 @@ }, "devDependencies": { "@types/micromatch": "^4.0.2", - "@types/node": "^18.6.4", + "@types/node": "^18.6.5", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/cspell-grammar/package.json b/action/node_modules/cspell-grammar/package.json index cc44f5665..88154ab9a 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.6.0", + "version": "6.6.1", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", @@ -48,7 +48,7 @@ "build-dev": "tsc -p tsconfig.dev.json", "watch": "tsc -p . -w", "clean": "rimraf dist coverage .tsbuildinfo", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest" @@ -64,13 +64,13 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.6.4", + "@types/node": "^18.6.5", "jest": "^28.1.3", "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-pipe": "^6.6.0", - "@cspell/cspell-types": "^6.6.0" + "@cspell/cspell-pipe": "^6.6.1", + "@cspell/cspell-types": "^6.6.1" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index 015b3ad2d..9bb59f209 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.6.0", + "version": "6.6.1", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -16,7 +16,7 @@ "build-dev": "tsc -p tsconfig.dev.json", "watch": "tsc -p . -w", "clean": "rimraf dist temp coverage .tsbuildinfo", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest" @@ -39,16 +39,16 @@ }, "devDependencies": { "@types/fs-extra": "^9.0.13", - "@types/node": "^18.6.4", + "@types/node": "^18.6.5", "fs-extra": "^10.1.0", "jest": "^28.1.3", "lorem-ipsum": "^2.0.8", "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-service-bus": "^6.6.0", + "@cspell/cspell-service-bus": "^6.6.1", "@types/node-fetch": "^2.6.2", "node-fetch": "^2.6.7" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/cspell-lib/dist/Settings/configLoader.js b/action/node_modules/cspell-lib/dist/Settings/configLoader.js index 4f0031622..ca0636fa0 100644 --- a/action/node_modules/cspell-lib/dist/Settings/configLoader.js +++ b/action/node_modules/cspell-lib/dist/Settings/configLoader.js @@ -101,7 +101,12 @@ const cachedFiles = new Map(); */ function readConfig(fileRef) { // cspellConfigExplorerSync - const { filename } = fileRef; + const { filename, error } = fileRef; + if (error) { + fileRef.error = + error instanceof ImportError_1.ImportError ? error : new ImportError_1.ImportError(`Failed to read config file: "${filename}"`, error); + return { __importRef: fileRef }; + } const s = {}; try { const r = cspellConfigExplorerSync.load(filename); @@ -191,9 +196,8 @@ function mergeSourceList(orig, append) { } function importSettings(fileRef, defaultValues, pnpSettings) { defaultValues = defaultValues ?? defaultSettings; - let { filename } = fileRef; - filename = path.resolve(filename); - const importRef = { ...fileRef, filename }; + const { filename } = fileRef; + const importRef = { ...fileRef }; const cached = cachedFiles.get(filename); if (cached) { const cachedImportRef = cached.__importRef || importRef; diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index 4d5755c8a..f7953cb4e 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.6.0", + "version": "6.6.1", "description": "A library of useful functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -14,15 +14,15 @@ ], "scripts": { "clean": "rimraf dist temp coverage .tsbuildinfo", - "build": "npm run compile && npm run build-api", + "build": "pnpm run compile && pnpm run build-api", "build-dev": "tsc -p tsconfig.dev.json", "build-api": "rollup -c api/rollup.config.mjs", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "compile": "tsc -p .", "watch": "tsc --watch -p .", "coverage": "jest --coverage", "test-watch": "jest --watch", - "prepublishOnly": "npm run clean-build && npm test", + "prepublishOnly": "pnpm run clean-build", "test": "jest", "update-snapshot": "jest --updateSnapshot" }, @@ -48,17 +48,17 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.6.0", - "@cspell/cspell-pipe": "^6.6.0", - "@cspell/cspell-types": "^6.6.0", + "@cspell/cspell-bundled-dicts": "^6.6.1", + "@cspell/cspell-pipe": "^6.6.1", + "@cspell/cspell-types": "^6.6.1", "clear-module": "^4.1.2", "comment-json": "^4.2.2", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.6.0", - "cspell-grammar": "^6.6.0", - "cspell-io": "^6.6.0", - "cspell-trie-lib": "^6.6.0", + "cspell-glob": "^6.6.1", + "cspell-grammar": "^6.6.1", + "cspell-io": "^6.6.1", + "cspell-trie-lib": "^6.6.1", "fast-equals": "^4.0.1", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -84,7 +84,7 @@ "@types/configstore": "^5.0.1", "@types/fs-extra": "^9.0.13", "@types/jest": "^28.1.6", - "@types/node": "^18.6.4", + "@types/node": "^18.6.5", "cspell-dict-nl-nl": "^1.1.2", "jest": "^28.1.3", "lorem-ipsum": "^2.0.8", @@ -93,5 +93,5 @@ "rollup-plugin-dts": "^4.2.2", "ts-jest": "^28.0.7" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/cspell-trie-lib/package.json b/action/node_modules/cspell-trie-lib/package.json index 0b1d2ef96..18f8cf75d 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.6.0", + "version": "6.6.1", "description": "Trie Data Structure to support cspell.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -16,7 +16,7 @@ "clean": "rimraf dist coverage .tsbuildinfo", "build": "tsc -p .", "build-dev": "tsc -p tsconfig.dev.json", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-pipe": "^6.6.0", + "@cspell/cspell-pipe": "^6.6.1", "fs-extra": "^10.1.0", "gensequence": "^3.1.1" }, @@ -45,13 +45,13 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-types": "^6.6.0", + "@cspell/cspell-types": "^6.6.1", "@cspell/dict-en_us": "^2.3.0", "@cspell/dict-es-es": "^2.2.0", "@types/fs-extra": "^9.0.13", - "@types/node": "^18.6.4", + "@types/node": "^18.6.5", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index e1a87cad7..bb3c3c4c6 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.6.0", + "version": "6.6.1", "description": "A Spelling Checker for Code!", "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1", "main": "dist/index.js", @@ -36,15 +36,15 @@ ], "scripts": { "clean": "rimraf dist coverage .tsbuildinfo", - "build": "npm run compile && npm run build-api", + "build": "pnpm run compile && pnpm run build-api", "build-api": "rollup -c rollup.config.mjs", "build-dev": "tsc -p tsconfig.dev.json", - "clean-build": "npm run clean && npm run build", + "clean-build": "pnpm run clean && pnpm run build", "compile": "tsc -p .", "watch": "tsc --watch -p .", "coverage": "jest --coverage", "test-watch": "jest --watch", - "prepublishOnly": "npm run clean-build && npm test", + "prepublishOnly": "pnpm run clean-build", "test": "jest", "update-snapshot": "jest --updateSnapshot" }, @@ -70,12 +70,12 @@ }, "homepage": "https://streetsidesoftware.github.io/cspell/", "dependencies": { - "@cspell/cspell-pipe": "^6.6.0", + "@cspell/cspell-pipe": "^6.6.1", "chalk": "^4.1.2", "commander": "^9.4.0", - "cspell-gitignore": "^6.6.0", - "cspell-glob": "^6.6.0", - "cspell-lib": "^6.6.0", + "cspell-gitignore": "^6.6.1", + "cspell-glob": "^6.6.1", + "cspell-lib": "^6.6.1", "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.6.0", - "@cspell/cspell-types": "^6.6.0", + "@cspell/cspell-json-reporter": "^6.6.1", + "@cspell/cspell-types": "^6.6.1", "@types/file-entry-cache": "^5.0.2", "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", @@ -106,5 +106,5 @@ "rollup": "^2.77.2", "rollup-plugin-dts": "^4.2.2" }, - "gitHead": "673377e6b8b79834d018f9b4d02aef90406b7a29" + "gitHead": "3c9c24d1cebd558ac3729d3fbf441e6ed751d8cf" } diff --git a/action/package.json b/action/package.json index 524a8847a..af72bfe3c 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.6.0", - "cspell-glob": "^6.6.0", + "cspell": "^6.6.1", + "cspell-glob": "^6.6.1", "vscode-uri": "^3.0.3" } } diff --git a/yarn.lock b/yarn.lock index ec4354129..9e847a3c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -314,10 +314,10 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@^6.6.0": - version "6.6.0" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.6.0.tgz#502211242976713c8a29c797dd1e243d5283e1a7" - integrity sha512-PF0xazNpIIeyVj6hISfgR/jdOirK8dLyEtILPKeFukQ2R//XJOgOJ0KiujkYMFfIRQAkh9P3Wn+0C8Ne82vcrA== +"@cspell/cspell-bundled-dicts@^6.6.1": + version "6.6.1" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.6.1.tgz#eb50810dde7deadbb30af26c3f546268b5232352" + integrity sha512-XSYxA6fpFepahOe2Cq6UEvPnoo8/wK7Py6x6yn6o+Y7op0pM5bXYKRrr8i2mlb5iC4m5kuwkc6whgtuUiPbo1Q== dependencies: "@cspell/dict-ada" "^2.0.1" "@cspell/dict-aws" "^2.0.0" @@ -340,7 +340,7 @@ "@cspell/dict-git" "^1.0.1" "@cspell/dict-golang" "^3.0.1" "@cspell/dict-haskell" "^2.0.1" - "@cspell/dict-html" "^3.0.2" + "@cspell/dict-html" "^3.0.3" "@cspell/dict-html-symbol-entities" "^3.0.0" "@cspell/dict-java" "^3.0.7" "@cspell/dict-latex" "^2.0.9" @@ -362,20 +362,20 @@ "@cspell/dict-typescript" "^2.0.1" "@cspell/dict-vue" "^2.0.2" -"@cspell/cspell-pipe@^6.6.0": - version "6.6.0" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.6.0.tgz#6d2afc6837f0cb7d795a43855b3288d3cc4a7f68" - integrity sha512-0pGTcIS8cf3qPeizdmH0hMkIF5c6uWwGdyHCGECH9PmNiTx78jtwoELENYDkRwZmA0tAKwignA+PGxcpDBEwWg== +"@cspell/cspell-pipe@^6.6.1": + version "6.6.1" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.6.1.tgz#7ad281b8a7d9b23342f15112043b645a5815c5a4" + integrity sha512-qppDwYKReUyp0oSL09zprE/5JrJ1drCOIIQscnnFY0BwDre7p3D2zJaONyTcu7wEyLFinrgkidZL+qG9vbyKbA== -"@cspell/cspell-service-bus@^6.6.0": - version "6.6.0" - resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.6.0.tgz#d2f726f612ec8c0819750f4a5ca4a86539bbc6a8" - integrity sha512-jD/yHZSFnWYdmmfSryPQAdFa0BK+BQ7JzXaqiVPKpVZ+QjlIaZwtsg1rn3aC958mDx6rUlH2wkGPFlNzhY705g== +"@cspell/cspell-service-bus@^6.6.1": + version "6.6.1" + resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.6.1.tgz#5d20fdeda251c6d7729f95f498789612a728f793" + integrity sha512-EIjDFNc2MYONXsky5BkB/19L3jh4qn1MktxPJxXKPRmBhnDoAMid8XOwpqcskv1j/d8xd8YrJ8yiGni4IP7hvg== -"@cspell/cspell-types@^6.6.0": - version "6.6.0" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.6.0.tgz#698f751b46e3a64364e6fc23cc736ba709d50666" - integrity sha512-DIT8ie7b22u78txE02cfEto9su8HfiaXxKyP/uLlucYwlxh0mTSz6COB819APeAHf8tFQHfi+GgVwgjVSCnhKA== +"@cspell/cspell-types@^6.6.1": + version "6.6.1" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.6.1.tgz#3b4eacbf2ac1ef256120c3b76d7bb2f917830c1b" + integrity sha512-J93/LFZLbzqTHQWOcdt0dMviNFktUtvJLs3uAuJBS/nRzpReXlRx49KJ/QF2XzHzwvV8y7TEUMhE4k4VX6mmVg== "@cspell/dict-ada@^2.0.1": version "2.0.1" @@ -487,10 +487,10 @@ resolved "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-3.0.0.tgz#55d5d96c37ecbde00492c4238e229908eea9cedb" integrity sha512-04K7cPTcbYXmHICfiob4gZA1yaj4hpfM+Nl5WIJ1EAZsSGHdqmGEF28GuCjyQ8ZeKiJAsPt/vXuLBbjxkHqZyQ== -"@cspell/dict-html@^3.0.2": - version "3.0.2" - resolved "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-3.0.2.tgz#acd0a06a9adcbff85d1ed6044c0636fb5294b078" - integrity sha512-ugMVQHZTvpYA/w8/E2dbSx2hdfFU9y91Omx40VUC6cNyF7jx00VKueK6gcRF3QZoB1PUhjla2YzxqRxuXI908A== +"@cspell/dict-html@^3.0.3": + version "3.0.4" + resolved "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-3.0.4.tgz#fbeec0485fc0a7f4c01fa7d29dd7eeb9c28e54f8" + integrity sha512-DV1lAATRel7vuJZYpnR92pIr9ZeSE+uuQDnkuzJaCP9os+Y6zkkUfvNLbNsqe7wD5IzkSA2CtxOR44MMf2YfvQ== "@cspell/dict-java@^3.0.7": version "3.0.7" @@ -2011,54 +2011,54 @@ 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.6.0: - version "6.6.0" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.6.0.tgz#883b771419bb7586f09bbe70321c195a3eb669e8" - integrity sha512-FsV8bGJoI2w23C6VzoXsoTiTEWqld64+olJ2GI/kY+Y7e1BGElMcUZoil9cVwpcdL+WCZbp4sLtfkf3wfYtxeA== +cspell-gitignore@^6.6.1: + version "6.6.1" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.6.1.tgz#bf7ffa4223b904d6dfae6e1fbbb3d6e77686748e" + integrity sha512-QXQHtFZBJn3BIZrpB3ii0xqxUcTgrAnZnGIlnIYhhSI0wcXILDUwxymcr9WjlU0X6+9e9zQHHmE+IvP4nN+LSA== dependencies: - cspell-glob "^6.6.0" + cspell-glob "^6.6.1" find-up "^5.0.0" -cspell-glob@^6.6.0: - version "6.6.0" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.6.0.tgz#87177086631e513bbedbe4d782794f8aba7c4e17" - integrity sha512-SsGzUXCS4qaqB3hNpZZjb2iVk33mY5IBYg/eEYjcWe/8XiFpz9Yn8T7BTwGMQiHS1FU+3qQdLogDl3Ggw6IGdQ== +cspell-glob@^6.6.1: + version "6.6.1" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.6.1.tgz#62e017898bd32d2c3c00298f539d382ba65de9f5" + integrity sha512-/sNMrWVDf9OOcaW8QeradLt89ztUQC6CLjUjSkf61hu9IW0xBfukNH9lUEhic9Qm0HCEcTshJgzRfo71LAYQFQ== dependencies: micromatch "^4.0.5" -cspell-grammar@^6.6.0: - version "6.6.0" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.6.0.tgz#c9bf468ba545234a675b5b8030b59238dfcb3a1f" - integrity sha512-jaUlU2Uw8OQO2ma9P2uve8j2LwK8pyCUGm65IuU1kRtaF0xRmy4QZOclZcK5jQhvPYe0/qCMJWta2UNnAxd8tA== +cspell-grammar@^6.6.1: + version "6.6.1" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.6.1.tgz#18d253f23f9088a886a8b6ea01a7cd4fc0f98c46" + integrity sha512-TmpxHT/7CkbINTlZ8FOshNKT/bTwREhglajW9V5kjTqClCyMK55358FPStnoIZgdqZ6tGgEyoKR8lfSVtEteKw== dependencies: - "@cspell/cspell-pipe" "^6.6.0" - "@cspell/cspell-types" "^6.6.0" + "@cspell/cspell-pipe" "^6.6.1" + "@cspell/cspell-types" "^6.6.1" -cspell-io@^6.6.0: - version "6.6.0" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.6.0.tgz#1bdc94426d65b26a6797efd700859472e21c0038" - integrity sha512-HiIBOgpKNN7D05vh6SOddCumgPiz0yhTzodDv7wOb/zqwm8SixFORhpbO5EDqa8NCFm8eNJPKkSodz64zZSr4A== +cspell-io@^6.6.1: + version "6.6.1" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.6.1.tgz#df902bf62e353e87016d0c20d24e9dbc4723e592" + integrity sha512-8XntUwclNEGKLxUfgj6Gp/ZWExBbVfoWBJsubTjzhxqbHp8xt3foXMVD+eUJgQ8JOmxn3QV2Q/GyOagSWedDAw== dependencies: - "@cspell/cspell-service-bus" "^6.6.0" + "@cspell/cspell-service-bus" "^6.6.1" "@types/node-fetch" "^2.6.2" node-fetch "^2.6.7" -cspell-lib@^6.6.0: - version "6.6.0" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.6.0.tgz#e1927ed9077d9dce6240ea5acd6a9823343ef337" - integrity sha512-oT2GX1kvIEMglTpJO/cTBmMbqzlsLwwtv1g6V6Eq+nfYMjDIWwz2AFDVKMM02xihF6lICMTTkQJtZeuZL4qqFA== +cspell-lib@^6.6.1: + version "6.6.1" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.6.1.tgz#0dfd2136093765ce7ff8fb9398662abfaf175279" + integrity sha512-sj1ITFEiindErP9TmQXdkj56bqu+EdjladNAtAv22Zb0WVsJkdbHErRkAXzLShLUeyoaGkF2oLWal4PFsxppXw== dependencies: - "@cspell/cspell-bundled-dicts" "^6.6.0" - "@cspell/cspell-pipe" "^6.6.0" - "@cspell/cspell-types" "^6.6.0" + "@cspell/cspell-bundled-dicts" "^6.6.1" + "@cspell/cspell-pipe" "^6.6.1" + "@cspell/cspell-types" "^6.6.1" clear-module "^4.1.2" comment-json "^4.2.2" configstore "^5.0.1" cosmiconfig "^7.0.1" - cspell-glob "^6.6.0" - cspell-grammar "^6.6.0" - cspell-io "^6.6.0" - cspell-trie-lib "^6.6.0" + cspell-glob "^6.6.1" + cspell-grammar "^6.6.1" + cspell-io "^6.6.1" + cspell-trie-lib "^6.6.1" fast-equals "^4.0.1" find-up "^5.0.0" fs-extra "^10.1.0" @@ -2069,26 +2069,26 @@ cspell-lib@^6.6.0: vscode-languageserver-textdocument "^1.0.5" vscode-uri "^3.0.3" -cspell-trie-lib@^6.6.0: - version "6.6.0" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.6.0.tgz#efb462ab58ef84768852ae7cbb74ecc55355e497" - integrity sha512-z/LjMHPzIuUtY4QeYz/oe7itm0V16mdjYHpUBn/rGBpJUdeFtSu88LN+CzJKuIV5GPJmbLlztd64OBx0LDnWjg== +cspell-trie-lib@^6.6.1: + version "6.6.1" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.6.1.tgz#d948d5a2deaf6afc38845a8efe28ec52313a55e4" + integrity sha512-8WKdKAy3/0RikfhoXAO2mv2Jrhx/mpRcgotbr93lhDRciJBAwQv4TfY9iF2KII0EdeNg9+qpqr/lNWtRaYjqYw== dependencies: - "@cspell/cspell-pipe" "^6.6.0" + "@cspell/cspell-pipe" "^6.6.1" fs-extra "^10.1.0" gensequence "^3.1.1" -cspell@^6.6.0: - version "6.6.0" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.6.0.tgz#542c7abb460f4f60d1ad5d8d7a876a64305e08f3" - integrity sha512-GMhdNBHCRdm7hq5J9xMnxmGb3NNOddNNWVY94gFwAGHXgHLW4C45lN4/pRBX3vI2Zgog22/g05c8gVKaASfeRQ== +cspell@^6.6.1: + version "6.6.1" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.6.1.tgz#8f948553d96a67bcbc0fe55aa9814b3a6ab5b0a8" + integrity sha512-+mzcFfUM/+roBa2aCuLWQ/oFJ0EQqkMM7Yyjly3baVzXNCYoaxG9QrdVNbUSN6VjRdmpcDgHg5IPs1YfQmcZoA== dependencies: - "@cspell/cspell-pipe" "^6.6.0" + "@cspell/cspell-pipe" "^6.6.1" chalk "^4.1.2" commander "^9.4.0" - cspell-gitignore "^6.6.0" - cspell-glob "^6.6.0" - cspell-lib "^6.6.0" + cspell-gitignore "^6.6.1" + cspell-glob "^6.6.1" + cspell-lib "^6.6.1" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" fs-extra "^10.1.0"