Mirror of
0
fork

Configure Feed

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

Merge pull request #28 from trueberryless-org/renovate/major-npm-packages

fix(deps): update dependency @11ty/eleventy-fetch to v5 [skip ci]

authored by

Felix Schneider and committed by
GitHub
b32092d7 2e0d38ed

+35 -17
+34 -16
pnpm-lock.yaml
··· 21 21 starlight: 22 22 dependencies: 23 23 '@11ty/eleventy-fetch': 24 - specifier: ^4.0.1 25 - version: 4.0.1 24 + specifier: ^5.1.0 25 + version: 5.1.0 26 26 '@astrojs/starlight': 27 27 specifier: ^0.35.2 28 28 version: 0.35.2(astro@5.6.1(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2)) ··· 83 83 '@11ty/eleventy-fetch@4.0.1': 84 84 resolution: {integrity: sha512-yIiLM5ziBmg86i4TlXpBdcIygJHvh/GgPJyAiFOckO9H4y9cQDM8eIcJCUQ4Mum0NEVui/OjhEut2R08xw0vlQ==} 85 85 engines: {node: '>=14'} 86 + 87 + '@11ty/eleventy-fetch@5.1.0': 88 + resolution: {integrity: sha512-gSmCA3olJxRwtTkXyS+KIanq1kEufCC+JsHyTa7ta5NqmeUQlWA8zEngtXrDl+ebrAvFz2bNaxLd+0ERpnnSPQ==} 89 + engines: {node: '>=18'} 90 + 91 + '@11ty/eleventy-utils@2.0.7': 92 + resolution: {integrity: sha512-6QE+duqSQ0GY9rENXYb4iPR4AYGdrFpqnmi59tFp9VrleOl0QSh8VlBr2yd6dlhkdtj7904poZW5PvGr9cMiJQ==} 93 + engines: {node: '>=18'} 86 94 87 95 '@astrojs/compiler@2.10.4': 88 96 resolution: {integrity: sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==} ··· 655 663 cpu: [x64] 656 664 os: [win32] 657 665 666 + '@rgrove/parse-xml@4.2.0': 667 + resolution: {integrity: sha512-UuBOt7BOsKVOkFXRe4Ypd/lADuNIfqJXv8GvHqtXaTYXPPKkj2nS2zPllVsrtRjcomDhIJVBnZwfmlI222WH8g==} 668 + engines: {node: '>=14.0.0'} 669 + 658 670 '@rollup/pluginutils@5.1.4': 659 671 resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} 660 672 engines: {node: '>=14.0.0'} ··· 1061 1073 resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} 1062 1074 engines: {node: '>=4'} 1063 1075 hasBin: true 1064 - 1065 - debug@4.3.7: 1066 - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} 1067 - engines: {node: '>=6.0'} 1068 - peerDependencies: 1069 - supports-color: '*' 1070 - peerDependenciesMeta: 1071 - supports-color: 1072 - optional: true 1073 1076 1074 1077 debug@4.4.0: 1075 1078 resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} ··· 1226 1229 flatted@3.3.2: 1227 1230 resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==} 1228 1231 1232 + flatted@3.3.3: 1233 + resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} 1234 + 1229 1235 flattie@1.1.1: 1230 1236 resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} 1231 1237 engines: {node: '>=8'} ··· 2365 2371 2366 2372 '@11ty/eleventy-fetch@4.0.1': 2367 2373 dependencies: 2368 - debug: 4.3.7 2374 + debug: 4.4.0 2369 2375 flat-cache: 3.2.0 2370 2376 node-fetch: 2.7.0 2371 2377 p-queue: 6.6.2 ··· 2373 2379 - encoding 2374 2380 - supports-color 2375 2381 2382 + '@11ty/eleventy-fetch@5.1.0': 2383 + dependencies: 2384 + '@11ty/eleventy-utils': 2.0.7 2385 + '@rgrove/parse-xml': 4.2.0 2386 + debug: 4.4.0 2387 + flatted: 3.3.3 2388 + p-queue: 6.6.2 2389 + transitivePeerDependencies: 2390 + - supports-color 2391 + 2392 + '@11ty/eleventy-utils@2.0.7': {} 2393 + 2376 2394 '@astrojs/compiler@2.10.4': {} 2377 2395 2378 2396 '@astrojs/compiler@2.11.0': {} ··· 2950 2968 2951 2969 '@pagefind/windows-x64@1.3.0': 2952 2970 optional: true 2971 + 2972 + '@rgrove/parse-xml@4.2.0': {} 2953 2973 2954 2974 '@rollup/pluginutils@5.1.4(rollup@4.35.0)': 2955 2975 dependencies: ··· 3385 3405 3386 3406 cssesc@3.0.0: {} 3387 3407 3388 - debug@4.3.7: 3389 - dependencies: 3390 - ms: 2.1.3 3391 - 3392 3408 debug@4.4.0: 3393 3409 dependencies: 3394 3410 ms: 2.1.3 ··· 3559 3575 rimraf: 3.0.2 3560 3576 3561 3577 flatted@3.3.2: {} 3578 + 3579 + flatted@3.3.3: {} 3562 3580 3563 3581 flattie@1.1.1: {} 3564 3582
+1 -1
starlight/package.json
··· 11 11 "preview": "astro preview --port 4444" 12 12 }, 13 13 "dependencies": { 14 - "@11ty/eleventy-fetch": "^4.0.1", 14 + "@11ty/eleventy-fetch": "^5.1.0", 15 15 "@astrojs/starlight": "^0.35.2", 16 16 "@fontsource-variable/jetbrains-mono": "^5.2.6", 17 17 "@lunariajs/core": "^0.1.1",