[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

chore(deps): update dependency magic-string to v1 (#1916)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
co-author
autofix-ci[bot]
committer
GitHub
date (Jul 20, 2026, 9:37 AM +0100) commit 4b9b5e37 parent 0b0d919c
+11 -4
+1 -1
package.json
··· 61 61 "js-yaml": "^5.0.0", 62 62 "knitwork": "^1.3.0", 63 63 "magic-regexp": "0.11.0", 64 - "magic-string": "^0.30.21", 64 + "magic-string": "^1.0.0", 65 65 "masto": "^7.11.1", 66 66 "mediabunny": "^1.45.2", 67 67 "mlly": "^1.8.2",
+9 -2
pnpm-lock.yaml
··· 111 111 specifier: 0.11.0 112 112 version: 0.11.0(esbuild@0.27.7)(rolldown@1.0.1)(rollup@4.60.4)(vite@8.0.13(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(webpack@5.105.2(esbuild@0.27.7)(postcss@8.5.19)) 113 113 magic-string: 114 - specifier: ^0.30.21 115 - version: 0.30.21 114 + specifier: ^1.0.0 115 + version: 1.0.0 116 116 masto: 117 117 specifier: ^7.11.1 118 118 version: 7.11.1 ··· 5523 5523 5524 5524 magic-string@0.30.21: 5525 5525 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 5526 + 5527 + magic-string@1.0.0: 5528 + resolution: {integrity: sha512-CGvjzMN08iv6w1mm4/x3Gh1hLb4VnyRUA15FFpl6CsCIGGoe36k7kY5KNz9QDbSBN5I/fWHM6ZlIkUTa5xdUEA==} 5526 5529 5527 5530 magicast@0.5.2: 5528 5531 resolution: {integrity: sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==} ··· 13397 13400 sourcemap-codec: 1.4.8 13398 13401 13399 13402 magic-string@0.30.21: 13403 + dependencies: 13404 + '@jridgewell/sourcemap-codec': 1.5.5 13405 + 13406 + magic-string@1.0.0: 13400 13407 dependencies: 13401 13408 '@jridgewell/sourcemap-codec': 1.5.5 13402 13409
+1 -1
test/unit/bundle.spec.ts
··· 91 91 stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) 92 92 expect 93 93 .soft(roundToKilobytes(stats.server.totalBytes, 10)) 94 - .toMatchInlineSnapshot(`"2890k"`) 94 + .toMatchInlineSnapshot(`"2900k"`) 95 95 96 96 const modules = await analyzeSizes('node_modules/**/*', serverDir) 97 97 expect