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

Conversation

@lukaselmer
Copy link
Contributor

To resolve #1357

The tests ran successfully on my machine using pnpm test:

image

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

codesandbox bot commented Jul 30, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@vercel
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

This comment was marked as outdated.

@socket-security
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 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",

@lukaselmer
Copy link
Contributor Author

@egoist any chance we can merge this?

@DutchBen
Copy link

DutchBen commented Oct 1, 2025

Approved the PR to bump it :)

@sxzz sxzz closed this in 8d86558 Nov 12, 2025
@sxzz sxzz reopened this Nov 12, 2025
@sxzz sxzz merged commit 800e187 into egoist:main Nov 12, 2025
4 checks passed
sxzz pushed a commit that referenced this pull request Nov 12, 2025
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

3 participants