diff --git a/CHANGELOG.md b/CHANGELOG.md index 1434c38c8db0..ecbc764384b8 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md index 92f738c0919e..a85ece111293 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/integration-tests/package.json b/integration-tests/package.json index a8c8e9ce6d1a..e3e563ceaa15 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "cspell-integration-tests", "private": true, - "version": "8.14.4", + "version": "8.15.0", "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 d016fc89b9f4..18fb869659e9 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ "./test-packages/*/*", "./integration-tests" ], - "version": "8.14.4", + "version": "8.15.0", "command": { "version": { "allowBranch": "main", diff --git a/packages/Samples/CHANGELOG.md b/packages/Samples/CHANGELOG.md index dde8bd392aba..b17c8cbfdd63 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/Samples/package.json b/packages/Samples/package.json index 51d63a364d8c..fb172dad088e 100644 --- a/packages/Samples/package.json +++ b/packages/Samples/package.json @@ -1,6 +1,6 @@ { "name": "@internal/cspell-tools-samples", - "version": "8.14.4", + "version": "8.15.0", "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 b709c14fcf5c..2d074383e898 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index b7be10cac284..aa5a5058683a 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.14.4", + "version": "8.15.0", "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 ba71857e1c15..9a02ed804ce9 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json index 5b52c1eaf121..6092e36a73f1 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.14.4", + "version": "8.15.0", "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 6a7d3d71f727..bd17e4d7e27c 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json index 2cd9c32b00c0..9f6355c75d39 100644 --- a/packages/cspell-config-lib/package.json +++ b/packages/cspell-config-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-config-lib", - "version": "8.14.4", + "version": "8.15.0", "description": "CSpell Config library", "keywords": [ "cspell", diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md index 7de05087dec4..d9bc2143faa8 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json index eb4846acc458..67976ae5c395 100644 --- a/packages/cspell-dictionary/package.json +++ b/packages/cspell-dictionary/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dictionary", - "version": "8.14.4", + "version": "8.15.0", "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 eea4f4f09bdf..f1fdc67aaf10 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json index cd3a9fd05f64..7d6c3402df05 100644 --- a/packages/cspell-eslint-plugin/package.json +++ b/packages/cspell-eslint-plugin/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "description": "CSpell ESLint plugin", "keywords": [ "cspell", diff --git a/packages/cspell-filetypes/CHANGELOG.md b/packages/cspell-filetypes/CHANGELOG.md index 9e0ca209a8cc..6e688ed61e8e 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-filetypes/package.json b/packages/cspell-filetypes/package.json index 9355911b31bf..58175a62d9e4 100644 --- a/packages/cspell-filetypes/package.json +++ b/packages/cspell-filetypes/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "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 16bfcaeb2153..e73a52e0e5e8 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json index 600810a425ef..e8c5e2a9cf1d 100644 --- a/packages/cspell-gitignore/package.json +++ b/packages/cspell-gitignore/package.json @@ -1,6 +1,6 @@ { "name": "cspell-gitignore", - "version": "8.14.4", + "version": "8.15.0", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md index e85b854f831f..8781f5ad7405 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json index bdc23fbe0cf8..b84c12ecbdb9 100644 --- a/packages/cspell-glob/package.json +++ b/packages/cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "cspell-glob", - "version": "8.14.4", + "version": "8.15.0", "description": "Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md index b5c1cc23bae0..cd21be671982 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json index 9d4a68a65f5d..a957e2675e22 100644 --- a/packages/cspell-grammar/package.json +++ b/packages/cspell-grammar/package.json @@ -1,6 +1,6 @@ { "name": "cspell-grammar", - "version": "8.14.4", + "version": "8.15.0", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md index c2aeb3edb944..c1b6d67f20bd 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json index d4ecce48fb20..cd0dcfc4439d 100644 --- a/packages/cspell-io/package.json +++ b/packages/cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "cspell-io", - "version": "8.14.4", + "version": "8.15.0", "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 279131387e4e..cab4f6e4145d 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json index 3f9155808733..be5f111445ea 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.14.4", + "version": "8.15.0", "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 cb491d71a5ab..3f90fa5bd21b 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json index 9bfa1e13855a..76e49a9bda7b 100644 --- a/packages/cspell-lib/package.json +++ b/packages/cspell-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-lib", - "version": "8.14.4", + "version": "8.15.0", "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 9e0ca209a8cc..6e688ed61e8e 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-normalize-json/package.json b/packages/cspell-normalize-json/package.json index f92465325f45..ab84cdf7806c 100644 --- a/packages/cspell-normalize-json/package.json +++ b/packages/cspell-normalize-json/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "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 ba0803531bb0..264b59857f4e 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json index b5a00aa79c31..469bbd64dbef 100644 --- a/packages/cspell-pipe/package.json +++ b/packages/cspell-pipe/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "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 954b1ebb8e4c..74cd6634a993 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json index 6a56fb3ab4fa..ac8726e51b51 100644 --- a/packages/cspell-resolver/package.json +++ b/packages/cspell-resolver/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "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 d5df69557a2d..890075b611c5 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json index 9481abe7129e..f710c840ea0d 100644 --- a/packages/cspell-service-bus/package.json +++ b/packages/cspell-service-bus/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "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 fe770d1ec22f..19956d4674ba 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json index e6725a18628e..83f26c6cfee7 100644 --- a/packages/cspell-strong-weak-map/package.json +++ b/packages/cspell-strong-weak-map/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "description": "A Map with weakly referenced values.", "keywords": [ "Map", diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md index 0074bad7bf10..5d505112418f 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json index 3f3b004e238b..057eca64d114 100644 --- a/packages/cspell-tools/package.json +++ b/packages/cspell-tools/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-tools", - "version": "8.14.4", + "version": "8.15.0", "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 7f3c590c0fcb..3ee9aea07e5d 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json index 3410944602b8..3e30f63782dc 100644 --- a/packages/cspell-trie-lib/package.json +++ b/packages/cspell-trie-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie-lib", - "version": "8.14.4", + "version": "8.15.0", "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 deeb225bfb7b..54a93e55e1f6 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json index 87a079cf76ee..9c20e48247a4 100644 --- a/packages/cspell-trie/package.json +++ b/packages/cspell-trie/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie", - "version": "8.14.4", + "version": "8.15.0", "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 91e8233bb71b..e4006d992b76 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json index 2d6060e739b4..f8308ea82500 100644 --- a/packages/cspell-types/package.json +++ b/packages/cspell-types/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "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 06e7e2ad9b6e..fea97dbf3cdb 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell-url/package.json b/packages/cspell-url/package.json index cb3b502863ac..8afad0b7fac2 100644 --- a/packages/cspell-url/package.json +++ b/packages/cspell-url/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "description": "URL parsing and manipulation utilities for cspell", "keywords": [ "cspell", diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md index 9f3c152cc2e0..7024b345fbae 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/cspell/package.json b/packages/cspell/package.json index 47cd9a796246..702b706cc2d0 100644 --- a/packages/cspell/package.json +++ b/packages/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "8.14.4", + "version": "8.15.0", "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 b620b05a470c..c064d18483e4 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.14.4'; +export const version = '8.15.0'; 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 7637d0d3e52c..66b0b605ed0e 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json index 156499032bb4..028b3187b31e 100644 --- a/packages/dynamic-import/package.json +++ b/packages/dynamic-import/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "description": "Dynamic Module Loader", "keywords": [ "module", diff --git a/packages/flatpack-json/CHANGELOG.md b/packages/flatpack-json/CHANGELOG.md index 9e0ca209a8cc..6e688ed61e8e 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/flatpack-json/package.json b/packages/flatpack-json/package.json index 914065a01938..71d570b070bf 100644 --- a/packages/flatpack-json/package.json +++ b/packages/flatpack-json/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.14.4", + "version": "8.15.0", "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 22e3f5bfa739..9fe79c946546 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json index 09b616d3e133..7b2f8c37136d 100644 --- a/packages/hunspell-reader/package.json +++ b/packages/hunspell-reader/package.json @@ -1,6 +1,6 @@ { "name": "hunspell-reader", - "version": "8.14.4", + "version": "8.15.0", "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 a02eaa65e32a..23991825ba96 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/rfc/rfc-0001 suggestions/package.json b/rfc/rfc-0001 suggestions/package.json index 54d0d91c988c..f59fa73af5cf 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.14.4", + "version": "8.15.0", "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 c4b1d3ae5a02..e21a33b174b1 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json index 9d6172709f31..903aec5945d5 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.14.4", + "version": "8.15.0", "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 36e9d1a8415e..4d10786a5068 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 f5f4387e9e76..0cca33b7d657 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.14.4", + "version": "8.15.0", "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 b24cf55764fd..41875c4babb1 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 676854c59000..b48b83090832 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.14.4", + "version": "8.15.0", "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 b24cf55764fd..41875c4babb1 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 e6ad78b43d6b..121f11b65c48 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.14.4", + "version": "8.15.0", "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 62f91039abbd..a4d0e7f9b7ec 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 6b93bb638c89..bf5e0c14dde2 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.14.4", + "version": "8.15.0", "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 13cadb04513c..150da0ea9506 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json index c64631141d2a..104bbcda8ea4 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.14.4", + "version": "8.15.0", "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 266ce4cfa12b..82e5f2bba01d 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/cspell-glob/test-cspell-glob/package.json b/test-packages/cspell-glob/test-cspell-glob/package.json index c8835e8e8086..e4f457f9b0fe 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.14.4", + "version": "8.15.0", "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 0a085ae30eb7..54c410dbc48d 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/cspell-io/test-cspell-io/package.json b/test-packages/cspell-io/test-cspell-io/package.json index 0c754d2745a5..2ec22d208373 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.14.4", + "version": "8.15.0", "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 722907890bd3..5c74b9d1c661 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 6a5c29407b16..e87949b735f0 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.14.4", + "version": "8.15.0", "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 8ebef5af42e4..5aa51d9010cb 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 33ee30a537f2..9455463c7da7 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.14.4", + "version": "8.15.0", "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 06cbd66c6fe0..ebf9ef050395 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 af3de977660e..c3ec2c749075 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.14.4", + "version": "8.15.0", "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 200aaeb8d1a3..3cac2214a1ce 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 31e620f065e9..a08f357f6984 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.14.4", + "version": "8.15.0", "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 97e8edf4c18d..1a32ea887bd8 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 fcb6362ffb27..895dc266ec47 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.14.4", + "version": "8.15.0", "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 422700a3c508..b4a2c27e5051 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 ca1439845e40..4e702b1edfa7 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.14.4", + "version": "8.15.0", "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 2b32e63fcc2e..adb59dd32d2a 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 84fa7e0dcfff..492b7bbef799 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.14.4", + "version": "8.15.0", "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 77832f7faa68..0d5f1654ca0b 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 49de13c0a104..47fd35be3d2f 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.14.4", + "version": "8.15.0", "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 1d9e21759645..eacea8a7e37f 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 395ef119ed6f..d408b8b4f3a7 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.14.4", + "version": "8.15.0", "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 5dffb9d1ec61..ef930712dff3 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/cspell-tools/test-cspell-tools/package.json b/test-packages/cspell-tools/test-cspell-tools/package.json index a37ee8c25be4..6ebb6d5c15fa 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.14.4", + "version": "8.15.0", "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 b55d7324ebde..1175455db321 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 03c397e01dff..f08615bb9649 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.14.4", + "version": "8.15.0", "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 726905b04435..a00ebf987b44 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 16f794413e1c..44f702c8f576 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.14.4", + "version": "8.15.0", "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 4884324af2a9..c094c48e81ff 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 b1f5ab8b409e..d2bfaff319a9 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.14.4", + "version": "8.15.0", "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 cb5f6a01dbfc..6666bf6d0941 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 23b7f6376bf9..eda2c153f72a 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.14.4", + "version": "8.15.0", "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 e16245bc6c8b..41264df7b0e4 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/cspell-types/validate-schema/package.json b/test-packages/cspell-types/validate-schema/package.json index 886475f9efdd..0f06e7ce06c2 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.14.4", + "version": "8.15.0", "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 ac7509db8ed3..a57df1ca4297 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell-cli/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell-cli/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell-cli/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell-cli/issues/6257) diff --git a/test-packages/cspell/test-cspell-cli/package.json b/test-packages/cspell/test-cspell-cli/package.json index 20e890488270..447197d0cb22 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.14.4", + "version": "8.15.0", "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 ee49124baa5d..d8ab0ae31837 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/package.json b/test-packages/cspell/test-cspell-esbuild-cjs/package.json index c74a65306a9a..082dedf42328 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.14.4", + "version": "8.15.0", "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 0ed450ecdd84..e2b980aa9ca5 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell-cli/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell-cli/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell-cli/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell-cli/issues/6257) diff --git a/test-packages/cspell/test-cspell-esm-reporter/package.json b/test-packages/cspell/test-cspell-esm-reporter/package.json index 277e04d8fca6..e07c3f7bbf31 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.14.4", + "version": "8.15.0", "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 532327c620b4..b92b8e7cfd87 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/cspell/test-cspell/package.json b/test-packages/cspell/test-cspell/package.json index 63ec34075698..1f48436eef5a 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.14.4", + "version": "8.15.0", "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 de41ffc7d54f..b6c95da02c71 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell-dicts/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell-dicts/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell-dicts/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell-dicts/issues/6257) diff --git a/test-packages/dictionaries/companies/package.json b/test-packages/dictionaries/companies/package.json index ccd731bb8f52..6bd60ed95f41 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.14.4", + "version": "8.15.0", "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 679928f07941..82e157984f33 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell-dicts/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell-dicts/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell-dicts/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell-dicts/issues/6257) diff --git a/test-packages/dictionaries/software-terms/package.json b/test-packages/dictionaries/software-terms/package.json index a398c53bcda9..891c019d231b 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.14.4", + "version": "8.15.0", "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 68b508fba618..d396ac34d0d3 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 782aebd060d3..902f3d6f926e 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.14.4", + "version": "8.15.0", "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 0b02d0d63a99..1952c0924196 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 0fdbdcdd9809..af9b8ebfbd76 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.14.4", + "version": "8.15.0", "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 6b7aabb13786..1f4fd4e4e674 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 70c492f68fe1..e700fab36581 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.14.4", + "version": "8.15.0", "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 59e99d866d59..8fd5e4748daf 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) 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 d100463f0ddd..fe5029d0c842 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.14.4", + "version": "8.15.0", "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 45a07be35079..668c9d7ffdf2 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.0 (2024-10-11) + +* chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (#6332) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#6332](https://github.com/streetsidesoftware/cspell/issues/6332) + ## 8.14.4 (2024-09-18) * fix: Remove object from cache (#6257) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#6257](https://github.com/streetsidesoftware/cspell/issues/6257) diff --git a/test-packages/yarn/yarn2/package.json b/test-packages/yarn/yarn2/package.json index 10798c35c65e..420b2ae2c3d3 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.14.4", + "version": "8.15.0", "description": "Tests for dictionaries included by a Yarn 2 repository", "main": "index.js", "scripts": {