Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Workflow Bot -- Update Dictionaries #1033

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}