diff --git a/CHANGELOG.md b/CHANGELOG.md
index d39fb18a871..70cf34a4046 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md
index 44946d901ac..7d7eaac030a 100644
--- a/integration-tests/CHANGELOG.md
+++ b/integration-tests/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/integration-tests/package.json b/integration-tests/package.json
index 5534d1de23a..870e0bf6dac 100644
--- a/integration-tests/package.json
+++ b/integration-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
"bin": {
"cspell-integration-tests": "tester.js",
diff --git a/lerna.json b/lerna.json
index b6459592004..9875ef0129d 100644
--- a/lerna.json
+++ b/lerna.json
@@ -6,7 +6,7 @@
"./test-packages/*/*",
"./integration-tests"
],
- "version": "8.15.4",
+ "version": "8.15.5",
"command": {
"version": {
"allowBranch": "main",
diff --git a/packages/Samples/CHANGELOG.md b/packages/Samples/CHANGELOG.md
index ba7662fe627..522d0e53b20 100644
--- a/packages/Samples/CHANGELOG.md
+++ b/packages/Samples/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/Samples/package.json b/packages/Samples/package.json
index 36987c7cd61..f27df8fba9c 100644
--- a/packages/Samples/package.json
+++ b/packages/Samples/package.json
@@ -1,6 +1,6 @@
{
"name": "@internal/cspell-tools-samples",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Sample files used during unit tests",
"private": true,
"scripts": {
diff --git a/packages/cspell-bundled-dicts/CHANGELOG.md b/packages/cspell-bundled-dicts/CHANGELOG.md
index 8c253540320..505f5d8c63f 100644
--- a/packages/cspell-bundled-dicts/CHANGELOG.md
+++ b/packages/cspell-bundled-dicts/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json
index d0e742cb64c..10c245512af 100644
--- a/packages/cspell-bundled-dicts/package.json
+++ b/packages/cspell-bundled-dicts/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-bundled-dicts",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public",
diff --git a/packages/cspell-code-snippets/CHANGELOG.md b/packages/cspell-code-snippets/CHANGELOG.md
index fc3a5127436..42bafbb3084 100644
--- a/packages/cspell-code-snippets/CHANGELOG.md
+++ b/packages/cspell-code-snippets/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json
index 46af03cef81..483870e724b 100644
--- a/packages/cspell-code-snippets/package.json
+++ b/packages/cspell-code-snippets/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-code-snippets",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Code snippets and data structures.",
"private": true,
"files": [],
diff --git a/packages/cspell-config-lib/CHANGELOG.md b/packages/cspell-config-lib/CHANGELOG.md
index a1f86f77ee1..7e7f9e0daad 100644
--- a/packages/cspell-config-lib/CHANGELOG.md
+++ b/packages/cspell-config-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json
index 0c998519a6f..45638364239 100644
--- a/packages/cspell-config-lib/package.json
+++ b/packages/cspell-config-lib/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "CSpell Config library",
"keywords": [
"cspell",
diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md
index 62a4e7a2a02..2bdb13909c6 100644
--- a/packages/cspell-dictionary/CHANGELOG.md
+++ b/packages/cspell-dictionary/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json
index 8e6f27a142b..8854910a648 100644
--- a/packages/cspell-dictionary/package.json
+++ b/packages/cspell-dictionary/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-eslint-plugin/CHANGELOG.md b/packages/cspell-eslint-plugin/CHANGELOG.md
index 9fca324955e..c978125883b 100644
--- a/packages/cspell-eslint-plugin/CHANGELOG.md
+++ b/packages/cspell-eslint-plugin/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json
index 390b914e8a1..605f2ac41c8 100644
--- a/packages/cspell-eslint-plugin/package.json
+++ b/packages/cspell-eslint-plugin/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "CSpell ESLint plugin",
"keywords": [
"cspell",
diff --git a/packages/cspell-filetypes/CHANGELOG.md b/packages/cspell-filetypes/CHANGELOG.md
index 8bb015010bf..a07279fdda1 100644
--- a/packages/cspell-filetypes/CHANGELOG.md
+++ b/packages/cspell-filetypes/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-filetypes/package.json b/packages/cspell-filetypes/package.json
index 9d5f751f656..a1458144e87 100644
--- a/packages/cspell-filetypes/package.json
+++ b/packages/cspell-filetypes/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Library to determine file types based upon the file name.",
"keywords": [
"cspell",
diff --git a/packages/cspell-gitignore/CHANGELOG.md b/packages/cspell-gitignore/CHANGELOG.md
index 7a0d211a582..498196c48de 100644
--- a/packages/cspell-gitignore/CHANGELOG.md
+++ b/packages/cspell-gitignore/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json
index 2f4033cafcf..d811f14284a 100644
--- a/packages/cspell-gitignore/package.json
+++ b/packages/cspell-gitignore/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md
index d8669630d07..d06d39e02de 100644
--- a/packages/cspell-glob/CHANGELOG.md
+++ b/packages/cspell-glob/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json
index 964de6ab6c2..7c6a88f886d 100644
--- a/packages/cspell-glob/package.json
+++ b/packages/cspell-glob/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md
index aaa4b0f26da..07e89351f59 100644
--- a/packages/cspell-grammar/CHANGELOG.md
+++ b/packages/cspell-grammar/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json
index 0e9ba6e716c..5e9ee39ead9 100644
--- a/packages/cspell-grammar/package.json
+++ b/packages/cspell-grammar/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Grammar parsing support for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md
index 98c0f9d9711..02e8a4b4653 100644
--- a/packages/cspell-io/CHANGELOG.md
+++ b/packages/cspell-io/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json
index 0fc6e2027d9..8ebfcb6b1b8 100644
--- a/packages/cspell-io/package.json
+++ b/packages/cspell-io/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A library of useful I/O functions used across various cspell tools.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-json-reporter/CHANGELOG.md b/packages/cspell-json-reporter/CHANGELOG.md
index 94f065ff84d..56abb53d710 100644
--- a/packages/cspell-json-reporter/CHANGELOG.md
+++ b/packages/cspell-json-reporter/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json
index 07ea88aa0d5..b1e3ebd0ca7 100644
--- a/packages/cspell-json-reporter/package.json
+++ b/packages/cspell-json-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-json-reporter",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "JSON reporter for CSpell",
"author": "Jason Dent",
"license": "MIT",
diff --git a/packages/cspell-lib/CHANGELOG.md b/packages/cspell-lib/CHANGELOG.md
index 31712c58925..91ba7a3397b 100644
--- a/packages/cspell-lib/CHANGELOG.md
+++ b/packages/cspell-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json
index 8e18484c099..79da62c0dd1 100644
--- a/packages/cspell-lib/package.json
+++ b/packages/cspell-lib/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A library of useful functions used across various cspell tools.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-normalize-json/CHANGELOG.md b/packages/cspell-normalize-json/CHANGELOG.md
index 8bb015010bf..a07279fdda1 100644
--- a/packages/cspell-normalize-json/CHANGELOG.md
+++ b/packages/cspell-normalize-json/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-normalize-json/package.json b/packages/cspell-normalize-json/package.json
index 5b9ec1ce2f4..0025e054d1a 100644
--- a/packages/cspell-normalize-json/package.json
+++ b/packages/cspell-normalize-json/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A library to normalize JSON objects to reduce the size.",
"keywords": [
"cspell",
diff --git a/packages/cspell-pipe/CHANGELOG.md b/packages/cspell-pipe/CHANGELOG.md
index 09ef213f369..5c252043530 100644
--- a/packages/cspell-pipe/CHANGELOG.md
+++ b/packages/cspell-pipe/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json
index c66a56ca77e..b730f9e8db8 100644
--- a/packages/cspell-pipe/package.json
+++ b/packages/cspell-pipe/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Library to make working with Iterators/AsyncIterators easier.",
"keywords": [
"cspell",
diff --git a/packages/cspell-resolver/CHANGELOG.md b/packages/cspell-resolver/CHANGELOG.md
index bc791400984..fe78a501279 100644
--- a/packages/cspell-resolver/CHANGELOG.md
+++ b/packages/cspell-resolver/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json
index a009ccfb419..e9784090769 100644
--- a/packages/cspell-resolver/package.json
+++ b/packages/cspell-resolver/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Library to help resolve module locations.",
"keywords": [
"cspell",
diff --git a/packages/cspell-service-bus/CHANGELOG.md b/packages/cspell-service-bus/CHANGELOG.md
index d995afbe6bc..a5471dfc2a0 100644
--- a/packages/cspell-service-bus/CHANGELOG.md
+++ b/packages/cspell-service-bus/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json
index 37e498c2f45..27bbcf7cd70 100644
--- a/packages/cspell-service-bus/package.json
+++ b/packages/cspell-service-bus/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A Library for connecting requests to services that can fulfill them.",
"keywords": [
"cspell"
diff --git a/packages/cspell-strong-weak-map/CHANGELOG.md b/packages/cspell-strong-weak-map/CHANGELOG.md
index 698d9e1f123..006d3f09e3e 100644
--- a/packages/cspell-strong-weak-map/CHANGELOG.md
+++ b/packages/cspell-strong-weak-map/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json
index 26c9bca39cf..e331f0ad868 100644
--- a/packages/cspell-strong-weak-map/package.json
+++ b/packages/cspell-strong-weak-map/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A Map with weakly referenced values.",
"keywords": [
"Map",
diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md
index 26a86270e7b..6d6f822bc9c 100644
--- a/packages/cspell-tools/CHANGELOG.md
+++ b/packages/cspell-tools/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json
index c8351fa2340..e28a68e1167 100644
--- a/packages/cspell-tools/package.json
+++ b/packages/cspell-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-tools",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Tools to assist with the development of cSpell",
"publishConfig": {
"access": "public",
diff --git a/packages/cspell-trie-lib/CHANGELOG.md b/packages/cspell-trie-lib/CHANGELOG.md
index 3b98b16bbe8..d0757d2ceea 100644
--- a/packages/cspell-trie-lib/CHANGELOG.md
+++ b/packages/cspell-trie-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json
index 92e99c48211..13b3ca63e9b 100644
--- a/packages/cspell-trie-lib/package.json
+++ b/packages/cspell-trie-lib/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Trie Data Structure to support cspell.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-trie/CHANGELOG.md b/packages/cspell-trie/CHANGELOG.md
index d86bf58a0ec..c68e0a0c321 100644
--- a/packages/cspell-trie/CHANGELOG.md
+++ b/packages/cspell-trie/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json
index 81e1c94aeab..fee468756bf 100644
--- a/packages/cspell-trie/package.json
+++ b/packages/cspell-trie/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Trie Data Structure reader for cspell",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-types/CHANGELOG.md b/packages/cspell-types/CHANGELOG.md
index 1dc358dd0e1..044665e495f 100644
--- a/packages/cspell-types/CHANGELOG.md
+++ b/packages/cspell-types/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json
index 455de98a76a..1aa641f3d67 100644
--- a/packages/cspell-types/package.json
+++ b/packages/cspell-types/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Types for cspell and cspell-lib",
"type": "commonjs",
"sideEffects": false,
diff --git a/packages/cspell-url/CHANGELOG.md b/packages/cspell-url/CHANGELOG.md
index cfe8d678aa4..fde91743326 100644
--- a/packages/cspell-url/CHANGELOG.md
+++ b/packages/cspell-url/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell-url/package.json b/packages/cspell-url/package.json
index e35bc761ee5..078b88e16dd 100644
--- a/packages/cspell-url/package.json
+++ b/packages/cspell-url/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "URL parsing and manipulation utilities for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md
index 8d11b569752..5311f4453b4 100644
--- a/packages/cspell/CHANGELOG.md
+++ b/packages/cspell/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/cspell/package.json b/packages/cspell/package.json
index bbdde375e68..c5425758e21 100644
--- a/packages/cspell/package.json
+++ b/packages/cspell/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A Spelling Checker for Code!",
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
"bin": {
diff --git a/packages/cspell/src/app/pkgInfo.ts b/packages/cspell/src/app/pkgInfo.ts
index 9a0eb1f6995..37366b64bc2 100644
--- a/packages/cspell/src/app/pkgInfo.ts
+++ b/packages/cspell/src/app/pkgInfo.ts
@@ -3,7 +3,7 @@
export { pkgDir } from './dirname.js';
export const name = 'cspell';
-export const version = '8.15.4';
+export const version = '8.15.5';
export const engines = { node: '>=18' };
export const npmPackage = { name, version, engines };
diff --git a/packages/dynamic-import/CHANGELOG.md b/packages/dynamic-import/CHANGELOG.md
index 727142314ac..a90b87ce9d0 100644
--- a/packages/dynamic-import/CHANGELOG.md
+++ b/packages/dynamic-import/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json
index 288a502292c..1e2e3d6d6c6 100644
--- a/packages/dynamic-import/package.json
+++ b/packages/dynamic-import/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Dynamic Module Loader",
"keywords": [
"module",
diff --git a/packages/flatpack-json/CHANGELOG.md b/packages/flatpack-json/CHANGELOG.md
index 8bb015010bf..a07279fdda1 100644
--- a/packages/flatpack-json/CHANGELOG.md
+++ b/packages/flatpack-json/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/flatpack-json/package.json b/packages/flatpack-json/package.json
index cc034c833c3..a71bd3b4f36 100644
--- a/packages/flatpack-json/package.json
+++ b/packages/flatpack-json/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A library to normalize JSON objects to reduce the size.",
"keywords": [
"cspell",
diff --git a/packages/hunspell-reader/CHANGELOG.md b/packages/hunspell-reader/CHANGELOG.md
index 5dffe00326d..365fa4b6112 100644
--- a/packages/hunspell-reader/CHANGELOG.md
+++ b/packages/hunspell-reader/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json
index f4d4ec7cf21..0f11da2613c 100644
--- a/packages/hunspell-reader/package.json
+++ b/packages/hunspell-reader/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "A library for reading Hunspell Dictionary Files",
"bin": "bin.js",
"type": "module",
diff --git a/rfc/rfc-0001 suggestions/CHANGELOG.md b/rfc/rfc-0001 suggestions/CHANGELOG.md
index 637d405b0e5..73637fe0d7c 100644
--- a/rfc/rfc-0001 suggestions/CHANGELOG.md
+++ b/rfc/rfc-0001 suggestions/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/rfc/rfc-0001 suggestions/package.json b/rfc/rfc-0001 suggestions/package.json
index 45d1b5be959..9b5f1bcb5dc 100644
--- a/rfc/rfc-0001 suggestions/package.json
+++ b/rfc/rfc-0001 suggestions/package.json
@@ -1,6 +1,6 @@
{
"name": "rfc-0001-suggestions",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Possible ways to support suggestion lists",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md b/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md
index 58f87094c35..78ada07dd23 100644
--- a/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md
+++ b/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json
index 486dc9c71cb..501c71dc13f 100644
--- a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json
+++ b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-dictionary",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-dictionary. Its purpose is to verify cspell-dictionary dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md
index affc4e3ee66..d1f6188cd5f 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json
index 85011a596e4..95ecb4ef0ae 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin-v7",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/eslint-plugin-cspell and eslint v7.",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md
index 31f82fef819..3ef3742619d 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json
index 7999a6a85e1..12681890299 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin-v8",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/eslint-plugin-cspell.",
"private": true,
"type": "commonjs",
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md
index 31f82fef819..3ef3742619d 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json
index ee1e15de09f..bf5032e87d4 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin-v9-basic",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/eslint-plugin-cspell.",
"private": true,
"type": "commonjs",
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md
index 17b75463fb3..20b71b026af 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json
index 818903ff806..467e3db708b 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin-v9",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/eslint-plugin-cspell and eslint v9",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md b/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md
index 33db0417b2a..1d930071702 100644
--- a/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md
+++ b/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json
index 5e3d235b5bd..d766d1ee6ca 100644
--- a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json
+++ b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-gitignore",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-gitignore. Its purpose is to verify cspell-gitignore dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md b/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md
index ca9e12e0adb..178e2bc1f81 100644
--- a/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md
+++ b/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-glob/test-cspell-glob/package.json b/test-packages/cspell-glob/test-cspell-glob/package.json
index 8b56d546318..ea4d039b935 100644
--- a/test-packages/cspell-glob/test-cspell-glob/package.json
+++ b/test-packages/cspell-glob/test-cspell-glob/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-glob",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-io/test-cspell-io/CHANGELOG.md b/test-packages/cspell-io/test-cspell-io/CHANGELOG.md
index 9e41ac67499..8926668c30f 100644
--- a/test-packages/cspell-io/test-cspell-io/CHANGELOG.md
+++ b/test-packages/cspell-io/test-cspell-io/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-io/test-cspell-io/package.json b/test-packages/cspell-io/test-cspell-io/package.json
index be4504afd69..c0a7f4ad051 100644
--- a/test-packages/cspell-io/test-cspell-io/package.json
+++ b/test-packages/cspell-io/test-cspell-io/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-io",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md
index c763c689778..a8751296f62 100644
--- a/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md
+++ b/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json b/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json
index cb41af4288a..0b608070a81 100644
--- a/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json
+++ b/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-esbuild-cjs",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-lib.",
"bin": {
"build": "build.mjs",
diff --git a/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md
index ae91e67c86f..b68d69aa426 100644
--- a/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md
+++ b/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-lib/test-cspell-lib-esm/package.json b/test-packages/cspell-lib/test-cspell-lib-esm/package.json
index 09234aebc4d..d1bc55f12bb 100644
--- a/test-packages/cspell-lib/test-cspell-lib-esm/package.json
+++ b/test-packages/cspell-lib/test-cspell-lib-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-esm",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-lib.",
"bin": "bin.mjs",
"type": "module",
diff --git a/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md
index 4ace2c0bc0d..c63e8e910cf 100644
--- a/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md
+++ b/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-lib/test-cspell-lib-rollup/package.json b/test-packages/cspell-lib/test-cspell-lib-rollup/package.json
index 5fa451a9fdb..4fe51042310 100644
--- a/test-packages/cspell-lib/test-cspell-lib-rollup/package.json
+++ b/test-packages/cspell-lib/test-cspell-lib-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-rollup",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-lib.",
"bin": {
"mjs": "bin.mjs",
diff --git a/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md
index 042abe00603..e6ead7e290e 100644
--- a/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md
+++ b/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-lib/test-cspell-lib-webpack/package.json b/test-packages/cspell-lib/test-cspell-lib-webpack/package.json
index 6a587108731..74bdf4afe03 100644
--- a/test-packages/cspell-lib/test-cspell-lib-webpack/package.json
+++ b/test-packages/cspell-lib/test-cspell-lib-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-webpack",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-lib",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md b/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md
index 4c7f7cb593a..6746da66422 100644
--- a/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md
+++ b/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json b/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json
index f4d376b1b23..d74636662c5 100644
--- a/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json
+++ b/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-pipe-esm",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"bin": "./bin.mjs",
diff --git a/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md b/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md
index 88d1bb3d7fb..c2899dd6b1c 100644
--- a/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md
+++ b/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json b/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json
index 783b94ad79a..faf19aa9e40 100644
--- a/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json
+++ b/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-pipe-rollup",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md
index 2e10e44be19..2ec3083043e 100644
--- a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md
+++ b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json
index 6457e8111c1..0ca61d6b49f 100644
--- a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json
+++ b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-service-bus-esm",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/cspell-service-bus.",
"private": true,
"bin": "./bin.mjs",
diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md
index 1e2d3b5794f..622292d53bc 100644
--- a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md
+++ b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json
index 2b946c706cd..b6371217fed 100644
--- a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json
+++ b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-service-bus-rollup",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/cspell-service-bus.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md
index 761f7c4b6b6..a0406dc53d9 100644
--- a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md
+++ b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json
index 25f08bf0aff..479889ac3ab 100644
--- a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json
+++ b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-strong-weak-map",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package",
"private": true,
"bin": {
diff --git a/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md b/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md
index 97db62086be..0f4ad99058a 100644
--- a/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md
+++ b/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-tools/test-cspell-tools/package.json b/test-packages/cspell-tools/test-cspell-tools/package.json
index 0fff588011c..6e0e57bfafd 100644
--- a/test-packages/cspell-tools/test-cspell-tools/package.json
+++ b/test-packages/cspell-tools/test-cspell-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-tools",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/cspell-tools.",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md b/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md
index f90f03df214..9adbe0bfd45 100644
--- a/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md
+++ b/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json b/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json
index f0dd669a569..ebbb6f33f70 100644
--- a/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json
+++ b/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-trie-lib",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package",
"private": true,
"bin": {
diff --git a/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md
index ff4d958fcb8..2dceaa52936 100644
--- a/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md
+++ b/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-types/test-cspell-types-cjs/package.json b/test-packages/cspell-types/test-cspell-types-cjs/package.json
index fa8f5f73c1d..d58458a5dc2 100644
--- a/test-packages/cspell-types/test-cspell-types-cjs/package.json
+++ b/test-packages/cspell-types/test-cspell-types-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-types-cjs",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"type": "commonjs",
diff --git a/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md
index d36cf31f5d9..85b1633b690 100644
--- a/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md
+++ b/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-types/test-cspell-types-esm/package.json b/test-packages/cspell-types/test-cspell-types-esm/package.json
index 2ca014330f7..3614ecf6b68 100644
--- a/test-packages/cspell-types/test-cspell-types-esm/package.json
+++ b/test-packages/cspell-types/test-cspell-types-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-types-esm",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"bin": "./bin.mjs",
diff --git a/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md
index 5f65c6739ab..45254e00ed5 100644
--- a/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md
+++ b/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-types/test-cspell-types-rollup/package.json b/test-packages/cspell-types/test-cspell-types-rollup/package.json
index 38d8719107b..7e971a5ed14 100644
--- a/test-packages/cspell-types/test-cspell-types-rollup/package.json
+++ b/test-packages/cspell-types/test-cspell-types-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-types-rollup",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-types/validate-schema/CHANGELOG.md b/test-packages/cspell-types/validate-schema/CHANGELOG.md
index b9ccf7ea287..9647eac3c50 100644
--- a/test-packages/cspell-types/validate-schema/CHANGELOG.md
+++ b/test-packages/cspell-types/validate-schema/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell-types/validate-schema/package.json b/test-packages/cspell-types/validate-schema/package.json
index 5b6dd04da32..b301704b291 100644
--- a/test-packages/cspell-types/validate-schema/package.json
+++ b/test-packages/cspell-types/validate-schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@test-packages/validate-schema",
- "version": "8.15.4",
+ "version": "8.15.5",
"private": true,
"description": "Test Schema",
"type": "module",
diff --git a/test-packages/cspell/test-cspell-cli/CHANGELOG.md b/test-packages/cspell/test-cspell-cli/CHANGELOG.md
index 88d1743f2b8..05f2ecf3316 100644
--- a/test-packages/cspell/test-cspell-cli/CHANGELOG.md
+++ b/test-packages/cspell/test-cspell-cli/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell-cli/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell-cli/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell-cli/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell-cli/issues/6389)
diff --git a/test-packages/cspell/test-cspell-cli/package.json b/test-packages/cspell/test-cspell-cli/package.json
index 8f8cb4a6bb7..8870fb705b8 100644
--- a/test-packages/cspell/test-cspell-cli/package.json
+++ b/test-packages/cspell/test-cspell-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-cli",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "cli for cspell",
"private": "true",
"type": "module",
diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md b/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md
index a6b921833a8..971ed20a546 100644
--- a/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md
+++ b/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/package.json b/test-packages/cspell/test-cspell-esbuild-cjs/package.json
index fc41a1825b9..471601dfdf5 100644
--- a/test-packages/cspell/test-cspell-esbuild-cjs/package.json
+++ b/test-packages/cspell/test-cspell-esbuild-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-esbuild-cjs",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-lib.",
"bin": {
"build": "build.mjs",
diff --git a/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md b/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md
index 866949364fa..e96688f436f 100644
--- a/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md
+++ b/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell-cli/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell-cli/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell-cli/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell-cli/issues/6389)
diff --git a/test-packages/cspell/test-cspell-esm-reporter/package.json b/test-packages/cspell/test-cspell-esm-reporter/package.json
index 105103a03a3..aaad1b102c8 100644
--- a/test-packages/cspell/test-cspell-esm-reporter/package.json
+++ b/test-packages/cspell/test-cspell-esm-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-esm-reporter",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "cli for cspell",
"private": "true",
"type": "module",
diff --git a/test-packages/cspell/test-cspell/CHANGELOG.md b/test-packages/cspell/test-cspell/CHANGELOG.md
index 525b5fef068..e36c91b90b4 100644
--- a/test-packages/cspell/test-cspell/CHANGELOG.md
+++ b/test-packages/cspell/test-cspell/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/cspell/test-cspell/package.json b/test-packages/cspell/test-cspell/package.json
index 815c2732ec9..b74b46aa708 100644
--- a/test-packages/cspell/test-cspell/package.json
+++ b/test-packages/cspell/test-cspell/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell.",
"private": true,
"type": "module",
diff --git a/test-packages/dictionaries/companies/CHANGELOG.md b/test-packages/dictionaries/companies/CHANGELOG.md
index e6dc58a7a06..6974b8dd4a4 100644
--- a/test-packages/dictionaries/companies/CHANGELOG.md
+++ b/test-packages/dictionaries/companies/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell-dicts/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell-dicts/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell-dicts/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell-dicts/issues/6389)
diff --git a/test-packages/dictionaries/companies/package.json b/test-packages/dictionaries/companies/package.json
index 188c8637760..529f5421965 100644
--- a/test-packages/dictionaries/companies/package.json
+++ b/test-packages/dictionaries/companies/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dict-companies",
- "version": "8.15.4",
+ "version": "8.15.5",
"private": true,
"description": "Company names dictionary for cspell.",
"publishConfig": {
diff --git a/test-packages/dictionaries/software-terms/CHANGELOG.md b/test-packages/dictionaries/software-terms/CHANGELOG.md
index 95a47a751af..2c8229fd045 100644
--- a/test-packages/dictionaries/software-terms/CHANGELOG.md
+++ b/test-packages/dictionaries/software-terms/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell-dicts/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell-dicts/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell-dicts/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell-dicts/issues/6389)
diff --git a/test-packages/dictionaries/software-terms/package.json b/test-packages/dictionaries/software-terms/package.json
index f2597d64a6f..0048fea8fcc 100644
--- a/test-packages/dictionaries/software-terms/package.json
+++ b/test-packages/dictionaries/software-terms/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dict-software-terms",
- "version": "8.15.4",
+ "version": "8.15.5",
"private": true,
"description": "Software terms dictionary for cspell.",
"publishConfig": {
diff --git a/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md
index b100d1cfb5e..a1681bbeb49 100644
--- a/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md
+++ b/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/dynamic-import/test-dynamic-import-cjs/package.json b/test-packages/dynamic-import/test-dynamic-import-cjs/package.json
index 7db6f53f7fd..40677ce2600 100644
--- a/test-packages/dynamic-import/test-dynamic-import-cjs/package.json
+++ b/test-packages/dynamic-import/test-dynamic-import-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dynamic-import-cjs",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/dynamic-import.",
"private": true,
"bin": "./bin.cjs",
diff --git a/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md
index 881d74e90f7..2d4d77f4938 100644
--- a/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md
+++ b/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/dynamic-import/test-dynamic-import-esm/package.json b/test-packages/dynamic-import/test-dynamic-import-esm/package.json
index 5934b55e442..be8cb0610f6 100644
--- a/test-packages/dynamic-import/test-dynamic-import-esm/package.json
+++ b/test-packages/dynamic-import/test-dynamic-import-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dynamic-import-esm",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/dynamic-import.",
"private": true,
"bin": "./bin.mjs",
diff --git a/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md
index 8e34e09b0ee..7fbd5eb29dc 100644
--- a/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md
+++ b/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/dynamic-import/test-dynamic-import-rollup/package.json b/test-packages/dynamic-import/test-dynamic-import-rollup/package.json
index 287829fe31f..e4d7873b7fa 100644
--- a/test-packages/dynamic-import/test-dynamic-import-rollup/package.json
+++ b/test-packages/dynamic-import/test-dynamic-import-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dynamic-import-rollup",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for @cspell/dynamic-import.",
"private": true,
"bin": {
diff --git a/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md b/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md
index 249d24ab847..11451b2c653 100644
--- a/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md
+++ b/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/examples/example-cspell-lib-single-doc/package.json b/test-packages/examples/example-cspell-lib-single-doc/package.json
index 26287550142..7e264e545d3 100644
--- a/test-packages/examples/example-cspell-lib-single-doc/package.json
+++ b/test-packages/examples/example-cspell-lib-single-doc/package.json
@@ -1,6 +1,6 @@
{
"name": "example-cspell-lib-single-doc",
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.",
"private": true,
"type": "module",
diff --git a/test-packages/yarn/yarn2/CHANGELOG.md b/test-packages/yarn/yarn2/CHANGELOG.md
index 4b605a903c5..ede9aff7bb5 100644
--- a/test-packages/yarn/yarn2/CHANGELOG.md
+++ b/test-packages/yarn/yarn2/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.15.5 (2024-10-30)
+
+* ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#6442](https://github.com/streetsidesoftware/cspell/issues/6442)
+
## 8.15.4 (2024-10-18)
* chore: Update Integration Test Performance Data (#6389) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#6389](https://github.com/streetsidesoftware/cspell/issues/6389)
diff --git a/test-packages/yarn/yarn2/package.json b/test-packages/yarn/yarn2/package.json
index 151bcb09f5e..b9a9cdb534f 100644
--- a/test-packages/yarn/yarn2/package.json
+++ b/test-packages/yarn/yarn2/package.json
@@ -1,7 +1,7 @@
{
"name": "test-yarn2",
"private": true,
- "version": "8.15.4",
+ "version": "8.15.5",
"description": "Tests for dictionaries included by a Yarn 2 repository",
"main": "index.js",
"scripts": {