Bump @babel/register from 7.27.1 to 7.28.6#2862
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@babel/preset-react": "7.27.1", | ||
| "@babel/preset-typescript": "7.27.1", | ||
| "@babel/register": "7.27.1", | ||
| "@babel/register": "^7.28.6", |
There was a problem hiding this comment.
Version specifier mismatch between package.json and lockfile
Medium Severity
The packages/gui/package.json specifies "@babel/register": "7.28.6" as an exact pinned version, but the corresponding entry in package-lock.json under the packages/gui section shows "@babel/register": "^7.28.6" with a caret prefix. This mismatch means the lockfile doesn't accurately reflect the declared dependency specifier, which can cause inconsistencies during installation or CI validation.
Additional Locations (1)
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.27.1 to 7.28.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-register) --- updated-dependencies: - dependency-name: "@babel/register" dependency-version: 7.28.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1a7a213 to
b667082
Compare


Bumps @babel/register from 7.27.1 to 7.28.6.
Release notes
Sourced from
@babel/register's releases.... (truncated)
Commits
d7f4008v7.28.6c1b55f6Useeslint.config.mts(#17573)ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)4b76a5fEnabledot-notationrule (#17301)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/registersince your current version.You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Dev-only Babel tooling version bump with no runtime code changes; primary risk is build/test behavior differences during transpilation.
Overview
Updates the GUI package’s dev dependency
@babel/registerfrom7.27.1to7.28.6.Refreshes
package-lock.jsonto pull the new tarball/integrity and adjusts the lockfile’s recorded dev dependency spec to^7.28.6.Written by Cursor Bugbot for commit b667082. This will update automatically on new commits. Configure here.