Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: upgrade docs

+260 -143
+7 -4
docs/astro.config.mjs
··· 16 16 dark: "./src/assets/logo-dark.png", 17 17 replacesTitle: true, 18 18 }, 19 - social: { 20 - github: 21 - "https://github.com/trueberryless-org/starlight-save-file-component", 22 - }, 19 + social: [ 20 + { 21 + icon: "github", 22 + label: "GitHub", 23 + href: "https://github.com/trueberryless-org/starlight-save-file-component", 24 + }, 25 + ], 23 26 sidebar: [ 24 27 { 25 28 label: "Start here",
+2 -2
docs/package.json
··· 10 10 "start": "astro dev" 11 11 }, 12 12 "dependencies": { 13 - "@astrojs/starlight": "^0.32.2", 13 + "@astrojs/starlight": "^0.33.0", 14 14 "@hideoo/starlight-plugins-docs-components": "^0.4.0", 15 15 "@trueberryless-org/starlight-plugins-docs-components": "^0.4.1", 16 - "astro": "^5.1.5", 16 + "astro": "^5.6.1", 17 17 "sharp": "^0.32.5", 18 18 "starlight-contributor-list": "^0.3.0", 19 19 "starlight-links-validator": "^0.14.3",
+251 -137
pnpm-lock.yaml
··· 27 27 docs: 28 28 dependencies: 29 29 '@astrojs/starlight': 30 - specifier: ^0.32.2 31 - version: 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 30 + specifier: ^0.33.0 31 + version: 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 32 32 '@hideoo/starlight-plugins-docs-components': 33 33 specifier: ^0.4.0 34 - version: 0.4.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 34 + version: 0.4.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 35 35 '@trueberryless-org/starlight-plugins-docs-components': 36 36 specifier: ^0.4.1 37 - version: 0.4.1(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 37 + version: 0.4.1(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 38 38 astro: 39 - specifier: ^5.1.5 40 - version: 5.4.2(rollup@4.35.0)(typescript@5.8.2) 39 + specifier: ^5.6.1 40 + version: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 41 41 sharp: 42 42 specifier: ^0.32.5 43 43 version: 0.32.6 44 44 starlight-contributor-list: 45 45 specifier: ^0.3.0 46 - version: 0.3.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))) 46 + version: 0.3.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))) 47 47 starlight-links-validator: 48 48 specifier: ^0.14.3 49 - version: 0.14.3(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))) 49 + version: 0.14.3(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))) 50 50 starlight-package-managers: 51 51 specifier: ^0.10.0 52 - version: 0.10.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))) 52 + version: 0.10.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))) 53 53 starlight-save-file-component: 54 54 specifier: workspace:* 55 55 version: link:../packages/starlight-save-file-component ··· 58 58 dependencies: 59 59 '@astrojs/starlight': 60 60 specifier: '>=0.32' 61 - version: 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 61 + version: 0.32.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 62 62 63 63 packages: 64 64 ··· 82 82 '@astrojs/compiler@2.10.4': 83 83 resolution: {integrity: sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==} 84 84 85 + '@astrojs/compiler@2.11.0': 86 + resolution: {integrity: sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==} 87 + 85 88 '@astrojs/internal-helpers@0.6.0': 86 89 resolution: {integrity: sha512-XgHIJDQaGlFnTr0sDp1PiJrtqsWzbHP2qkTU+JpQ8SnBewKP2IKOe/wqCkl0CyfyRXRu3TSWu4t/cpYMVfuBNA==} 90 + 91 + '@astrojs/internal-helpers@0.6.1': 92 + resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==} 87 93 88 94 '@astrojs/markdown-remark@6.2.0': 89 95 resolution: {integrity: sha512-LUDjgd9p1yG0qTFSocaj3GOLmZs8Hsw/pNtvqzvNY58Acebxvb/46vDO/e/wxYgsKgIfWS+p+ZI5SfOjoVrbCg==} 90 96 97 + '@astrojs/markdown-remark@6.3.1': 98 + resolution: {integrity: sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==} 99 + 91 100 '@astrojs/mdx@4.1.0': 92 101 resolution: {integrity: sha512-M7BaYhVTT7Q/iS2EoEaUngQnN+D2jPCWmNS1TIY31bDyz3MOf+dZmuqODJOEUdBBAASkQE+MhzyPds/N2o6csw==} 93 102 engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} ··· 103 112 104 113 '@astrojs/starlight@0.32.2': 105 114 resolution: {integrity: sha512-FLz8Y8R+GsD0jD/G64bYijwwVsAq99Ugk2bJYRmH2k1reYMh83GRma2IaKGgSI2fLNEu7tdyG4cpkwrwP3W02A==} 115 + peerDependencies: 116 + astro: ^5.1.5 117 + 118 + '@astrojs/starlight@0.33.0': 119 + resolution: {integrity: sha512-BAdz3TJ5f7e0iDwu7ZNy6i6Rlca2sgi416K8pGPN3VMIlgJmj9NCqSUGZh+OQhk5FNzmnssi8w+xQQeNpe5hDw==} 106 120 peerDependencies: 107 121 astro: ^5.1.5 108 122 ··· 665 679 '@shikijs/core@1.29.2': 666 680 resolution: {integrity: sha512-vju0lY9r27jJfOY4Z7+Rt/nIOjzJpZ3y+nYpqtUZInVoXQ/TJZcfGnNOGnKjFdVZb8qexiCuSlZRKcGfhhTTZQ==} 667 681 682 + '@shikijs/core@3.2.1': 683 + resolution: {integrity: sha512-FhsdxMWYu/C11sFisEp7FMGBtX/OSSbnXZDMBhGuUDBNTdsoZlMSgQv5f90rwvzWAdWIW6VobD+G3IrazxA6dQ==} 684 + 668 685 '@shikijs/engine-javascript@1.29.2': 669 686 resolution: {integrity: sha512-iNEZv4IrLYPv64Q6k7EPpOCE/nuvGiKl7zxdq0WFuRPF5PAE9PRo2JGq/d8crLusM59BRemJ4eOqrFrC4wiQ+A==} 670 687 688 + '@shikijs/engine-javascript@3.2.1': 689 + resolution: {integrity: sha512-eMdcUzN3FMQYxOmRf2rmU8frikzoSHbQDFH2hIuXsrMO+IBOCI9BeeRkCiBkcLDHeRKbOCtYMJK3D6U32ooU9Q==} 690 + 671 691 '@shikijs/engine-oniguruma@1.29.2': 672 692 resolution: {integrity: sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==} 673 693 694 + '@shikijs/engine-oniguruma@3.2.1': 695 + resolution: {integrity: sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==} 696 + 674 697 '@shikijs/langs@1.29.2': 675 698 resolution: {integrity: sha512-FIBA7N3LZ+223U7cJDUYd5shmciFQlYkFXlkKVaHsCPgfVLiO+e12FmQE6Tf9vuyEsFe3dIl8qGWKXgEHL9wmQ==} 699 + 700 + '@shikijs/langs@3.2.1': 701 + resolution: {integrity: sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==} 676 702 677 703 '@shikijs/themes@1.29.2': 678 704 resolution: {integrity: sha512-i9TNZlsq4uoyqSbluIcZkmPL9Bfi3djVxRnofUHwvx/h6SRW3cwgBC5SML7vsDcWyukY0eCzVN980rqP6qNl9g==} 705 + 706 + '@shikijs/themes@3.2.1': 707 + resolution: {integrity: sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==} 679 708 680 709 '@shikijs/types@1.29.2': 681 710 resolution: {integrity: sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==} 682 711 712 + '@shikijs/types@3.2.1': 713 + resolution: {integrity: sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==} 714 + 683 715 '@shikijs/vscode-textmate@10.0.2': 684 716 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} 685 717 ··· 707 739 708 740 '@types/acorn@4.0.6': 709 741 resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} 710 - 711 - '@types/cookie@0.6.0': 712 - resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} 713 742 714 743 '@types/debug@4.1.12': 715 744 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} ··· 821 850 peerDependencies: 822 851 astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 823 852 824 - astro@5.4.2: 825 - resolution: {integrity: sha512-9Z3fAniIRJaK/o43OroZA1wHUIU+qHiOR9ovlVT/2XQaN25QRXScIsKWlFp0G/zrx5OuuoJ+QnaoHHW061u26A==} 853 + astro@5.6.1: 854 + resolution: {integrity: sha512-aQ2TV7wIf+q2Oi6gGWMINHWEAZqoP0eH6/mihodfTJYATPWyd03JIGVfjtYUJlkNdNSKxDXwEe/r/Zx4CZ1FPg==} 826 855 engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 827 856 hasBin: true 828 857 ··· 940 969 resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} 941 970 engines: {node: '>=8'} 942 971 943 - ci-info@4.1.0: 944 - resolution: {integrity: sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==} 972 + ci-info@4.2.0: 973 + resolution: {integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==} 945 974 engines: {node: '>=8'} 946 975 947 976 cli-boxes@3.0.0: ··· 981 1010 cookie-es@1.2.2: 982 1011 resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} 983 1012 984 - cookie@0.7.2: 985 - resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} 986 - engines: {node: '>= 0.6'} 1013 + cookie@1.0.2: 1014 + resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} 1015 + engines: {node: '>=18'} 987 1016 988 1017 cross-spawn@7.0.6: 989 1018 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} ··· 1208 1237 fill-range@7.1.1: 1209 1238 resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} 1210 1239 engines: {node: '>=8'} 1211 - 1212 - find-up-simple@1.0.1: 1213 - resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} 1214 - engines: {node: '>=18'} 1215 1240 1216 1241 find-up@4.1.0: 1217 1242 resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} 1218 1243 engines: {node: '>=8'} 1219 1244 1220 - find-yarn-workspace-root2@1.2.16: 1221 - resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} 1222 - 1223 1245 flat-cache@3.2.0: 1224 1246 resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} 1225 1247 engines: {node: ^10.12.0 || >=12.0.0} ··· 1504 1526 lite-youtube-embed@0.3.3: 1505 1527 resolution: {integrity: sha512-gFfVVnj6NRjxVfJKo3qoLtpi0v5mn3AcR4eKD45wrxQuxzveFJUb+7Cr6uV6n+DjO8X3p0UzPPquhGt0H/y+NA==} 1506 1528 1507 - load-yaml-file@0.2.0: 1508 - resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} 1509 - engines: {node: '>=6'} 1510 - 1511 1529 locate-path@5.0.0: 1512 1530 resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} 1513 1531 engines: {node: '>=8'} ··· 1781 1799 once@1.4.0: 1782 1800 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 1783 1801 1802 + oniguruma-parser@0.5.4: 1803 + resolution: {integrity: sha512-yNxcQ8sKvURiTwP0mV6bLQCYE7NKfKRRWunhbZnXgxSmB1OXa1lHrN3o4DZd+0Si0kU5blidK7BcROO8qv5TZA==} 1804 + 1784 1805 oniguruma-to-es@2.3.0: 1785 1806 resolution: {integrity: sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==} 1786 1807 1808 + oniguruma-to-es@4.1.0: 1809 + resolution: {integrity: sha512-SNwG909cSLo4vPyyPbU/VJkEc9WOXqu2ycBlfd1UCXLqk1IijcQktSBb2yRQ2UFPsDhpkaf+C1dtT3PkLK/yWA==} 1810 + 1787 1811 os-tmpdir@1.0.2: 1788 1812 resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} 1789 1813 engines: {node: '>=0.10.0'} ··· 1838 1862 package-manager-detector@0.2.11: 1839 1863 resolution: {integrity: sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==} 1840 1864 1865 + package-manager-detector@1.1.0: 1866 + resolution: {integrity: sha512-Y8f9qUlBzW8qauJjd/eu6jlpJZsuPJm2ZAV0cDVd420o4EdpH5RPdoCv+60/TdJflGatr4sDfpAL6ArWZbM5tA==} 1867 + 1841 1868 pagefind@1.3.0: 1842 1869 resolution: {integrity: sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==} 1843 1870 hasBin: true ··· 1882 1909 resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} 1883 1910 engines: {node: '>=6'} 1884 1911 1885 - pkg-dir@4.2.0: 1886 - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} 1887 - engines: {node: '>=8'} 1888 - 1889 1912 postcss-nested@6.2.0: 1890 1913 resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} 1891 1914 engines: {node: '>=12.0'} ··· 1904 1927 resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} 1905 1928 engines: {node: '>=10'} 1906 1929 hasBin: true 1907 - 1908 - preferred-pm@4.1.1: 1909 - resolution: {integrity: sha512-rU+ZAv1Ur9jAUZtGPebQVQPzdGhNzaEiQ7VL9+cjsAWPHFYOccNXPNiev1CCDSOg/2j7UujM7ojNhpkuILEVNQ==} 1910 - engines: {node: '>=18.12'} 1911 1930 1912 1931 prettier-plugin-astro@0.14.1: 1913 1932 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} ··· 1983 2002 regex-recursion@5.1.1: 1984 2003 resolution: {integrity: sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==} 1985 2004 2005 + regex-recursion@6.0.2: 2006 + resolution: {integrity: sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==} 2007 + 1986 2008 regex-utilities@2.3.0: 1987 2009 resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==} 1988 2010 1989 2011 regex@5.1.1: 1990 2012 resolution: {integrity: sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==} 2013 + 2014 + regex@6.0.1: 2015 + resolution: {integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==} 1991 2016 1992 2017 rehype-expressive-code@0.40.2: 1993 2018 resolution: {integrity: sha512-+kn+AMGCrGzvtH8Q5lC6Y5lnmTV/r33fdmi5QU/IH1KPHKobKr5UnLwJuqHv5jBTSN/0v2wLDS7RTM73FVzqmQ==} ··· 2103 2128 2104 2129 shiki@1.29.2: 2105 2130 resolution: {integrity: sha512-njXuliz/cP+67jU2hukkxCNuH1yUi4QfdZZY+sMr5PPrIyXSu5iTb/qYC4BiWWB0vZ+7TbdvYUCeL23zpwCfbg==} 2131 + 2132 + shiki@3.2.1: 2133 + resolution: {integrity: sha512-VML/2o1/KGYkEf/stJJ+s9Ypn7jUKQPomGLGYso4JJFMFxVDyPNsjsI3MB3KLjlMOeH44gyaPdXC6rik2WXvUQ==} 2106 2134 2107 2135 signal-exit@4.1.0: 2108 2136 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} ··· 2306 2334 uhyphen@0.2.0: 2307 2335 resolution: {integrity: sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==} 2308 2336 2309 - ultrahtml@1.5.3: 2310 - resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} 2337 + ultrahtml@1.6.0: 2338 + resolution: {integrity: sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==} 2311 2339 2312 2340 uncrypto@0.1.3: 2313 2341 resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} ··· 2420 2448 vfile@6.0.3: 2421 2449 resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} 2422 2450 2423 - vite@6.2.1: 2424 - resolution: {integrity: sha512-n2GnqDb6XPhlt9B8olZPrgMD/es/Nd1RdChF6CBD/fHW6pUyUTt2sQW2fPRX5GiD9XEa6+8A6A4f2vT6pSsE7Q==} 2451 + vite@6.2.5: 2452 + resolution: {integrity: sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==} 2425 2453 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 2426 2454 hasBin: true 2427 2455 peerDependencies: ··· 2481 2509 resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==} 2482 2510 engines: {node: '>=4'} 2483 2511 2484 - which-pm@3.0.1: 2485 - resolution: {integrity: sha512-v2JrMq0waAI4ju1xU5x3blsxBBMgdgZve580iYMN5frDaLGjbA24fok7wKCsya8KLVO19Ju4XDc5+zTZCJkQfg==} 2486 - engines: {node: '>=18.12'} 2487 - 2488 2512 which@2.0.2: 2489 2513 resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} 2490 2514 engines: {node: '>= 8'} ··· 2520 2544 resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 2521 2545 engines: {node: '>=18'} 2522 2546 2523 - zod-to-json-schema@3.24.3: 2524 - resolution: {integrity: sha512-HIAfWdYIt1sssHfYZFCXp4rU1w2r8hVVXYIlmoa0r0gABLs5di3RCqPU5DDROogVz1pAdYBaz7HK5n9pSUNs3A==} 2547 + zod-to-json-schema@3.24.5: 2548 + resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} 2525 2549 peerDependencies: 2526 2550 zod: ^3.24.1 2527 2551 ··· 2549 2573 - encoding 2550 2574 - supports-color 2551 2575 2552 - '@astro-community/astro-embed-twitter@0.5.8(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))': 2576 + '@astro-community/astro-embed-twitter@0.5.8(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2553 2577 dependencies: 2554 2578 '@astro-community/astro-embed-utils': 0.1.3 2555 - astro: 5.4.2(rollup@4.35.0)(typescript@5.8.2) 2579 + astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2556 2580 2557 2581 '@astro-community/astro-embed-utils@0.1.3': 2558 2582 dependencies: 2559 2583 linkedom: 0.14.26 2560 2584 2561 - '@astro-community/astro-embed-youtube@0.5.6(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))': 2585 + '@astro-community/astro-embed-youtube@0.5.6(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2562 2586 dependencies: 2563 - astro: 5.4.2(rollup@4.35.0)(typescript@5.8.2) 2587 + astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2564 2588 lite-youtube-embed: 0.3.3 2565 2589 2566 2590 '@astrojs/compiler@2.10.4': {} 2567 2591 2592 + '@astrojs/compiler@2.11.0': {} 2593 + 2568 2594 '@astrojs/internal-helpers@0.6.0': {} 2595 + 2596 + '@astrojs/internal-helpers@0.6.1': {} 2569 2597 2570 2598 '@astrojs/markdown-remark@6.2.0': 2571 2599 dependencies: ··· 2593 2621 transitivePeerDependencies: 2594 2622 - supports-color 2595 2623 2596 - '@astrojs/mdx@4.1.0(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))': 2624 + '@astrojs/markdown-remark@6.3.1': 2625 + dependencies: 2626 + '@astrojs/internal-helpers': 0.6.1 2627 + '@astrojs/prism': 3.2.0 2628 + github-slugger: 2.0.0 2629 + hast-util-from-html: 2.0.3 2630 + hast-util-to-text: 4.0.2 2631 + import-meta-resolve: 4.1.0 2632 + js-yaml: 4.1.0 2633 + mdast-util-definitions: 6.0.0 2634 + rehype-raw: 7.0.0 2635 + rehype-stringify: 10.0.1 2636 + remark-gfm: 4.0.1 2637 + remark-parse: 11.0.0 2638 + remark-rehype: 11.1.1 2639 + remark-smartypants: 3.0.2 2640 + shiki: 3.2.1 2641 + smol-toml: 1.3.1 2642 + unified: 11.0.5 2643 + unist-util-remove-position: 5.0.0 2644 + unist-util-visit: 5.0.0 2645 + unist-util-visit-parents: 6.0.1 2646 + vfile: 6.0.3 2647 + transitivePeerDependencies: 2648 + - supports-color 2649 + 2650 + '@astrojs/mdx@4.1.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2597 2651 dependencies: 2598 2652 '@astrojs/markdown-remark': 6.2.0 2599 2653 '@mdx-js/mdx': 3.1.0(acorn@8.14.1) 2600 2654 acorn: 8.14.1 2601 - astro: 5.4.2(rollup@4.35.0)(typescript@5.8.2) 2655 + astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2602 2656 es-module-lexer: 1.6.0 2603 2657 estree-util-visit: 2.0.0 2604 2658 hast-util-to-html: 9.0.5 ··· 2622 2676 stream-replace-string: 2.0.0 2623 2677 zod: 3.24.2 2624 2678 2625 - '@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))': 2679 + '@astrojs/starlight@0.32.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2626 2680 dependencies: 2627 - '@astrojs/mdx': 4.1.0(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 2681 + '@astrojs/mdx': 4.1.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2628 2682 '@astrojs/sitemap': 3.2.1 2629 2683 '@pagefind/default-ui': 1.3.0 2630 2684 '@types/hast': 3.0.4 2631 2685 '@types/js-yaml': 4.0.9 2632 2686 '@types/mdast': 4.0.4 2633 - astro: 5.4.2(rollup@4.35.0)(typescript@5.8.2) 2634 - astro-expressive-code: 0.40.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 2687 + astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2688 + astro-expressive-code: 0.40.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2689 + bcp-47: 2.1.0 2690 + hast-util-from-html: 2.0.3 2691 + hast-util-select: 6.0.4 2692 + hast-util-to-string: 3.0.1 2693 + hastscript: 9.0.1 2694 + i18next: 23.16.8 2695 + js-yaml: 4.1.0 2696 + klona: 2.0.6 2697 + mdast-util-directive: 3.1.0 2698 + mdast-util-to-markdown: 2.1.2 2699 + mdast-util-to-string: 4.0.0 2700 + pagefind: 1.3.0 2701 + rehype: 13.0.2 2702 + rehype-format: 5.0.1 2703 + remark-directive: 3.0.1 2704 + unified: 11.0.5 2705 + unist-util-visit: 5.0.0 2706 + vfile: 6.0.3 2707 + transitivePeerDependencies: 2708 + - supports-color 2709 + 2710 + '@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2711 + dependencies: 2712 + '@astrojs/mdx': 4.1.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2713 + '@astrojs/sitemap': 3.2.1 2714 + '@pagefind/default-ui': 1.3.0 2715 + '@types/hast': 3.0.4 2716 + '@types/js-yaml': 4.0.9 2717 + '@types/mdast': 4.0.4 2718 + astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2719 + astro-expressive-code: 0.40.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2635 2720 bcp-47: 2.1.0 2636 2721 hast-util-from-html: 2.0.3 2637 2722 hast-util-select: 6.0.4 ··· 2655 2740 2656 2741 '@astrojs/telemetry@3.2.0': 2657 2742 dependencies: 2658 - ci-info: 4.1.0 2743 + ci-info: 4.2.0 2659 2744 debug: 4.4.0 2660 2745 dlv: 1.1.3 2661 2746 dset: 3.1.4 ··· 2978 3063 dependencies: 2979 3064 '@expressive-code/core': 0.40.2 2980 3065 2981 - '@hideoo/starlight-plugins-docs-components@0.4.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))': 3066 + '@hideoo/starlight-plugins-docs-components@0.4.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2982 3067 dependencies: 2983 - '@astrojs/starlight': 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 2984 - starlight-package-managers: 0.8.1(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))) 2985 - starlight-showcases: 0.3.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 3068 + '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 3069 + starlight-package-managers: 0.8.1(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))) 3070 + starlight-showcases: 0.3.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2986 3071 transitivePeerDependencies: 2987 3072 - astro 2988 3073 ··· 3229 3314 '@types/hast': 3.0.4 3230 3315 hast-util-to-html: 9.0.5 3231 3316 3317 + '@shikijs/core@3.2.1': 3318 + dependencies: 3319 + '@shikijs/types': 3.2.1 3320 + '@shikijs/vscode-textmate': 10.0.2 3321 + '@types/hast': 3.0.4 3322 + hast-util-to-html: 9.0.5 3323 + 3232 3324 '@shikijs/engine-javascript@1.29.2': 3233 3325 dependencies: 3234 3326 '@shikijs/types': 1.29.2 3235 3327 '@shikijs/vscode-textmate': 10.0.2 3236 3328 oniguruma-to-es: 2.3.0 3237 3329 3330 + '@shikijs/engine-javascript@3.2.1': 3331 + dependencies: 3332 + '@shikijs/types': 3.2.1 3333 + '@shikijs/vscode-textmate': 10.0.2 3334 + oniguruma-to-es: 4.1.0 3335 + 3238 3336 '@shikijs/engine-oniguruma@1.29.2': 3239 3337 dependencies: 3240 3338 '@shikijs/types': 1.29.2 3241 3339 '@shikijs/vscode-textmate': 10.0.2 3242 3340 3341 + '@shikijs/engine-oniguruma@3.2.1': 3342 + dependencies: 3343 + '@shikijs/types': 3.2.1 3344 + '@shikijs/vscode-textmate': 10.0.2 3345 + 3243 3346 '@shikijs/langs@1.29.2': 3244 3347 dependencies: 3245 3348 '@shikijs/types': 1.29.2 3246 3349 3350 + '@shikijs/langs@3.2.1': 3351 + dependencies: 3352 + '@shikijs/types': 3.2.1 3353 + 3247 3354 '@shikijs/themes@1.29.2': 3248 3355 dependencies: 3249 3356 '@shikijs/types': 1.29.2 3250 3357 3358 + '@shikijs/themes@3.2.1': 3359 + dependencies: 3360 + '@shikijs/types': 3.2.1 3361 + 3251 3362 '@shikijs/types@1.29.2': 3252 3363 dependencies: 3253 3364 '@shikijs/vscode-textmate': 10.0.2 3254 3365 '@types/hast': 3.0.4 3255 3366 3367 + '@shikijs/types@3.2.1': 3368 + dependencies: 3369 + '@shikijs/vscode-textmate': 10.0.2 3370 + '@types/hast': 3.0.4 3371 + 3256 3372 '@shikijs/vscode-textmate@10.0.2': {} 3257 3373 3258 3374 '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.5.3)': ··· 3267 3383 transitivePeerDependencies: 3268 3384 - supports-color 3269 3385 3270 - '@trueberryless-org/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))': 3386 + '@trueberryless-org/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 3271 3387 dependencies: 3272 - '@astrojs/starlight': 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 3273 - '@hideoo/starlight-plugins-docs-components': 0.4.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 3388 + '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 3389 + '@hideoo/starlight-plugins-docs-components': 0.4.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 3274 3390 change-case: 5.4.4 3275 - starlight-showcases: 0.2.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 3391 + starlight-showcases: 0.2.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 3276 3392 transitivePeerDependencies: 3277 3393 - astro 3278 3394 3279 3395 '@types/acorn@4.0.6': 3280 3396 dependencies: 3281 3397 '@types/estree': 1.0.6 3282 - 3283 - '@types/cookie@0.6.0': {} 3284 3398 3285 3399 '@types/debug@4.1.12': 3286 3400 dependencies: ··· 3365 3479 3366 3480 astring@1.9.0: {} 3367 3481 3368 - astro-expressive-code@0.40.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)): 3482 + astro-expressive-code@0.40.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)): 3369 3483 dependencies: 3370 - astro: 5.4.2(rollup@4.35.0)(typescript@5.8.2) 3484 + astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 3371 3485 rehype-expressive-code: 0.40.2 3372 3486 3373 - astro@5.4.2(rollup@4.35.0)(typescript@5.8.2): 3487 + astro@5.6.1(rollup@4.35.0)(typescript@5.8.2): 3374 3488 dependencies: 3375 - '@astrojs/compiler': 2.10.4 3376 - '@astrojs/internal-helpers': 0.6.0 3377 - '@astrojs/markdown-remark': 6.2.0 3489 + '@astrojs/compiler': 2.11.0 3490 + '@astrojs/internal-helpers': 0.6.1 3491 + '@astrojs/markdown-remark': 6.3.1 3378 3492 '@astrojs/telemetry': 3.2.0 3379 3493 '@oslojs/encoding': 1.1.0 3380 3494 '@rollup/pluginutils': 5.1.4(rollup@4.35.0) 3381 - '@types/cookie': 0.6.0 3382 3495 acorn: 8.14.1 3383 3496 aria-query: 5.3.2 3384 3497 axobject-query: 4.1.0 3385 3498 boxen: 8.0.1 3386 - ci-info: 4.1.0 3499 + ci-info: 4.2.0 3387 3500 clsx: 2.1.1 3388 3501 common-ancestor-path: 1.0.1 3389 - cookie: 0.7.2 3502 + cookie: 1.0.2 3390 3503 cssesc: 3.0.0 3391 3504 debug: 4.4.0 3392 3505 deterministic-object-hash: 2.0.2 ··· 3409 3522 neotraverse: 0.6.18 3410 3523 p-limit: 6.2.0 3411 3524 p-queue: 8.1.0 3525 + package-manager-detector: 1.1.0 3412 3526 picomatch: 4.0.2 3413 - preferred-pm: 4.1.1 3414 3527 prompts: 2.4.2 3415 3528 rehype: 13.0.2 3416 3529 semver: 7.7.1 3417 - shiki: 1.29.2 3530 + shiki: 3.2.1 3418 3531 tinyexec: 0.3.2 3419 3532 tinyglobby: 0.2.12 3420 3533 tsconfck: 3.1.5(typescript@5.8.2) 3421 - ultrahtml: 1.5.3 3534 + ultrahtml: 1.6.0 3422 3535 unist-util-visit: 5.0.0 3423 3536 unstorage: 1.15.0 3424 3537 vfile: 6.0.3 3425 - vite: 6.2.1 3426 - vitefu: 1.0.6(vite@6.2.1) 3427 - which-pm: 3.0.1 3538 + vite: 6.2.5 3539 + vitefu: 1.0.6(vite@6.2.5) 3428 3540 xxhash-wasm: 1.1.0 3429 3541 yargs-parser: 21.1.1 3430 3542 yocto-spinner: 0.2.1 3431 3543 zod: 3.24.2 3432 - zod-to-json-schema: 3.24.3(zod@3.24.2) 3544 + zod-to-json-schema: 3.24.5(zod@3.24.2) 3433 3545 zod-to-ts: 1.2.0(typescript@5.8.2)(zod@3.24.2) 3434 3546 optionalDependencies: 3435 3547 sharp: 0.33.5 ··· 3577 3689 3578 3690 ci-info@3.9.0: {} 3579 3691 3580 - ci-info@4.1.0: {} 3692 + ci-info@4.2.0: {} 3581 3693 3582 3694 cli-boxes@3.0.0: {} 3583 3695 ··· 3609 3721 3610 3722 cookie-es@1.2.2: {} 3611 3723 3612 - cookie@0.7.2: {} 3724 + cookie@1.0.2: {} 3613 3725 3614 3726 cross-spawn@7.0.6: 3615 3727 dependencies: ··· 3850 3962 dependencies: 3851 3963 to-regex-range: 5.0.1 3852 3964 3853 - find-up-simple@1.0.1: {} 3854 - 3855 3965 find-up@4.1.0: 3856 3966 dependencies: 3857 3967 locate-path: 5.0.0 3858 3968 path-exists: 4.0.0 3859 3969 3860 - find-yarn-workspace-root2@1.2.16: 3861 - dependencies: 3862 - micromatch: 4.0.8 3863 - pkg-dir: 4.2.0 3864 - 3865 3970 flat-cache@3.2.0: 3866 3971 dependencies: 3867 3972 flatted: 3.3.3 ··· 4253 4358 uhyphen: 0.2.0 4254 4359 4255 4360 lite-youtube-embed@0.3.3: {} 4256 - 4257 - load-yaml-file@0.2.0: 4258 - dependencies: 4259 - graceful-fs: 4.2.11 4260 - js-yaml: 3.14.1 4261 - pify: 4.0.1 4262 - strip-bom: 3.0.0 4263 4361 4264 4362 locate-path@5.0.0: 4265 4363 dependencies: ··· 4809 4907 dependencies: 4810 4908 wrappy: 1.0.2 4811 4909 4910 + oniguruma-parser@0.5.4: {} 4911 + 4812 4912 oniguruma-to-es@2.3.0: 4813 4913 dependencies: 4814 4914 emoji-regex-xs: 1.0.0 4815 4915 regex: 5.1.1 4816 4916 regex-recursion: 5.1.1 4817 4917 4918 + oniguruma-to-es@4.1.0: 4919 + dependencies: 4920 + emoji-regex-xs: 1.0.0 4921 + oniguruma-parser: 0.5.4 4922 + regex: 6.0.1 4923 + regex-recursion: 6.0.2 4924 + 4818 4925 os-tmpdir@1.0.2: {} 4819 4926 4820 4927 outdent@0.5.0: {} ··· 4860 4967 package-manager-detector@0.2.11: 4861 4968 dependencies: 4862 4969 quansync: 0.2.8 4970 + 4971 + package-manager-detector@1.1.0: {} 4863 4972 4864 4973 pagefind@1.3.0: 4865 4974 optionalDependencies: ··· 4908 5017 4909 5018 pify@4.0.1: {} 4910 5019 4911 - pkg-dir@4.2.0: 4912 - dependencies: 4913 - find-up: 4.1.0 4914 - 4915 5020 postcss-nested@6.2.0(postcss@8.5.3): 4916 5021 dependencies: 4917 5022 postcss: 8.5.3 ··· 4942 5047 simple-get: 4.0.1 4943 5048 tar-fs: 2.1.2 4944 5049 tunnel-agent: 0.6.0 4945 - 4946 - preferred-pm@4.1.1: 4947 - dependencies: 4948 - find-up-simple: 1.0.1 4949 - find-yarn-workspace-root2: 1.2.16 4950 - which-pm: 3.0.1 4951 5050 4952 5051 prettier-plugin-astro@0.14.1: 4953 5052 dependencies: ··· 5040 5139 regex: 5.1.1 5041 5140 regex-utilities: 2.3.0 5042 5141 5142 + regex-recursion@6.0.2: 5143 + dependencies: 5144 + regex-utilities: 2.3.0 5145 + 5043 5146 regex-utilities@2.3.0: {} 5044 5147 5045 5148 regex@5.1.1: 5149 + dependencies: 5150 + regex-utilities: 2.3.0 5151 + 5152 + regex@6.0.1: 5046 5153 dependencies: 5047 5154 regex-utilities: 2.3.0 5048 5155 ··· 5278 5385 '@shikijs/vscode-textmate': 10.0.2 5279 5386 '@types/hast': 3.0.4 5280 5387 5388 + shiki@3.2.1: 5389 + dependencies: 5390 + '@shikijs/core': 3.2.1 5391 + '@shikijs/engine-javascript': 3.2.1 5392 + '@shikijs/engine-oniguruma': 3.2.1 5393 + '@shikijs/langs': 3.2.1 5394 + '@shikijs/themes': 3.2.1 5395 + '@shikijs/types': 3.2.1 5396 + '@shikijs/vscode-textmate': 10.0.2 5397 + '@types/hast': 3.0.4 5398 + 5281 5399 signal-exit@4.1.0: {} 5282 5400 5283 5401 simple-concat@1.0.1: {} ··· 5318 5436 5319 5437 sprintf-js@1.0.3: {} 5320 5438 5321 - starlight-contributor-list@0.3.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))): 5439 + starlight-contributor-list@0.3.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))): 5322 5440 dependencies: 5323 5441 '@11ty/eleventy-fetch': 4.0.1 5324 - '@astrojs/starlight': 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5442 + '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5325 5443 transitivePeerDependencies: 5326 5444 - encoding 5327 5445 - supports-color 5328 5446 5329 - starlight-links-validator@0.14.3(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))): 5447 + starlight-links-validator@0.14.3(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))): 5330 5448 dependencies: 5331 - '@astrojs/starlight': 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5449 + '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5332 5450 '@types/picomatch': 3.0.2 5333 5451 github-slugger: 2.0.0 5334 5452 hast-util-from-html: 2.0.3 ··· 5342 5460 transitivePeerDependencies: 5343 5461 - supports-color 5344 5462 5345 - starlight-package-managers@0.10.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))): 5463 + starlight-package-managers@0.10.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))): 5346 5464 dependencies: 5347 - '@astrojs/starlight': 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5465 + '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5348 5466 5349 - starlight-package-managers@0.8.1(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2))): 5467 + starlight-package-managers@0.8.1(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))): 5350 5468 dependencies: 5351 - '@astrojs/starlight': 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5469 + '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5352 5470 5353 - starlight-showcases@0.2.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)): 5471 + starlight-showcases@0.2.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)): 5354 5472 dependencies: 5355 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5356 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5357 - '@astrojs/starlight': 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5473 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5474 + '@astro-community/astro-embed-youtube': 0.5.6(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5475 + '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5358 5476 transitivePeerDependencies: 5359 5477 - astro 5360 5478 5361 - starlight-showcases@0.3.0(@astrojs/starlight@0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)))(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)): 5479 + starlight-showcases@0.3.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)): 5362 5480 dependencies: 5363 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5364 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5365 - '@astrojs/starlight': 0.32.2(astro@5.4.2(rollup@4.35.0)(typescript@5.8.2)) 5481 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5482 + '@astro-community/astro-embed-youtube': 0.5.6(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5483 + '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5366 5484 transitivePeerDependencies: 5367 5485 - astro 5368 5486 ··· 5497 5615 5498 5616 uhyphen@0.2.0: {} 5499 5617 5500 - ultrahtml@1.5.3: {} 5618 + ultrahtml@1.6.0: {} 5501 5619 5502 5620 uncrypto@0.1.3: {} 5503 5621 ··· 5587 5705 '@types/unist': 3.0.3 5588 5706 vfile-message: 4.0.2 5589 5707 5590 - vite@6.2.1: 5708 + vite@6.2.5: 5591 5709 dependencies: 5592 5710 esbuild: 0.25.0 5593 5711 postcss: 8.5.3 ··· 5595 5713 optionalDependencies: 5596 5714 fsevents: 2.3.3 5597 5715 5598 - vitefu@1.0.6(vite@6.2.1): 5716 + vitefu@1.0.6(vite@6.2.5): 5599 5717 optionalDependencies: 5600 - vite: 6.2.1 5718 + vite: 6.2.5 5601 5719 5602 5720 web-namespaces@2.0.1: {} 5603 5721 ··· 5609 5727 webidl-conversions: 3.0.1 5610 5728 5611 5729 which-pm-runs@1.1.0: {} 5612 - 5613 - which-pm@3.0.1: 5614 - dependencies: 5615 - load-yaml-file: 0.2.0 5616 5730 5617 5731 which@2.0.2: 5618 5732 dependencies: ··· 5642 5756 5643 5757 yoctocolors@2.1.1: {} 5644 5758 5645 - zod-to-json-schema@3.24.3(zod@3.24.2): 5759 + zod-to-json-schema@3.24.5(zod@3.24.2): 5646 5760 dependencies: 5647 5761 zod: 3.24.2 5648 5762