From 6dce37487f367c443dca82f9163d1b0332b7aabe Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 16 Jan 2026 19:41:37 +0100 Subject: [PATCH] feat: replace nearly all Wikipedia links with Grokipedia chore: remove cspell --- package.json | 1 - pnpm-lock.yaml | 658 +----------------- src/components/AmazonBook.astro | 1 - src/components/AppleTVFlag.astro | 1 - src/components/Backlink.astro | 1 - src/components/Banner.astro | 1 - src/components/BarChart.tsx | 1 - src/components/Blockquote.astro | 1 - src/components/Book.astro | 1 - src/components/Bookshelf.astro | 1 - src/components/ColorStack.astro | 1 - src/components/ColorSwatch.astro | 1 - src/components/DisplayBox.astro | 1 - src/components/Divider.astro | 1 - src/components/DoughnutChart.tsx | 1 - src/components/DownloadLink.astro | 1 - src/components/EmailLink.astro | 1 - src/components/Figure.astro | 1 - src/components/Flag.astro | 1 - src/components/GalleryDetail.astro | 1 - src/components/Headline.astro | 1 - src/components/Image.astro | 1 - src/components/JournalList.astro | 1 - src/components/Legal.astro | 1 - src/components/Link.astro | 1 - src/components/ListItem.astro | 1 - src/components/MainNavigation.astro | 1 - src/components/MarkdownImage.astro | 1 - src/components/MoreLink.astro | 1 - src/components/NetflixFlag.astro | 1 - src/components/OdyseeVideo.astro | 1 - src/components/OrderedList.astro | 1 - src/components/PageFooter.astro | 1 - src/components/PageHeader.astro | 1 - src/components/PageTitle.astro | 1 - src/components/Pagination.astro | 1 - src/components/PrimeVideoFlag.astro | 1 - src/components/ProductLink.astro | 1 - src/components/ProjectContainer.astro | 1 - src/components/ProjectContent.astro | 1 - src/components/ProjectImage.astro | 1 - src/components/ProjectIntro.astro | 1 - src/components/Pullquote.astro | 1 - src/components/RSSLink.astro | 1 - src/components/RssXml.astro | 1 - src/components/Scripts.astro | 2 +- src/components/SearchLink.astro | 1 - src/components/SearchModal.astro | 1 - src/components/SocialLinks.astro | 1 - src/components/Spotify.astro | 1 - src/components/Subheadline.astro | 1 - src/components/Subnavigation.astro | 1 - src/components/Subsubheadline.astro | 1 - src/components/Tag.astro | 1 - src/components/Text.astro | 1 - src/components/TextLink.astro | 1 - src/components/ThemeToggle.astro | 1 - src/components/Title.astro | 2 - src/components/UnorderedList.astro | 1 - src/components/UpLink.astro | 1 - src/components/Verse.astro | 1 - src/components/WriteFile.astro | 1 - src/content/ai-art/clifton.mdx | 2 +- src/content/journal/2007/koi-design.mdx | 6 +- .../journal/2014/john-seymour-books.mdx | 2 +- src/content/journal/2014/logo-design.mdx | 14 +- src/content/journal/2015/calisthenics.mdx | 2 +- .../journal/2020/apps-tools-services.mdx | 2 +- src/content/journal/2020/best-of-2020.mdx | 4 +- .../2020/new-website-2020-inspiration.mdx | 4 +- .../2020/tools-i-use-for-note-taking.mdx | 2 +- .../how-to-prepare-for-the-worst-case.mdx | 2 +- .../2021/web-developer-work-environment-1.mdx | 2 +- ...artificial-intelligence-1-introduction.mdx | 2 +- ...ificial-intelligence-4-getting-started.mdx | 2 +- .../civil-war-truth-3-political-division.mdx | 4 +- .../2022/civil-war-truth-7-conclusion.mdx | 4 +- src/content/journal/2022/rss-news-feed.mdx | 8 +- src/content/journal/2025/15-years-xing.mdx | 2 +- .../from-typewriter-to-split-keyboard.mdx | 6 +- ...ern-atlas-shrugged-2-looters-in-action.mdx | 2 +- .../2025/modern-atlas-shrugged-3-strike.mdx | 6 +- .../2025/note-taking-obsidian-readwise-ai.mdx | 2 +- src/content/projects/koi-illustration.mdx | 2 +- src/layouts/AboutLayout.astro | 1 - src/layouts/BaseLayout.astro | 1 - src/layouts/GridLayout.astro | 1 - src/layouts/PageLayout.astro | 1 - src/mdx-components.ts | 1 - src/pages/404.astro | 1 - src/pages/ai-art.astro | 1 - src/pages/cv.astro | 1 - src/pages/haiku.astro | 1 - src/pages/index.astro | 1 - src/pages/journal.astro | 1 - src/pages/life-rules.mdx | 2 +- src/pages/now.mdx | 2 +- src/pages/projects.astro | 1 - src/pages/rss-ai-art.xml.js | 1 - src/pages/rss-haiku.xml.js | 1 - src/pages/rss-sketchnotes.xml.js | 1 - src/pages/sketchnotes.astro | 1 - src/pages/tag.astro | 1 - src/pages/tag/[tag].astro | 1 - src/pages/traditional-colors-of-japan.astro | 1 - src/schema/ai-art.ts | 1 - src/schema/haiku.ts | 1 - src/schema/index.ts | 1 - src/schema/journal.ts | 1 - src/schema/projects.ts | 1 - src/schema/sketchnotes.ts | 1 - src/text/projects/intro.mdx | 4 +- 112 files changed, 67 insertions(+), 769 deletions(-) diff --git a/package.json b/package.json index 3f1b216..0298903 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "@types/react": "^18.3.2", "@types/unist": "^3.0.2", "@typescript-eslint/parser": "^8.0.0", - "cspell": "^8.8.3", "cssnano": "^7.0.1", "eslint": "^9.3.0", "eslint-config-prettier": "^9.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 561bb14..8dfde0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,9 +117,6 @@ importers: '@typescript-eslint/parser': specifier: ^8.0.0 version: 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) - cspell: - specifier: ^8.8.3 - version: 8.13.3 cssnano: specifier: ^7.0.1 version: 7.0.5(postcss@8.4.41) @@ -891,201 +888,6 @@ packages: resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} engines: {node: '>=6.9.0'} - '@cspell/cspell-bundled-dicts@8.13.3': - resolution: {integrity: sha512-OfCxUBMyayxKyeDaUZG3LQpiyH8MFUbg9nbIZCGh2x8U6N0fHaP9uR6R+gPzdi/bJp32Kr+RC/Yebojd+AQCGA==} - engines: {node: '>=18'} - - '@cspell/cspell-json-reporter@8.13.3': - resolution: {integrity: sha512-QrHxWkm0cfD+rTjFOxm5lpE4+wBANDzMIM8NOeQC6v8Dc1L8PUkm6hF6CsEv2tKmuwvdVr+jy6GilDMkPXalCg==} - engines: {node: '>=18'} - - '@cspell/cspell-pipe@8.13.3': - resolution: {integrity: sha512-6a9Zd+fDltgXoJ0fosWqEMx0UdXBXZ7iakhslMNPRmv7GhVAoHBoIXzMVilOE4kYT2Mh/9NM/QW/NbNEpneZIQ==} - engines: {node: '>=18'} - - '@cspell/cspell-resolver@8.13.3': - resolution: {integrity: sha512-vlwtMTEWsPPtWfktzT75eGQ0n+0M+9kN+89eSvUUYdCfvY9XAS6z+bTmhS2ULJgntgWtX6gUjABQK0PYYVedOg==} - engines: {node: '>=18'} - - '@cspell/cspell-service-bus@8.13.3': - resolution: {integrity: sha512-mFkeWXwGQSDxRiN6Kez77GaMNGNgG7T6o9UE42jyXEgf/bLJTpefbUy4fY5pU3p2mA0eoMzmnJX8l+TC5YJpbA==} - engines: {node: '>=18'} - - '@cspell/cspell-types@8.13.3': - resolution: {integrity: sha512-lA5GbhLOL6FlKCWNMbooRFgNGfTsM6NJnHz60+EEN7XD9OgpFc7w+MBcK4aHsVCxcrIvnejIc8xQDqPnrdmN3w==} - engines: {node: '>=18'} - - '@cspell/dict-ada@4.0.2': - resolution: {integrity: sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==} - - '@cspell/dict-aws@4.0.3': - resolution: {integrity: sha512-0C0RQ4EM29fH0tIYv+EgDQEum0QI6OrmjENC9u98pB8UcnYxGG/SqinuPxo+TgcEuInj0Q73MsBpJ1l5xUnrsw==} - - '@cspell/dict-bash@4.1.3': - resolution: {integrity: sha512-tOdI3QVJDbQSwPjUkOiQFhYcu2eedmX/PtEpVWg0aFps/r6AyjUQINtTgpqMYnYuq8O1QUIQqnpx21aovcgZCw==} - - '@cspell/dict-companies@3.1.4': - resolution: {integrity: sha512-y9e0amzEK36EiiKx3VAA+SHQJPpf2Qv5cCt5eTUSggpTkiFkCh6gRKQ97rVlrKh5GJrqinDwYIJtTsxuh2vy2Q==} - - '@cspell/dict-cpp@5.1.12': - resolution: {integrity: sha512-6lXLOFIa+k/qBcu0bjaE/Kc6v3sh9VhsDOXD1Dalm3zgd0QIMjp5XBmkpSdCAK3pWCPV0Se7ysVLDfCea1BuXg==} - - '@cspell/dict-cryptocurrencies@5.0.0': - resolution: {integrity: sha512-Z4ARIw5+bvmShL+4ZrhDzGhnc9znaAGHOEMaB/GURdS/jdoreEDY34wdN0NtdLHDO5KO7GduZnZyqGdRoiSmYA==} - - '@cspell/dict-csharp@4.0.2': - resolution: {integrity: sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==} - - '@cspell/dict-css@4.0.13': - resolution: {integrity: sha512-WfOQkqlAJTo8eIQeztaH0N0P+iF5hsJVKFuhy4jmARPISy8Efcv8QXk2/IVbmjJH0/ZV7dKRdnY5JFVXuVz37g==} - - '@cspell/dict-dart@2.0.3': - resolution: {integrity: sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==} - - '@cspell/dict-data-science@2.0.1': - resolution: {integrity: sha512-xeutkzK0eBe+LFXOFU2kJeAYO6IuFUc1g7iRLr7HeCmlC4rsdGclwGHh61KmttL3+YHQytYStxaRBdGAXWC8Lw==} - - '@cspell/dict-django@4.1.0': - resolution: {integrity: sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==} - - '@cspell/dict-docker@1.1.7': - resolution: {integrity: sha512-XlXHAr822euV36GGsl2J1CkBIVg3fZ6879ZOg5dxTIssuhUOCiV2BuzKZmt6aIFmcdPmR14+9i9Xq+3zuxeX0A==} - - '@cspell/dict-dotnet@5.0.2': - resolution: {integrity: sha512-UD/pO2A2zia/YZJ8Kck/F6YyDSpCMq0YvItpd4YbtDVzPREfTZ48FjZsbYi4Jhzwfvc6o8R56JusAE58P+4sNQ==} - - '@cspell/dict-elixir@4.0.3': - resolution: {integrity: sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==} - - '@cspell/dict-en-common-misspellings@2.0.4': - resolution: {integrity: sha512-lvOiRjV/FG4pAGZL3PN2GCVHSTCE92cwhfLGGkOsQtxSmef6WCHfHwp9auafkBlX0yFQSKDfq6/TlpQbjbJBtQ==} - - '@cspell/dict-en-gb@1.1.33': - resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==} - - '@cspell/dict-en_us@4.3.23': - resolution: {integrity: sha512-l0SoEQBsi3zDSl3OuL4/apBkxjuj4hLIg/oy6+gZ7LWh03rKdF6VNtSZNXWAmMY+pmb1cGA3ouleTiJIglbsIg==} - - '@cspell/dict-filetypes@3.0.4': - resolution: {integrity: sha512-IBi8eIVdykoGgIv5wQhOURi5lmCNJq0we6DvqKoPQJHthXbgsuO1qrHSiUVydMiQl/XvcnUWTMeAlVUlUClnVg==} - - '@cspell/dict-fonts@4.0.0': - resolution: {integrity: sha512-t9V4GeN/m517UZn63kZPUYP3OQg5f0OBLSd3Md5CU3eH1IFogSvTzHHnz4Wqqbv8NNRiBZ3HfdY/pqREZ6br3Q==} - - '@cspell/dict-fsharp@1.0.1': - resolution: {integrity: sha512-23xyPcD+j+NnqOjRHgW3IU7Li912SX9wmeefcY0QxukbAxJ/vAN4rBpjSwwYZeQPAn3fxdfdNZs03fg+UM+4yQ==} - - '@cspell/dict-fullstack@3.2.0': - resolution: {integrity: sha512-sIGQwU6G3rLTo+nx0GKyirR5dQSFeTIzFTOrURw51ISf+jKG9a3OmvsVtc2OANfvEAOLOC9Wfd8WYhmsO8KRDQ==} - - '@cspell/dict-gaming-terms@1.0.5': - resolution: {integrity: sha512-C3riccZDD3d9caJQQs1+MPfrUrQ+0KHdlj9iUR1QD92FgTOF6UxoBpvHUUZ9YSezslcmpFQK4xQQ5FUGS7uWfw==} - - '@cspell/dict-git@3.0.0': - resolution: {integrity: sha512-simGS/lIiXbEaqJu9E2VPoYW1OTC2xrwPPXNXFMa2uo/50av56qOuaxDrZ5eH1LidFXwoc8HROCHYeKoNrDLSw==} - - '@cspell/dict-golang@6.0.9': - resolution: {integrity: sha512-etDt2WQauyEQDA+qPS5QtkYTb2I9l5IfQftAllVoB1aOrT6bxxpHvMEpJ0Hsn/vezxrCqa/BmtUbRxllIxIuSg==} - - '@cspell/dict-google@1.0.1': - resolution: {integrity: sha512-dQr4M3n95uOhtloNSgB9tYYGXGGEGEykkFyRtfcp5pFuEecYUa0BSgtlGKx9RXVtJtKgR+yFT/a5uQSlt8WjqQ==} - - '@cspell/dict-haskell@4.0.1': - resolution: {integrity: sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==} - - '@cspell/dict-html-symbol-entities@4.0.0': - resolution: {integrity: sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==} - - '@cspell/dict-html@4.0.5': - resolution: {integrity: sha512-p0brEnRybzSSWi8sGbuVEf7jSTDmXPx7XhQUb5bgG6b54uj+Z0Qf0V2n8b/LWwIPJNd1GygaO9l8k3HTCy1h4w==} - - '@cspell/dict-java@5.0.7': - resolution: {integrity: sha512-ejQ9iJXYIq7R09BScU2y5OUGrSqwcD+J5mHFOKbduuQ5s/Eh/duz45KOzykeMLI6KHPVxhBKpUPBWIsfewECpQ==} - - '@cspell/dict-julia@1.0.1': - resolution: {integrity: sha512-4JsCLCRhhLMLiaHpmR7zHFjj1qOauzDI5ZzCNQS31TUMfsOo26jAKDfo0jljFAKgw5M2fEG7sKr8IlPpQAYrmQ==} - - '@cspell/dict-k8s@1.0.6': - resolution: {integrity: sha512-srhVDtwrd799uxMpsPOQqeDJY+gEocgZpoK06EFrb4GRYGhv7lXo9Fb+xQMyQytzOW9dw4DNOEck++nacDuymg==} - - '@cspell/dict-latex@4.0.0': - resolution: {integrity: sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==} - - '@cspell/dict-lorem-ipsum@4.0.0': - resolution: {integrity: sha512-1l3yjfNvMzZPibW8A7mQU4kTozwVZVw0AvFEdy+NcqtbxH+TvbSkNMqROOFWrkD2PjnKG0+Ea0tHI2Pi6Gchnw==} - - '@cspell/dict-lua@4.0.3': - resolution: {integrity: sha512-lDHKjsrrbqPaea13+G9s0rtXjMO06gPXPYRjRYawbNmo4E/e3XFfVzeci3OQDQNDmf2cPOwt9Ef5lu2lDmwfJg==} - - '@cspell/dict-makefile@1.0.0': - resolution: {integrity: sha512-3W9tHPcSbJa6s0bcqWo6VisEDTSN5zOtDbnPabF7rbyjRpNo0uHXHRJQF8gAbFzoTzBBhgkTmrfSiuyQm7vBUQ==} - - '@cspell/dict-monkeyc@1.0.6': - resolution: {integrity: sha512-oO8ZDu/FtZ55aq9Mb67HtaCnsLn59xvhO/t2mLLTHAp667hJFxpp7bCtr2zOrR1NELzFXmKln/2lw/PvxMSvrA==} - - '@cspell/dict-node@5.0.1': - resolution: {integrity: sha512-lax/jGz9h3Dv83v8LHa5G0bf6wm8YVRMzbjJPG/9rp7cAGPtdrga+XANFq+B7bY5+jiSA3zvj10LUFCFjnnCCg==} - - '@cspell/dict-npm@5.0.18': - resolution: {integrity: sha512-weMTyxWpzz19q4wv9n183BtFvdD5fCjtze+bFKpl+4rO/YlPhHL2cXLAeexJz/VDSBecwX4ybTZYoknd1h2J4w==} - - '@cspell/dict-php@4.0.8': - resolution: {integrity: sha512-TBw3won4MCBQ2wdu7kvgOCR3dY2Tb+LJHgDUpuquy3WnzGiSDJ4AVelrZdE1xu7mjFJUr4q48aB21YT5uQqPZA==} - - '@cspell/dict-powershell@5.0.5': - resolution: {integrity: sha512-3JVyvMoDJesAATYGOxcUWPbQPUvpZmkinV3m8HL1w1RrjeMVXXuK7U1jhopSneBtLhkU+9HKFwgh9l9xL9mY2Q==} - - '@cspell/dict-public-licenses@2.0.7': - resolution: {integrity: sha512-KlBXuGcN3LE7tQi/GEqKiDewWGGuopiAD0zRK1QilOx5Co8XAvs044gk4MNIQftc8r0nHeUI+irJKLGcR36DIQ==} - - '@cspell/dict-python@4.2.4': - resolution: {integrity: sha512-sCtLBqMreb+8zRW2bXvFsfSnRUVU6IFm4mT6Dc4xbz0YajprbaPPh/kOUTw5IJRP8Uh+FFb7Xp2iH03CNWRq/A==} - - '@cspell/dict-r@2.0.1': - resolution: {integrity: sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==} - - '@cspell/dict-ruby@5.0.2': - resolution: {integrity: sha512-cIh8KTjpldzFzKGgrqUX4bFyav5lC52hXDKo4LbRuMVncs3zg4hcSf4HtURY+f2AfEZzN6ZKzXafQpThq3dl2g==} - - '@cspell/dict-rust@4.0.5': - resolution: {integrity: sha512-DIvlPRDemjKQy8rCqftAgGNZxY5Bg+Ps7qAIJjxkSjmMETyDgl0KTVuaJPt7EK4jJt6uCZ4ILy96npsHDPwoXA==} - - '@cspell/dict-scala@5.0.3': - resolution: {integrity: sha512-4yGb4AInT99rqprxVNT9TYb1YSpq58Owzq7zi3ZS5T0u899Y4VsxsBiOgHnQ/4W+ygi+sp+oqef8w8nABR2lkg==} - - '@cspell/dict-software-terms@4.0.6': - resolution: {integrity: sha512-UDhUzNSf7GN529a0Ip9hlSoGbpscz0YlUYBEJmZBXi8otpkrbCJqs50T74Ppd+SWqNil04De8urv4af2c6SY5Q==} - - '@cspell/dict-sql@2.1.5': - resolution: {integrity: sha512-FmxanytHXss7GAWAXmgaxl3icTCW7YxlimyOSPNfm+njqeUDjw3kEv4mFNDDObBJv8Ec5AWCbUDkWIpkE3IpKg==} - - '@cspell/dict-svelte@1.0.2': - resolution: {integrity: sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==} - - '@cspell/dict-swift@2.0.1': - resolution: {integrity: sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==} - - '@cspell/dict-terraform@1.0.0': - resolution: {integrity: sha512-Ak+vy4HP/bOgzf06BAMC30+ZvL9mzv21xLM2XtfnBLTDJGdxlk/nK0U6QT8VfFLqJ0ZZSpyOxGsUebWDCTr/zQ==} - - '@cspell/dict-typescript@3.1.6': - resolution: {integrity: sha512-1beC6O4P/j23VuxX+i0+F7XqPVc3hhiAzGJHEKqnWf5cWAXQtg0xz3xQJ5MvYx2a7iLaSa+lu7+05vG9UHyu9Q==} - - '@cspell/dict-vue@3.0.0': - resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==} - - '@cspell/dynamic-import@8.13.3': - resolution: {integrity: sha512-YN83CFWnMkt9B0q0RBadfEoptUaDRqBikh8b91MOQ0haEnUo6t57j4jAaLnbIEP4ynzMhgruWFKpIC/QaEtCuA==} - engines: {node: '>=18.0'} - - '@cspell/strong-weak-map@8.13.3': - resolution: {integrity: sha512-/QYUEthesPuDarOHa6kcWKJmVq0HIotjPrmAWQ5QpH+dDik1Qin4G/9QdnWX75ueR4DC4WFjBNBU14C4TVSwHQ==} - engines: {node: '>=18'} - - '@cspell/url@8.13.3': - resolution: {integrity: sha512-hsxoTnZHwtdR2x9QEE6yfDBB1LUwAj67o1GyKTvI8A2OE/AfzAttirZs+9sxgOGWoBdTOxM9sMLtqB3SxtDB3A==} - engines: {node: '>=18.0'} - '@csstools/selector-resolve-nested@1.1.0': resolution: {integrity: sha512-uWvSaeRcHyeNenKg8tp17EVDRkpflmdyvbE0DHo6D/GdBb6PDnCYYU6gRpXhtICMGMcahQmj2zGxwFM/WC8hCg==} engines: {node: ^14 || ^16 || >=18} @@ -1323,72 +1125,84 @@ packages: engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-arm@1.0.2': resolution: {integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==} engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-s390x@1.0.2': resolution: {integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==} engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [s390x] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-x64@1.0.2': resolution: {integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==} engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + libc: [glibc] '@img/sharp-libvips-linuxmusl-arm64@1.0.2': resolution: {integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==} engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + libc: [musl] '@img/sharp-libvips-linuxmusl-x64@1.0.2': resolution: {integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==} engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + libc: [musl] '@img/sharp-linux-arm64@0.33.4': resolution: {integrity: sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + libc: [glibc] '@img/sharp-linux-arm@0.33.4': resolution: {integrity: sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==} engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm] os: [linux] + libc: [glibc] '@img/sharp-linux-s390x@0.33.4': resolution: {integrity: sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==} engines: {glibc: '>=2.31', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [s390x] os: [linux] + libc: [glibc] '@img/sharp-linux-x64@0.33.4': resolution: {integrity: sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + libc: [glibc] '@img/sharp-linuxmusl-arm64@0.33.4': resolution: {integrity: sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==} engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + libc: [musl] '@img/sharp-linuxmusl-x64@0.33.4': resolution: {integrity: sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==} engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + libc: [musl] '@img/sharp-wasm32@0.33.4': resolution: {integrity: sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==} @@ -1887,46 +1701,55 @@ packages: resolution: {integrity: sha512-jMYvxZwGmoHFBTbr12Xc6wOdc2xA5tF5F2q6t7Rcfab68TT0n+r7dgawD4qhPEvasDsVpQi+MgDzj2faOLsZjA==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.20.0': resolution: {integrity: sha512-1asSTl4HKuIHIB1GcdFHNNZhxAYEdqML/MW4QmPS4G0ivbEcBr1JKlFLKsIRqjSwOBkdItn3/ZDlyvZ/N6KPlw==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.20.0': resolution: {integrity: sha512-COBb8Bkx56KldOYJfMf6wKeYJrtJ9vEgBRAOkfw6Ens0tnmzPqvlpjZiLgkhg6cA3DGzCmLmmd319pmHvKWWlQ==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.20.0': resolution: {integrity: sha512-+it+mBSyMslVQa8wSPvBx53fYuZK/oLTu5RJoXogjk6x7Q7sz1GNRsXWjn6SwyJm8E/oMjNVwPhmNdIjwP135Q==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-powerpc64le-gnu@4.20.0': resolution: {integrity: sha512-yAMvqhPfGKsAxHN8I4+jE0CpLWD8cv4z7CK7BMmhjDuz606Q2tFKkWRY8bHR9JQXYcoLfopo5TTqzxgPUjUMfw==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.20.0': resolution: {integrity: sha512-qmuxFpfmi/2SUkAw95TtNq/w/I7Gpjurx609OOOV7U4vhvUhBcftcmXwl3rqAek+ADBwSjIC4IVNLiszoj3dPA==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.20.0': resolution: {integrity: sha512-I0BtGXddHSHjV1mqTNkgUZLnS3WtsqebAXv11D5BZE/gfw5KoyXSAXVqyJximQXNvNzUo4GKlCK/dIwXlz+jlg==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.20.0': resolution: {integrity: sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-musl@4.20.0': resolution: {integrity: sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.20.0': resolution: {integrity: sha512-psegMvP+Ik/Bg7QRJbv8w8PAytPA7Uo8fpFjXyCRHWm6Nt42L+JtoqH8eDQ5hRP7/XW2UiIriy1Z46jf0Oa1kA==} @@ -2325,9 +2148,6 @@ packages: resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} engines: {node: '>=0.10.0'} - array-timsort@1.0.3: - resolution: {integrity: sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==} - array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} @@ -2522,10 +2342,6 @@ packages: centra@2.7.0: resolution: {integrity: sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==} - chalk-template@1.1.0: - resolution: {integrity: sha512-T2VJbcDuZQ0Tb2EWwSotMPJjgpy1/tGee1BTpUNsGZ/qgNjV2t7Mvu+d4600U564nbLesN1x2dPL+xii174Ekg==} - engines: {node: '>=14.16'} - chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -2578,10 +2394,6 @@ packages: resolution: {integrity: sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==} engines: {node: '>=12'} - clear-module@4.1.2: - resolution: {integrity: sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==} - engines: {node: '>=8'} - cli-boxes@3.0.0: resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} engines: {node: '>=10'} @@ -2673,10 +2485,6 @@ packages: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} engines: {node: ^12.20.0 || >=14} - comment-json@4.2.5: - resolution: {integrity: sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==} - engines: {node: '>= 6'} - common-ancestor-path@1.0.1: resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} @@ -2703,9 +2511,6 @@ packages: core-js-compat@3.38.0: resolution: {integrity: sha512-75LAicdLa4OJVwFxFbQR3NdnZjNgX6ILpVcVzcC4T2smerB5lELMrJQQQoWV6TiuC/vlaFqgU2tKQx9w5s0e0A==} - core-util-is@1.0.3: - resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - cosmiconfig@8.3.6: resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} @@ -2727,45 +2532,6 @@ packages: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - cspell-config-lib@8.13.3: - resolution: {integrity: sha512-dzVdar8Kenwxho0PnUxOxwjUvyFYn6Q9mQAMHcQNXQrvo32bdpoF+oNtWC/5FfrQgUgyl19CVQ607bRigYWoOQ==} - engines: {node: '>=18'} - - cspell-dictionary@8.13.3: - resolution: {integrity: sha512-DQ3Tee7LIoy+9Mu52ht32O/MNBZ6i4iUeSTY2sMDDwogno3361BLRyfEjyiYNo3Fqf0Pcnt5MqY2DqIhrF/H/Q==} - engines: {node: '>=18'} - - cspell-gitignore@8.13.3: - resolution: {integrity: sha512-0OZXuP33CXV4P95ySHGNqhq3VR5RaLwpyo0nGvLHOjPm3mCsQSjURLBKHvyQ3r2M7LWsGV1Xc81FfTx30FBZLg==} - engines: {node: '>=18'} - hasBin: true - - cspell-glob@8.13.3: - resolution: {integrity: sha512-+jGIMYyKDLmoOJIxNPXRdI7utcvw+9FMSmj1ApIdEff5dCkehi0gtzK4H7orXGYEvRdKQvfaXiyduVi79rXsZQ==} - engines: {node: '>=18'} - - cspell-grammar@8.13.3: - resolution: {integrity: sha512-xPSgKk9HY5EsI8lkMPC9hiZCeAUs+RY/IVliUBW1xEicAJhP4RZIGRdIwtDNNJGwKfNXazjqYhcS4LS0q7xPAQ==} - engines: {node: '>=18'} - hasBin: true - - cspell-io@8.13.3: - resolution: {integrity: sha512-AeMIkz7+4VuJaPKO/v1pUpyUSOOTyLOAfzeTRRAXEt+KRKOUe36MyUmBMza6gzNcX2yD04VgJukRL408TY9ntw==} - engines: {node: '>=18'} - - cspell-lib@8.13.3: - resolution: {integrity: sha512-aEqxIILeqDtNoCa47/oSl5c926b50ue3PobYs4usn0Ymf0434RopCP+DCGsF7BPtog4j4XWnEmvkcJs57DYWDg==} - engines: {node: '>=18'} - - cspell-trie-lib@8.13.3: - resolution: {integrity: sha512-Z0iLGi9HI+Vf+WhVVeru6dYgQdtaYCKWRlc1SayLfAZhw9BcjrXL8KTXDfAfv/lUgnRu6xwP1isLlDNZECsKVQ==} - engines: {node: '>=18'} - - cspell@8.13.3: - resolution: {integrity: sha512-2wv4Eby7g8wDB553fI8IoZjyitoKrD2kmtdeoYUN2EjVs3RMpIOver3fL+0VaFAaN0uLfAoeAAIB5xJEakvZYQ==} - engines: {node: '>=18'} - hasBin: true - css-declaration-sorter@7.2.0: resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==} engines: {node: ^14 || ^16 || >=18} @@ -2963,10 +2729,6 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} - env-paths@3.0.0: - resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - environment@1.1.0: resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==} engines: {node: '>=18'} @@ -3172,10 +2934,6 @@ packages: fast-diff@1.3.0: resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} - fast-equals@5.0.1: - resolution: {integrity: sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==} - engines: {node: '>=6.0.0'} - fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} @@ -3200,10 +2958,6 @@ packages: resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} engines: {node: '>=16.0.0'} - file-entry-cache@9.0.0: - resolution: {integrity: sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw==} - engines: {node: '>=18'} - file-type@16.5.4: resolution: {integrity: sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==} engines: {node: '>=10'} @@ -3266,10 +3020,6 @@ packages: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} - flat-cache@5.0.0: - resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==} - engines: {node: '>=18'} - flatted@3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} @@ -3326,10 +3076,6 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - gensequence@7.0.0: - resolution: {integrity: sha512-47Frx13aZh01afHJTB3zTtKIlFI6vWY+MYCN9Qpew6i52rfKjnhCF/l1YlC8UmEMvvntZZ6z4PiCcmyuedR2aQ==} - engines: {node: '>=18'} - gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} @@ -3349,10 +3095,6 @@ packages: get-own-enumerable-property-symbols@3.0.2: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} - get-stdin@9.0.0: - resolution: {integrity: sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==} - engines: {node: '>=12'} - get-stream@8.0.1: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} @@ -3400,10 +3142,6 @@ packages: engines: {node: '>=12'} deprecated: Glob versions prior to v9 are no longer supported - global-directory@4.0.1: - resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} - engines: {node: '>=18'} - global-modules@1.0.0: resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} engines: {node: '>=0.10.0'} @@ -3465,10 +3203,6 @@ packages: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - has-own-prop@2.0.0: - resolution: {integrity: sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==} - engines: {node: '>=8'} - has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} @@ -3594,10 +3328,6 @@ packages: ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - ini@4.1.1: - resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - inline-style-parser@0.1.1: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} @@ -4570,10 +4300,6 @@ packages: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} - parent-module@2.0.0: - resolution: {integrity: sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==} - engines: {node: '>=8'} - parse-bmfont-ascii@1.0.6: resolution: {integrity: sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==} @@ -5249,10 +4975,6 @@ packages: remark-stringify@11.0.0: resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==} - repeat-string@1.6.1: - resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} - engines: {node: '>=0.10'} - request-light@0.5.8: resolution: {integrity: sha512-3Zjgh+8b5fhRJBQZoy+zbVKpAQGLyka0MPgW3zruTF4dFFJ8Fqcfu9YsAvi/rvdcaTeWG3MkbZv4WKxAn/84Lg==} @@ -5275,10 +4997,6 @@ packages: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} - resolve-from@5.0.0: - resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} - engines: {node: '>=8'} - resolve@1.22.8: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true @@ -6223,10 +5941,6 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - xdg-basedir@5.1.0: - resolution: {integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==} - engines: {node: '>=12'} - xhr@2.6.0: resolution: {integrity: sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==} @@ -7261,191 +6975,6 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 - '@cspell/cspell-bundled-dicts@8.13.3': - dependencies: - '@cspell/dict-ada': 4.0.2 - '@cspell/dict-aws': 4.0.3 - '@cspell/dict-bash': 4.1.3 - '@cspell/dict-companies': 3.1.4 - '@cspell/dict-cpp': 5.1.12 - '@cspell/dict-cryptocurrencies': 5.0.0 - '@cspell/dict-csharp': 4.0.2 - '@cspell/dict-css': 4.0.13 - '@cspell/dict-dart': 2.0.3 - '@cspell/dict-django': 4.1.0 - '@cspell/dict-docker': 1.1.7 - '@cspell/dict-dotnet': 5.0.2 - '@cspell/dict-elixir': 4.0.3 - '@cspell/dict-en-common-misspellings': 2.0.4 - '@cspell/dict-en-gb': 1.1.33 - '@cspell/dict-en_us': 4.3.23 - '@cspell/dict-filetypes': 3.0.4 - '@cspell/dict-fonts': 4.0.0 - '@cspell/dict-fsharp': 1.0.1 - '@cspell/dict-fullstack': 3.2.0 - '@cspell/dict-gaming-terms': 1.0.5 - '@cspell/dict-git': 3.0.0 - '@cspell/dict-golang': 6.0.9 - '@cspell/dict-google': 1.0.1 - '@cspell/dict-haskell': 4.0.1 - '@cspell/dict-html': 4.0.5 - '@cspell/dict-html-symbol-entities': 4.0.0 - '@cspell/dict-java': 5.0.7 - '@cspell/dict-julia': 1.0.1 - '@cspell/dict-k8s': 1.0.6 - '@cspell/dict-latex': 4.0.0 - '@cspell/dict-lorem-ipsum': 4.0.0 - '@cspell/dict-lua': 4.0.3 - '@cspell/dict-makefile': 1.0.0 - '@cspell/dict-monkeyc': 1.0.6 - '@cspell/dict-node': 5.0.1 - '@cspell/dict-npm': 5.0.18 - '@cspell/dict-php': 4.0.8 - '@cspell/dict-powershell': 5.0.5 - '@cspell/dict-public-licenses': 2.0.7 - '@cspell/dict-python': 4.2.4 - '@cspell/dict-r': 2.0.1 - '@cspell/dict-ruby': 5.0.2 - '@cspell/dict-rust': 4.0.5 - '@cspell/dict-scala': 5.0.3 - '@cspell/dict-software-terms': 4.0.6 - '@cspell/dict-sql': 2.1.5 - '@cspell/dict-svelte': 1.0.2 - '@cspell/dict-swift': 2.0.1 - '@cspell/dict-terraform': 1.0.0 - '@cspell/dict-typescript': 3.1.6 - '@cspell/dict-vue': 3.0.0 - - '@cspell/cspell-json-reporter@8.13.3': - dependencies: - '@cspell/cspell-types': 8.13.3 - - '@cspell/cspell-pipe@8.13.3': {} - - '@cspell/cspell-resolver@8.13.3': - dependencies: - global-directory: 4.0.1 - - '@cspell/cspell-service-bus@8.13.3': {} - - '@cspell/cspell-types@8.13.3': {} - - '@cspell/dict-ada@4.0.2': {} - - '@cspell/dict-aws@4.0.3': {} - - '@cspell/dict-bash@4.1.3': {} - - '@cspell/dict-companies@3.1.4': {} - - '@cspell/dict-cpp@5.1.12': {} - - '@cspell/dict-cryptocurrencies@5.0.0': {} - - '@cspell/dict-csharp@4.0.2': {} - - '@cspell/dict-css@4.0.13': {} - - '@cspell/dict-dart@2.0.3': {} - - '@cspell/dict-data-science@2.0.1': {} - - '@cspell/dict-django@4.1.0': {} - - '@cspell/dict-docker@1.1.7': {} - - '@cspell/dict-dotnet@5.0.2': {} - - '@cspell/dict-elixir@4.0.3': {} - - '@cspell/dict-en-common-misspellings@2.0.4': {} - - '@cspell/dict-en-gb@1.1.33': {} - - '@cspell/dict-en_us@4.3.23': {} - - '@cspell/dict-filetypes@3.0.4': {} - - '@cspell/dict-fonts@4.0.0': {} - - '@cspell/dict-fsharp@1.0.1': {} - - '@cspell/dict-fullstack@3.2.0': {} - - '@cspell/dict-gaming-terms@1.0.5': {} - - '@cspell/dict-git@3.0.0': {} - - '@cspell/dict-golang@6.0.9': {} - - '@cspell/dict-google@1.0.1': {} - - '@cspell/dict-haskell@4.0.1': {} - - '@cspell/dict-html-symbol-entities@4.0.0': {} - - '@cspell/dict-html@4.0.5': {} - - '@cspell/dict-java@5.0.7': {} - - '@cspell/dict-julia@1.0.1': {} - - '@cspell/dict-k8s@1.0.6': {} - - '@cspell/dict-latex@4.0.0': {} - - '@cspell/dict-lorem-ipsum@4.0.0': {} - - '@cspell/dict-lua@4.0.3': {} - - '@cspell/dict-makefile@1.0.0': {} - - '@cspell/dict-monkeyc@1.0.6': {} - - '@cspell/dict-node@5.0.1': {} - - '@cspell/dict-npm@5.0.18': {} - - '@cspell/dict-php@4.0.8': {} - - '@cspell/dict-powershell@5.0.5': {} - - '@cspell/dict-public-licenses@2.0.7': {} - - '@cspell/dict-python@4.2.4': - dependencies: - '@cspell/dict-data-science': 2.0.1 - - '@cspell/dict-r@2.0.1': {} - - '@cspell/dict-ruby@5.0.2': {} - - '@cspell/dict-rust@4.0.5': {} - - '@cspell/dict-scala@5.0.3': {} - - '@cspell/dict-software-terms@4.0.6': {} - - '@cspell/dict-sql@2.1.5': {} - - '@cspell/dict-svelte@1.0.2': {} - - '@cspell/dict-swift@2.0.1': {} - - '@cspell/dict-terraform@1.0.0': {} - - '@cspell/dict-typescript@3.1.6': {} - - '@cspell/dict-vue@3.0.0': {} - - '@cspell/dynamic-import@8.13.3': - dependencies: - import-meta-resolve: 4.1.0 - - '@cspell/strong-weak-map@8.13.3': {} - - '@cspell/url@8.13.3': {} - '@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.2)': dependencies: postcss-selector-parser: 6.1.2 @@ -8780,8 +8309,6 @@ snapshots: array-slice@1.1.0: {} - array-timsort@1.0.3: {} - array-union@2.1.0: {} array.prototype.flat@1.3.2: @@ -9105,10 +8632,6 @@ snapshots: transitivePeerDependencies: - debug - chalk-template@1.1.0: - dependencies: - chalk: 5.3.0 - chalk@2.4.2: dependencies: ansi-styles: 3.2.1 @@ -9174,11 +8697,6 @@ snapshots: dependencies: escape-string-regexp: 5.0.0 - clear-module@4.1.2: - dependencies: - parent-module: 2.0.0 - resolve-from: 5.0.0 - cli-boxes@3.0.0: {} cli-cursor@3.1.0: @@ -9252,14 +8770,6 @@ snapshots: commander@9.5.0: {} - comment-json@4.2.5: - dependencies: - array-timsort: 1.0.3 - core-util-is: 1.0.3 - esprima: 4.0.1 - has-own-prop: 2.0.0 - repeat-string: 1.6.1 - common-ancestor-path@1.0.1: {} common-path-prefix@3.0.0: {} @@ -9282,8 +8792,6 @@ snapshots: dependencies: browserslist: 4.23.3 - core-util-is@1.0.3: {} - cosmiconfig@8.3.6(typescript@5.5.4): dependencies: import-fresh: 3.3.0 @@ -9309,95 +8817,6 @@ snapshots: crypto-random-string@2.0.0: {} - cspell-config-lib@8.13.3: - dependencies: - '@cspell/cspell-types': 8.13.3 - comment-json: 4.2.5 - yaml: 2.5.0 - - cspell-dictionary@8.13.3: - dependencies: - '@cspell/cspell-pipe': 8.13.3 - '@cspell/cspell-types': 8.13.3 - cspell-trie-lib: 8.13.3 - fast-equals: 5.0.1 - - cspell-gitignore@8.13.3: - dependencies: - '@cspell/url': 8.13.3 - cspell-glob: 8.13.3 - cspell-io: 8.13.3 - find-up-simple: 1.0.0 - - cspell-glob@8.13.3: - dependencies: - '@cspell/url': 8.13.3 - micromatch: 4.0.7 - - cspell-grammar@8.13.3: - dependencies: - '@cspell/cspell-pipe': 8.13.3 - '@cspell/cspell-types': 8.13.3 - - cspell-io@8.13.3: - dependencies: - '@cspell/cspell-service-bus': 8.13.3 - '@cspell/url': 8.13.3 - - cspell-lib@8.13.3: - dependencies: - '@cspell/cspell-bundled-dicts': 8.13.3 - '@cspell/cspell-pipe': 8.13.3 - '@cspell/cspell-resolver': 8.13.3 - '@cspell/cspell-types': 8.13.3 - '@cspell/dynamic-import': 8.13.3 - '@cspell/strong-weak-map': 8.13.3 - '@cspell/url': 8.13.3 - clear-module: 4.1.2 - comment-json: 4.2.5 - cspell-config-lib: 8.13.3 - cspell-dictionary: 8.13.3 - cspell-glob: 8.13.3 - cspell-grammar: 8.13.3 - cspell-io: 8.13.3 - cspell-trie-lib: 8.13.3 - env-paths: 3.0.0 - fast-equals: 5.0.1 - gensequence: 7.0.0 - import-fresh: 3.3.0 - resolve-from: 5.0.0 - vscode-languageserver-textdocument: 1.0.12 - vscode-uri: 3.0.8 - xdg-basedir: 5.1.0 - - cspell-trie-lib@8.13.3: - dependencies: - '@cspell/cspell-pipe': 8.13.3 - '@cspell/cspell-types': 8.13.3 - gensequence: 7.0.0 - - cspell@8.13.3: - dependencies: - '@cspell/cspell-json-reporter': 8.13.3 - '@cspell/cspell-pipe': 8.13.3 - '@cspell/cspell-types': 8.13.3 - '@cspell/dynamic-import': 8.13.3 - '@cspell/url': 8.13.3 - chalk: 5.3.0 - chalk-template: 1.1.0 - commander: 12.1.0 - cspell-dictionary: 8.13.3 - cspell-gitignore: 8.13.3 - cspell-glob: 8.13.3 - cspell-io: 8.13.3 - cspell-lib: 8.13.3 - fast-glob: 3.3.2 - fast-json-stable-stringify: 2.1.0 - file-entry-cache: 9.0.0 - get-stdin: 9.0.0 - semver: 7.6.3 - strip-ansi: 7.1.0 - css-declaration-sorter@7.2.0(postcss@8.4.41): dependencies: postcss: 8.4.41 @@ -9632,8 +9051,6 @@ snapshots: entities@4.5.0: {} - env-paths@3.0.0: {} - environment@1.1.0: {} error-ex@1.3.2: @@ -9971,8 +9388,6 @@ snapshots: fast-diff@1.3.0: {} - fast-equals@5.0.1: {} - fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -9999,10 +9414,6 @@ snapshots: dependencies: flat-cache: 4.0.1 - file-entry-cache@9.0.0: - dependencies: - flat-cache: 5.0.0 - file-type@16.5.4: dependencies: readable-web-to-node-stream: 3.0.2 @@ -10077,11 +9488,6 @@ snapshots: flatted: 3.3.1 keyv: 4.5.4 - flat-cache@5.0.0: - dependencies: - flatted: 3.3.1 - keyv: 4.5.4 - flatted@3.3.1: {} flattie@1.1.1: {} @@ -10128,8 +9534,6 @@ snapshots: functions-have-names@1.2.3: {} - gensequence@7.0.0: {} - gensync@1.0.0-beta.2: {} get-caller-file@2.0.5: {} @@ -10146,8 +9550,6 @@ snapshots: get-own-enumerable-property-symbols@3.0.2: {} - get-stdin@9.0.0: {} - get-stream@8.0.1: {} get-stream@9.0.1: @@ -10216,10 +9618,6 @@ snapshots: minimatch: 5.1.6 once: 1.4.0 - global-directory@4.0.1: - dependencies: - ini: 4.1.1 - global-modules@1.0.0: dependencies: global-prefix: 1.0.2 @@ -10295,8 +9693,6 @@ snapshots: has-flag@4.0.0: {} - has-own-prop@2.0.0: {} - has-property-descriptors@1.0.2: dependencies: es-define-property: 1.0.0 @@ -10497,8 +9893,6 @@ snapshots: ini@1.3.8: {} - ini@4.1.1: {} - inline-style-parser@0.1.1: {} inline-style-parser@0.2.3: {} @@ -11746,10 +11140,6 @@ snapshots: dependencies: callsites: 3.1.0 - parent-module@2.0.0: - dependencies: - callsites: 3.1.0 - parse-bmfont-ascii@1.0.6: {} parse-bmfont-binary@1.0.6: {} @@ -12376,8 +11766,6 @@ snapshots: mdast-util-to-markdown: 2.1.0 unified: 11.0.5 - repeat-string@1.6.1: {} - request-light@0.5.8: {} request-light@0.7.0: {} @@ -12393,8 +11781,6 @@ snapshots: resolve-from@4.0.0: {} - resolve-from@5.0.0: {} - resolve@1.22.8: dependencies: is-core-module: 2.15.0 @@ -13555,8 +12941,6 @@ snapshots: wrappy@1.0.2: {} - xdg-basedir@5.1.0: {} - xhr@2.6.0: dependencies: global: 4.4.0 diff --git a/src/components/AmazonBook.astro b/src/components/AmazonBook.astro index 9ffe503..b37e506 100644 --- a/src/components/AmazonBook.astro +++ b/src/components/AmazonBook.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import Book from './Book.astro'; import Link from './Link.astro'; diff --git a/src/components/AppleTVFlag.astro b/src/components/AppleTVFlag.astro index 983f733..1098c49 100644 --- a/src/components/AppleTVFlag.astro +++ b/src/components/AppleTVFlag.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro etflix import Link from './Link.astro'; export interface Props { diff --git a/src/components/Backlink.astro b/src/components/Backlink.astro index 71161d0..d746fd8 100644 --- a/src/components/Backlink.astro +++ b/src/components/Backlink.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro tabindex clickarea umami import { ArrowLeft } from './icons'; import Link from './Link.astro'; diff --git a/src/components/Banner.astro b/src/components/Banner.astro index 3196e3c..948dec5 100644 --- a/src/components/Banner.astro +++ b/src/components/Banner.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro export interface Props { class?: string; summary?: string; diff --git a/src/components/BarChart.tsx b/src/components/BarChart.tsx index 03e0396..06e3fe6 100644 --- a/src/components/BarChart.tsx +++ b/src/components/BarChart.tsx @@ -1,4 +1,3 @@ -// Cspell:words deepmerge autocolors chartjs import deepmerge from 'deepmerge'; import { diff --git a/src/components/Blockquote.astro b/src/components/Blockquote.astro index 98c0535..9e6627f 100644 --- a/src/components/Blockquote.astro +++ b/src/components/Blockquote.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import TextLink from './TextLink.astro'; interface Props { diff --git a/src/components/Book.astro b/src/components/Book.astro index 6aa9554..95f01e1 100644 --- a/src/components/Book.astro +++ b/src/components/Book.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro tabindex interface Props { alt?: string; class?: string; diff --git a/src/components/Bookshelf.astro b/src/components/Bookshelf.astro index 1264791..783c6a9 100644 --- a/src/components/Bookshelf.astro +++ b/src/components/Bookshelf.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro minmax export interface Props { [key: string]: any; } diff --git a/src/components/ColorStack.astro b/src/components/ColorStack.astro index 81e1693..de6c158 100644 --- a/src/components/ColorStack.astro +++ b/src/components/ColorStack.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro minmax export interface Props { [key: string]: any; } diff --git a/src/components/ColorSwatch.astro b/src/components/ColorSwatch.astro index a047e56..dfd28e0 100644 --- a/src/components/ColorSwatch.astro +++ b/src/components/ColorSwatch.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro subheadline backface flippable import Subheadline from './Subheadline.astro'; import Text from './Text.astro'; diff --git a/src/components/DisplayBox.astro b/src/components/DisplayBox.astro index cf641ca..0c59382 100644 --- a/src/components/DisplayBox.astro +++ b/src/components/DisplayBox.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro export interface Props { class?: string; [key: string]: any; diff --git a/src/components/Divider.astro b/src/components/Divider.astro index 42eee73..bcf6339 100644 --- a/src/components/Divider.astro +++ b/src/components/Divider.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro interface Props { class?: string; } diff --git a/src/components/DoughnutChart.tsx b/src/components/DoughnutChart.tsx index 85b7dfc..4ff475b 100644 --- a/src/components/DoughnutChart.tsx +++ b/src/components/DoughnutChart.tsx @@ -1,4 +1,3 @@ -// Cspell:words deepmerge autocolors chartjs import deepmerge from 'deepmerge'; import { ArcElement, Chart as ChartJS, Legend, Tooltip } from 'chart.js'; diff --git a/src/components/DownloadLink.astro b/src/components/DownloadLink.astro index 6d663df..b60d10c 100644 --- a/src/components/DownloadLink.astro +++ b/src/components/DownloadLink.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import { Download } from './icons'; import TextLink from './TextLink.astro'; diff --git a/src/components/EmailLink.astro b/src/components/EmailLink.astro index 5297a4e..e3e3dd1 100644 --- a/src/components/EmailLink.astro +++ b/src/components/EmailLink.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import { MailSend } from './icons'; import TextLink from './TextLink.astro'; diff --git a/src/components/Figure.astro b/src/components/Figure.astro index e3e0d91..9e015af 100644 --- a/src/components/Figure.astro +++ b/src/components/Figure.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro fullsize nowrap figcaption export interface Props { caption?: string; class?: string; diff --git a/src/components/Flag.astro b/src/components/Flag.astro index c02d78b..f11decf 100644 --- a/src/components/Flag.astro +++ b/src/components/Flag.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro darkgrey import Link from './Link.astro'; export interface Props { diff --git a/src/components/GalleryDetail.astro b/src/components/GalleryDetail.astro index 5085cea..43e2380 100644 --- a/src/components/GalleryDetail.astro +++ b/src/components/GalleryDetail.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import Image from './Image.astro'; import Headline from './Headline.astro'; diff --git a/src/components/Headline.astro b/src/components/Headline.astro index a69bd08..3503acc 100644 --- a/src/components/Headline.astro +++ b/src/components/Headline.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro keyof export interface Props { as?: keyof astroHTML.JSX.IntrinsicElements; class?: string; diff --git a/src/components/Image.astro b/src/components/Image.astro index ccdd37d..922b96c 100644 --- a/src/components/Image.astro +++ b/src/components/Image.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro const { class: className, noMargin, src, ...props } = Astro.props; --- diff --git a/src/components/JournalList.astro b/src/components/JournalList.astro index 68f1699..7514cd3 100644 --- a/src/components/JournalList.astro +++ b/src/components/JournalList.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro subsubheadline minmax webp import { Picture } from 'astro:assets'; import type { CollectionEntry } from 'astro:content'; diff --git a/src/components/Legal.astro b/src/components/Legal.astro index c20e634..3ea1d87 100644 --- a/src/components/Legal.astro +++ b/src/components/Legal.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import LegalDate from './LegalDate.astro'; import { site } from '../data/site'; diff --git a/src/components/Link.astro b/src/components/Link.astro index 8bec95a..0b04aea 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro noopener noreferrer interface Props { class?: string; href?: string; diff --git a/src/components/ListItem.astro b/src/components/ListItem.astro index 8914272..475ac44 100644 --- a/src/components/ListItem.astro +++ b/src/components/ListItem.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro export interface Props { class?: string; [key: string]: any; diff --git a/src/components/MainNavigation.astro b/src/components/MainNavigation.astro index 582c666..7c293e5 100644 --- a/src/components/MainNavigation.astro +++ b/src/components/MainNavigation.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro umami shibui import Link from './Link.astro'; import navigation from '../data/navigation.json'; diff --git a/src/components/MarkdownImage.astro b/src/components/MarkdownImage.astro index 644cd49..fee7733 100644 --- a/src/components/MarkdownImage.astro +++ b/src/components/MarkdownImage.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro interface Props { class?: string; noMargin?: boolean; diff --git a/src/components/MoreLink.astro b/src/components/MoreLink.astro index de3b028..6c8fd17 100644 --- a/src/components/MoreLink.astro +++ b/src/components/MoreLink.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import { ArrowRight } from './icons'; import TextLink from './TextLink.astro'; diff --git a/src/components/NetflixFlag.astro b/src/components/NetflixFlag.astro index bd6a1f7..cd62717 100644 --- a/src/components/NetflixFlag.astro +++ b/src/components/NetflixFlag.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro etflix import Link from './Link.astro'; export interface Props { diff --git a/src/components/OdyseeVideo.astro b/src/components/OdyseeVideo.astro index c0f02fc..07731b6 100644 --- a/src/components/OdyseeVideo.astro +++ b/src/components/OdyseeVideo.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro autoplay allowfullscreen export interface Props { class?: string; id: string; diff --git a/src/components/OrderedList.astro b/src/components/OrderedList.astro index 3247169..35ff684 100644 --- a/src/components/OrderedList.astro +++ b/src/components/OrderedList.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro export interface Props { class?: string; [key: string]: any; diff --git a/src/components/PageFooter.astro b/src/components/PageFooter.astro index 98031fd..063914c 100644 --- a/src/components/PageFooter.astro +++ b/src/components/PageFooter.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro subnavigation shibui import Legal from './Legal.astro'; import RSSLink from './RSSLink.astro'; import SocialLinks from './SocialLinks.astro'; diff --git a/src/components/PageHeader.astro b/src/components/PageHeader.astro index fa64505..eb34f6a 100644 --- a/src/components/PageHeader.astro +++ b/src/components/PageHeader.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro backlink shibui import Backlink from '../components/Backlink.astro'; import MainNavigation from '../components/MainNavigation.astro'; import ThemeToggle from '../components/ThemeToggle.astro'; diff --git a/src/components/PageTitle.astro b/src/components/PageTitle.astro index e72faf9..bc75757 100644 --- a/src/components/PageTitle.astro +++ b/src/components/PageTitle.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import Title from './Title.astro'; export interface Props { diff --git a/src/components/Pagination.astro b/src/components/Pagination.astro index 0ba2610..2239da8 100644 --- a/src/components/Pagination.astro +++ b/src/components/Pagination.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro umami import { ArrowLeftS, ArrowRightS } from './icons'; export interface Props { diff --git a/src/components/PrimeVideoFlag.astro b/src/components/PrimeVideoFlag.astro index 1f8a83e..840067d 100644 --- a/src/components/PrimeVideoFlag.astro +++ b/src/components/PrimeVideoFlag.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import Link from './Link.astro'; export interface Props { diff --git a/src/components/ProductLink.astro b/src/components/ProductLink.astro index 25b34ae..10b7ad8 100644 --- a/src/components/ProductLink.astro +++ b/src/components/ProductLink.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import TextLink from './TextLink.astro'; export interface Props { diff --git a/src/components/ProjectContainer.astro b/src/components/ProjectContainer.astro index cdfa004..93a2a09 100644 --- a/src/components/ProjectContainer.astro +++ b/src/components/ProjectContainer.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro halfgap figcaption import type { CollectionEntry } from 'astro:content'; import ProjectContent from '../components/ProjectContent.astro'; diff --git a/src/components/ProjectContent.astro b/src/components/ProjectContent.astro index a5c610d..90dfd9f 100644 --- a/src/components/ProjectContent.astro +++ b/src/components/ProjectContent.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import type { CollectionEntry } from 'astro:content'; import Headline from '../components/Headline.astro'; diff --git a/src/components/ProjectImage.astro b/src/components/ProjectImage.astro index c833f2e..9a9726d 100644 --- a/src/components/ProjectImage.astro +++ b/src/components/ProjectImage.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import type { CollectionEntry } from 'astro:content'; import Image from './Image.astro'; diff --git a/src/components/ProjectIntro.astro b/src/components/ProjectIntro.astro index 9c06156..a4a6212 100644 --- a/src/components/ProjectIntro.astro +++ b/src/components/ProjectIntro.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro export interface Props { class?: string; [key: string]: any; diff --git a/src/components/Pullquote.astro b/src/components/Pullquote.astro index 14788be..7fa8ad4 100644 --- a/src/components/Pullquote.astro +++ b/src/components/Pullquote.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro import TextLink from './TextLink.astro'; interface Props { diff --git a/src/components/RSSLink.astro b/src/components/RSSLink.astro index 2581ca1..7e9e330 100644 --- a/src/components/RSSLink.astro +++ b/src/components/RSSLink.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro subsubheadline umami shibui import { Rss } from './icons'; import Link from './Link.astro'; import Subsubheadline from './Subsubheadline.astro'; diff --git a/src/components/RssXml.astro b/src/components/RssXml.astro index 9a8967f..ad6d21d 100644 --- a/src/components/RssXml.astro +++ b/src/components/RssXml.astro @@ -1,5 +1,4 @@ --- -// Cspell:words astro stylesheet frontmatter import { site } from '../data/site'; import { dateToISO } from '../utils'; diff --git a/src/components/Scripts.astro b/src/components/Scripts.astro index 814f64c..0825d38 100644 --- a/src/components/Scripts.astro +++ b/src/components/Scripts.astro @@ -1,5 +1,5 @@ --- -// Cspell:words astro animationend keydown + ---