Skip to content

Commit

Permalink
chore(project): bump all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWook committed Oct 1, 2024
1 parent d113d3b commit bc6ba9d
Show file tree
Hide file tree
Showing 6 changed files with 1,988 additions and 1,612 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ module.exports = {
object: true,
},
],
'@typescript-eslint/ban-types': 'error',
},
overrides: [
{
Expand Down
1 change: 0 additions & 1 deletion data-scripts/lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface LanguageListEntry {
options?: {
[key: string]: any
}
// eslint-disable-next-line @typescript-eslint/ban-types
generator?: Function
customList?: boolean
}
Expand Down
66 changes: 34 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,59 +32,61 @@
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@rollup/plugin-alias": "5.1.0",
"@babel/cli": "7.25.6",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@swc/core": "1.6.13",
"@rollup/plugin-typescript": "12.1.0",
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/byline": "4.2.36",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/sprintf-js": "1.1.4",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/plugin-register-components": "2.0.0-rc.37",
"@vuepress/theme-default": "2.0.0-rc.37",
"axios": "1.7.2",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/plugin-register-components": "2.0.0-rc.52",
"@vuepress/theme-default": "2.0.0-rc.52",
"axios": "1.7.7",
"byline": "5.0.0",
"cross-fetch": "4.0.0",
"esbuild": "0.23.0",
"esbuild-register": "3.5.0",
"esbuild": "0.24.0",
"esbuild-register": "3.6.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-prettier": "5.2.1",
"esm": "3.2.25",
"glob-all": "3.3.1",
"iconv-lite": "0.6.3",
"jest": "29.7.0",
"jszip": "^3.10.1",
"kuroshiro": "1.2.0",
"kuroshiro-analyzer-kuromoji": "1.1.0",
"lerna": "8.1.6",
"natural": "7.1.0",
"prettier": "3.3.2",
"rollup": "4.18.1",
"lerna": "8.1.8",
"natural": "8.0.1",
"prettier": "3.3.3",
"rollup": "4.23.0",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-delete": "2.1.0",
"sass-embedded": "1.79.4",
"sprintf-js": "1.1.3",
"typescript": "5.5.3",
"vuepress": "2.0.0-rc.14",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"yarn-audit-fix": "10.0.7",
"typescript": "5.6.2",
"vuepress": "2.0.0-rc.17",
"vue-multiselect": "3.1.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"yarn-audit-fix": "10.0.9",
"zxcvbn": "4.4.2"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/languages/da-dk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import lastnames from './lastnames.json'
import maleFirstnames from './maleFirstnames.json'
import translations from './translations'

const dictionary = {
const dictionary = {
'commonWords-da-dk': commonWords,
'femaleFirstnames-da-dk': femaleFirstnames,
'lastnames-da-dk': lastnames,
'maleFirstnames-da-dk': maleFirstnames,
'maleFirstnames-da-dk': maleFirstnames,
}

export { dictionary, translations }
export { dictionary, translations }
9 changes: 5 additions & 4 deletions packages/languages/da-dk/src/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ export default {
straightRow: 'Lige rækker af taster på dit tastatur er nemme at gætte.',
keyPattern: 'Korte tastaturmønstre er nemme at gætte.',
simpleRepeat: 'Gentagne tegn som "aaa" er nemme at gætte.',
extendedRepeat:
'Gentagne tegnmønstre som "abcabcabc" er nemme at gætte.',
extendedRepeat: 'Gentagne tegnmønstre som "abcabcabc" er nemme at gætte.',
sequences: 'Almindelige tegnsekvenser som "abc" er nemme at gætte.',
recentYears: 'Nylige år er nemme at gætte.',
dates: 'Datoer er nemme at gætte.',
Expand All @@ -13,9 +12,11 @@ export default {
common: 'Dette er en almindeligt brugt adgangskode.',
similarToCommon: 'Dette ligner en almindeligt brugt adgangskode.',
wordByItself: 'Enkeltord er nemme at gætte.',
namesByThemselves: 'Enkeltstående navne eller efternavne er nemme at gætte.',
namesByThemselves:
'Enkeltstående navne eller efternavne er nemme at gætte.',
commonNames: 'Almindelige navne og efternavne er nemme at gætte.',
userInputs: 'Der bør ikke være nogen personlige eller side-relaterede data.',
userInputs:
'Der bør ikke være nogen personlige eller side-relaterede data.',
pwned: 'Din adgangskode blev afsløret i et databrud på internettet.',
},
suggestions: {
Expand Down
Loading

0 comments on commit bc6ba9d

Please sign in to comment.