Skip to content

Commit 64b546b

Browse files
fix(deps): update dependency magic-string to v0.30.18 (#414)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [magic-string](https://redirect.github.com/rich-harris/magic-string) | [`0.30.17` -> `0.30.18`](https://renovatebot.com/diffs/npm/magic-string/0.30.17/0.30.18) | [![age](https://developer.mend.io/api/mc/badges/age/npm/magic-string/0.30.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/magic-string/0.30.17/0.30.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rich-harris/magic-string (magic-string)</summary> ### [`v0.30.18`](https://redirect.github.com/rich-harris/magic-string/blob/HEAD/CHANGELOG.md#03018-2025-08-22) [Compare Source](https://redirect.github.com/rich-harris/magic-string/compare/v0.30.17...v0.30.18) ##### Bug Fixes - prevent infinite loop on empty input ([#&#8203;302](https://redirect.github.com/rich-harris/magic-string/issues/302)) ([0fd6253](https://redirect.github.com/rich-harris/magic-string/commit/0fd6253e3ef1912ae81ccc35d85ab32275715d5b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcb4c28 commit 64b546b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@storybook/addon-essentials": "7.6.20",
5757
"@storybook/builder-vite": "7.6.20",
5858
"@storybook/react": "7.6.20",
59-
"magic-string": "0.30.17",
59+
"magic-string": "0.30.18",
6060
"react-docgen": "7.0.3",
6161
"unplugin-auto-import": "19.3.0",
6262
"vite-plugin-node-polyfills": "0.23.0"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7402,10 +7402,10 @@ __metadata:
74027402
languageName: node
74037403
linkType: hard
74047404

7405-
"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.5.0":
7406-
version: 1.5.0
7407-
resolution: "@jridgewell/sourcemap-codec@npm:1.5.0"
7408-
checksum: 10c0/2eb864f276eb1096c3c11da3e9bb518f6d9fc0023c78344cdc037abadc725172c70314bdb360f2d4b7bffec7f5d657ce006816bc5d4ecb35e61b66132db00c18
7405+
"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.5.5":
7406+
version: 1.5.5
7407+
resolution: "@jridgewell/sourcemap-codec@npm:1.5.5"
7408+
checksum: 10c0/f9e538f302b63c0ebc06eecb1dd9918dd4289ed36147a0ddce35d6ea4d7ebbda243cda7b2213b6a5e1d8087a298d5cf630fb2bd39329cdecb82017023f6081a0
74097409
languageName: node
74107410
linkType: hard
74117411

@@ -23306,12 +23306,12 @@ __metadata:
2330623306
languageName: node
2330723307
linkType: hard
2330823308

23309-
"magic-string@npm:0.30.17, magic-string@npm:^0.30.0, magic-string@npm:^0.30.17, magic-string@npm:^0.30.3, magic-string@npm:^0.30.5":
23310-
version: 0.30.17
23311-
resolution: "magic-string@npm:0.30.17"
23309+
"magic-string@npm:0.30.18, magic-string@npm:^0.30.0, magic-string@npm:^0.30.17, magic-string@npm:^0.30.3, magic-string@npm:^0.30.5":
23310+
version: 0.30.18
23311+
resolution: "magic-string@npm:0.30.18"
2331223312
dependencies:
23313-
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
23314-
checksum: 10c0/16826e415d04b88378f200fe022b53e638e3838b9e496edda6c0e086d7753a44a6ed187adc72d19f3623810589bf139af1a315541cd6a26ae0771a0193eaf7b8
23313+
"@jridgewell/sourcemap-codec": "npm:^1.5.5"
23314+
checksum: 10c0/80fba01e13ce1f5c474a0498a5aa462fa158eb56567310747089a0033e432d83a2021ee2c109ac116010cd9dcf90a5231d89fbe3858165f73c00a50a74dbefcd
2331523315
languageName: node
2331623316
linkType: hard
2331723317

@@ -29155,7 +29155,7 @@ __metadata:
2915529155
"@storybook/builder-vite": "npm:7.6.20"
2915629156
"@storybook/react": "npm:7.6.20"
2915729157
"@types/node": "npm:20.17.10"
29158-
magic-string: "npm:0.30.17"
29158+
magic-string: "npm:0.30.18"
2915929159
react-docgen: "npm:7.0.3"
2916029160
tsx: "npm:4.20.5"
2916129161
typescript: "npm:5.6.2"

0 commit comments

Comments
 (0)