Set source-map version to the latest stable version 0.7.6#1358
Merged
sxzz merged 1 commit intoegoist:mainfrom Nov 12, 2025
Merged
Set source-map version to the latest stable version 0.7.6#1358sxzz merged 1 commit intoegoist:mainfrom
sxzz merged 1 commit intoegoist:mainfrom
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
14bf8f8 to
1646de9
Compare
There was a problem hiding this comment.
Pull Request Overview
Updates the source-map dependency from a beta version (0.8.0-beta.0) to the latest stable version (0.7.6) to resolve issue #1357.
- Replaces beta version with stable release for better reliability
- Adds caret range operator for automatic patch updates
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
package.json:67
- The version constraint appears to be downgrading from 0.8.0-beta.0 to 0.7.6. This could potentially introduce breaking changes if the beta version included API changes that are being used in the codebase. Ensure that all source-map usage is compatible with the 0.7.x API.
"source-map": "^0.7.6",
Contributor
Author
|
@egoist any chance we can merge this? |
DutchBen
approved these changes
Oct 1, 2025
|
Approved the PR to bump it :) |
sxzz
pushed a commit
that referenced
this pull request
Nov 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To resolve #1357
The tests ran successfully on my machine using
pnpm test: