From 084f2795788a8e43ebd17ce280f3b5f8625005be Mon Sep 17 00:00:00 2001 From: Jason3S <3740137+Jason3S@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:43:21 +0000 Subject: [PATCH] fix: Update Dictionaries and Dependencies --- .../@cspell/dict-bash/dict/bash-words.txt | 23 +++++++++++++++++++ .../@cspell/dict-bash/package.json | 6 ++--- .../@cspell/dict-npm/dict/npm.txt | 1 + .../@cspell/dict-npm/package.json | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/action/node_modules/@cspell/dict-bash/dict/bash-words.txt b/action/node_modules/@cspell/dict-bash/dict/bash-words.txt index 5a2ff007c..dce7aa7a3 100644 --- a/action/node_modules/@cspell/dict-bash/dict/bash-words.txt +++ b/action/node_modules/@cspell/dict-bash/dict/bash-words.txt @@ -1,15 +1,20 @@ # cspell-tools: keep-case no-split +--noprofile +--norc +--rcfile BASHOPTS BASH_ARGV0 BASH_COMPAT BASH_SOURCE +BASH_VERSINFO BASH_XTRACEFD CHILD_MAX COLUMNS COMPREPLY COMP_WORDBREAKS +EPOCHREALTIME EUID EXECIGNORE FUNCNAME @@ -38,6 +43,7 @@ MACHTYPE MAIL MAILCHECK MAILPATH +MANPATH OLDPWD OPTARG OPTERR @@ -51,6 +57,7 @@ PPID PROMPT_COMMAND PS1 PS2 +PS3 PS4 READLINE_LINE READLINE_MARK @@ -59,6 +66,7 @@ SCRIPTDIR SECONDS SHELL SHELLOPTS +SRANDOM SSH2_CLIENT SSH_CLIENT TERM @@ -66,12 +74,15 @@ TERMCAP TERMINFO TEXTDOMAIN TEXTDOMAINDIR +TIMEFORMAT TMOUT TZ UID alias allexport +alnum autoremove +bashscript bg bind braceexpand @@ -80,6 +91,8 @@ builtin caller case cd +chsh +cntrl command compgen complete @@ -99,6 +112,7 @@ elif else emacs enable +enarmor errexit errtrace esac @@ -138,7 +152,10 @@ local logout mapfile mkdir +mktemp monitor +mvim +neovim newgidmap newuidmap noclobber @@ -147,6 +164,7 @@ noglob nolog notify nounset +nvim onecmd pgrep physical @@ -156,6 +174,7 @@ posix printf privileged proxyd +punct pushd pwd read @@ -163,10 +182,12 @@ readarray readline readlink readonly +realpath return select set shellcheck +shellscript shfmt shift shopt @@ -189,6 +210,8 @@ unset until verbose vi +vim wait while +xdigit xtrace diff --git a/action/node_modules/@cspell/dict-bash/package.json b/action/node_modules/@cspell/dict-bash/package.json index ab84650e6..dcc28dbec 100644 --- a/action/node_modules/@cspell/dict-bash/package.json +++ b/action/node_modules/@cspell/dict-bash/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-bash", - "version": "4.1.9", + "version": "4.1.10", "description": "Bash dictionary for cspell.", "publishConfig": { "access": "public", @@ -13,7 +13,7 @@ }, "scripts": { "build": "cspell-tools-cli build", - "test": "shx head -n 100 src/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin", + "test": "shx cat src/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, @@ -39,5 +39,5 @@ "dict/*", "cspell-ext.json" ], - "gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d" + "gitHead": "c5d2ed0b1b50a03fbf32b6848bfeb3b1fc335a02" } diff --git a/action/node_modules/@cspell/dict-npm/dict/npm.txt b/action/node_modules/@cspell/dict-npm/dict/npm.txt index 17ea431e7..735a5be8d 100644 --- a/action/node_modules/@cspell/dict-npm/dict/npm.txt +++ b/action/node_modules/@cspell/dict-npm/dict/npm.txt @@ -460,6 +460,7 @@ css-tools css-tree cssdb cssesc +cssfilter cssnano csso cssstyle diff --git a/action/node_modules/@cspell/dict-npm/package.json b/action/node_modules/@cspell/dict-npm/package.json index 390afe0c9..61b0c9e7b 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.1.21", + "version": "5.1.22", "description": "Dictionary of common NPM packages for cspell.", "publishConfig": { "access": "public", @@ -42,5 +42,5 @@ "dict/npm.txt", "cspell-ext.json" ], - "gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d" + "gitHead": "c5d2ed0b1b50a03fbf32b6848bfeb3b1fc335a02" }