这是indexloc提供的服务,不要输入任何密码
Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lukaselmer
Copy link

To resolve #1357

The tests ran successfully on my machine using pnpm test:

image

@Copilot Copilot AI review requested due to automatic review settings July 30, 2025 17:04
Copy link

codesandbox bot commented Jul 30, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Jul 30, 2025

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

Name Status Preview Comments Updated (UTC)
tsup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2025 5:10pm

Copilot

This comment was marked as outdated.

Copy link

socket-security bot commented Jul 30, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedsource-map@​0.7.69310010093100

View full report

Copy link

@Copilot Copilot AI left a 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",

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.

0.8.0-beta.0 of source-map deprecated
1 participant