[Archived] Archived WIP of vielle.dev
0
fork

Configure Feed

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

Upgrade to astro 5.11

vielle.dev 25571add 6d9b4bd6

verified
+18 -10
+1 -1
package.json
··· 15 15 "@astrojs/mdx": "^4.3.0", 16 16 "@astrojs/rss": "^4.0.12", 17 17 "@astrojs/sitemap": "^3.4.1", 18 - "astro": "5.8.2", 18 + "astro": "5.11.0", 19 19 "lunarphase-js": "^2.0.3", 20 20 "markdown-it": "^14.1.0", 21 21 "rehype-accessible-emojis": "^0.3.2",
+17 -9
pnpm-lock.yaml
··· 12 12 version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.5.3)(typescript@5.8.3) 13 13 "@astrojs/mdx": 14 14 specifier: ^4.3.0 15 - version: 4.3.0(astro@5.8.2(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0)) 15 + version: 4.3.0(astro@5.11.0(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0)) 16 16 "@astrojs/rss": 17 17 specifier: ^4.0.12 18 18 version: 4.0.12 ··· 20 20 specifier: ^3.4.1 21 21 version: 3.4.1 22 22 astro: 23 - specifier: 5.8.2 24 - version: 5.8.2(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0) 23 + specifier: 5.11.0 24 + version: 5.11.0(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0) 25 25 lunarphase-js: 26 26 specifier: ^2.0.3 27 27 version: 2.0.3 ··· 71 71 resolution: 72 72 { 73 73 integrity: sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==, 74 + } 75 + 76 + "@astrojs/compiler@2.12.2": 77 + resolution: 78 + { 79 + integrity: sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==, 74 80 } 75 81 76 82 "@astrojs/internal-helpers@0.6.1": ··· 1111 1117 } 1112 1118 hasBin: true 1113 1119 1114 - astro@5.8.2: 1120 + astro@5.11.0: 1115 1121 resolution: 1116 1122 { 1117 - integrity: sha512-t0TBpBdVluA2QVmbFBwpIqmTvBwNhIz1XTIT1BWPkDkoIgsiEMf6BOZqcoGG7f4GVKkUB9bTgMOhPgU3tbJ6vQ==, 1123 + integrity: sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==, 1118 1124 } 1119 1125 engines: 1120 1126 { node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: ">=9.6.5", pnpm: ">=7.1.0" } ··· 3672 3678 3673 3679 "@astrojs/compiler@2.12.0": {} 3674 3680 3681 + "@astrojs/compiler@2.12.2": {} 3682 + 3675 3683 "@astrojs/internal-helpers@0.6.1": {} 3676 3684 3677 3685 "@astrojs/language-server@2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.5.3)(typescript@5.8.3)": ··· 3726 3734 transitivePeerDependencies: 3727 3735 - supports-color 3728 3736 3729 - "@astrojs/mdx@4.3.0(astro@5.8.2(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0))": 3737 + "@astrojs/mdx@4.3.0(astro@5.11.0(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0))": 3730 3738 dependencies: 3731 3739 "@astrojs/markdown-remark": 6.3.2 3732 3740 "@mdx-js/mdx": 3.1.0(acorn@8.14.1) 3733 3741 acorn: 8.14.1 3734 - astro: 5.8.2(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0) 3742 + astro: 5.11.0(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0) 3735 3743 es-module-lexer: 1.7.0 3736 3744 estree-util-visit: 2.0.0 3737 3745 hast-util-to-html: 9.0.5 ··· 4266 4274 4267 4275 astring@1.9.0: {} 4268 4276 4269 - astro@5.8.2(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0): 4277 + astro@5.11.0(@types/node@22.15.20)(rollup@4.41.0)(typescript@5.8.3)(yaml@2.8.0): 4270 4278 dependencies: 4271 - "@astrojs/compiler": 2.12.0 4279 + "@astrojs/compiler": 2.12.2 4272 4280 "@astrojs/internal-helpers": 0.6.1 4273 4281 "@astrojs/markdown-remark": 6.3.2 4274 4282 "@astrojs/telemetry": 3.3.0