Skip to content

Commit 0e5188f

Browse files
fix: Workflow Bot -- Update Dictionaries (main) (#7822)
Co-authored-by: Jason3S <[email protected]>
1 parent 469a1a4 commit 0e5188f

File tree

4 files changed

+31
-29
lines changed

4 files changed

+31
-29
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Args: '["--issues-summary-report","--locale=en,en-GB","."]'
55
Summary:
66
files: 2206
77
filesWithIssues: 355
8-
issues: 1389
8+
issues: 1388
99
errors: 0
1010
Errors: []
1111

@@ -320,7 +320,6 @@ issues:
320320
- "test/browser/fixtures/expect-dom/toHaveAccessibleErrorMessage.test.ts:171:32 fguyvb U const msg = 'asdflkje2984fguyvb bnafdsasfa;lj'"
321321
- "test/browser/fixtures/expect-dom/toHaveAccessibleErrorMessage.test.ts:171:39 bnafdsasfa U 'asdflkje2984fguyvb bnafdsasfa;lj'"
322322
- "test/browser/fixtures/expect-dom/toHaveClass.test.ts:27:59 xtra U )).not.toHaveClass('xtra')"
323-
- "test/browser/fixtures/expect-dom/toHaveDisplayValue.test.ts:84:12 nanas U /[Aa]nanas/,"
324323
- "test/browser/fixtures/expect-dom/toHaveStyle.test.ts:26:16 fakefake U // border: fakefake doesn't exist"
325324
- "test/browser/fixtures/expect-dom/toHaveTextContent.test.ts:72:63 decendants (descendants) U content spread across decendants', () => {"
326325
- "test/browser/fixtures/expect-dom/toMatchScreenshot.test.ts:43:8 oklch U 'oklch(39.6% 0.141 25.723)"
@@ -684,7 +683,6 @@ issuesSummary:
684683
- "text: mtrue, count: 4, files: 1,"
685684
- "text: myproject, count: 5, files: 1,"
686685
- "text: mzhubail, count: 1, files: 1,"
687-
- "text: nanas, count: 1, files: 1,"
688686
- "text: nastry, count: 1, files: 1,"
689687
- "text: Nellies, count: 2, files: 1,"
690688
- "text: neodrag, 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: 2206, Issues found: 1389 in 355 files.
6+
CSpell: Files checked: 2206, Issues found: 1388 in 355 files.
77
exit code: 1
88
LICENSE:3:46 - Unknown word (Vitest) -- Present VoidZero Inc. and Vitest contributors
99
README.md:114:5 - Unknown word (patak) -- - [@patak-dev](https://github
@@ -315,7 +315,6 @@ test/browser/fixtures/expect-dom/toHaveAccessibleErrorMessage.test.ts:171:32
315315
test/browser/fixtures/expect-dom/toHaveAccessibleErrorMessage.test.ts:171:39 - Unknown word (bnafdsasfa) -- 'asdflkje2984fguyvb bnafdsasfa;lj'
316316
test/browser/fixtures/expect-dom/toHaveAccessibleErrorMessage.test.ts:49:10 - Unknown word (asfdafbasdfasa) -- 'asfdafbasdfasa',
317317
test/browser/fixtures/expect-dom/toHaveClass.test.ts:27:59 - Unknown word (xtra) -- )).not.toHaveClass('xtra')
318-
test/browser/fixtures/expect-dom/toHaveDisplayValue.test.ts:84:12 - Unknown word (nanas) -- /[Aa]nanas/,
319318
test/browser/fixtures/expect-dom/toHaveStyle.test.ts:26:16 - Unknown word (fakefake) -- // border: fakefake doesn't exist
320319
test/browser/fixtures/expect-dom/toHaveTextContent.test.ts:72:63 - Unknown word (decendants) -- content spread across decendants', () => {
321320
test/browser/fixtures/expect-dom/toMatchScreenshot.test.ts:43:8 - Unknown word (oklch) -- 'oklch(39.6% 0.141 25.723)

packages/cspell-bundled-dicts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@cspell/dict-docker": "^1.1.16",
6363
"@cspell/dict-dotnet": "^5.0.10",
6464
"@cspell/dict-elixir": "^4.0.8",
65-
"@cspell/dict-en-common-misspellings": "^2.1.5",
66-
"@cspell/dict-en-gb-mit": "^3.1.8",
67-
"@cspell/dict-en_us": "^4.4.18",
65+
"@cspell/dict-en-common-misspellings": "^2.1.6",
66+
"@cspell/dict-en-gb-mit": "^3.1.9",
67+
"@cspell/dict-en_us": "^4.4.19",
6868
"@cspell/dict-filetypes": "^3.0.13",
6969
"@cspell/dict-flutter": "^1.1.1",
7070
"@cspell/dict-fonts": "^4.0.5",
@@ -88,7 +88,7 @@
8888
"@cspell/dict-markdown": "^2.0.12",
8989
"@cspell/dict-monkeyc": "^1.0.11",
9090
"@cspell/dict-node": "^5.0.8",
91-
"@cspell/dict-npm": "^5.2.15",
91+
"@cspell/dict-npm": "^5.2.16",
9292
"@cspell/dict-php": "^4.0.15",
9393
"@cspell/dict-powershell": "^5.0.15",
9494
"@cspell/dict-public-licenses": "^2.0.15",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)