diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d8f7f614f..4f50a961855 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md index 575ac75379e..254626ada48 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/integration-tests/package.json b/integration-tests/package.json index dc4e3429283..fcd32d53863 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "cspell-integration-tests", "private": true, - "version": "8.13.2", + "version": "8.13.3", "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 6d5b9aace9d..6ca7786a8a3 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ "./test-packages/*/*", "./integration-tests" ], - "version": "8.13.2", + "version": "8.13.3", "command": { "version": { "allowBranch": "main", diff --git a/packages/Samples/CHANGELOG.md b/packages/Samples/CHANGELOG.md index c663e0cebee..532ad46df6e 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/Samples/package.json b/packages/Samples/package.json index d17c45101fa..b94c6be6e31 100644 --- a/packages/Samples/package.json +++ b/packages/Samples/package.json @@ -1,6 +1,6 @@ { "name": "cspell-tools-samples", - "version": "8.13.2", + "version": "8.13.3", "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 3371a5a6533..9993c85c3d4 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index 651a3bad006..483316e82ab 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.13.2", + "version": "8.13.3", "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 1cb6e56c90f..a3d644b7227 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json index 3cc755a5cfc..e376c6f580a 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.13.2", + "version": "8.13.3", "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 c26c49aa3d3..39e758ce289 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json index f87341f2298..c7da8a8b62c 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.13.2", + "version": "8.13.3", "description": "CSpell Config library", "keywords": [ "cspell", diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md index 8bea130e903..49106858ef0 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json index e6b60cf982d..4d19f7c4666 100644 --- a/packages/cspell-dictionary/package.json +++ b/packages/cspell-dictionary/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dictionary", - "version": "8.13.2", + "version": "8.13.3", "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 854d5a815f6..9aeb668cd72 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json index 32f756e0574..978f83292d1 100644 --- a/packages/cspell-eslint-plugin/package.json +++ b/packages/cspell-eslint-plugin/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.2", + "version": "8.13.3", "description": "CSpell ESLint plugin", "keywords": [ "cspell", diff --git a/packages/cspell-gitignore/CHANGELOG.md b/packages/cspell-gitignore/CHANGELOG.md index e460190f20c..bcf12ec6056 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json index da500445229..ca976db6c4d 100644 --- a/packages/cspell-gitignore/package.json +++ b/packages/cspell-gitignore/package.json @@ -1,6 +1,6 @@ { "name": "cspell-gitignore", - "version": "8.13.2", + "version": "8.13.3", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md index fd999417265..bbba765b4a2 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json index 8974b834201..7a14c37cc31 100644 --- a/packages/cspell-glob/package.json +++ b/packages/cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "cspell-glob", - "version": "8.13.2", + "version": "8.13.3", "description": "Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md index 7c03016747c..5b786a65d79 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json index 5f1b2c80820..85fd4da0fbb 100644 --- a/packages/cspell-grammar/package.json +++ b/packages/cspell-grammar/package.json @@ -1,6 +1,6 @@ { "name": "cspell-grammar", - "version": "8.13.2", + "version": "8.13.3", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md index 6b4bdd3d624..e2343117d45 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json index eaca1677d85..cd81f69a2ae 100644 --- a/packages/cspell-io/package.json +++ b/packages/cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "cspell-io", - "version": "8.13.2", + "version": "8.13.3", "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 55a551d6560..891cb794eaf 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json index 3251faa32d0..6e1ff616f89 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.13.2", + "version": "8.13.3", "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 e5c2df4423b..0e947c7879f 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json index 0557fcfe8e2..0de9bc8910e 100644 --- a/packages/cspell-lib/package.json +++ b/packages/cspell-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-lib", - "version": "8.13.2", + "version": "8.13.3", "description": "A library of useful functions used across various cspell tools.", "type": "module", "sideEffects": false, diff --git a/packages/cspell-pipe/CHANGELOG.md b/packages/cspell-pipe/CHANGELOG.md index ec73550c2b2..0860116a563 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json index c1216990a77..ddd839828ff 100644 --- a/packages/cspell-pipe/package.json +++ b/packages/cspell-pipe/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.2", + "version": "8.13.3", "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 f9f67d92533..a6ebca5f16b 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json index 89a5a2e0bbb..84fbd8a45a4 100644 --- a/packages/cspell-resolver/package.json +++ b/packages/cspell-resolver/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.2", + "version": "8.13.3", "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 958b7816d45..4720bb706d3 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json index 86838c21c72..6baa679aa4d 100644 --- a/packages/cspell-service-bus/package.json +++ b/packages/cspell-service-bus/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.2", + "version": "8.13.3", "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 041a662384b..3fe1f62d4c8 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json index eddcb4c6a13..ef8080c0bbf 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.13.2", + "version": "8.13.3", "description": "A Map with weakly referenced values.", "keywords": [ "Map", diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md index a5284bf3d86..b0f5b7146e4 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json index 609e3a488e1..02db93e168a 100644 --- a/packages/cspell-tools/package.json +++ b/packages/cspell-tools/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-tools", - "version": "8.13.2", + "version": "8.13.3", "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 d760c2ce5b3..4647810880e 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json index bbdb468a69a..3ec9406f5fc 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.13.2", + "version": "8.13.3", "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 3db889514a8..b0e44654fa8 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json index e2e874a35f2..53e3e748a98 100644 --- a/packages/cspell-trie/package.json +++ b/packages/cspell-trie/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie", - "version": "8.13.2", + "version": "8.13.3", "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 d81ff7b9831..73755bb8dd2 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json index 8430b6a8beb..e09fd0697ee 100644 --- a/packages/cspell-types/package.json +++ b/packages/cspell-types/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.2", + "version": "8.13.3", "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 73089efdd49..b1b3db8fc6d 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell-url/package.json b/packages/cspell-url/package.json index 512ffd544bf..592485667dd 100644 --- a/packages/cspell-url/package.json +++ b/packages/cspell-url/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.2", + "version": "8.13.3", "description": "URL parsing and manipulation utilities for cspell", "keywords": [ "cspell", diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md index 06ab06d5c45..9dcbea4a9b0 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/cspell/package.json b/packages/cspell/package.json index 656803ba87e..b285baaf9f1 100644 --- a/packages/cspell/package.json +++ b/packages/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "8.13.2", + "version": "8.13.3", "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 70d372551c8..30f03f60fbc 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.13.2'; +export const version = '8.13.3'; 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 8038f35bea0..a7f578b9af5 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json index 46a6a7e1b30..7b1f60104f0 100644 --- a/packages/dynamic-import/package.json +++ b/packages/dynamic-import/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.2", + "version": "8.13.3", "description": "Dynamic Module Loader", "keywords": [ "module", diff --git a/packages/hunspell-reader/CHANGELOG.md b/packages/hunspell-reader/CHANGELOG.md index 4f910111ef3..282d2f24eef 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json index 0eeb789821a..9e46cc22530 100644 --- a/packages/hunspell-reader/package.json +++ b/packages/hunspell-reader/package.json @@ -1,6 +1,6 @@ { "name": "hunspell-reader", - "version": "8.13.2", + "version": "8.13.3", "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 6636c0b5cb6..11534563eca 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/rfc/rfc-0001 suggestions/package.json b/rfc/rfc-0001 suggestions/package.json index 4b23251e4d1..091f2af148d 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.13.2", + "version": "8.13.3", "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 cbdd8a5ad2c..47c77fe0efc 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json index 54c2760a79c..a30c21bc808 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.13.2", + "version": "8.13.3", "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 b036f30777e..779d8658916 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 254e4db6ce4..680e70822b9 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.13.2", + "version": "8.13.3", "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 1e59aeb6539..181839e7f52 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 8dc0f68a693..ae613d15d64 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.13.2", + "version": "8.13.3", "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 1e59aeb6539..181839e7f52 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 5be2a9442e4..e6e660fdc96 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.13.2", + "version": "8.13.3", "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 7c84f9c14c1..e4b844fd8e8 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 6e0f27be1c9..e915db9291f 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.13.2", + "version": "8.13.3", "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 96164b57875..a6c10dcaa98 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json index cf7ef69cd8c..3556dca1ac6 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.13.2", + "version": "8.13.3", "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 775ea5b0922..a2e51318066 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/cspell-glob/test-cspell-glob/package.json b/test-packages/cspell-glob/test-cspell-glob/package.json index c4694b124c9..e2f0a4c903b 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.13.2", + "version": "8.13.3", "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 34839484043..a2aaf1ae24f 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/cspell-io/test-cspell-io/package.json b/test-packages/cspell-io/test-cspell-io/package.json index a50dd298d0d..6564b95e0f6 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.13.2", + "version": "8.13.3", "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 badd088d5b1..2d87faf793b 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 bb0d8725c04..8383e451f1e 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.13.2", + "version": "8.13.3", "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 a72c59a223f..2ae2a3d0f00 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 4f240d5c9c4..aaeaa8ccb39 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.13.2", + "version": "8.13.3", "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 20a3950072b..f7d27dfdb3e 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 e08a67d1d41..92857bf4271 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.13.2", + "version": "8.13.3", "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 6f4f76e8f5a..6dee88081ba 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 a4272aa32a4..5fa3eb1c82b 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.13.2", + "version": "8.13.3", "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 51f4f6a626e..1af4648687e 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 774315de26b..855ddd052fa 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.13.2", + "version": "8.13.3", "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 0adb72f81d0..dafc5e7ba23 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 763e023abbf..c4606259eec 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.13.2", + "version": "8.13.3", "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 e5f919cc8e4..fb4d308e81e 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 393cf487203..ed8fe33474b 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.13.2", + "version": "8.13.3", "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 8a007564e76..484ee7fc6c9 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 3ccbfee7327..20c654506f3 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.13.2", + "version": "8.13.3", "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 b9582140ee4..80102543f41 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 da8aa158dce..1b9bc3cf6ea 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.13.2", + "version": "8.13.3", "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 c3cc8570f2a..888adf965e1 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/cspell-tools/test-cspell-tools/package.json b/test-packages/cspell-tools/test-cspell-tools/package.json index 69f0bac6e5a..c3e873e904d 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.13.2", + "version": "8.13.3", "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 a2267e8729b..aaf510be1ba 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 cd8af7f60e5..123e8279c5a 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.13.2", + "version": "8.13.3", "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 7f29dbe90c6..653c74b6dde 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 17a6fa9b304..d31d28453a7 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.13.2", + "version": "8.13.3", "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 e84c437395d..7904e002aad 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 c239bb58c86..619920d1dbd 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.13.2", + "version": "8.13.3", "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 b6ab1ee8e8a..66a89bd1a28 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 0d492a38bfe..a4cda5ffe4e 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.13.2", + "version": "8.13.3", "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 2210e08f68c..514bf2be8bb 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/cspell-types/validate-schema/package.json b/test-packages/cspell-types/validate-schema/package.json index 8f0c2422334..f6b1c74f822 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.13.2", + "version": "8.13.3", "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 4cdd588327b..f58e44bc98c 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell-cli/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell-cli/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell-cli/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell-cli/issues/6060) diff --git a/test-packages/cspell/test-cspell-cli/package.json b/test-packages/cspell/test-cspell-cli/package.json index 36f0ae72d69..f880d696dc6 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.13.2", + "version": "8.13.3", "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 fd0e7724f2c..125f05f7401 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/package.json b/test-packages/cspell/test-cspell-esbuild-cjs/package.json index 07c0b5386bd..ed444bce58f 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.13.2", + "version": "8.13.3", "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 f273fe6cfb2..94d1bfca016 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell-cli/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell-cli/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell-cli/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell-cli/issues/6060) diff --git a/test-packages/cspell/test-cspell-esm-reporter/package.json b/test-packages/cspell/test-cspell-esm-reporter/package.json index 7c30b7c5a19..e2a959c3f71 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.13.2", + "version": "8.13.3", "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 7cd6ce59658..2027d382a57 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/cspell/test-cspell/package.json b/test-packages/cspell/test-cspell/package.json index 1a7586162a0..36bbc268f57 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.13.2", + "version": "8.13.3", "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 5e29e18526a..2025173619f 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell-dicts/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell-dicts/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell-dicts/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell-dicts/issues/6060) diff --git a/test-packages/dictionaries/companies/package.json b/test-packages/dictionaries/companies/package.json index 68672279c71..ae4c37eeb79 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.13.2", + "version": "8.13.3", "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 d34651c3e41..fbd4a4839f5 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell-dicts/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell-dicts/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell-dicts/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell-dicts/issues/6060) diff --git a/test-packages/dictionaries/software-terms/package.json b/test-packages/dictionaries/software-terms/package.json index e5adb5ae213..08376935a09 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.13.2", + "version": "8.13.3", "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 26b01b105f1..a1062b202d4 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 edc5e3f696c..6f2ff877f4f 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.13.2", + "version": "8.13.3", "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 07012b81616..911611969a7 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 2bb6897febb..69ffe91db4f 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.13.2", + "version": "8.13.3", "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 6e63d30eb18..23a3e55415b 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 3a5789dc24a..ef1c07e97e0 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.13.2", + "version": "8.13.3", "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 365cedf3e53..c8ff68e3617 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) 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 a1b3bc43d2b..4174e00275b 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.13.2", + "version": "8.13.3", "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 43a14416789..0d9f9ef1f8e 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.13.3 (2024-08-12) + +* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079) + ## 8.13.2 (2024-08-08) * chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) diff --git a/test-packages/yarn/yarn2/package.json b/test-packages/yarn/yarn2/package.json index cdff1c391cb..000dfbbfbce 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.13.2", + "version": "8.13.3", "description": "Tests for dictionaries included by a Yarn 2 repository", "main": "index.js", "scripts": {