Skip to content

[@emotion/babel-plugin] Update convert-source-map to 2.0.0#3370

Open
jdufresne wants to merge 1 commit intoemotion-js:mainfrom
jdufresne:convert-source-map
Open

[@emotion/babel-plugin] Update convert-source-map to 2.0.0#3370
jdufresne wants to merge 1 commit intoemotion-js:mainfrom
jdufresne:convert-source-map

Conversation

@jdufresne
Copy link
Copy Markdown

@jdufresne jdufresne commented Mar 29, 2026

What:

Update convert-source-map to 2.0.0. Version 2.0.0 of convert-source-map has been available since 10/17/2022 (3 years ago).

Why:

I'm introducing this change, because I noticed that my projects had multiple versions of convert-source-map installed in node_modules. While this is not a huge issue, I've been trying to reduce the size and scope of my node_modules as much as possible. One way to do that is to align transient dependencies on their newer versions across the JavaScript community. That is what I'm doing here.

How:

I updated the minimum allowed version of "convert-source-map" to the version range "^2.0.0" in the "babel-plugin" package.

-    "convert-source-map": "^1.5.0",
+    "convert-source-map": "^2.0.0",

Checklist:

  • Documentation N/A
  • Tests (ran tests, but no new tests)
  • Code complete N/A
  • Changeset

https://www.npmjs.com/package/convert-source-map?activeTab=versions

Version 2.0.0 of convert-source-map has been available since
10/17/2022 (3 years ago).
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 29, 2026

🦋 Changeset detected

Latest commit: 68f2b42

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@emotion/babel-plugin Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jdufresne jdufresne changed the title Update convert-source-map to 2.0.0 [@emotion/babel-plugin] Update convert-source-map to 2.0.0 Mar 29, 2026
@codesandbox-ci
Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant