From 446f47c2815f55fb70fd3766c803fc92090211e3 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:50:46 +0100 Subject: [PATCH] feat: Update CSpell to (6.17.0) (main) (#1090) feat: Update CSpell to (6.17.0) Co-authored-by: Jason3S --- action-src/package.json | 4 +- .../@cspell/cspell-bundled-dicts/package.json | 10 +- .../@cspell/cspell-pipe/package.json | 6 +- .../@cspell/cspell-service-bus/package.json | 6 +- .../@cspell/cspell-types/package.json | 4 +- .../@cspell/dict-npm/cspell-ext.json | 27 +- .../@cspell/dict-npm/dict/npm.txt | 715 ++++++++++++++++++ .../node_modules/@cspell/dict-npm/npm.txt.gz | Bin 3211 -> 0 bytes .../@cspell/dict-npm/package.json | 10 +- .../@cspell/strong-weak-map/package.json | 4 +- .../cspell-dictionary/package.json | 10 +- .../cspell-gitignore/package.json | 8 +- action/node_modules/cspell-glob/package.json | 6 +- .../node_modules/cspell-grammar/package.json | 10 +- action/node_modules/cspell-io/package.json | 8 +- action/node_modules/cspell-lib/package.json | 26 +- .../node_modules/cspell-trie-lib/package.json | 10 +- action/node_modules/cspell/package.json | 18 +- action/package.json | 4 +- yarn.lock | 158 ++-- 20 files changed, 868 insertions(+), 176 deletions(-) create mode 100644 action/node_modules/@cspell/dict-npm/dict/npm.txt delete mode 100644 action/node_modules/@cspell/dict-npm/npm.txt.gz diff --git a/action-src/package.json b/action-src/package.json index b95e192e3..6fad8223b 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -37,8 +37,8 @@ "@octokit/core": "^4.1.0", "@octokit/plugin-rest-endpoint-methods": "^6.7.0", "@octokit/rest": "^19.0.5", - "cspell": "^6.16.0", - "cspell-glob": "^6.16.0", + "cspell": "^6.17.0", + "cspell-glob": "^6.17.0", "vscode-uri": "^3.0.6" } } diff --git a/action/node_modules/@cspell/cspell-bundled-dicts/package.json b/action/node_modules/@cspell/cspell-bundled-dicts/package.json index 3c57233d1..a96f3128a 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.16.0", + "version": "6.17.0", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -73,7 +73,7 @@ "@cspell/dict-lorem-ipsum": "^3.0.0", "@cspell/dict-lua": "^3.0.0", "@cspell/dict-node": "^4.0.1", - "@cspell/dict-npm": "^4.0.1", + "@cspell/dict-npm": "^5.0.0", "@cspell/dict-php": "^3.0.3", "@cspell/dict-powershell": "^3.0.0", "@cspell/dict-public-licenses": "^2.0.0", @@ -93,8 +93,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "6.16.0", - "@cspell/cspell-types": "6.16.0" + "@cspell/cspell-tools": "6.17.0", + "@cspell/cspell-types": "6.17.0" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/@cspell/cspell-pipe/package.json b/action/node_modules/@cspell/cspell-pipe/package.json index 3d252ca45..22d9fb4d6 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.16.0", + "version": "6.17.0", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", @@ -110,9 +110,9 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "jest": "^29.3.1", "rimraf": "^3.0.2" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/@cspell/cspell-service-bus/package.json b/action/node_modules/@cspell/cspell-service-bus/package.json index ed99dd6fe..dc952e075 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.16.0", + "version": "6.17.0", "description": "A Library for connecting requests to services that can fulfill them.", "keywords": [ "cspell" @@ -70,9 +70,9 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "jest": "^29.3.1", "rimraf": "^3.0.2" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/@cspell/cspell-types/package.json b/action/node_modules/@cspell/cspell-types/package.json index 9927afa26..6d11dbb4c 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.16.0", + "version": "6.17.0", "description": "Types for cspell and cspell-lib", "type": "commonjs", "main": "dist/index.js", @@ -69,5 +69,5 @@ "ts-json-schema-generator": "^1.1.2", "typescript": "^4.9.3" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/@cspell/dict-npm/cspell-ext.json b/action/node_modules/@cspell/dict-npm/cspell-ext.json index 8ea235267..2e4de6d92 100644 --- a/action/node_modules/@cspell/dict-npm/cspell-ext.json +++ b/action/node_modules/@cspell/dict-npm/cspell-ext.json @@ -1,43 +1,20 @@ -// cSpell Settings { "id": "npm", "name": "NPM", "description": "NPM dictionary for cspell.", "readonly": true, - // List of dictionary files to add to the global list of dictionaries "dictionaryDefinitions": [ { "name": "npm", - "path": "./npm.txt.gz", + "path": "./dict/npm.txt", "description": "NPM dictionary for cspell." } ], - // Dictionaries to always be used. - // Generally left empty - "dictionaries": [], - // Language Rules to apply to matching files. - // Files are matched on `languageId` and `local` "languageSettings": [ { - // VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex - // * will match against any file type. "languageId": "javascript,typescript", - // Language local. i.e. en-US, de-AT, or ru. * will match all locals. - // Multiple locals can be specified like: "en, en-US" to match both English and English US. "locale": "*", - // By default the whole text of a file is included for spell checking - // Adding patterns to the "includeRegExpList" to only include matching patterns - "includeRegExpList": [], - // To exclude patterns, add them to "ignoreRegExpList" - "ignoreRegExpList": [], - // regex patterns than can be used with ignoreRegExpList or includeRegExpList - // Example: "pattern": [{ "name": "mdash", "pattern": "—" }] - // This could be included in "ignoreRegExpList": ["mdash"] - "patterns": [], - // List of dictionaries to enable by name in `dictionaryDefinitions` - "dictionaries": ["npm"], - // Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match. - "dictionaryDefinitions": [] + "dictionaries": ["npm"] } ] } diff --git a/action/node_modules/@cspell/dict-npm/dict/npm.txt b/action/node_modules/@cspell/dict-npm/dict/npm.txt new file mode 100644 index 000000000..8caf66a55 --- /dev/null +++ b/action/node_modules/@cspell/dict-npm/dict/npm.txt @@ -0,0 +1,715 @@ + +# cspell-tools: keep-case no-split + +Faker +JSONStream +acl +adm-zip +agenda +amqp +amqplib +angular +angular-cli +angular-material +apn +applicationinsights +archiver +assert +async +auto-install +autoprefixer +ava +aws-sdk +axios +azure-storage +babel +babel-cli +babel-core +babel-eslint +babel-loader +babel-plugin-add-module-exports +babel-preset-es2015 +babel-preset-react +babelify +backbone +bcrypt +bcrypt-nodejs +bcryptjs +bearcat +beefy +benchmark +bl +blessed +blessed-contrib +blocked +bluebird +body-parser +bookshelf +boom +bootstrap +bootstrap-sass +bower +brain +browser-sync +browserify +browserify-shim +browserslist +bunyan +busboy +cache-manager +canvas +casperjs +chai +chai-as-promised +chalk +chance +cheerio +chokidar +classnames +clean-css +cli +cli-color +cli-table +clone +co +coffee-script +colors +commander +commitizen +compression +concat-stream +concurrently +config +connect +connect-flash +connect-mongo +connect-redis +consolidate +cookie +cookie-parser +cookie-session +cordova +core-js +cors +cosmiconfig +coveralls +crawler +critical +cron +cross-env +crypto +crypto-js +cson-parser +css +css-loader +csurf +csv +csvtojson +cucumber +cuid +d3 +dateformat +debounce +debug +dedupe +del +depcheck +diff +discord +discordjs +dist +dnode +docpad +documentdb +docusaurus +dotenv +download +dropzone +ejs +elasticsearch +electron +electron-builder +electron-packager +electron-prebuilt +eleventy +email-templates +emailjs +ember-cli +emmet +enumtype +errorhandler +es6-promise +eslint +eslint-config-airbnb +eslintcache +eslintignore +eslintrc +esprima +event-stream +eventemitter2 +events +expect +express +express-generator +express-handlebars +express-jwt +express-session +express-validator +extend +extract-text-webpack-plugin +fast-csv +fast-plist +fibers +figlet +firebase +flatpak-bundler +flightplan +fluent-ffmpeg +flux +font-awesome +forever +form-data +formidable +fs-extra +ftp +gc-signals +generator-angular +generator-gulp-angular +gensequence +geolib +getmac +gh-pages +ghooks +github +glob +gm +google-spreadsheet +googleapis +got +graceful-fs +graphql +grunt +grunt-angular-templates +grunt-browserify +grunt-cli +grunt-concurrent +grunt-contrib-clean +grunt-contrib-compass +grunt-contrib-concat +grunt-contrib-connect +grunt-contrib-copy +grunt-contrib-csslint +grunt-contrib-cssmin +grunt-contrib-htmlmin +grunt-contrib-imagemin +grunt-contrib-jshint +grunt-contrib-less +grunt-contrib-sass +grunt-contrib-uglify +grunt-contrib-watch +grunt-jsdoc +grunt-newer +grunt-notify +grunt-sass +grunt-shell +grunt-spritesmith +grunt-usemin +gulp +gulp-angular-templatecache +gulp-atom-electron +gulp-autoprefixer +gulp-awspublish +gulp-azure-storage +gulp-babel +gulp-bom +gulp-bower +gulp-browserify +gulp-buffer +gulp-bump +gulp-cache +gulp-cached +gulp-changed +gulp-clean +gulp-clean-css +gulp-coffee +gulp-compass +gulp-concat +gulp-concat-css +gulp-connect +gulp-copy +gulp-csscomb +gulp-csslint +gulp-cssnano +gulp-csso +gulp-data +gulp-eslint +gulp-file-include +gulp-filter +gulp-flatmap +gulp-flatten +gulp-ftp +gulp-gh-pages +gulp-git +gulp-gzip +gulp-handlebars +gulp-header +gulp-html-replace +gulp-htmlmin +gulp-iconfont +gulp-if +gulp-ignore +gulp-image-resize +gulp-imagemin +gulp-include +gulp-inject +gulp-inline-css +gulp-jade +gulp-jasmine +gulp-jscs +gulp-jshint +gulp-json-editor +gulp-less +gulp-livereload +gulp-load-plugins +gulp-minify-css +gulp-minify-html +gulp-mocha +gulp-newer +gulp-ng-annotate +gulp-nodemon +gulp-notify +gulp-plumber +gulp-postcss +gulp-preprocess +gulp-prompt +gulp-react +gulp-remote-src +gulp-rename +gulp-replace +gulp-rev +gulp-rev-replace +gulp-ruby-sass +gulp-sass +gulp-sftp +gulp-shell +gulp-size +gulp-sourcemaps +gulp-strip-debug +gulp-stylus +gulp-svg-sprite +gulp-svgmin +gulp-svgstore +gulp-template +gulp-tsb +gulp-tslint +gulp-typescript +gulp-uglify +gulp-uncss +gulp-usemin +gulp-useref +gulp-util +gulp-vinyl-zip +gulp-watch +gulp-webpack +gulp-webserver +gulp-zip +hammerjs +handlebars +hapi +hbs +heapdump +helmet +hexo +highlight +history +hoek +homebridge +how-to-npm +html-minifier +html-pdf +html-webpack-plugin +htmlparser2 +http-proxy +http-proxy-agent +http-proxy-middleware +http-server +https-proxy-agent +husky +i18n +iamtraction +iconv-lite +image-size +imagemagick +imagemin +imagemin-pngquant +imap +immutable +inherits +innosetup-compiler +inquirer +instagram-node +io +io-client +ionic +ioredis +ip +irc +is +isomorphic-fetch +istanbul +istanbuljs +jade +jasmine +jekyllrb +jimp +johnny-five +joi +jotai +jquery +js +js-beautify +js-yaml +jscpd +jscs +jsdoc +jsdom +jsdom-no-contextify +jshint +json-server +jsonfile +jsonschema +jsonwebtoken +jspm +jszip +jwt-simple +karma +karma-jasmine +knex +knox +koa +koa-router +kucherenko +kue +lab +lazy +lerna +less +level +levelup +liftoff +lite-server +live-server +livereload +load-grunt-config +load-grunt-tasks +localtunnel +lodash +log +log4js +loopback +lowdb +lru-cache +lwip +main-bower-files +markdown +markdown-it +markdown-pdf +markdownlint +marked +marky-markdown +material-ui +mathjs +md5 +memcached +memory-cache +memwatch +meow +merge-stream +meteor +method-override +mime +mime-types +minimatch +minimist +mkdirp +mobx +mocha +moment +moment-timezone +mongo-express +mongodb +mongoose +monitor +monitor-dashboard +monk +morgan +mqtt +ms +mssql +multer +multiparty +mustache +mysql +n +nan +nano +native-keymap +nativefier +nativescript +natural +nconf +ncp +nedb +needle +newman +newrelic +ngrok +nib +nightmare +nock +node-cache +node-dev +node-fetch +node-gcm +node-geocoder +node-inspector +node-notifier +node-oauth2-server +node-pty +node-red +node-sass +node-schedule +node-static +node-uuid +node-windows +node-xlsx +nodemailer +nodemon +nodewebkit +nopt +normalize +npm +npm-check +npm-check-updates +npm-run-all +npm-windows-upgrade +nsp +numeral +nunjucks +nvm +nvmrc +nyc +oauth +object-assign +once +onchange +onoff +open +opencv +opn +optimist +ora +orchestrator +orm +pageres +parallelshell +passport +passport-facebook +passport-local +path +path-to-regexp +pdfjs +pdfkit +pg +phantom +phantomjs +phantomjs-prebuilt +phonegap +pi-gpio +pm2 +pnpify +pnpm +postcss +posthtml +pouchdb +pre-commit +prettierignore +prettierrc +prettyjson +private-bower +progress +promise +prompt +protobufjs +protractor +proxyquire +pug +pump +q +qr-image +qs +query-string +queue +ramda +rc +react +react-bootstrap +react-dom +react-native +react-redux +react-router +react-router-redux +react-tools +reactify +reactstrap +readable-stream +redis +redux +redux-thunk +remap-istanbul +request +request-promise +require-dir +requirejs +restify +rethinkdb +retry +rewire +rimraf +robotjs +rollup +routes +run-sequence +rx +rxjs +sails +sanitize-html +sass-loader +sdks +selenium-webdriver +semantic-release +semver +seneca +sentiment +sequelize +serialport +serve +serve-favicon +serve-static +sharp +shelljs +shortid +should +sinon +sinopia +slow-deps +slug +soap +socket +source-map +split +spritesmith +sprity +sqlite3 +ssh2 +standard +statsd +streetsidesoftware +strftime +string +stripe +strongloop +style-loader +stylus +superagent +supertest +supertest-as-promised +supervisor +svelte +sveltejs +svgo +swig +tap +tape +tar +terminal-menu +testdouble +three +through +through2 +thunkify +time-grunt +tmp +trumpet +tsd +tslint +twemoji +twit +twitter +typedoc +typedocs +typegoose +typescript +typescript-formatter +typings +uglify-js +ulid +underscore +update-notifier +url +useragent +uuid +validator +vasync +vercel +verror +vhost +vinyl +vinyl-fs +vinyl-source-stream +virtual-dom +vite +vitejs +vitest +vorpal +vsce +vscode-debugprotocol +vscode-nls-dev +vscode-textmate +vue +watch +watchify +waterline +webpack +webpack-bundle-analyzer +webpack-dev-server +webpack-merge +webshot +websocket +webtorrent +webworker-threads +weinre +whatwg-fetch +when +winreg +winston +wiredep +wrench +ws +x-ray +xhr +xlsx +xml2js +xmldom +xregexp +xtend +xterm +yamljs +yargs +yarn +yarnpkg +yarnrc +yauzl +yo +zmq +zombie diff --git a/action/node_modules/@cspell/dict-npm/npm.txt.gz b/action/node_modules/@cspell/dict-npm/npm.txt.gz deleted file mode 100644 index f7917074c3f268868778b8daa63b968ffcf20ae5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3211 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 diff --git a/action/node_modules/@cspell/dict-npm/package.json b/action/node_modules/@cspell/dict-npm/package.json index e348dadcc..a90f48c19 100644 --- a/action/node_modules/@cspell/dict-npm/package.json +++ b/action/node_modules/@cspell/dict-npm/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-npm", - "version": "4.0.1", + "version": "5.0.0", "description": "Dictionary of common NPM packages for cspell.", "publishConfig": { "access": "public" @@ -11,8 +11,8 @@ "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { - "build": "cspell-tools-cli compile --split \"npm.txt\" -o .", - "test": "head -n 100 \"npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin", + "build": "cspell-tools-cli compile --split \"src/npm.txt\" --no-compress -o ./dict -m npm", + "test": "head -n 100 \"src/npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin", "prepublishOnly": "echo pre-publish", "prepare": "yarn run build" }, @@ -34,8 +34,8 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/npm#readme", "files": [ - "npm.txt.gz", + "dict/npm.txt", "cspell-ext.json" ], - "gitHead": "88069cd4b35f74865a19cdddec65d3da53cd1efd" + "gitHead": "5f345d3c40207cb6d00f8a2da04a8bf4c005e198" } diff --git a/action/node_modules/@cspell/strong-weak-map/package.json b/action/node_modules/@cspell/strong-weak-map/package.json index 59e935f03..30b51a420 100644 --- a/action/node_modules/@cspell/strong-weak-map/package.json +++ b/action/node_modules/@cspell/strong-weak-map/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.16.0", + "version": "6.17.0", "description": "A Map with weakly referenced values.", "keywords": [ "Map", @@ -69,5 +69,5 @@ "engines": { "node": ">=14.6" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/cspell-dictionary/package.json b/action/node_modules/cspell-dictionary/package.json index f92fb7a1b..504f31b09 100644 --- a/action/node_modules/cspell-dictionary/package.json +++ b/action/node_modules/cspell-dictionary/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dictionary", - "version": "6.16.0", + "version": "6.17.0", "description": "A spelling dictionary library useful for checking words and getting suggestions.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -43,11 +43,11 @@ "ts-jest": "^29.0.3" }, "dependencies": { - "@cspell/cspell-pipe": "6.16.0", - "@cspell/cspell-types": "6.16.0", - "cspell-trie-lib": "6.16.0", + "@cspell/cspell-pipe": "6.17.0", + "@cspell/cspell-types": "6.17.0", + "cspell-trie-lib": "6.17.0", "fast-equals": "^4.0.3", "gensequence": "^4.0.2" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/cspell-gitignore/package.json b/action/node_modules/cspell-gitignore/package.json index 7ad028cee..0ccb263c4 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.16.0", + "version": "6.17.0", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -47,13 +47,13 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "6.16.0", + "cspell-glob": "6.17.0", "find-up": "^5.0.0" }, "devDependencies": { - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "jest": "^29.3.1", "rimraf": "^3.0.2" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index 72b1f8ae6..ea147b621 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.16.0", + "version": "6.17.0", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -46,9 +46,9 @@ }, "devDependencies": { "@types/micromatch": "^4.0.2", - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "jest": "^29.3.1", "rimraf": "^3.0.2" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/cspell-grammar/package.json b/action/node_modules/cspell-grammar/package.json index 35f2a0211..eff80f3f3 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.16.0", + "version": "6.17.0", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", @@ -64,13 +64,13 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "jest": "^29.3.1", "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-pipe": "6.16.0", - "@cspell/cspell-types": "6.16.0" + "@cspell/cspell-pipe": "6.17.0", + "@cspell/cspell-types": "6.17.0" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index 40281f931..24000108f 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.16.0", + "version": "6.17.0", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -39,7 +39,7 @@ }, "devDependencies": { "@types/fs-extra": "^9.0.13", - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "@types/node-fetch": "^2.6.2", "fs-extra": "^10.1.0", "jest": "^29.3.1", @@ -47,8 +47,8 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-service-bus": "6.16.0", + "@cspell/cspell-service-bus": "6.17.0", "node-fetch": "^2.6.7" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index f46035e85..b727dd200 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.16.0", + "version": "6.17.0", "description": "A library of useful functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -48,19 +48,19 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-bundled-dicts": "6.16.0", - "@cspell/cspell-pipe": "6.16.0", - "@cspell/cspell-types": "6.16.0", - "@cspell/strong-weak-map": "6.16.0", + "@cspell/cspell-bundled-dicts": "6.17.0", + "@cspell/cspell-pipe": "6.17.0", + "@cspell/cspell-types": "6.17.0", + "@cspell/strong-weak-map": "6.17.0", "clear-module": "^4.1.2", "comment-json": "^4.2.3", "configstore": "^5.0.1", "cosmiconfig": "^8.0.0", - "cspell-dictionary": "6.16.0", - "cspell-glob": "6.16.0", - "cspell-grammar": "6.16.0", - "cspell-io": "6.16.0", - "cspell-trie-lib": "6.16.0", + "cspell-dictionary": "6.17.0", + "cspell-glob": "6.17.0", + "cspell-grammar": "6.17.0", + "cspell-io": "6.17.0", + "cspell-trie-lib": "6.17.0", "fast-equals": "^4.0.3", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -86,14 +86,14 @@ "@types/configstore": "^5.0.1", "@types/fs-extra": "^9.0.13", "@types/jest": "^29.2.3", - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "cspell-dict-nl-nl": "^1.1.2", "jest": "^29.3.1", "lorem-ipsum": "^2.0.8", "rimraf": "^3.0.2", - "rollup": "^3.5.0", + "rollup": "^3.5.1", "rollup-plugin-dts": "^5.0.0", "ts-jest": "^29.0.3" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/cspell-trie-lib/package.json b/action/node_modules/cspell-trie-lib/package.json index 28a742c47..cbf314e88 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.16.0", + "version": "6.17.0", "description": "Trie Data Structure to support cspell.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-pipe": "6.16.0", - "@cspell/cspell-types": "6.16.0", + "@cspell/cspell-pipe": "6.17.0", + "@cspell/cspell-types": "6.17.0", "fs-extra": "^10.1.0", "gensequence": "^4.0.2" }, @@ -49,9 +49,9 @@ "@cspell/dict-en_us": "^3.0.0", "@cspell/dict-es-es": "^2.2.2", "@types/fs-extra": "^9.0.13", - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "jest": "^29.3.1", "rimraf": "^3.0.2" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index 420d91cc0..48a02d0d7 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.16.0", + "version": "6.17.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.16.0", + "@cspell/cspell-pipe": "6.17.0", "chalk": "^4.1.2", "commander": "^9.4.1", - "cspell-gitignore": "6.16.0", - "cspell-glob": "6.16.0", - "cspell-lib": "6.16.0", + "cspell-gitignore": "6.17.0", + "cspell-glob": "6.17.0", + "cspell-lib": "6.17.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.16.0", - "@cspell/cspell-types": "6.16.0", + "@cspell/cspell-json-reporter": "6.17.0", + "@cspell/cspell-types": "6.17.0", "@types/file-entry-cache": "^5.0.2", "@types/fs-extra": "^9.0.13", "@types/glob": "^8.0.0", @@ -103,8 +103,8 @@ "micromatch": "^4.0.5", "minimatch": "^5.1.1", "rimraf": "^3.0.2", - "rollup": "^3.5.0", + "rollup": "^3.5.1", "rollup-plugin-dts": "^5.0.0" }, - "gitHead": "57280b1b76f781a9bd5de03c3cee06a8826313df" + "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" } diff --git a/action/package.json b/action/package.json index 72804053e..4a690f309 100644 --- a/action/package.json +++ b/action/package.json @@ -14,8 +14,8 @@ "@octokit/core": "^4.1.0", "@octokit/plugin-rest-endpoint-methods": "^6.7.0", "@octokit/rest": "^19.0.5", - "cspell": "^6.16.0", - "cspell-glob": "^6.16.0", + "cspell": "^6.17.0", + "cspell-glob": "^6.17.0", "vscode-uri": "^3.0.6" } } diff --git a/yarn.lock b/yarn.lock index fd1f3cb1a..69c1642b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -322,10 +322,10 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.16.0.tgz#571c22e3ee64e99f4ca174fddf5824e1651aaeac" - integrity sha512-POcRwK6X+T3n+D6dRin4YdgQAXLDjwvUfXNexH5r+Oc0rQvl+lV0sZXg8W9miW2g9rhcetaDLStc+e9UmWh8EA== +"@cspell/cspell-bundled-dicts@6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.17.0.tgz#3ded5c50e70d6066b6b64a4e4b841a20abc8b75b" + integrity sha512-BA5cg2mfESbF3Fm/fIGXgbm0LhD8HKxCCiQDRN9FLaj4c69QUgFpQ9LpzGPZEtNn2Pjl2Jn/BEXX27hgaURG9g== dependencies: "@cspell/dict-ada" "^4.0.0" "@cspell/dict-aws" "^3.0.0" @@ -355,7 +355,7 @@ "@cspell/dict-lorem-ipsum" "^3.0.0" "@cspell/dict-lua" "^3.0.0" "@cspell/dict-node" "^4.0.1" - "@cspell/dict-npm" "^4.0.1" + "@cspell/dict-npm" "^5.0.0" "@cspell/dict-php" "^3.0.3" "@cspell/dict-powershell" "^3.0.0" "@cspell/dict-public-licenses" "^2.0.0" @@ -371,20 +371,20 @@ "@cspell/dict-typescript" "^3.0.1" "@cspell/dict-vue" "^3.0.0" -"@cspell/cspell-pipe@6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.16.0.tgz#6295b9c3d77111413d88d8fd0def78304df9a56a" - integrity sha512-QB62ykIpRsPZFKRjNjmzJ1mQyW+Agdw0wL1a3Gbi59D7+02P2C8cC0h7viI1F2g9SUhjTHJa7ypQcm4OoV1Vug== +"@cspell/cspell-pipe@6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.17.0.tgz#1f184bf8785c4365e1110530b887d8745fa95635" + integrity sha512-/VlX1cQtVBK9PFvSsaYVzV59i/2de9wrMSYDk+oGLXQzGBf5+5rPDZMJJ+QQkaexMdxoOXjCYTEXnNkPoVFyFA== -"@cspell/cspell-service-bus@6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.16.0.tgz#dc726bd1b638da85a6c5be453b280231cbfd6790" - integrity sha512-brrxK2o/tnDqQvGS2xH5IiQg6igQ0yu3CNwJLRy2+sbrKmZWTd6WnDeIGdKiN0TgANAiprCXddVQxno9Svt8OQ== +"@cspell/cspell-service-bus@6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.17.0.tgz#fc89c0e75a022c83135b4fdad0773cefda469a1e" + integrity sha512-HrzR23aeC/ykSOJvUr+uX6Dv7JLc5meNABLxauiC9jexOXFB3DKmo+DvJFerRDOGz6eYSwM0VXAR62OCHrWK/Q== -"@cspell/cspell-types@6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.16.0.tgz#09e8af37fdc44e04e099a910c45e90542471ea58" - integrity sha512-eIN7fG1PM35y68Hcrp/WN4onkCD8w2v965pfuM85AUkyHklJD3NBrU25dNvrEdW0/FVYo2S1A3cafAl616m+lA== +"@cspell/cspell-types@6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.17.0.tgz#48a31d929d275452a56e8286e2c95f64a89869f0" + integrity sha512-4FStDRqZVEP6oYtXqj1wUlF02EC5PN7giJ5f4YPeChwXyQBdZWUPQgEIKn0K9GIgKDMlKRo9tloAHVgtaZ+zOA== "@cspell/dict-ada@^4.0.0": version "4.0.0" @@ -526,10 +526,10 @@ resolved "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.1.tgz#9fe1dffa47c6fb536b2ab8f38e9a09b96591b888" integrity sha512-4EmT5yZFitdwnG0hYEd+Ek19zzD81Bp+n7w0kglZKldS5AvapwW6GM/SAps5YMQQc5zZMi+bMgV7NIzapREqUg== -"@cspell/dict-npm@^4.0.1": - version "4.0.1" - resolved "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-4.0.1.tgz#b8e4943723ce9c5c578eb693d16ccc3e3c283521" - integrity sha512-jNKImVG5ZX+Pp6PhbSR3TmC9+0ROx09dGhSgUsZyvXV5CGEr+OQGJtNL98TGwU3pP2Xjc++qnHA/XPwB5WvLfA== +"@cspell/dict-npm@^5.0.0": + version "5.0.0" + resolved "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.0.tgz#10194709ed626c73c551730b97c701ab6077e237" + integrity sha512-eegoQrzfAl6yht+BgQu7YkqeKbVb3FsFIobW3pBE/c8TqEnfnxRHnS4/e80PA16rO9uJgSF5iKBxTbtEIGYvsg== "@cspell/dict-php@^3.0.3": version "3.0.3" @@ -601,10 +601,10 @@ resolved "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz#68ccb432ad93fcb0fd665352d075ae9a64ea9250" integrity sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A== -"@cspell/strong-weak-map@6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.16.0.tgz#0923b111dbc396385a274abde546fe88ca01ef63" - integrity sha512-2vA+r/yQ+oLY9tnZIXJwhKjCDeosWBrfgb1ea1eJ2LpXb3AS8IRP60wnqYbK9FNqqdPZIt98/LYJ/EZN23SmLQ== +"@cspell/strong-weak-map@6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.17.0.tgz#841ef99a4e0fdf9aacce36281829b87616b01478" + integrity sha512-fRghm6eoUEH7Uz57t0SEKJNm4lqODF2/DRiLd2ek7QkzUHKrCetre/5UrvdE78GIUyl0+8GLx9iFwo/XFa6dDA== "@eslint/eslintrc@^1.3.3": version "1.3.3" @@ -1867,66 +1867,66 @@ 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-dictionary@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.16.0.tgz#fe5ea98fcb5d3d8eabd720909fa8dce363743f34" - integrity sha512-1Ebi2tw+4H7qLElrcw6+R0fWTaaPHTuylUYRWdUCK+kHZ/Bxj48SGB9i12Crbz04btwvbq8/PXb9nSq6MK+pLQ== +cspell-dictionary@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.17.0.tgz#566bd4ccdf106096db08aa415f0004f03a710ceb" + integrity sha512-jUb/kIR2glYliRem11kCu7gaXUcHKp8L2G73LmzIULx+UKRgTa/100FXqm5lZUWnCaIznMmaA2QtutP+xYy5AQ== dependencies: - "@cspell/cspell-pipe" "6.16.0" - "@cspell/cspell-types" "6.16.0" - cspell-trie-lib "6.16.0" + "@cspell/cspell-pipe" "6.17.0" + "@cspell/cspell-types" "6.17.0" + cspell-trie-lib "6.17.0" fast-equals "^4.0.3" gensequence "^4.0.2" -cspell-gitignore@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.16.0.tgz#e15b70676604642052fdaa63e3a3c55c2bf53201" - integrity sha512-pJHPWp62EMTkTh/MBsJt5qH5Z3ZrasQAzfzDQX77ObRpUZ737T2n8r7QRC1XMZpNyx6rQeVx0DjVPATsQ4MaKQ== +cspell-gitignore@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.17.0.tgz#39506eefb6cd289bda740d3f434b4d6dd48ff7b5" + integrity sha512-SDyPv6LqBebvoTKFP+ewh51gvmv1z8JDg7llumUFH2u1WoiMZBLLOL2pAa9UM0f6eEzBC1iS6nWQ+20VJx2yQA== dependencies: - cspell-glob "6.16.0" + cspell-glob "6.17.0" find-up "^5.0.0" -cspell-glob@6.16.0, cspell-glob@^6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.16.0.tgz#f5c446939b060294583c607464fd402d0e1a7aa0" - integrity sha512-D+3RGKqkyWvkKM1TEHRUNZj8XJi0kBHIZIfaJOZlYOjllTxW5B2pCylWa977X6vzD+aIH0c51/dQIDBG1u1Law== +cspell-glob@6.17.0, cspell-glob@^6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.17.0.tgz#839698e94a29ee7ddd87a5324b1f404a267800b0" + integrity sha512-iKz2CvUU1HXuNJfxYRwSQFck3pCl9EhTx2qIR0lKf4gccCR89p44qxIR98nTbX1OF89lhfH6sUHtzkJ3nPWh+A== dependencies: micromatch "^4.0.5" -cspell-grammar@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.16.0.tgz#5771b046e3deb283ddb0851d14d2d28075137149" - integrity sha512-6s0IqrfO5FbSzaCmkitKvoolLwwYNe/FleFGSCsL/0VBW9whaIU45YAdbpS4f01WfUqz611yYu7A5/rp54WgbQ== +cspell-grammar@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.17.0.tgz#ab0b1539e310bdea35c54127d8e67b5af1c2361f" + integrity sha512-3B9QmKWOjAPzLYqesLP2niIbo6Yvb4rodjIwFXUvL3vmMZF4c9HFU/JVTTerLxrwh3DH8u6Mac52RzUurOJ15Q== dependencies: - "@cspell/cspell-pipe" "6.16.0" - "@cspell/cspell-types" "6.16.0" + "@cspell/cspell-pipe" "6.17.0" + "@cspell/cspell-types" "6.17.0" -cspell-io@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.16.0.tgz#e37fc94ee0439551ccdaab60a8ea7a70cefd883a" - integrity sha512-t5cF3zMRRpufIPbfVApKUBWNmKGwpWicSHDUl9NgVdThLScgby/yB+tzgLKyrXKma8g10m/3dZ+WV+sIPyhhfg== +cspell-io@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.17.0.tgz#2526b1344c98e9aaafa389b93a789730ba313c23" + integrity sha512-cofZlvKzXP3QytGM6OlREQIXLFcSdEKOFubSVHkRvAVX3IqeQnKo4oVF85C6McjwXTrJ1OH+SDP0vcpn6mKqTg== dependencies: - "@cspell/cspell-service-bus" "6.16.0" + "@cspell/cspell-service-bus" "6.17.0" node-fetch "^2.6.7" -cspell-lib@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.16.0.tgz#2992bf48a5e1cbb284f5c3da8e92f7095412f252" - integrity sha512-QMRvQMjYwBqZvxOyZdUMJ2/jw5GO7LH7BYqyUAXCmfIlqemezeCie+kiaeWCi9Bs0ja6Fb2hcybxiqx5IsoDnw== +cspell-lib@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.17.0.tgz#d69db480da63c665b3572809addebe75b0a51dbd" + integrity sha512-oZNkm0UhRa4nkoYPij23z7cbVXFPVHs7SdGC6IAVc71uz44nLNeC3e8+UnTErOU7nlROvjp9k3G90DEwej1TqQ== dependencies: - "@cspell/cspell-bundled-dicts" "6.16.0" - "@cspell/cspell-pipe" "6.16.0" - "@cspell/cspell-types" "6.16.0" - "@cspell/strong-weak-map" "6.16.0" + "@cspell/cspell-bundled-dicts" "6.17.0" + "@cspell/cspell-pipe" "6.17.0" + "@cspell/cspell-types" "6.17.0" + "@cspell/strong-weak-map" "6.17.0" clear-module "^4.1.2" comment-json "^4.2.3" configstore "^5.0.1" cosmiconfig "^8.0.0" - cspell-dictionary "6.16.0" - cspell-glob "6.16.0" - cspell-grammar "6.16.0" - cspell-io "6.16.0" - cspell-trie-lib "6.16.0" + cspell-dictionary "6.17.0" + cspell-glob "6.17.0" + cspell-grammar "6.17.0" + cspell-io "6.17.0" + cspell-trie-lib "6.17.0" fast-equals "^4.0.3" find-up "^5.0.0" fs-extra "^10.1.0" @@ -1937,27 +1937,27 @@ cspell-lib@6.16.0: vscode-languageserver-textdocument "^1.0.7" vscode-uri "^3.0.6" -cspell-trie-lib@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.16.0.tgz#9e9fb9912ffb8ec003844ab69103568baaa47436" - integrity sha512-RI8mxXG38uhMmFUSGqnUp+JGxUbo7Mfz6uqYJF//gU8w88K4D7LaRVOCOdpKyi+/zTzK0UBAoiO8AvBJDDIPvQ== +cspell-trie-lib@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.17.0.tgz#2ac05778949d64c076e01d35f1ae491c1c259fb0" + integrity sha512-hmyZHhemWYLjjEDItAhgAF0tuL2iiQg+5PzUmELKIBSWEsmFdfxh1xWCmo1q0+vzVML+0Ms2cspiGyS9y/CF7A== dependencies: - "@cspell/cspell-pipe" "6.16.0" - "@cspell/cspell-types" "6.16.0" + "@cspell/cspell-pipe" "6.17.0" + "@cspell/cspell-types" "6.17.0" fs-extra "^10.1.0" gensequence "^4.0.2" -cspell@^6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.16.0.tgz#ea784eade80a33a37d20bdabaf9485776edecf09" - integrity sha512-vp65C2POzIyBvEFsZ/Zr9PAR65YnrY+xrnTeAbrqGPD0HnRCHUwKAazB3O05WyP8ovoJidSHWgaC+2G0P2GA5w== +cspell@^6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.17.0.tgz#0f229268bd41bf80cb943a9d3daa9508868778eb" + integrity sha512-R1TXu1p2vON6rHXxZAUPbdf+v+ckPhWiEb3apq2PyxLSjzMiZDm2ThIwRcsQaMLLZyFOD+J3SHj0lZi1Qoaa8w== dependencies: - "@cspell/cspell-pipe" "6.16.0" + "@cspell/cspell-pipe" "6.17.0" chalk "^4.1.2" commander "^9.4.1" - cspell-gitignore "6.16.0" - cspell-glob "6.16.0" - cspell-lib "6.16.0" + cspell-gitignore "6.17.0" + cspell-glob "6.17.0" + cspell-lib "6.17.0" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" fs-extra "^10.1.0"