Skip to content

Commit

Permalink
Merge branch 'main' into 166-remove-id-prefixes-from-index
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst authored Dec 13, 2024
2 parents 7387837 + c399759 commit 1d169af
Show file tree
Hide file tree
Showing 4 changed files with 2,851 additions and 3,276 deletions.
1 change: 1 addition & 0 deletions app/utils/safe-json-ld-replacer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function escape(value: string) {
* @see https://github.com/google/react-schemaorg/blob/main/src/json-ld.tsx
*/
export function safeJsonLdReplacer(_key: string, value: JsonValue): JsonValue | undefined {
// eslint-disable-next-line @typescript-eslint/switch-exhaustiveness-check
switch (typeof value) {
case "object": {
if (value === null) return undefined;
Expand Down
2 changes: 1 addition & 1 deletion e2e/lib/fixtures/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createI18n as _createI18n, type I18n as _I18n } from "vue-i18n";
import { defaultLocale, type Locale, type Messages } from "@/config/i18n.config";

// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export type I18n = _I18n<{ [K in Locale]: Messages }, {}, {}, Locale, false>["global"];
export type I18n = _I18n<Record<Locale, Messages>, {}, {}, Locale, false>["global"];

export async function createI18n(_page: Page, locale = defaultLocale): Promise<I18n> {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
Expand Down
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "22.x",
"pnpm": "9.x"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.15.0",
"scripts": {
"analyze": "nuxt analyze",
"build": "nuxt build --dotenv ./.env.local",
Expand Down Expand Up @@ -43,75 +43,75 @@
"@headlessui/vue": "^1.7.23",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.8.1",
"@nuxtjs/i18n": "9.0.0-rc.2",
"@tanstack/vue-query": "^5.59.13",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"@nuxtjs/i18n": "^9.1.1",
"@tanstack/vue-query": "^5.62.7",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"d3": "^7.9.0",
"fast-glob": "^3.3.2",
"instantsearch.js": "^4.75.1",
"is-ci": "^3.0.1",
"instantsearch.js": "^4.75.6",
"is-ci": "^4.1.0",
"json-as-xlsx": "^2.5.6",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.451.0",
"npm-run-all2": "^6.2.4",
"nuxt": "^3.13.2",
"lucide-vue-next": "^0.468.0",
"npm-run-all2": "^7.0.1",
"nuxt": "^3.14.1592",
"nuxt3-leaflet": "^1.0.13",
"pino-http": "^10.3.0",
"radix-vue": "^1.9.7",
"radix-vue": "^1.9.11",
"typesense": "^1.8.2",
"typesense-instantsearch-adapter": "^2.8.0",
"valibot": "^0.42.1",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"valibot": "^1.0.0-beta.9",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-i18n-routing": "^1.2.0",
"vue-instantsearch": "^4.19.7",
"vue-router": "^4.4.5"
"vue-instantsearch": "^4.19.12",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@acdh-oeaw/eslint-config": "^2.0.3",
"@acdh-oeaw/eslint-config-nuxt": "^2.0.8",
"@acdh-oeaw/eslint-config-playwright": "^2.0.4",
"@acdh-oeaw/eslint-config-tailwindcss": "^2.0.3",
"@acdh-oeaw/eslint-config-vue": "^2.0.6",
"@acdh-oeaw/prettier-config": "^2.0.0",
"@acdh-oeaw/stylelint-config": "^2.0.4",
"@acdh-oeaw/tsconfig": "^1.2.0",
"@acdh-oeaw/eslint-config": "^2.0.5",
"@acdh-oeaw/eslint-config-nuxt": "^2.0.10",
"@acdh-oeaw/eslint-config-playwright": "^2.0.6",
"@acdh-oeaw/eslint-config-tailwindcss": "^2.0.7",
"@acdh-oeaw/eslint-config-vue": "^2.0.8",
"@acdh-oeaw/prettier-config": "^2.0.1",
"@acdh-oeaw/stylelint-config": "^2.0.5",
"@acdh-oeaw/tsconfig": "^1.3.0",
"@headlessui/tailwindcss": "^0.2.1",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint": "^0.5.7",
"@playwright/test": "^1.48.1",
"@nuxt/devtools": "^1.6.4",
"@nuxt/eslint": "^0.7.3",
"@playwright/test": "^1.49.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.6",
"axe-core": "^4.10.1",
"@types/node": "^22.10.2",
"axe-core": "^4.10.2",
"axe-playwright": "^2.0.3",
"ci-info": "^4.0.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"dotenv-expand": "^11.0.6",
"eslint": "^9.12.0",
"ci-info": "^4.1.0",
"dotenv": "^16.4.7",
"dotenv-cli": "^7.4.4",
"dotenv-expand": "^12.0.1",
"eslint": "^9.16.0",
"eslint-config-flat-gitignore": "^0.3.0",
"globals": "^15.11.0",
"globals": "^15.13.0",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.10.0",
"tailwindcss": "^3.4.14",
"stylelint": "^16.11.0",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
},
"pnpm": {
"overrides": {
"@typescript-eslint/typescript-estree": "^8.10.0"
"@typescript-eslint/typescript-estree": "^8.18.0"
}
},
"browserslist": {
Expand Down
Loading

0 comments on commit 1d169af

Please sign in to comment.