From 2798f59c7dee9b28f7591e83d022ee12ba0adfd3 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:05:46 +0200 Subject: [PATCH] fix: Update Dictionaries and Dependencies (#1975) --- .../@cspell/dict-cpp/dict/cpp.txt | 2 +- .../@cspell/dict-cpp/package.json | 4 +- .../@cspell/dict-golang/dict/go.txt | 2 +- .../@cspell/dict-golang/package.json | 4 +- .../@cspell/dict-python/dict/python.txt | 4 +- .../@cspell/dict-python/package.json | 4 +- .../cspell-corrections.yaml | 3 + .../dict/softwareTerms.txt | 150 +++++++++++++++++- .../@cspell/dict-software-terms/package.json | 4 +- 9 files changed, 158 insertions(+), 19 deletions(-) diff --git a/action/node_modules/@cspell/dict-cpp/dict/cpp.txt b/action/node_modules/@cspell/dict-cpp/dict/cpp.txt index 956726309..eed84a272 100644 --- a/action/node_modules/@cspell/dict-cpp/dict/cpp.txt +++ b/action/node_modules/@cspell/dict-cpp/dict/cpp.txt @@ -17244,7 +17244,6 @@ XXXthe XXmN XYZ XZikI -Xcode Xenix Xes Xilinx @@ -42674,6 +42673,7 @@ xcirc xclass xclude xclusive +xcode xctoolchain xcup xd diff --git a/action/node_modules/@cspell/dict-cpp/package.json b/action/node_modules/@cspell/dict-cpp/package.json index 59a926e77..29b8c3472 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.18", + "version": "5.1.19", "description": "C/C++ Dictionary dictionary for cspell.", "publishConfig": { "access": "public" @@ -40,5 +40,5 @@ "dict/*.txt", "cspell-ext.json" ], - "gitHead": "f643a50e6cc9cb0e465ef2151ba9bc6b49e92dd6" + "gitHead": "a8f0467ba455c8221e9ac0e5d4439db3cb2ac5fe" } diff --git a/action/node_modules/@cspell/dict-golang/dict/go.txt b/action/node_modules/@cspell/dict-golang/dict/go.txt index fb64bc1e5..019898ad4 100644 --- a/action/node_modules/@cspell/dict-golang/dict/go.txt +++ b/action/node_modules/@cspell/dict-golang/dict/go.txt @@ -543,7 +543,6 @@ DWARF DX DYNAMIC December -Decompressor DecryptOAEP DecryptPKCS1v15 DecryptPKCS1v15SessionKey @@ -4393,6 +4392,7 @@ decodemeta decoder decoding decomposition +decompressor decrypt decryption deep diff --git a/action/node_modules/@cspell/dict-golang/package.json b/action/node_modules/@cspell/dict-golang/package.json index ac1c69eb6..cdcfd6eec 100644 --- a/action/node_modules/@cspell/dict-golang/package.json +++ b/action/node_modules/@cspell/dict-golang/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-golang", - "version": "6.0.12", + "version": "6.0.13", "description": "Go Language dictionary for cspell.", "publishConfig": { "access": "public" @@ -47,5 +47,5 @@ "devDependencies": { "go-words": "github:AlekSi/go-words" }, - "gitHead": "5b18a71670ad6dc6bbe099c86a4ee4b7f50b3711" + "gitHead": "a8f0467ba455c8221e9ac0e5d4439db3cb2ac5fe" } diff --git a/action/node_modules/@cspell/dict-python/dict/python.txt b/action/node_modules/@cspell/dict-python/dict/python.txt index dc3fed535..7cd214344 100644 --- a/action/node_modules/@cspell/dict-python/dict/python.txt +++ b/action/node_modules/@cspell/dict-python/dict/python.txt @@ -4110,6 +4110,7 @@ decoderesponse decodestring decoding decompress +decompressor decorator decref decrement @@ -9533,8 +9534,7 @@ x xarray xarray-einstats xatom -xcode_stub_lib_extension -xcode_stub_lib_format +xcode xcor xdrlib xfail diff --git a/action/node_modules/@cspell/dict-python/package.json b/action/node_modules/@cspell/dict-python/package.json index 3060ae0b0..adfc6c754 100644 --- a/action/node_modules/@cspell/dict-python/package.json +++ b/action/node_modules/@cspell/dict-python/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-python", - "version": "4.2.7", + "version": "4.2.8", "description": "Python dictionary for cspell.", "publishConfig": { "access": "public" @@ -46,5 +46,5 @@ "dict/python-common.txt", "cspell-ext.json" ], - "gitHead": "f643a50e6cc9cb0e465ef2151ba9bc6b49e92dd6" + "gitHead": "a8f0467ba455c8221e9ac0e5d4439db3cb2ac5fe" } diff --git a/action/node_modules/@cspell/dict-software-terms/cspell-corrections.yaml b/action/node_modules/@cspell/dict-software-terms/cspell-corrections.yaml index e58d84fb7..51295bf71 100644 --- a/action/node_modules/@cspell/dict-software-terms/cspell-corrections.yaml +++ b/action/node_modules/@cspell/dict-software-terms/cspell-corrections.yaml @@ -13,6 +13,7 @@ dictionaryDefinitions: - cashe->cache - commmand->command - coverag->coverage + - debuging->debugging - dependeing->depending - descibes->describes - dumpped->dumped @@ -22,6 +23,7 @@ dictionaryDefinitions: - gzipeed->gzipped - hypotetical->hypothetical - inaccesible->inaccessible + - indicies->indices - insentive->insensitive - instantiatable->instantiable - mehtod->method @@ -48,4 +50,5 @@ dictionaryDefinitions: - thow->throw - throwning->throwing - transfor->transfer, transform + - verticies->vertices - warnining->warning 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 f34d47390..954f19cfb 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt @@ -303,6 +303,7 @@ SIGINT SIGKILL SIGQUIT SIGTERM +SIMD SLA SLI SLO @@ -590,10 +591,12 @@ awaitable awaitables azureCR azureRM +azureTools azureWebsites b0bababe b105f00d b16b00b5 +bSize baaaaaad baadf00d backend @@ -639,6 +642,8 @@ bigint bigip bigtable bin +bitCount +bitSize bitand bitor bitset @@ -679,6 +684,8 @@ bootloader bootp bork borked +bottomLeft +bottomRight braceless branch brewfile @@ -692,6 +699,7 @@ bufIndex bufSize bugfix bugfixes +buildFolder builddir buildkite buildsystem @@ -711,6 +719,8 @@ bzipped c c00010ff cValue +cVar +cVars cacert cache cacheability @@ -742,6 +752,7 @@ canonicalizing captcha captchas castable +categoryName cefaedfe cert certId @@ -752,6 +763,8 @@ cgroups chai chainable changeDir +changeList +changeLists changelog changelogs changeset @@ -768,6 +781,7 @@ chown chpasswd chroot class +classPath classdef classlib classname @@ -807,6 +821,7 @@ colno colocate colocated colocation +colorRef colorize colorized colorizer @@ -832,6 +847,7 @@ commonjs compat compile compiler +componentManager componentization componentize composability @@ -898,6 +914,7 @@ cuberoot cur curLoc curr +customDomain customizability customizable customizables @@ -910,6 +927,8 @@ cyclomatic cygwin cypher d0d0caca +dPad +dSize dValue dabbad00 daemonize @@ -985,6 +1004,10 @@ declarator declarators decls decodable +decompress +decompressed +decompressing +decompressor dedent deduped dedupes @@ -1095,7 +1118,9 @@ detokenizing detune devcontainer deviceId +deviceInfo deviceIp +deviceName devops devsecops devtool @@ -1172,6 +1197,8 @@ downloading doxing doxygen drbd +driveInfo +driveName dropdown dropdowns droppable @@ -1203,6 +1230,7 @@ enablement encodable encodedstring end +endScroll endUnless endhighlight endian @@ -1258,6 +1286,7 @@ expect export expr exprs +externalProject extractable extractables f00dbabe @@ -1282,12 +1311,16 @@ ffmpeg fhcount file fileData +fileDir fileExt +fileFolder fileId fileIdx fileIndex +fileInfo fileLen fileLog +fileName filePath fileUtil fileUtils @@ -1318,6 +1351,8 @@ floats flow fm folder +folderInfo +folderName foldername folders foreach @@ -1327,6 +1362,7 @@ fortran fqdn frac fragmentation +frameBuffer frameborder framerate freedesktop @@ -1338,18 +1374,22 @@ fstab fstrim fsync fsynced +fullScreen fullstack func function fuzzer fuzzers gRPC +gamePad gcloud gemfiles genrsa geocode geocoded geojson +getFont +getSel getter gettext ghcr @@ -1376,6 +1416,7 @@ globalstrict globbed globbing globstar +gnuLocaleDir go golang googleapis @@ -1392,6 +1433,7 @@ grepping greps gridcell groovy +groupBox groupadd groupdel groupmod @@ -1406,7 +1448,15 @@ gzip gzipFile gzipped gzips +hBrush +hCursor hFile +hIcon +hKey +hModule +hScroll +hWin +hWnd hacky handlebars haproxy @@ -1506,6 +1556,7 @@ implements import importLib imurmurhash +inBuffer incrementable incrementally incrementor @@ -1537,6 +1588,7 @@ inspectability install installability instance +instanceDir instanced instanceof instantiable @@ -1633,6 +1685,8 @@ kVal kanban keepalived kerberos +keyDown +keyMenu keyOf keyVault keybindings @@ -1654,6 +1708,12 @@ kubectl kurtosis kvCopy kvPair +lButton +lParam +lResult +lSize +lVar +lVars laddrs lambda lambdas @@ -1683,6 +1743,8 @@ lexing lgpl lgtm libATA +libDir +libDirs libarchive libcurl libffi @@ -1702,6 +1764,7 @@ lightblue lightbulb lightdm lightgrey +lineDown linebreak linebreaks lineending @@ -1724,6 +1787,7 @@ ln local localStorage locale +localeInfo localhost localizability localizable @@ -1751,7 +1815,13 @@ lorem lowercased lowercases lowercasing +lpBuffer +lpDWord +lpVoid +lpWord lpar +lpctStr +lptStr lsattr lsblk lscpu @@ -1767,6 +1837,7 @@ lvcreate lxdm lxqt lzip +mButton macOS macos macosx @@ -1828,6 +1899,7 @@ middlewares migratable migratables mimetype +minMaxInfo mindepth minepart mingw @@ -1879,6 +1951,7 @@ monospaced mootools motd mouse +mouseWheel mouseover mpl mrkdwn @@ -1911,6 +1984,7 @@ mutators mutex mutexes myvariable +nFile nKey nack namespace @@ -1993,6 +2067,7 @@ offboarding offboardings offboards offline +okCancel oldFile onabort onboard @@ -2040,6 +2115,7 @@ osi osmlab otel otsdb +outBuffer outDir outfile overridable @@ -2047,6 +2123,7 @@ pBuf pBuffer pConnection pFile +pVar package packages pageData @@ -2082,6 +2159,7 @@ pbcopy pbkdf1 pbkdf2 pbpaste +pcFileDir pcie pcregrep perceptron @@ -2252,10 +2330,15 @@ qunit quotemark qword r +rButton +rSize race rackconnect radiogroup raspbian +raycast +raycasting +raycasts razor rbac rbconfig @@ -2263,10 +2346,12 @@ rbenv rbrace rbracket reactive +readDir readError readErrorLog readErrorLogs readErrors +readFile readline readme readmes @@ -2308,6 +2393,7 @@ reenqueues ref refCount refCounting +refNum refVal refValue refactor @@ -2378,6 +2464,7 @@ repatched repatchs repl repo +repoRoot repos repurpose repurposed @@ -2432,6 +2519,7 @@ retrigger retriggered retriggering retriggers +retryCancel return retweet reupload @@ -2487,6 +2575,7 @@ schemeId screenShare scriptlet scriptlets +scrollInfo scrollable scrollbar scrubbable @@ -2521,9 +2610,15 @@ serializes serializing server serverless +servlet +servlets set setAffinity setEnv +setFont +setRedraw +setSel +setText setter setuptool sftp @@ -2583,6 +2678,7 @@ someHost somefile sort sorted +sourceIdx sourceMap sourceMaps sourcefile @@ -2595,7 +2691,9 @@ sqlservice sqrt squigglies src +srcDir srcFile +srcFolder srcStream sshd sssd @@ -2607,6 +2705,8 @@ stateful static staticFile statusbar +stdCall +stdWin stderr stdin stdout @@ -2695,6 +2795,9 @@ symlinks synchronous synchronously sysError +sysKeyDown +sysRoot +sysRoots sysctl sysinternals syslog @@ -2702,12 +2805,14 @@ sysprep systemctl systemd tBody +tChar tCol tDiff tFoot tHead tPtr tRow +tSize tValue tabbable tabpanel @@ -2729,10 +2834,15 @@ terminology terms test testEnv +testFile +testFiles +testId testMessage testMsg testParam testParams +testSuite +testSuites testVal testValue testVar @@ -2740,20 +2850,17 @@ testable testcase testcases tested -testfile -testfiles -testid testing testnet -testsuite -testsuites +texCoord +texCoords +textFile +textFiles textarea textbox textdocument textdocuments textfield -textfile -textfiles textmate tfplan tftp @@ -2798,6 +2905,8 @@ toolset tooltip tooltips toor +topLeft +topRight touchpad traceback tracebacks @@ -2894,6 +3003,10 @@ uncomment uncommented uncommenting uncomments +uncompress +uncompressed +uncompressing +uncompressor uncustomized undeclare undecodable @@ -2945,6 +3058,7 @@ units unittest univariate unix +unixRoot unlicense unmanaged unmangle @@ -2978,6 +3092,10 @@ unmunging unnest unnested unnesting +unnormalize +unnormalized +unnormalizer +unnormalizing unopinionated unoptimized unordered @@ -3085,7 +3203,9 @@ util utils uword vCenter +vCursor vFile +vScroll vSphere vSwitch vagrantup @@ -3140,6 +3260,7 @@ vscodium vsliveshare vsmarketplacebadge vuln +wParam waitUntil waitfor walkthrough @@ -3175,6 +3296,7 @@ whitepapers whitespace whitespaces whoami +widgetManager wiki win win32 @@ -3182,22 +3304,31 @@ win64 window windows winsw +wireframe wireguard wkhtmltopdf word words workArea +workDir +workFolder workflow workgroup workspace +writeDir +writeFile wrlinux www xCoord xCoords xKey +xMax +xMin xPos xVal xargs +xcode +xcodebuild xdotool xfce xfwm @@ -3216,6 +3347,8 @@ xvfb yCoord yCoords yKey +yMax +yMin yPos yVal yacc @@ -3224,6 +3357,7 @@ yaml yamllint yandexcloud yarn +yesNo ymd yymmdd yyyy @@ -3235,6 +3369,8 @@ zCoord zCoords zKey zLog +zMax +zMin zPos zVal ziltoid diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index 091c5b93d..cd280f1c8 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": "4.1.6", + "version": "4.1.7", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" @@ -44,5 +44,5 @@ "cspell-corrections.yaml", "cspell-ext.json" ], - "gitHead": "f643a50e6cc9cb0e465ef2151ba9bc6b49e92dd6" + "gitHead": "a8f0467ba455c8221e9ac0e5d4439db3cb2ac5fe" }