Bump source-map-loader from 4.0.2 to 5.0.0 - #3042
Conversation
Bumps [source-map-loader](https://github.com/webpack-contrib/source-map-loader) from 4.0.2 to 5.0.0. - [Release notes](https://github.com/webpack-contrib/source-map-loader/releases) - [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/source-map-loader@v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: source-map-loader dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review the upstream The 4.0.2 → 5.0.0 bump is a documented major version whose only advertised breaking change is engines ( Scanner status is warn (warn-only), with 0 Unicode, 0 confusable, and 0 IOC hits. The 25 heuristics are expected for this loader, not compromise:
No install-time scripts ( Treat remaining scanner noise as false positives for a webpack source-map loader; no supply-chain malware signal in this update. Compatibility AnalysisI'll inspect how this repo uses
Usage in this repo
{
test: function (path) {
return DEV ? /\.js$/.test(path) : false;
},
enforce: 'pre',
use: ['source-map-loader'],
},No options ( Upstream vs this usagev5.0.0 advertised break: Node ≥ 18.12.0 (was ≥ 14.15.0).
This GUI package: Risks
No hold reason. Malware Scan Summary
Top findings
|
Bumps source-map-loader from 4.0.2 to 5.0.0.
Release notes
Sourced from source-map-loader's releases.
Changelog
Sourced from source-map-loader's changelog.
Commits
accabb7chore(release): 5.0.07fcab17chore!: minimum supported Node.js version is18.12.0(#230)ac7068fchore: update dependencies to latest version (#229)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 webpack dependency bump with no application logic changes; Node engine requirements are already stricter than source-map-loader 5.x needs.
Overview
Upgrades
source-map-loaderinpackages/guifrom 4.0.2 to 5.0.0, with matchingpackage-lock.jsonupdates.The major release only raises the loader’s minimum Node.js to 18.12.0;
@chia-network/guialready declaresengines.node>=20.0.0, so local and CI builds should stay compatible. The loader is still wired the same way inwebpack.react.babel.ts(dev-only pre-rule on.jsfor source maps).The lockfile diff also pins
validator/@types/validatorto exact versions in a few workspace entries (caret ranges removed); that is lockfile normalization, not a functional app change.Reviewed by Cursor Bugbot for commit 59b6035. Bugbot is set up for automated code reviews on this repo. Configure here.