Skip to content

chore(deps-dev): bump magic-string from 0.30.21 to 1.4.1 - #957

Open
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/next/magic-string-1.2.3
Open

dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/next/magic-string-1.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps magic-string from 0.30.21 to 1.4.1.

Release notes

Sourced from magic-string's releases.

v1.4.1

   🐞 Bug Fixes

    View changes on GitHub

v1.4.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.3.2

   🐞 Bug Fixes

    View changes on GitHub

v1.3.1

No significant changes

    View changes on GitHub

v1.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from magic-string's changelog.

1.4.1 (2026-09-15)

Bug Fixes

  • flush the shared encoder buffer at the end of every drain (#356) (f682ccf)

1.4.0 (2026-09-15)

Bug Fixes

  • don't resurrect removed content in replace/replaceAll (#352) (c847b0e)

Features

  • add affinity option to move() (#351) (f849b39)
  • bundle: add toMagicString() to flatten a Bundle into a MagicString (#353) (3a7c7b0)

Performance Improvements

  • encode mappings incrementally in generateMap to cut peak memory (#350) (1401f6c)

1.3.2 (2026-09-15)

Bug Fixes

  • carry trimStart and trimEnd into the outro and intro (#348) (07d2fcb)
  • preserve inserts anchored to the edges of a removed range (#282) (#349) (bd7ee85)
  • return an empty slice when the end index resolves to zero (#346) (5531971)
  • treat moving a range to where it already sits as a no-op (#347) (22ed11b)

1.3.1 (2026-09-10)

1.3.0 (2026-09-10)

Bug Fixes

  • count source appends and prepends in Bundle#length (#344) (f1797b4), closes Bundle#length
  • count string-level appends and prepends in isEmpty (#345) (d489a75)
  • expand $ substitutions in replace as String.prototype does (#340) (cd05874)
  • indent content added with append/prepend (#343) (18986e0)
  • only pass the groups object to a replacer when the pattern has named groups (#342) (574366f)

Features

  • add hires mode source map mode using range mappings (#317) (708e379)
  • support a function for includeContent in Bundle (#165) (ead0c08)

Performance Improvements

... (truncated)

Commits
  • c308bb7 chore: release v1.4.1
  • f682ccf fix: flush the shared encoder buffer at the end of every drain (#356)
  • be06ddb chore: release v1.4.0
  • 21e5611 test: make the integrity checker wrap MagicString methods (#355)
  • 3a7c7b0 feat(bundle): add toMagicString() to flatten a Bundle into a MagicString (#353)
  • 4b8a12f test: cover the already-edited-chunk guard from issue #139 (#354)
  • c847b0e fix: don't resurrect removed content in replace/replaceAll (#352)
  • f849b39 feat: add affinity option to move() (#351)
  • 493878a docs: mention about magic-string-stack
  • 1401f6c perf: encode mappings incrementally in generateMap to cut peak memory (#350)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from a team August 31, 2026 08:27
@dependabot
dependabot Bot requested a review from warm-coolguy as a code owner August 31, 2026 08:27
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 31, 2026
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 31, 2026
@dependabot
dependabot Bot requested a review from raschju as a code owner August 31, 2026 08:27
@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://Dataport.github.io/polar/pr-preview/pr-957/

Built to branch gh-pages at 2026-09-21 14:59 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next/magic-string-1.2.3 branch 3 times, most recently from 8b77c91 to dbcd416 Compare August 31, 2026 09:11
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next/magic-string-1.2.3 branch 4 times, most recently from 4d93d1a to 14c9108 Compare September 15, 2026 09:24
@dependabot dependabot Bot changed the title chore(deps-dev): bump magic-string from 0.30.21 to 1.2.3 chore(deps-dev): bump magic-string from 0.30.21 to 1.3.1 Sep 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next/magic-string-1.2.3 branch from 14c9108 to f19b22f Compare September 17, 2026 14:28
@dependabot dependabot Bot changed the title chore(deps-dev): bump magic-string from 0.30.21 to 1.3.1 chore(deps-dev): bump magic-string from 0.30.21 to 1.4.1 Sep 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next/magic-string-1.2.3 branch 7 times, most recently from 5666ded to cd3dad9 Compare September 21, 2026 14:55
Bumps [magic-string](https://github.com/Rich-Harris/magic-string) from 0.30.21 to 1.4.1.
- [Release notes](https://github.com/Rich-Harris/magic-string/releases)
- [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md)
- [Commits](Rich-Harris/magic-string@v0.30.21...v1.4.1)

---
updated-dependencies:
- dependency-name: magic-string
  dependency-version: 1.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next/magic-string-1.2.3 branch from cd3dad9 to a3c38c3 Compare September 22, 2026 08:34

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants