From 9e04952e47d75fc31d1c8163b18f168d6e468f89 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 Aug 2024 14:17:15 +0200 Subject: [PATCH] fix: Update Dictionaries and Dependencies (#1890) Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com> --- action/node_modules/@cspell/dict-python/dict/python.txt | 2 +- action/node_modules/@cspell/dict-python/package.json | 4 ++-- .../@cspell/dict-software-terms/dict/softwareTerms.txt | 1 + action/node_modules/@cspell/dict-software-terms/package.json | 4 ++-- action/node_modules/@cspell/dict-sql/package.json | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/action/node_modules/@cspell/dict-python/dict/python.txt b/action/node_modules/@cspell/dict-python/dict/python.txt index b746b6963..72d14bf9f 100644 --- a/action/node_modules/@cspell/dict-python/dict/python.txt +++ b/action/node_modules/@cspell/dict-python/dict/python.txt @@ -5638,7 +5638,6 @@ insert_radiobutton insertfilter insertfilterafter insertion -insertion_unsort insort inspect install @@ -9170,6 +9169,7 @@ unsafe unschedule unselect unset +unsort unspecified unstructured unsubscribe diff --git a/action/node_modules/@cspell/dict-python/package.json b/action/node_modules/@cspell/dict-python/package.json index 2a8cce458..c9a864040 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.3", + "version": "4.2.4", "description": "Python dictionary for cspell.", "publishConfig": { "access": "public" @@ -46,5 +46,5 @@ "dict/python-common.txt", "cspell-ext.json" ], - "gitHead": "b8789b004022801ab07b2b723885d21af1b01df1" + "gitHead": "88d580ae7dde64f279279b710eed54f4a2a477c9" } 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 3c51f3e85..189265d1e 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt @@ -2594,6 +2594,7 @@ unselectings unselects unserializable unshare +unsort unsortable unsorted unstage diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index 0fcd66fbb..da3aab6f2 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.0.4", + "version": "4.0.5", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" @@ -44,5 +44,5 @@ "cspell-corrections.yaml", "cspell-ext.json" ], - "gitHead": "796b99c8d8ec8f315c043e2aedb2f5a7ba6dc654" + "gitHead": "88d580ae7dde64f279279b710eed54f4a2a477c9" } diff --git a/action/node_modules/@cspell/dict-sql/package.json b/action/node_modules/@cspell/dict-sql/package.json index f8c27222f..9ccbdea69 100644 --- a/action/node_modules/@cspell/dict-sql/package.json +++ b/action/node_modules/@cspell/dict-sql/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-sql", - "version": "2.1.4", + "version": "2.1.5", "description": "SQL dictionary for cspell.", "publishConfig": { "access": "public" @@ -42,5 +42,5 @@ "*.js", "*.d.ts" ], - "gitHead": "796b99c8d8ec8f315c043e2aedb2f5a7ba6dc654" + "gitHead": "88d580ae7dde64f279279b710eed54f4a2a477c9" }