From de3e262a3cf45624a973c36c879d6c47281624b9 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 1 Aug 2024 18:01:39 +0200 Subject: [PATCH] Content Collection Schemas --- package-lock.json | 347 ++++++++---------- package.json | 6 +- src/content/changes/appends-120.json | 1 + src/content/changes/castoria.json | 1 + src/content/changes/koyan.json | 1 + src/content/changes/oberon.json | 1 + src/content/changes/skadi.json | 1 + src/content/changes/summer-skadi.json | 1 + src/content/groups/lostbelt-6-5.json | 1 + src/content/groups/lostbelt-6.json | 1 + .../taInfoData/arctic-summer-world.json | 1 + src/content/taInfoData/beast4l.json | 1 + src/content/taInfoData/case-files-rerun.json | 1 + .../taInfoData/devilish-bodhisattva.json | 1 + .../taInfoData/lostbelt-6-5/kiyohime.json | 1 + .../taInfoData/lostbelt-6-5/kriemhild.json | 1 + .../taInfoData/lostbelt-6-5/moriarty.json | 1 + .../taInfoData/lostbelt-6-5/zhang-jue.json | 1 + src/content/taInfoData/lostbelt-6/albion.json | 1 + .../taInfoData/lostbelt-6/cernunnos.json | 1 + src/content/taInfoData/lostbelt-6/morgan.json | 1 + src/content/teslafest/challenge-quest.json | 1 + src/content/teslafest/eq-2020/finale-ii.json | 1 + src/content/teslafest/eq-2020/flame-gate.json | 1 + .../teslafest/eq-2020/jaguar-forest.json | 1 + src/content/teslafest/eq-2020/pawn-shop.json | 1 + .../teslafest/eq-2020/rice-ball-shop.json | 1 + .../teslafest/eq-2020/skyscraper-monster.json | 1 + .../teslafest/eq-2020/sweet-universe.json | 1 + src/content/teslafest/eq-2021/bewitched.json | 1 + .../teslafest/eq-2021/bride-main-event.json | 1 + .../teslafest/eq-2021/catch-the-clown.json | 1 + .../teslafest/eq-2021/crimson-hero.json | 1 + src/content/teslafest/eq-2021/finale-ii.json | 1 + .../teslafest/eq-2021/gorgon-sisters.json | 1 + .../teslafest/eq-2021/green-comet.json | 1 + .../giga-coil/akihabara-explosion.json | 1 + .../teslafest/giga-coil/fate-requiem.json | 1 + .../teslafest/giga-coil/gudaguda-2021.json | 1 + .../teslafest/giga-coil/saber-wars-2.json | 1 + .../teslafest/giga-coil/summer-2021.json | 1 + .../teslafest/giga-coil/valentines-2023.json | 1 + .../teslafest/giga-coil/white-day-2023.json | 1 + .../teslafest/mega-coil/amazoness-crisis.json | 1 + .../teslafest/mega-coil/christmas-2018.json | 1 + .../teslafest/mega-coil/halloween-2019.json | 1 + .../teslafest/mega-coil/summer-2018.json | 1 + .../teslafest/mega-coil/summer-2019.json | 1 + .../teslafest/mega-coil/valentines-2021.json | 1 + .../teslafest/mega-coil/white-day-2021.json | 1 + src/content/teslafestgroups/eq-2020.json | 1 + src/content/teslafestgroups/eq-2021.json | 1 + src/content/teslafestgroups/giga-coil.json | 1 + src/content/teslafestgroups/mega-coil.json | 1 + src/pages/teslafest/index.astro | 2 - 55 files changed, 211 insertions(+), 196 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8de19b5..dcaf0e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "fgo-ta-com-website", - "version": "0.2.2-pre.10", + "version": "0.2.2-pre.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fgo-ta-com-website", - "version": "0.2.2-pre.10", + "version": "0.2.2-pre.17", "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.2", - "@astrojs/check": "^0.8.1", + "@astrojs/check": "^0.9.1", "@astrojs/sitemap": "^3.1.6", "@fontsource/work-sans": "^5.0.18", - "astro": "^4.12.2", + "astro": "^4.13.0", "astro-meta-tags": "^0.3.0", "autoprefixer": "^10.4.19", "iconoir": "^7.7.0", @@ -48,11 +48,11 @@ } }, "node_modules/@astrojs/check": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.8.1.tgz", - "integrity": "sha512-QTzCuiBWll3SLSe7OsWtWyZRbwChXwxM4Y0Jb84jdPOdYobzHad9ubU7V23qmK3Y0BNwgzCbEP5C5FPVitb31Q==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.1.tgz", + "integrity": "sha512-VvN5ukVzg0IccKuZlI/pdsp4MSpHxWf9a36eOmS8Wpp+NM0MhJLYv3yvQC+qa472Kdf8DHEt/wmVZYwJUMFW+w==", "dependencies": { - "@astrojs/language-server": "^2.11.1", + "@astrojs/language-server": "^2.13.1", "chokidar": "^3.5.3", "fast-glob": "^3.3.1", "kleur": "^4.1.5", @@ -66,9 +66,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.9.1.tgz", - "integrity": "sha512-s8Ge2lWHx/s3kl4UoerjL/iPtwdtogNM/BLOaGCwQA6crMOVYpphy5wUkYlKyuh8GAeGYH/5haLAFBsgNy9AQQ==" + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.10.1.tgz", + "integrity": "sha512-XmM4j6BjvOVMag2xELq0JuG2yKOW8wgIu6dvb9BsjbGYmnvoStJn/pqEzVqc1EBszf2xYT7onIkftIOUz9AwrQ==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.4.1", @@ -76,11 +76,11 @@ "integrity": "sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==" }, "node_modules/@astrojs/language-server": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.12.0.tgz", - "integrity": "sha512-qdEDyWVX95c0pN+nw25dn16VaYuRV0uCqtlOaXGRHZFvvULpJwpyirhXKQb/r9r36zWajrzFkTHPkq/TlQqgNQ==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.13.1.tgz", + "integrity": "sha512-Cl9ynfnge6+MaCpehYn7w9WrAE+sVS7onhxhMzCdqzPtIt/Yo5zIaiGZdu4QgvmOV/mdNBZCZgaTpAIeGjWwsQ==", "dependencies": { - "@astrojs/compiler": "^2.9.1", + "@astrojs/compiler": "^2.10.1", "@jridgewell/sourcemap-codec": "^1.4.15", "@volar/kit": "~2.4.0-alpha.15", "@volar/language-core": "~2.4.0-alpha.15", @@ -190,28 +190,28 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", - "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz", + "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -235,11 +235,11 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", "dependencies": { - "@babel/types": "^7.24.9", + "@babel/types": "^7.25.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -260,11 +260,11 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", - "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", + "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", "dependencies": { - "@babel/compat-data": "^7.24.8", + "@babel/compat-data": "^7.25.2", "@babel/helper-validator-option": "^7.24.8", "browserslist": "^4.23.1", "lru-cache": "^5.1.1", @@ -282,40 +282,6 @@ "semver": "bin/semver.js" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-module-imports": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", @@ -329,15 +295,14 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", - "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", + "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-module-imports": "^7.24.7", "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -366,17 +331,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-string-parser": { "version": "7.24.8", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", @@ -402,12 +356,12 @@ } }, "node_modules/@babel/helpers": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz", - "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz", + "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==", "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.8" + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -428,9 +382,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz", - "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", + "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", + "dependencies": { + "@babel/types": "^7.25.2" + }, "bin": { "parser": "bin/babel-parser.js" }, @@ -453,15 +410,15 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz", - "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz", + "integrity": "sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/plugin-syntax-jsx": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -471,31 +428,28 @@ } }, "node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz", - "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", + "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.8", - "@babel/types": "^7.24.8", + "@babel/generator": "^7.25.0", + "@babel/parser": "^7.25.3", + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.2", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -504,9 +458,9 @@ } }, "node_modules/@babel/types": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz", - "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", + "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", "dependencies": { "@babel/helper-string-parser": "^7.24.8", "@babel/helper-validator-identifier": "^7.24.7", @@ -2007,9 +1961,9 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", @@ -2245,9 +2199,9 @@ ] }, "node_modules/@shikijs/core": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.11.2.tgz", - "integrity": "sha512-9IBY31lvOo2uhrZjqRt2wTqfqfrXJnddnIx0PFL5E8a5RQUNOhkx+PD11PogZtyrIHlL4aTYDVlb+eyryzy+pQ==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.12.1.tgz", + "integrity": "sha512-biCz/mnkMktImI6hMfMX3H9kOeqsInxWEyCHbSlL8C/2TR1FqfmGxTLRNwYCKsyCyxWLbB8rEqXRVZuyxuLFmA==", "dependencies": { "@types/hast": "^3.0.4" } @@ -2360,12 +2314,12 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/@volar/kit": { - "version": "2.4.0-alpha.16", - "resolved": "https://registry.npmjs.org/@volar/kit/-/kit-2.4.0-alpha.16.tgz", - "integrity": "sha512-jRPfMrxl8N53UkFINMoY777FBqG49RUqWkJt4yOlNEW8CmUS8fmUw4cz/jMv08KnQUyD3IeZWFtt3XZcQqe4Zw==", + "version": "2.4.0-alpha.18", + "resolved": "https://registry.npmjs.org/@volar/kit/-/kit-2.4.0-alpha.18.tgz", + "integrity": "sha512-dZMSNhesh23lhd61ax2l04IgIcYofAjm8M+5BKAmX47ROweyc8RrrslszCFUJynlmXx6JS1PoHqvo8+E0aAYQQ==", "dependencies": { - "@volar/language-service": "2.4.0-alpha.16", - "@volar/typescript": "2.4.0-alpha.16", + "@volar/language-service": "2.4.0-alpha.18", + "@volar/typescript": "2.4.0-alpha.18", "typesafe-path": "^0.2.2", "vscode-languageserver-textdocument": "^1.0.11", "vscode-uri": "^3.0.8" @@ -2375,22 +2329,22 @@ } }, "node_modules/@volar/language-core": { - "version": "2.4.0-alpha.16", - "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.0-alpha.16.tgz", - "integrity": "sha512-oOTnIZlx0P/idFwVw+W0NbzKDtZAQMzXSdIFfTePCKcXlb4Ys12GaGkx8NF9dsvPYV3nbv3ZsSxnkZWBmNKd7A==", + "version": "2.4.0-alpha.18", + "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.0-alpha.18.tgz", + "integrity": "sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==", "dependencies": { - "@volar/source-map": "2.4.0-alpha.16" + "@volar/source-map": "2.4.0-alpha.18" } }, "node_modules/@volar/language-server": { - "version": "2.4.0-alpha.16", - "resolved": "https://registry.npmjs.org/@volar/language-server/-/language-server-2.4.0-alpha.16.tgz", - "integrity": "sha512-DswMBlmmXPo9fb1Dmb2qrCtxRDgQPej5jUjAoUm+1wO5k02Tk+jIvbbd/R3EzyHFTARmiRH5/bSOfRefHyuMsg==", + "version": "2.4.0-alpha.18", + "resolved": "https://registry.npmjs.org/@volar/language-server/-/language-server-2.4.0-alpha.18.tgz", + "integrity": "sha512-dciHEE/R5kzI0bY71QfkoCVQ3cQI6g9MHfA4oIP6UhnJy0CdleUalWSygOXoD3Nq7Yk6wn2BRrb1PP5MsadY/Q==", "dependencies": { - "@volar/language-core": "2.4.0-alpha.16", - "@volar/language-service": "2.4.0-alpha.16", - "@volar/snapshot-document": "2.4.0-alpha.16", - "@volar/typescript": "2.4.0-alpha.16", + "@volar/language-core": "2.4.0-alpha.18", + "@volar/language-service": "2.4.0-alpha.18", + "@volar/snapshot-document": "2.4.0-alpha.18", + "@volar/typescript": "2.4.0-alpha.18", "path-browserify": "^1.0.1", "request-light": "^0.7.0", "vscode-languageserver": "^9.0.1", @@ -2400,36 +2354,36 @@ } }, "node_modules/@volar/language-service": { - "version": "2.4.0-alpha.16", - "resolved": "https://registry.npmjs.org/@volar/language-service/-/language-service-2.4.0-alpha.16.tgz", - "integrity": "sha512-iIRUY0EL9jp8Od7Py/GlYpCu469GFDYl7ai716pQgwipjpjEjRQiuGAD2+cSFjOVXDsMPFpJ+Dpei7aSvE/8pQ==", + "version": "2.4.0-alpha.18", + "resolved": "https://registry.npmjs.org/@volar/language-service/-/language-service-2.4.0-alpha.18.tgz", + "integrity": "sha512-EuetrtbEtudi9buinWAG5U3Jam5dY27zXd/7GYnx542kBwanWOBM8i4DAQd0z7M11fOxXgybxPA933uaSyaOog==", "dependencies": { - "@volar/language-core": "2.4.0-alpha.16", + "@volar/language-core": "2.4.0-alpha.18", "vscode-languageserver-protocol": "^3.17.5", "vscode-languageserver-textdocument": "^1.0.11", "vscode-uri": "^3.0.8" } }, "node_modules/@volar/snapshot-document": { - "version": "2.4.0-alpha.16", - "resolved": "https://registry.npmjs.org/@volar/snapshot-document/-/snapshot-document-2.4.0-alpha.16.tgz", - "integrity": "sha512-X9xZeLvkmhjkrz27J6nq9JhYWV8AUT1KS9fi4s+Mo1FOh5HHUIx/QzhrwsUN/pY1z3kO+vtrl2DE6NVJRYwwbw==", + "version": "2.4.0-alpha.18", + "resolved": "https://registry.npmjs.org/@volar/snapshot-document/-/snapshot-document-2.4.0-alpha.18.tgz", + "integrity": "sha512-JAeclEly/wnILhR4Pu9MpgBLInZJH49O1zoy8fU+pk5I+zpv7JIEby5z2UFAS60+sIDnxBdAGd7rZ5VibE70vg==", "dependencies": { "vscode-languageserver-protocol": "^3.17.5", "vscode-languageserver-textdocument": "^1.0.11" } }, "node_modules/@volar/source-map": { - "version": "2.4.0-alpha.16", - "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.0-alpha.16.tgz", - "integrity": "sha512-sL9vNG7iR2hiKZor7UkD5Sufu3QCia4cbp2gX/nGRNSdaPbhOpdAoavwlBm0PrVkpiA19NZuavZoobD8krviFg==" + "version": "2.4.0-alpha.18", + "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.0-alpha.18.tgz", + "integrity": "sha512-MTeCV9MUwwsH0sNFiZwKtFrrVZUK6p8ioZs3xFzHc2cvDXHWlYN3bChdQtwKX+FY2HG6H3CfAu1pKijolzIQ8g==" }, "node_modules/@volar/typescript": { - "version": "2.4.0-alpha.16", - "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.0-alpha.16.tgz", - "integrity": "sha512-WCx7z5O81McCQp2cC0c8081y+MgTiAR2WAiJjVL4tr4Qh4GgqK0lgn3CqAjcKizaK1R5y3wfrUqgIYr+QeFYcw==", + "version": "2.4.0-alpha.18", + "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.0-alpha.18.tgz", + "integrity": "sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==", "dependencies": { - "@volar/language-core": "2.4.0-alpha.16", + "@volar/language-core": "2.4.0-alpha.18", "path-browserify": "^1.0.1", "vscode-uri": "^3.0.8" } @@ -2574,20 +2528,20 @@ } }, "node_modules/astro": { - "version": "4.12.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.12.2.tgz", - "integrity": "sha512-l6OmqlL+FiuSi9x6F+EGZitteOznq1JffOil7st7cdqeMCTEIym4oagI1a6zp6QekliKWEEZWdplGhgh1k1f7Q==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.13.0.tgz", + "integrity": "sha512-tExzJeK1rh7OdVipi1e8S6koVgjQyveSy5fNEc/4Tit4GKl/olMTUEHepZSAKR7VCyiEC/hi3rjaV3t4lxR3tA==", "dependencies": { - "@astrojs/compiler": "^2.9.0", + "@astrojs/compiler": "^2.10.0", "@astrojs/internal-helpers": "0.4.1", "@astrojs/markdown-remark": "5.2.0", "@astrojs/telemetry": "3.1.0", - "@babel/core": "^7.24.9", - "@babel/generator": "^7.24.10", - "@babel/parser": "^7.24.8", - "@babel/plugin-transform-react-jsx": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", + "@babel/core": "^7.25.2", + "@babel/generator": "^7.25.0", + "@babel/parser": "^7.25.3", + "@babel/plugin-transform-react-jsx": "^7.25.2", + "@babel/traverse": "^7.25.3", + "@babel/types": "^7.25.2", "@types/babel__core": "^7.20.5", "@types/cookie": "^0.6.0", "acorn": "^8.12.1", @@ -2600,7 +2554,7 @@ "common-ancestor-path": "^1.0.1", "cookie": "^0.6.0", "cssesc": "^3.0.0", - "debug": "^4.3.5", + "debug": "^4.3.6", "deterministic-object-hash": "^2.0.2", "devalue": "^5.0.0", "diff": "^5.2.0", @@ -2618,7 +2572,7 @@ "http-cache-semantics": "^4.1.1", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "magic-string": "^0.30.10", + "magic-string": "^0.30.11", "mrmime": "^2.0.0", "ora": "^8.0.1", "p-limit": "^6.1.0", @@ -2627,19 +2581,19 @@ "preferred-pm": "^4.0.0", "prompts": "^2.4.2", "rehype": "^13.0.1", - "semver": "^7.6.2", - "shiki": "^1.10.3", + "semver": "^7.6.3", + "shiki": "^1.12.0", "string-width": "^7.2.0", "strip-ansi": "^7.1.0", "tsconfck": "^3.1.1", "unist-util-visit": "^5.0.0", "vfile": "^6.0.2", - "vite": "^5.3.4", + "vite": "^5.3.5", "vitefu": "^0.2.5", "which-pm": "^3.0.0", "yargs-parser": "^21.1.1", "zod": "^3.23.8", - "zod-to-json-schema": "^3.23.1" + "zod-to-json-schema": "^3.23.2" }, "bin": { "astro": "astro.js" @@ -3053,10 +3007,21 @@ "@esbuild/win32-x64": "0.21.5" } }, + "node_modules/astro/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/astro/node_modules/vite": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.4.tgz", - "integrity": "sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==", + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.5.tgz", + "integrity": "sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.39", @@ -3729,9 +3694,9 @@ } }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dependencies": { "ms": "2.1.2" }, @@ -4686,11 +4651,11 @@ } }, "node_modules/magic-string": { - "version": "0.30.10", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz", - "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==", + "version": "0.30.11", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz", + "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" + "@jridgewell/sourcemap-codec": "^1.5.0" } }, "node_modules/markdown-table": { @@ -7013,11 +6978,11 @@ } }, "node_modules/shiki": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.11.2.tgz", - "integrity": "sha512-WEHfKf+JWEKm/p8BoiE5F4m6VwV6LzY7nFfwRz0nAj+sVD1sRyWiODYScDu3Q8P/Dpi7xKe1TDJF3ZOQnhfT1g==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.1.tgz", + "integrity": "sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==", "dependencies": { - "@shikijs/core": "1.11.2", + "@shikijs/core": "1.12.1", "@types/hast": "^3.0.4" } }, @@ -7666,9 +7631,9 @@ } }, "node_modules/vscode-languageserver-textdocument": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz", - "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==" + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", + "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==" }, "node_modules/vscode-languageserver-types": { "version": "3.17.5", @@ -7905,9 +7870,9 @@ } }, "node_modules/zod-to-json-schema": { - "version": "3.23.1", - "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.23.1.tgz", - "integrity": "sha512-oT9INvydob1XV0v1d2IadrR74rLtDInLvDFfAa1CG0Pmg/vxATk7I2gSelfj271mbzeM4Da0uuDQE/Nkj3DWNw==", + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.23.2.tgz", + "integrity": "sha512-uSt90Gzc/tUfyNqxnjlfBs8W6WSGpNBv0rVsNxP/BVSMHMKGdthPYff4xtCHYloJGM0CFxFsb3NbC0eqPhfImw==", "peerDependencies": { "zod": "^3.23.3" } diff --git a/package.json b/package.json index 6103b31..0d6a6f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fgo-ta-com-website", "type": "module", - "version": "0.2.2-pre.17", + "version": "0.2.2-pre.18", "scripts": { "dev": "astro dev", "start": "astro dev", @@ -11,10 +11,10 @@ }, "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.2", - "@astrojs/check": "^0.8.1", + "@astrojs/check": "^0.9.1", "@astrojs/sitemap": "^3.1.6", "@fontsource/work-sans": "^5.0.18", - "astro": "^4.12.2", + "astro": "^4.13.0", "astro-meta-tags": "^0.3.0", "autoprefixer": "^10.4.19", "iconoir": "^7.7.0", diff --git a/src/content/changes/appends-120.json b/src/content/changes/appends-120.json index 499b0bd..0baa342 100644 --- a/src/content/changes/appends-120.json +++ b/src/content/changes/appends-120.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/changes.schema.json", "info": { "title": "Appends and Level 120", "releaseDate": "2022-05-23", diff --git a/src/content/changes/castoria.json b/src/content/changes/castoria.json index 7977e58..f5a6402 100644 --- a/src/content/changes/castoria.json +++ b/src/content/changes/castoria.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/changes.schema.json", "info": { "title": "Castoria", "releaseDate": "2022-07-04", diff --git a/src/content/changes/koyan.json b/src/content/changes/koyan.json index 828231c..239598c 100644 --- a/src/content/changes/koyan.json +++ b/src/content/changes/koyan.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/changes.schema.json", "info": { "title": "Koyanskaya of Light", "releaseDate": "2023-07-03", diff --git a/src/content/changes/oberon.json b/src/content/changes/oberon.json index 0d74a01..725dbbb 100644 --- a/src/content/changes/oberon.json +++ b/src/content/changes/oberon.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/changes.schema.json", "info": { "title": "Oberon", "releaseDate": "2023-07-10", diff --git a/src/content/changes/skadi.json b/src/content/changes/skadi.json index 447f3e7..19575cd 100644 --- a/src/content/changes/skadi.json +++ b/src/content/changes/skadi.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/changes.schema.json", "info": { "title": "Scathach-Skadi", "releaseDate": "2020-07-06", diff --git a/src/content/changes/summer-skadi.json b/src/content/changes/summer-skadi.json index e317038..e6ac541 100644 --- a/src/content/changes/summer-skadi.json +++ b/src/content/changes/summer-skadi.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/changes.schema.json", "info": { "title": "Scathach-Skadi (Ruler)", "releaseDate": "2024-07-24", diff --git a/src/content/groups/lostbelt-6-5.json b/src/content/groups/lostbelt-6-5.json index 295c36c..c291d45 100644 --- a/src/content/groups/lostbelt-6-5.json +++ b/src/content/groups/lostbelt-6-5.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/groups.schema.json", "info": { "title": "Lostbelt 6.5 - Traum", "releaseDate": "2024-05-13", diff --git a/src/content/groups/lostbelt-6.json b/src/content/groups/lostbelt-6.json index 5f1dd63..b1a6047 100644 --- a/src/content/groups/lostbelt-6.json +++ b/src/content/groups/lostbelt-6.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/groups.schema.json", "info": { "title": "Lostbelt 6 - Avalon le Fae", "releaseDate": "2023-06-06", diff --git a/src/content/taInfoData/arctic-summer-world.json b/src/content/taInfoData/arctic-summer-world.json index 66b1b6a..7642a91 100644 --- a/src/content/taInfoData/arctic-summer-world.json +++ b/src/content/taInfoData/arctic-summer-world.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Arctic Summer World", "releaseDate": "2024-07-24", diff --git a/src/content/taInfoData/beast4l.json b/src/content/taInfoData/beast4l.json index 509d524..003f3ee 100644 --- a/src/content/taInfoData/beast4l.json +++ b/src/content/taInfoData/beast4l.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Beast IV:L", "releaseDate": "2023-12-26", diff --git a/src/content/taInfoData/case-files-rerun.json b/src/content/taInfoData/case-files-rerun.json index ac89873..948acf1 100644 --- a/src/content/taInfoData/case-files-rerun.json +++ b/src/content/taInfoData/case-files-rerun.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Case Files Rerun 2024", "releaseDate": "2024-01-10", diff --git a/src/content/taInfoData/devilish-bodhisattva.json b/src/content/taInfoData/devilish-bodhisattva.json index 958ea99..38bcf7a 100644 --- a/src/content/taInfoData/devilish-bodhisattva.json +++ b/src/content/taInfoData/devilish-bodhisattva.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Devilish Bodhisattva", "releaseDate": "2019-04-23", diff --git a/src/content/taInfoData/lostbelt-6-5/kiyohime.json b/src/content/taInfoData/lostbelt-6-5/kiyohime.json index ae0ed8c..125d5a5 100644 --- a/src/content/taInfoData/lostbelt-6-5/kiyohime.json +++ b/src/content/taInfoData/lostbelt-6-5/kiyohime.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Kiyohime", "releaseDate": "2024-05-13", diff --git a/src/content/taInfoData/lostbelt-6-5/kriemhild.json b/src/content/taInfoData/lostbelt-6-5/kriemhild.json index 4b46726..da1ebc5 100644 --- a/src/content/taInfoData/lostbelt-6-5/kriemhild.json +++ b/src/content/taInfoData/lostbelt-6-5/kriemhild.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Kriemhild", "releaseDate": "2024-05-13", diff --git a/src/content/taInfoData/lostbelt-6-5/moriarty.json b/src/content/taInfoData/lostbelt-6-5/moriarty.json index 593329c..1a8b5a8 100644 --- a/src/content/taInfoData/lostbelt-6-5/moriarty.json +++ b/src/content/taInfoData/lostbelt-6-5/moriarty.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Moriarty", "releaseDate": "2024-05-13", diff --git a/src/content/taInfoData/lostbelt-6-5/zhang-jue.json b/src/content/taInfoData/lostbelt-6-5/zhang-jue.json index c9415f1..d470713 100644 --- a/src/content/taInfoData/lostbelt-6-5/zhang-jue.json +++ b/src/content/taInfoData/lostbelt-6-5/zhang-jue.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Zhang Jue", "releaseDate": "2024-05-13", diff --git a/src/content/taInfoData/lostbelt-6/albion.json b/src/content/taInfoData/lostbelt-6/albion.json index 874b811..66be8dc 100644 --- a/src/content/taInfoData/lostbelt-6/albion.json +++ b/src/content/taInfoData/lostbelt-6/albion.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Albion", "releaseDate": "2023-07-10", diff --git a/src/content/taInfoData/lostbelt-6/cernunnos.json b/src/content/taInfoData/lostbelt-6/cernunnos.json index d4998d6..af516a8 100644 --- a/src/content/taInfoData/lostbelt-6/cernunnos.json +++ b/src/content/taInfoData/lostbelt-6/cernunnos.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Cernunnos", "releaseDate": "2023-07-10", diff --git a/src/content/taInfoData/lostbelt-6/morgan.json b/src/content/taInfoData/lostbelt-6/morgan.json index a1d7554..6b7bc82 100644 --- a/src/content/taInfoData/lostbelt-6/morgan.json +++ b/src/content/taInfoData/lostbelt-6/morgan.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/taInfoData.schema.json", "info": { "title": "Queen Morgan", "releaseDate": "2023-06-20", diff --git a/src/content/teslafest/challenge-quest.json b/src/content/teslafest/challenge-quest.json index b524fee..25ef7bb 100644 --- a/src/content/teslafest/challenge-quest.json +++ b/src/content/teslafest/challenge-quest.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/teslafest.schema.json", "info": { "title": "Lightning in Gilgilgamesh", "releaseDate": "2024-03-23", diff --git a/src/content/teslafest/eq-2020/finale-ii.json b/src/content/teslafest/eq-2020/finale-ii.json index b9f91a4..bf4eb2d 100644 --- a/src/content/teslafest/eq-2020/finale-ii.json +++ b/src/content/teslafest/eq-2020/finale-ii.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Grand Finale - The Golden Metropolis Returns", "releaseDate": "2024-03-18", diff --git a/src/content/teslafest/eq-2020/flame-gate.json b/src/content/teslafest/eq-2020/flame-gate.json index 0299a67..5327dd4 100644 --- a/src/content/teslafest/eq-2020/flame-gate.json +++ b/src/content/teslafest/eq-2020/flame-gate.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Flame Gate", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/eq-2020/jaguar-forest.json b/src/content/teslafest/eq-2020/jaguar-forest.json index f755ee0..c6a2e16 100644 --- a/src/content/teslafest/eq-2020/jaguar-forest.json +++ b/src/content/teslafest/eq-2020/jaguar-forest.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Welcome to Jaguar Country", "releaseDate": "2024-03-16", diff --git a/src/content/teslafest/eq-2020/pawn-shop.json b/src/content/teslafest/eq-2020/pawn-shop.json index 8ba6bd6..2972a78 100644 --- a/src/content/teslafest/eq-2020/pawn-shop.json +++ b/src/content/teslafest/eq-2020/pawn-shop.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Moolah's Pawn Shop", "releaseDate": "2024-03-17", diff --git a/src/content/teslafest/eq-2020/rice-ball-shop.json b/src/content/teslafest/eq-2020/rice-ball-shop.json index 1e7221a..0a91157 100644 --- a/src/content/teslafest/eq-2020/rice-ball-shop.json +++ b/src/content/teslafest/eq-2020/rice-ball-shop.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Rice Ball Franchise Shop No. 1", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/eq-2020/skyscraper-monster.json b/src/content/teslafest/eq-2020/skyscraper-monster.json index 7fd9505..d16671c 100644 --- a/src/content/teslafest/eq-2020/skyscraper-monster.json +++ b/src/content/teslafest/eq-2020/skyscraper-monster.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Skyscraper Monster", "releaseDate": "2024-03-16", diff --git a/src/content/teslafest/eq-2020/sweet-universe.json b/src/content/teslafest/eq-2020/sweet-universe.json index 1805980..b22bca9 100644 --- a/src/content/teslafest/eq-2020/sweet-universe.json +++ b/src/content/teslafest/eq-2020/sweet-universe.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Sweets Universe", "releaseDate": "2024-03-17", diff --git a/src/content/teslafest/eq-2021/bewitched.json b/src/content/teslafest/eq-2021/bewitched.json index a0d4900..c9ddf6b 100644 --- a/src/content/teslafest/eq-2021/bewitched.json +++ b/src/content/teslafest/eq-2021/bewitched.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "BE-Witched (Curse)", "releaseDate": "2024-03-19", diff --git a/src/content/teslafest/eq-2021/bride-main-event.json b/src/content/teslafest/eq-2021/bride-main-event.json index 09a9b28..979508b 100644 --- a/src/content/teslafest/eq-2021/bride-main-event.json +++ b/src/content/teslafest/eq-2021/bride-main-event.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Main Event - Final Match", "releaseDate": "2024-03-19", diff --git a/src/content/teslafest/eq-2021/catch-the-clown.json b/src/content/teslafest/eq-2021/catch-the-clown.json index b7b3be6..ac5421c 100644 --- a/src/content/teslafest/eq-2021/catch-the-clown.json +++ b/src/content/teslafest/eq-2021/catch-the-clown.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Capture the Clown!", "releaseDate": "2024-03-20", diff --git a/src/content/teslafest/eq-2021/crimson-hero.json b/src/content/teslafest/eq-2021/crimson-hero.json index 3875872..d83c3b8 100644 --- a/src/content/teslafest/eq-2021/crimson-hero.json +++ b/src/content/teslafest/eq-2021/crimson-hero.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Legend of the Crimson Hero - HD Remastered", "releaseDate": "2024-03-21", diff --git a/src/content/teslafest/eq-2021/finale-ii.json b/src/content/teslafest/eq-2021/finale-ii.json index 6514e6b..e551b3a 100644 --- a/src/content/teslafest/eq-2021/finale-ii.json +++ b/src/content/teslafest/eq-2021/finale-ii.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Finale - The Eternal City Triumphus", "releaseDate": "2024-03-22", diff --git a/src/content/teslafest/eq-2021/gorgon-sisters.json b/src/content/teslafest/eq-2021/gorgon-sisters.json index 21b5d0a..ad50ac0 100644 --- a/src/content/teslafest/eq-2021/gorgon-sisters.json +++ b/src/content/teslafest/eq-2021/gorgon-sisters.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "The Lovely Gorgon Sisters", "releaseDate": "2024-03-20", diff --git a/src/content/teslafest/eq-2021/green-comet.json b/src/content/teslafest/eq-2021/green-comet.json index 8419bef..c53e14c 100644 --- a/src/content/teslafest/eq-2021/green-comet.json +++ b/src/content/teslafest/eq-2021/green-comet.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "The Green Comet", "releaseDate": "2024-03-21", diff --git a/src/content/teslafest/giga-coil/akihabara-explosion.json b/src/content/teslafest/giga-coil/akihabara-explosion.json index d6f99bd..b94c2e0 100644 --- a/src/content/teslafest/giga-coil/akihabara-explosion.json +++ b/src/content/teslafest/giga-coil/akihabara-explosion.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Singularity Gets Restored until You Reach Home", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/giga-coil/fate-requiem.json b/src/content/teslafest/giga-coil/fate-requiem.json index c9f0417..3c4ef09 100644 --- a/src/content/teslafest/giga-coil/fate-requiem.json +++ b/src/content/teslafest/giga-coil/fate-requiem.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Child from the Netherworld", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/giga-coil/gudaguda-2021.json b/src/content/teslafest/giga-coil/gudaguda-2021.json index a6ace30..05f3507 100644 --- a/src/content/teslafest/giga-coil/gudaguda-2021.json +++ b/src/content/teslafest/giga-coil/gudaguda-2021.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Raging Billows! Kakare Shibata!", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/giga-coil/saber-wars-2.json b/src/content/teslafest/giga-coil/saber-wars-2.json index 2489763..6610167 100644 --- a/src/content/teslafest/giga-coil/saber-wars-2.json +++ b/src/content/teslafest/giga-coil/saber-wars-2.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Galaxy Guardian", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/giga-coil/summer-2021.json b/src/content/teslafest/giga-coil/summer-2021.json index 499ce81..69eb1d8 100644 --- a/src/content/teslafest/giga-coil/summer-2021.json +++ b/src/content/teslafest/giga-coil/summer-2021.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Western Ninja Arts Book", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/giga-coil/valentines-2023.json b/src/content/teslafest/giga-coil/valentines-2023.json index e589820..b0cdaef 100644 --- a/src/content/teslafest/giga-coil/valentines-2023.json +++ b/src/content/teslafest/giga-coil/valentines-2023.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "True Love", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/giga-coil/white-day-2023.json b/src/content/teslafest/giga-coil/white-day-2023.json index 8774a01..5f86a49 100644 --- a/src/content/teslafest/giga-coil/white-day-2023.json +++ b/src/content/teslafest/giga-coil/white-day-2023.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Five Star Idol", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/mega-coil/amazoness-crisis.json b/src/content/teslafest/mega-coil/amazoness-crisis.json index 9eb35e0..d22b3fa 100644 --- a/src/content/teslafest/mega-coil/amazoness-crisis.json +++ b/src/content/teslafest/mega-coil/amazoness-crisis.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Until That Person's Defeated", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/mega-coil/christmas-2018.json b/src/content/teslafest/mega-coil/christmas-2018.json index ccabeb4..2059d86 100644 --- a/src/content/teslafest/mega-coil/christmas-2018.json +++ b/src/content/teslafest/mega-coil/christmas-2018.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "March of the Holy Reindeer", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/mega-coil/halloween-2019.json b/src/content/teslafest/mega-coil/halloween-2019.json index 8146507..b27459a 100644 --- a/src/content/teslafest/mega-coil/halloween-2019.json +++ b/src/content/teslafest/mega-coil/halloween-2019.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Crime and Punishment - Gray Mustache Must Die", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/mega-coil/summer-2018.json b/src/content/teslafest/mega-coil/summer-2018.json index bd0e7d2..8f15d88 100644 --- a/src/content/teslafest/mega-coil/summer-2018.json +++ b/src/content/teslafest/mega-coil/summer-2018.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Super My Home Daddy", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/mega-coil/summer-2019.json b/src/content/teslafest/mega-coil/summer-2019.json index 0f9726a..d105213 100644 --- a/src/content/teslafest/mega-coil/summer-2019.json +++ b/src/content/teslafest/mega-coil/summer-2019.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Heart Pounding! The Grand Decisive Swimsuit Battle!", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/mega-coil/valentines-2021.json b/src/content/teslafest/mega-coil/valentines-2021.json index b7d160f..7574ab0 100644 --- a/src/content/teslafest/mega-coil/valentines-2021.json +++ b/src/content/teslafest/mega-coil/valentines-2021.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "The Librarian's Job", "releaseDate": "2024-03-15", diff --git a/src/content/teslafest/mega-coil/white-day-2021.json b/src/content/teslafest/mega-coil/white-day-2021.json index 7cdbdcd..495bd66 100644 --- a/src/content/teslafest/mega-coil/white-day-2021.json +++ b/src/content/teslafest/mega-coil/white-day-2021.json @@ -1,4 +1,5 @@ { + "$schema": "../../../../.astro/collections/teslafest.schema.json", "info": { "title": "Rematch at Reichenbach Falls", "releaseDate": "2024-03-15", diff --git a/src/content/teslafestgroups/eq-2020.json b/src/content/teslafestgroups/eq-2020.json index 83fc9cf..73fb69f 100644 --- a/src/content/teslafestgroups/eq-2020.json +++ b/src/content/teslafestgroups/eq-2020.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/teslafestgroups.schema.json", "info": { "title": "Exhibition Quests 2020", "releaseDate": "2024-03-15", diff --git a/src/content/teslafestgroups/eq-2021.json b/src/content/teslafestgroups/eq-2021.json index a39f126..2c33206 100644 --- a/src/content/teslafestgroups/eq-2021.json +++ b/src/content/teslafestgroups/eq-2021.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/teslafestgroups.schema.json", "info": { "title": "Exhibition Quests 2021", "releaseDate": "2024-03-15", diff --git a/src/content/teslafestgroups/giga-coil.json b/src/content/teslafestgroups/giga-coil.json index 68148a5..f0c774a 100644 --- a/src/content/teslafestgroups/giga-coil.json +++ b/src/content/teslafestgroups/giga-coil.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/teslafestgroups.schema.json", "info": { "title": "Giga Coil", "releaseDate": "2024-03-15", diff --git a/src/content/teslafestgroups/mega-coil.json b/src/content/teslafestgroups/mega-coil.json index e2d8afb..9b65bc7 100644 --- a/src/content/teslafestgroups/mega-coil.json +++ b/src/content/teslafestgroups/mega-coil.json @@ -1,4 +1,5 @@ { + "$schema": "../../../.astro/collections/teslafestgroups.schema.json", "info": { "title": "Mega Coil", "releaseDate": "2024-03-15", diff --git a/src/pages/teslafest/index.astro b/src/pages/teslafest/index.astro index 3d576b8..f307056 100644 --- a/src/pages/teslafest/index.astro +++ b/src/pages/teslafest/index.astro @@ -21,8 +21,6 @@ combined.sort( b.data.info.releaseDate.valueOf() - a.data.info.releaseDate.valueOf() || b.data.info.releaseNumber - a.data.info.releaseNumber ) - -console.log(combined) ---