Skip to content

Commit d01c180

Browse files
fix: Workflow Bot -- Update Dictionaries (main) (#8542)
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
1 parent eddfe72 commit d01c180

File tree

4 files changed

+25
-23
lines changed

4 files changed

+25
-23
lines changed

integration-tests/snapshots/vitest-dev/vitest/report.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Url: https://github.com/vitest-dev/vitest
44
Args: '["--issues-summary-report","--locale=en,en-GB","."]'
55
Summary:
66
files: 2498
7-
filesWithIssues: 429
8-
issues: 5389
7+
filesWithIssues: 421
8+
issues: 5363
99
errors: 0
1010
Errors: []
1111

@@ -137,7 +137,6 @@ issues:
137137
- "docs/guide/features.md:289:26 unhandledrejection U window.addEventListener('unhandledrejection', () => {"
138138
- "docs/guide/index.md:9:25 veetest U Vitest (pronounced as _\"veetest\"_) is a next generation"
139139
- "docs/guide/index.md:255:4 unocss U - [unocss](https://github.com"
140-
- "docs/guide/index.md:256:4 unplugin U - [unplugin-auto-import](https:"
141140
- "docs/guide/index.md:260:4 vitesse U - [vitesse](https://github.com"
142141
- "docs/guide/index.md:263:4 vueuse U - [vueuse](https://github.com"
143142
- "docs/guide/index.md:264:4 milkdown U - [milkdown](https://github.com"
@@ -3913,7 +3912,6 @@ issuesSummary:
39133912
- "text: unobserve, count: 1, files: 1,"
39143913
- "text: unocss, count: 10, files: 6,"
39153914
- "text: Unocss, count: 2, files: 1,"
3916-
- "text: unplugin, count: 26, files: 23,"
39173915
- "text: unshuffle, count: 3, files: 2,"
39183916
- "text: unstub, count: 49, files: 13,"
39193917
- "text: unstuballenvs, count: 1, files: 1,"

integration-tests/snapshots/vitest-dev/vitest/snapshot.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Repository: vitest-dev/vitest
33
Url: "https://github.com/vitest-dev/vitest"
44
Args: ["--issues-summary-report","--locale=en,en-GB","."]
55
Lines:
6-
CSpell: Files checked: 2495, skipped: 3, Issues found: 5389 in 429 files.
6+
CSpell: Files checked: 2495, skipped: 3, Issues found: 5363 in 421 files.
77
exit code: 1
88
AGENTS.md:120:5 - Unknown word (bumpp) -- - **bumpp** - Version bumping
99
AGENTS.md:121:5 - Unknown word (changelogithub) -- - **changelogithub** - Changelog generation
@@ -134,7 +134,6 @@ docs/guide/comparisons.md:45:52 - Unknown word (remcovaes) -- Vite project,
134134
docs/guide/coverage.md:279:24 - Unknown word (println) -- this.contentWriter.println('Start of custom coverage
135135
docs/guide/features.md:289:26 - Unknown word (unhandledrejection) -- window.addEventListener('unhandledrejection', () => {
136136
docs/guide/index.md:255:4 - Unknown word (unocss) -- - [unocss](https://github.com
137-
docs/guide/index.md:256:4 - Unknown word (unplugin) -- - [unplugin-auto-import](https:
138137
docs/guide/index.md:260:4 - Unknown word (vitesse) -- - [vitesse](https://github.com
139138
docs/guide/index.md:263:4 - Unknown word (vueuse) -- - [vueuse](https://github.com
140139
docs/guide/index.md:264:4 - Unknown word (milkdown) -- - [milkdown](https://github.com

packages/cspell-bundled-dicts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@cspell/dict-dotnet": "^5.0.11",
6464
"@cspell/dict-elixir": "^4.0.8",
6565
"@cspell/dict-en-common-misspellings": "^2.1.12",
66-
"@cspell/dict-en-gb-mit": "^3.1.17",
67-
"@cspell/dict-en_us": "^4.4.28",
66+
"@cspell/dict-en-gb-mit": "^3.1.18",
67+
"@cspell/dict-en_us": "^4.4.29",
6868
"@cspell/dict-filetypes": "^3.0.15",
6969
"@cspell/dict-flutter": "^1.1.1",
7070
"@cspell/dict-fonts": "^4.0.5",
@@ -88,7 +88,7 @@
8888
"@cspell/dict-markdown": "^2.0.14",
8989
"@cspell/dict-monkeyc": "^1.0.12",
9090
"@cspell/dict-node": "^5.0.9",
91-
"@cspell/dict-npm": "^5.2.32",
91+
"@cspell/dict-npm": "^5.2.33",
9292
"@cspell/dict-php": "^4.1.1",
9393
"@cspell/dict-powershell": "^5.0.15",
9494
"@cspell/dict-public-licenses": "^2.0.15",

pnpm-lock.yaml

Lines changed: 19 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)