diff --git a/.release.json b/.release.json index 7451b78326f..e6e1b2a0caf 100644 --- a/.release.json +++ b/.release.json @@ -1,5 +1,5 @@ { - "name": "v9.7.0", - "version": "9.7.0", - "tag": "v9.7.0" + "name": "v9.7.1", + "version": "9.7.1", + "tag": "v9.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fafa9d43d2b..0ace7ae8e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,127 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +
+fix: Workflow Bot -- Update Dictionaries (main) (#8688) + +### fix: Workflow Bot -- Update Dictionaries (main) ([#8688](https://github.com/streetsidesoftware/cspell/pull/8688)) + +# Update Dictionaries (main) + +## Summary + +``` + .../snapshots/TheAlgorithms/Python/report.yaml | 5 +- + .../snapshots/TheAlgorithms/Python/snapshot.txt | 3 +- + .../aspnetboilerplate/report.yaml | 7 +- + .../aspnetboilerplate/snapshot.txt | 5 +- + .../snapshots/eslint/eslint/report.yaml | 7 +- + .../snapshots/eslint/eslint/snapshot.txt | 3 +- + .../iluwatar/java-design-patterns/report.yaml | 4 +- + .../iluwatar/java-design-patterns/snapshot.txt | 4 +- + .../snapshots/ktaranov/sqlserver-kit/report.yaml | 9 +- + .../snapshots/ktaranov/sqlserver-kit/snapshot.txt | 7 +- + .../snapshots/liriliri/licia/report.yaml | 6 +- + .../snapshots/liriliri/licia/snapshot.txt | 4 +- + .../microsoft/TypeScript-Website/report.yaml | 11 +- + .../microsoft/TypeScript-Website/snapshot.txt | 3 +- + .../snapshots/sveltejs/svelte/report.yaml | 7 +- + .../snapshots/sveltejs/svelte/snapshot.txt | 5 +- + .../snapshots/wireapp/wire-webapp/report.yaml | 5 +- + .../snapshots/wireapp/wire-webapp/snapshot.txt | 3 +- + packages/cspell-bundled-dicts/package.json | 22 +-- + packages/cspell/src/__snapshots__/app.test.ts.snap | 190 +++++++++++---------- + pnpm-lock.yaml | 135 ++++++++------- + 21 files changed, 219 insertions(+), 226 deletions(-) +``` + +--- + +
+ +
+fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +### fix: Workflow Bot -- Update Dictionaries (main) ([#8670](https://github.com/streetsidesoftware/cspell/pull/8670)) + +# Update Dictionaries (main) + +## Summary + +``` + .../microsoft/TypeScript-Website/report.yaml | 13 ++-- + .../microsoft/TypeScript-Website/snapshot.txt | 3 +- + .../snapshots/vitest-dev/vitest/report.yaml | 8 +-- + .../snapshots/vitest-dev/vitest/snapshot.txt | 5 +- + packages/cspell-bundled-dicts/package.json | 12 ++-- + pnpm-lock.yaml | 72 ++++++++++++---------- + 6 files changed, 56 insertions(+), 57 deletions(-) +``` + +--- + +
+ +
+fix: Workflow Bot -- Update Dictionaries (main) (#8647) + +### fix: Workflow Bot -- Update Dictionaries (main) ([#8647](https://github.com/streetsidesoftware/cspell/pull/8647)) + +# Update Dictionaries (main) + +## Summary + +``` + packages/cspell-bundled-dicts/package.json | 2 +- + pnpm-lock.yaml | 12 ++++++------ + 2 files changed, 7 insertions(+), 7 deletions(-) +``` + +--- + +
+ +
+fix: Workflow Bot -- Update Dictionaries (main) (#8637) + +### fix: Workflow Bot -- Update Dictionaries (main) ([#8637](https://github.com/streetsidesoftware/cspell/pull/8637)) + +# Update Dictionaries (main) + +## Summary + +``` + .../MartinThoma/LaTeX-examples/report.yaml | 10 +--- + .../MartinThoma/LaTeX-examples/snapshot.txt | 10 +--- + .../aspnetboilerplate/report.yaml | 3 +- + .../aspnetboilerplate/snapshot.txt | 3 +- + .../snapshots/django/django/report.yaml | 6 +-- + .../snapshots/django/django/snapshot.txt | 3 +- + .../snapshots/eslint/eslint/report.yaml | 4 +- + .../snapshots/eslint/eslint/snapshot.txt | 3 +- + .../snapshots/liriliri/licia/report.yaml | 3 +- + .../snapshots/liriliri/licia/snapshot.txt | 3 +- + .../snapshots/neovim/nvim-lspconfig/report.yaml | 6 +-- + .../snapshots/neovim/nvim-lspconfig/snapshot.txt | 8 +-- + .../snapshots/sveltejs/svelte/report.yaml | 3 +- + .../snapshots/sveltejs/svelte/snapshot.txt | 3 +- + .../snapshots/vitest-dev/vitest/report.yaml | 4 +- + .../snapshots/vitest-dev/vitest/snapshot.txt | 5 +- + .../snapshots/wireapp/wire-webapp/report.yaml | 9 +--- + .../snapshots/wireapp/wire-webapp/snapshot.txt | 7 +-- + packages/cspell-bundled-dicts/package.json | 10 ++-- + pnpm-lock.yaml | 58 +++++++++++----------- + 20 files changed, 62 insertions(+), 99 deletions(-) +``` + +--- + +
+ ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-bundled-dicts/CHANGELOG.md b/packages/cspell-bundled-dicts/CHANGELOG.md index c7d5a894004..058e36e5dc6 100644 --- a/packages/cspell-bundled-dicts/CHANGELOG.md +++ b/packages/cspell-bundled-dicts/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-config-lib/CHANGELOG.md b/packages/cspell-config-lib/CHANGELOG.md index 536d1e4146a..88771d11333 100644 --- a/packages/cspell-config-lib/CHANGELOG.md +++ b/packages/cspell-config-lib/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md index 07a948b096c..33a934e41ce 100644 --- a/packages/cspell-dictionary/CHANGELOG.md +++ b/packages/cspell-dictionary/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-eslint-plugin/CHANGELOG.md b/packages/cspell-eslint-plugin/CHANGELOG.md index d8688c59954..bf3351a8bf8 100644 --- a/packages/cspell-eslint-plugin/CHANGELOG.md +++ b/packages/cspell-eslint-plugin/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-filetypes/CHANGELOG.md b/packages/cspell-filetypes/CHANGELOG.md index c94f9152143..9e194e77213 100644 --- a/packages/cspell-filetypes/CHANGELOG.md +++ b/packages/cspell-filetypes/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-gitignore/CHANGELOG.md b/packages/cspell-gitignore/CHANGELOG.md index b50e715e7cc..0563063afc0 100644 --- a/packages/cspell-gitignore/CHANGELOG.md +++ b/packages/cspell-gitignore/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md index 5855dc53aed..8e7c05e8282 100644 --- a/packages/cspell-glob/CHANGELOG.md +++ b/packages/cspell-glob/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md index b6c9288ad44..11e647ddd76 100644 --- a/packages/cspell-grammar/CHANGELOG.md +++ b/packages/cspell-grammar/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md index 505bb0fc345..635b32c4bf8 100644 --- a/packages/cspell-io/CHANGELOG.md +++ b/packages/cspell-io/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-json-reporter/CHANGELOG.md b/packages/cspell-json-reporter/CHANGELOG.md index b8a12a2aac3..ee3c4dde753 100644 --- a/packages/cspell-json-reporter/CHANGELOG.md +++ b/packages/cspell-json-reporter/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-lib/CHANGELOG.md b/packages/cspell-lib/CHANGELOG.md index 8083cbe6d6d..550354ed3b7 100644 --- a/packages/cspell-lib/CHANGELOG.md +++ b/packages/cspell-lib/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-normalize-json/CHANGELOG.md b/packages/cspell-normalize-json/CHANGELOG.md index 44b1e2ef3d4..456d0f46565 100644 --- a/packages/cspell-normalize-json/CHANGELOG.md +++ b/packages/cspell-normalize-json/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-performance-monitor/CHANGELOG.md b/packages/cspell-performance-monitor/CHANGELOG.md index d581cfc84ac..4c389cf712c 100644 --- a/packages/cspell-performance-monitor/CHANGELOG.md +++ b/packages/cspell-performance-monitor/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-pipe/CHANGELOG.md b/packages/cspell-pipe/CHANGELOG.md index 5a096c1e156..5a9b99007ab 100644 --- a/packages/cspell-pipe/CHANGELOG.md +++ b/packages/cspell-pipe/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-resolver/CHANGELOG.md b/packages/cspell-resolver/CHANGELOG.md index c06c03194e6..53e78e9af88 100644 --- a/packages/cspell-resolver/CHANGELOG.md +++ b/packages/cspell-resolver/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-service-bus/CHANGELOG.md b/packages/cspell-service-bus/CHANGELOG.md index 8e06210af48..98bc52f23bb 100644 --- a/packages/cspell-service-bus/CHANGELOG.md +++ b/packages/cspell-service-bus/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-strong-weak-map/CHANGELOG.md b/packages/cspell-strong-weak-map/CHANGELOG.md index 555487bb33f..7eb87ac154c 100644 --- a/packages/cspell-strong-weak-map/CHANGELOG.md +++ b/packages/cspell-strong-weak-map/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-tools-alias/CHANGELOG.md b/packages/cspell-tools-alias/CHANGELOG.md index 8598ee2945f..81d57e25af8 100644 --- a/packages/cspell-tools-alias/CHANGELOG.md +++ b/packages/cspell-tools-alias/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md index 5aff9b736af..38cd8e8e5d6 100644 --- a/packages/cspell-tools/CHANGELOG.md +++ b/packages/cspell-tools/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-trie-lib/CHANGELOG.md b/packages/cspell-trie-lib/CHANGELOG.md index faf38caf148..738d553f4ba 100644 --- a/packages/cspell-trie-lib/CHANGELOG.md +++ b/packages/cspell-trie-lib/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-trie/CHANGELOG.md b/packages/cspell-trie/CHANGELOG.md index 4d1f69a5389..c6a15d12217 100644 --- a/packages/cspell-trie/CHANGELOG.md +++ b/packages/cspell-trie/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-types/CHANGELOG.md b/packages/cspell-types/CHANGELOG.md index 8c28270cd66..6a792eda321 100644 --- a/packages/cspell-types/CHANGELOG.md +++ b/packages/cspell-types/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-url/CHANGELOG.md b/packages/cspell-url/CHANGELOG.md index 1ec711f277c..1cfd7fba45c 100644 --- a/packages/cspell-url/CHANGELOG.md +++ b/packages/cspell-url/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell-worker/CHANGELOG.md b/packages/cspell-worker/CHANGELOG.md index d581cfc84ac..4c389cf712c 100644 --- a/packages/cspell-worker/CHANGELOG.md +++ b/packages/cspell-worker/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md index 4486e7d5219..3133be84fca 100644 --- a/packages/cspell/CHANGELOG.md +++ b/packages/cspell/CHANGELOG.md @@ -3,6 +3,127 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +
+fix: Workflow Bot -- Update Dictionaries (main) (#8688) + +### fix: Workflow Bot -- Update Dictionaries (main) ([#8688](https://github.com/streetsidesoftware/cspell/pull/8688)) + +# Update Dictionaries (main) + +## Summary + +``` + .../snapshots/TheAlgorithms/Python/report.yaml | 5 +- + .../snapshots/TheAlgorithms/Python/snapshot.txt | 3 +- + .../aspnetboilerplate/report.yaml | 7 +- + .../aspnetboilerplate/snapshot.txt | 5 +- + .../snapshots/eslint/eslint/report.yaml | 7 +- + .../snapshots/eslint/eslint/snapshot.txt | 3 +- + .../iluwatar/java-design-patterns/report.yaml | 4 +- + .../iluwatar/java-design-patterns/snapshot.txt | 4 +- + .../snapshots/ktaranov/sqlserver-kit/report.yaml | 9 +- + .../snapshots/ktaranov/sqlserver-kit/snapshot.txt | 7 +- + .../snapshots/liriliri/licia/report.yaml | 6 +- + .../snapshots/liriliri/licia/snapshot.txt | 4 +- + .../microsoft/TypeScript-Website/report.yaml | 11 +- + .../microsoft/TypeScript-Website/snapshot.txt | 3 +- + .../snapshots/sveltejs/svelte/report.yaml | 7 +- + .../snapshots/sveltejs/svelte/snapshot.txt | 5 +- + .../snapshots/wireapp/wire-webapp/report.yaml | 5 +- + .../snapshots/wireapp/wire-webapp/snapshot.txt | 3 +- + packages/cspell-bundled-dicts/package.json | 22 +-- + packages/cspell/src/__snapshots__/app.test.ts.snap | 190 +++++++++++---------- + pnpm-lock.yaml | 135 ++++++++------- + 21 files changed, 219 insertions(+), 226 deletions(-) +``` + +--- + +
+ +
+fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +### fix: Workflow Bot -- Update Dictionaries (main) ([#8670](https://github.com/streetsidesoftware/cspell/pull/8670)) + +# Update Dictionaries (main) + +## Summary + +``` + .../microsoft/TypeScript-Website/report.yaml | 13 ++-- + .../microsoft/TypeScript-Website/snapshot.txt | 3 +- + .../snapshots/vitest-dev/vitest/report.yaml | 8 +-- + .../snapshots/vitest-dev/vitest/snapshot.txt | 5 +- + packages/cspell-bundled-dicts/package.json | 12 ++-- + pnpm-lock.yaml | 72 ++++++++++++---------- + 6 files changed, 56 insertions(+), 57 deletions(-) +``` + +--- + +
+ +
+fix: Workflow Bot -- Update Dictionaries (main) (#8647) + +### fix: Workflow Bot -- Update Dictionaries (main) ([#8647](https://github.com/streetsidesoftware/cspell/pull/8647)) + +# Update Dictionaries (main) + +## Summary + +``` + packages/cspell-bundled-dicts/package.json | 2 +- + pnpm-lock.yaml | 12 ++++++------ + 2 files changed, 7 insertions(+), 7 deletions(-) +``` + +--- + +
+ +
+fix: Workflow Bot -- Update Dictionaries (main) (#8637) + +### fix: Workflow Bot -- Update Dictionaries (main) ([#8637](https://github.com/streetsidesoftware/cspell/pull/8637)) + +# Update Dictionaries (main) + +## Summary + +``` + .../MartinThoma/LaTeX-examples/report.yaml | 10 +--- + .../MartinThoma/LaTeX-examples/snapshot.txt | 10 +--- + .../aspnetboilerplate/report.yaml | 3 +- + .../aspnetboilerplate/snapshot.txt | 3 +- + .../snapshots/django/django/report.yaml | 6 +-- + .../snapshots/django/django/snapshot.txt | 3 +- + .../snapshots/eslint/eslint/report.yaml | 4 +- + .../snapshots/eslint/eslint/snapshot.txt | 3 +- + .../snapshots/liriliri/licia/report.yaml | 3 +- + .../snapshots/liriliri/licia/snapshot.txt | 3 +- + .../snapshots/neovim/nvim-lspconfig/report.yaml | 6 +-- + .../snapshots/neovim/nvim-lspconfig/snapshot.txt | 8 +-- + .../snapshots/sveltejs/svelte/report.yaml | 3 +- + .../snapshots/sveltejs/svelte/snapshot.txt | 3 +- + .../snapshots/vitest-dev/vitest/report.yaml | 4 +- + .../snapshots/vitest-dev/vitest/snapshot.txt | 5 +- + .../snapshots/wireapp/wire-webapp/report.yaml | 9 +--- + .../snapshots/wireapp/wire-webapp/snapshot.txt | 7 +-- + packages/cspell-bundled-dicts/package.json | 10 ++-- + pnpm-lock.yaml | 58 +++++++++++----------- + 20 files changed, 62 insertions(+), 99 deletions(-) +``` + +--- + +
+ ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/dynamic-import/CHANGELOG.md b/packages/dynamic-import/CHANGELOG.md index b0609775add..8945283aaa9 100644 --- a/packages/dynamic-import/CHANGELOG.md +++ b/packages/dynamic-import/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/flatpack-json/CHANGELOG.md b/packages/flatpack-json/CHANGELOG.md index 15086c88eb6..0b1284b3e8a 100644 --- a/packages/flatpack-json/CHANGELOG.md +++ b/packages/flatpack-json/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/hunspell-reader/CHANGELOG.md b/packages/hunspell-reader/CHANGELOG.md index 3f866fd3276..428c7c56e37 100644 --- a/packages/hunspell-reader/CHANGELOG.md +++ b/packages/hunspell-reader/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md index 64a32e1e43f..518f92c6b22 100644 --- a/packages/rpc/CHANGELOG.md +++ b/packages/rpc/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v9.7.1 (2026-03-22) + +### Dictionary Updates + +- fix: Workflow Bot -- Update Dictionaries (main) (#8688) +- fix: Workflow Bot -- Update Dictionaries (main) (#8670) + +- fix: Workflow Bot -- Update Dictionaries (main) (#8647) +- fix: Workflow Bot -- Update Dictionaries (main) (#8637) + ## v9.7.0 (2026-02-23) ### Features