From 709c7d3d8bc7342480fab407b26291f7186f95e0 Mon Sep 17 00:00:00 2001 From: Jason3S <3740137+Jason3S@users.noreply.github.com> Date: Thu, 30 May 2024 12:06:49 +0000 Subject: [PATCH] fix: Update Dictionaries and Dependencies --- .../@cspell/dict-companies/dict/companies.txt | 1 + action/node_modules/@cspell/dict-companies/package.json | 4 ++-- action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt | 1 - action/node_modules/@cspell/dict-cpp/dict/cpp.txt | 5 ++--- action/node_modules/@cspell/dict-cpp/package.json | 4 ++-- action/node_modules/@cspell/dict-k8s/dict/k8s.txt | 1 + action/node_modules/@cspell/dict-k8s/package.json | 4 ++-- .../dict-software-terms/dict/computing-acronyms.txt | 1 + .../@cspell/dict-software-terms/dict/softwareTerms.txt | 9 +++++++++ .../@cspell/dict-software-terms/package.json | 4 ++-- 10 files changed, 22 insertions(+), 12 deletions(-) diff --git a/action/node_modules/@cspell/dict-companies/dict/companies.txt b/action/node_modules/@cspell/dict-companies/dict/companies.txt index a5990132..fcc76f1d 100644 --- a/action/node_modules/@cspell/dict-companies/dict/companies.txt +++ b/action/node_modules/@cspell/dict-companies/dict/companies.txt @@ -1989,6 +1989,7 @@ Volkswagen Volvo Vornado Vulcan +Vultr W WEC WELL diff --git a/action/node_modules/@cspell/dict-companies/package.json b/action/node_modules/@cspell/dict-companies/package.json index c7a5554c..a8cd90b1 100644 --- a/action/node_modules/@cspell/dict-companies/package.json +++ b/action/node_modules/@cspell/dict-companies/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-companies", - "version": "3.1.1", + "version": "3.1.2", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public" @@ -39,5 +39,5 @@ "dict/*", "cspell-ext.json" ], - "gitHead": "244a610fc48c63d33e634809b084d005c52305df" + "gitHead": "0a0ad6c691ba8c7c0101de3fcd6f59d557914836" } diff --git a/action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt b/action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt index 83820ba3..0c631bd6 100644 --- a/action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt +++ b/action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt @@ -5706,7 +5706,6 @@ parentless parmstype parserecord parserr -passcode passin passno passpolicyerror diff --git a/action/node_modules/@cspell/dict-cpp/dict/cpp.txt b/action/node_modules/@cspell/dict-cpp/dict/cpp.txt index d59167dd..c6799d6d 100644 --- a/action/node_modules/@cspell/dict-cpp/dict/cpp.txt +++ b/action/node_modules/@cspell/dict-cpp/dict/cpp.txt @@ -10631,6 +10631,7 @@ PARTY PAS PASCAL PASS +PASSCODE PASSED PASSING PASSIVE @@ -11062,7 +11063,6 @@ PPC_RELOC_LOCAL_SECTDIFF PPC_RELOC_SECTDIFF PPD PPD_CUSTOM_INVCURVE -PPD_CUSTOM_PASSCODE PPD_MISSING_PPDADOBE PPD_UI_PICKMANY PPD_UI_PICKONE @@ -11514,7 +11514,6 @@ Panos Panotzki Paolo Parra -Passcode Patrick Paul Pazdziora @@ -22300,7 +22299,6 @@ cuserid cusertype custom custom_invcurve -custom_passcode customary customer customers @@ -33913,6 +33911,7 @@ pary pascal pasobj pass +passcode passed passes passing diff --git a/action/node_modules/@cspell/dict-cpp/package.json b/action/node_modules/@cspell/dict-cpp/package.json index 74d7c426..d8655ccb 100644 --- a/action/node_modules/@cspell/dict-cpp/package.json +++ b/action/node_modules/@cspell/dict-cpp/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cpp", - "version": "5.1.7", + "version": "5.1.8", "description": "C/C++ Dictionary dictionary for cspell.", "publishConfig": { "access": "public" @@ -40,5 +40,5 @@ "dict/*.txt", "cspell-ext.json" ], - "gitHead": "244a610fc48c63d33e634809b084d005c52305df" + "gitHead": "3e66c52c261081b4feafa7a213cc3940162c5e4a" } diff --git a/action/node_modules/@cspell/dict-k8s/dict/k8s.txt b/action/node_modules/@cspell/dict-k8s/dict/k8s.txt index b372eca2..dd6e51ce 100644 --- a/action/node_modules/@cspell/dict-k8s/dict/k8s.txt +++ b/action/node_modules/@cspell/dict-k8s/dict/k8s.txt @@ -5,6 +5,7 @@ $ref $schema HPA Port +VPA acceptedNames accessModes acquireTime diff --git a/action/node_modules/@cspell/dict-k8s/package.json b/action/node_modules/@cspell/dict-k8s/package.json index 2351565c..22d73096 100644 --- a/action/node_modules/@cspell/dict-k8s/package.json +++ b/action/node_modules/@cspell/dict-k8s/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-k8s", - "version": "1.0.4", + "version": "1.0.5", "description": "K8s dictionary for cspell.", "publishConfig": { "access": "public" @@ -43,5 +43,5 @@ "dict/k8s.txt", "cspell-ext.json" ], - "gitHead": "244a610fc48c63d33e634809b084d005c52305df" + "gitHead": "0a0ad6c691ba8c7c0101de3fcd6f59d557914836" } diff --git a/action/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt b/action/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt index a055726f..c4048621 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt @@ -60,6 +60,7 @@ VGA VHS VNC VPN +VPS VRAM W3C WAN 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 6cf8d93d..9dbb7580 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt @@ -413,6 +413,7 @@ anonymizes anonymizing antialias antialiased +antimalware anycast api apis @@ -956,6 +957,7 @@ dockerfile dockerize docstring doctype +dogstatsd dosomething dotNET dotfile @@ -1357,6 +1359,7 @@ keyfiles keyfn keyframe keyframes +keylogger keyname keyscan keyscans @@ -1708,6 +1711,7 @@ parenthesised parentpath parm pascal +passcode passwd password pata @@ -1805,6 +1809,7 @@ preprocess prepublish prerelease prereleases +pretexting prettier prettierd prettyprint @@ -2133,6 +2138,7 @@ smalloc smalltalk smarttabs smbios +smishing smtp snackbar snapctl @@ -2360,6 +2366,8 @@ typeid typename typeof typings +typosquatted +typosquatting tzinfo tzutil ubound @@ -2549,6 +2557,7 @@ virtualize virtualized virtualizer virtualizing +vishing visualstudio visudo vlog diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index 84758bc2..721df158 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.25", + "version": "3.4.0", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" @@ -43,5 +43,5 @@ "!dict/README.md", "cspell-ext.json" ], - "gitHead": "06eff7c1c98dd295b54ef04e0c6819dabdd425ec" + "gitHead": "3e66c52c261081b4feafa7a213cc3940162c5e4a" }