Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (#1033)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
Co-authored-by: Jason Dent <[email protected]>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent dd8651a commit 429c3cc
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 24 deletions.
8 changes: 4 additions & 4 deletions extensions/british-english/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/british-english/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-en-gb": "^4.1.49"
"@cspell/dict-en-gb": "^4.1.50"
}
}
2 changes: 1 addition & 1 deletion extensions/cspell-bundled-dictionaries/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/cspell-bundled-dictionaries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-cspell-bundle": "^1.0.3"
"@cspell/dict-cspell-bundle": "^1.0.4"
}
}
8 changes: 4 additions & 4 deletions extensions/finnish/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/finnish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-fi-fi": "^1.0.3"
"@cspell/dict-fi-fi": "^1.1.0"
}
}
9 changes: 2 additions & 7 deletions extensions/finnish/samples/seattle.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ Pugetin alangolla sijaitsevan Seattlen ympäristössä kohoavat Kaskadien ja Oly
Washingtonin rannikko on laattatektonisesti subduktiovyöhykettä, jossa mereinen Juan de Fucan laatta vajoaa mantereisen Pohjois-Amerikan laatan alle. Pohjois-Amerikan laatan sisäinen Seattlen siirros kulkee itä-länsi-suunnassa kaupungin halki, ja alueella esiintyy voimakkaita maanjäristyksiä.[3][5]

<!---
cspell:ignore grunge Emerald Rain Elliott Rainier Juan
cspell:ignore Washingtonin Frasier Greyn Pugetin Pugetinsalmen Pugetinsalmesta Boeingin Starbucksin Sammamishjärvi
cspell:ignore Fucan Gatesin Hendrixin Jimi Jäätiköt Kaskadien Kaskadivuoret Kitsapin Olympicin Pugetinsalmi Washingtonjärven Washingtonjärvi ainavihantien
cspell:ignore alangolla esikaupunkialueet itälaidalla itäpuolella jäätiköitymiset kannakselle kaupunkikeskuksista kitarasuuruuden kotikaupunkina
cspell:ignore laattatektonisesti laivaliikenteen lentoliikenteen luoteisosien länsipuolella länsirannikolla maanjäristyksiä mantereisen
cspell:ignore mereinen pohjoispuolelta poimuttumisen sadekaupunki sedimenttiä siirros siˈætəl smaragdikaupunki subduktiovyöhykettä suurkaupunkialueella
cspell:ignore tapahtumapaikkana televisiosarjojen tulivuoritoiminnan uurtaneet vuonon väestönlaskennan ympäröivien
cspell:ignore siˈætəl laattatektonisesti Fucan mantereisen Frasier Hendrixin Kitsapin Olympicin Pugetin Starbucksin suom
cspell:ignore ainavihantien grunge kitarasuuruuden
--->
8 changes: 4 additions & 4 deletions extensions/scientific-terms/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/scientific-terms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"test": "npm run test:cspell && npm run test:vscode"
},
"dependencies": {
"@cspell/dict-scientific-terms-us": "^3.0.4"
"@cspell/dict-scientific-terms-us": "^3.0.5"
}
}

0 comments on commit 429c3cc

Please sign in to comment.