diff --git a/action/node_modules/@cspell/dict-npm/README.md b/action/node_modules/@cspell/dict-npm/README.md deleted file mode 100644 index 27d09bb2..00000000 --- a/action/node_modules/@cspell/dict-npm/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# CSpell NPM Dictionary - -This dictionary contains a list of popular JavaScript packages found on [npmjs.com](https://www.npmjs.com/). - -This is a pre-built dictionary for use with CSpell. - -## Requirements - -| Tool | Version | -| ------------------------------------------------------------------------------------------------------------------------------------ | ------- | -| [cspell](https://github.com/streetsidesoftware/cspell) | `>= 6` | -| [Code Spell Checker - Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) | `>= 2` | - -## Installation - -Global Install and add to CSpell global settings. - -```sh -npm install -g @cspell/dict-npm -cspell link add @cspell/dict-npm -``` - -## Uninstall from CSpell - -```sh -cspell link remove @cspell/dict-npm -``` - -## Manual Installation - -The `cspell-ext.json` file in this package should be added to the import section in your cspell.json file. - -```javascript -{ - // … - "import": ["@cspell/dict-npm/cspell-ext.json"], - // … -} -``` - -# Dictionary Development - -See: [How to Create a New Dictionary](https://github.com/streetsidesoftware/cspell-dicts#how-to-create-a-new-dictionary) - -## License - -MIT - -> Some packages may have other licenses included. - - diff --git a/action/node_modules/@cspell/dict-npm/dict/README.md b/action/node_modules/@cspell/dict-npm/dict/README.md deleted file mode 100644 index ce671230..00000000 --- a/action/node_modules/@cspell/dict-npm/dict/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Dict Directory - -NOTE: This directory contains generated content. Please edit [src](../src/README.md) files. diff --git a/action/node_modules/@cspell/dict-npm/dict/npm.txt b/action/node_modules/@cspell/dict-npm/dict/npm.txt index ec943a08..e6514577 100644 --- a/action/node_modules/@cspell/dict-npm/dict/npm.txt +++ b/action/node_modules/@cspell/dict-npm/dict/npm.txt @@ -513,8 +513,13 @@ normalize npm npm-check npm-check-updates +npm-package-json-lint npm-run-all npm-windows-upgrade +npmcli +npmpackagejsonlint +npmpackagejsonlintignore +npmpackagejsonlintrc nsp numeral nunjucks diff --git a/action/node_modules/@cspell/dict-npm/package.json b/action/node_modules/@cspell/dict-npm/package.json index 5f4ecca6..bab364d1 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": "5.0.13", + "version": "5.0.14", "description": "Dictionary of common NPM packages for cspell.", "publishConfig": { "access": "public" @@ -37,5 +37,5 @@ "dict/npm.txt", "cspell-ext.json" ], - "gitHead": "a411ccc24d2713bd0ec0b628c4c5a6de57e9f4e4" + "gitHead": "17c0ffd3b12cb9d826827fc3a545d07df7aa4408" } diff --git a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt index 0e1d9023..ae14b34e 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt @@ -653,6 +653,7 @@ databases dataloader dataset datasets +datasources dcopy ddmmyyyy deadlock diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index 291649f8..8f727dc7 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": "3.3.12", + "version": "3.3.13", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" @@ -42,5 +42,5 @@ "!dict/README.md", "cspell-ext.json" ], - "gitHead": "3c007194db80c205ec8ee01afda9571f5f63af6c" + "gitHead": "17c0ffd3b12cb9d826827fc3a545d07df7aa4408" }