-
-
Notifications
You must be signed in to change notification settings - Fork 265
Set source-map version to the latest stable version 0.7.6 #1358
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
Set source-map version to the latest stable version 0.7.6 #1358
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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",
|
@egoist any chance we can merge this? |
|
Approved the PR to bump it :) |
To resolve #1357
The tests ran successfully on my machine using
pnpm test: