Skip to content

chore(deps): update dependency source-map-js to v1.2.1 #2130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
source-map-js 1.0.2 -> 1.2.1 age adoption passing confidence

Release Notes

7rulnik/source-map-js (source-map-js)

v1.2.1

Compare Source

v1.2.0

Compare Source

Allow to pass options to SourceMapGenerator using SourceMapGenerator.fromSourceMap as second argument

var generator = sourceMap.SourceMapGenerator.fromSourceMap(new SourceMapConsumer(), {
  ignoreInvalidMapping: true,
});

v1.1.0

Compare Source

Add ignoreInvalidMapping option to SourceMapGenerator. If enabled, source-map-js will not throw an error on the incorrect previous source map. Instead, it will print warnings and ignore broken mappings.

var generator = new sourceMap.SourceMapGenerator({
  file: "my-generated-javascript-file.js",
  sourceRoot: "http://example.com/app/js/",
  ignoreInvalidMapping: true,
});

v1.0.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Apr 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-email 🛑 Canceled (Inspect) Apr 18, 2025 11:07pm
react-email-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2025 11:07pm

Copy link

changeset-bot bot commented Apr 18, 2025

⚠️ No Changeset found

Latest commit: bf96e6d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@renovate renovate bot force-pushed the renovate/source-map-js-1.x branch 2 times, most recently from defa34e to fd9b60c Compare April 18, 2025 01:56
@renovate renovate bot force-pushed the renovate/source-map-js-1.x branch 2 times, most recently from 41272ae to ac23e7b Compare April 18, 2025 03:56
@renovate renovate bot force-pushed the renovate/source-map-js-1.x branch 2 times, most recently from fe43eb2 to 4b23b7f Compare April 18, 2025 15:54
@renovate renovate bot force-pushed the renovate/source-map-js-1.x branch from 4b23b7f to 72da528 Compare April 18, 2025 17:34
@renovate renovate bot force-pushed the renovate/source-map-js-1.x branch 2 times, most recently from b79b48c to d784cd7 Compare April 18, 2025 20:49
@renovate renovate bot force-pushed the renovate/source-map-js-1.x branch from d784cd7 to 2519fc6 Compare April 18, 2025 21:20
@bukinoshita bukinoshita merged commit 1e8d062 into canary Apr 19, 2025
10 checks passed
@bukinoshita bukinoshita deleted the renovate/source-map-js-1.x branch April 19, 2025 02:10
bukinoshita pushed a commit that referenced this pull request Apr 19, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request Apr 23, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request Apr 23, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request Apr 23, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request Apr 24, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request Apr 24, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request Apr 24, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request Apr 25, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request May 1, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielmfern pushed a commit that referenced this pull request May 1, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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