Bump @rollup/plugin-node-resolve from 15.2.1 to 16.0.3 - #3041
Bump @rollup/plugin-node-resolve from 15.2.1 to 16.0.3#3041dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.1 to 16.0.3. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-version: 16.0.3 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 package diff, lockfile/integrity, and the malware-scan findings against the supply-chain checklist.Verdict: benign
Scanner vs this review: Status was warn (warn-only). Unicode, confusable, and IOC findings were zero. The two heuristics do not hold up as compromise:
Evidence it is clean:
Note (compat, not malware): v16 always injects Compatibility AnalysisI'll inspect local usage of Build-only bump. Call sites stay valid; the v16 default export-condition behavior is the real change, and this repo does not opt out of it. 1) Where it is usedDevDependency on five library packages, all wired the same way:
No other options ( Peer range is 2) Intersection with changed APIs
No deprecated options ( 3) Risks / unknowns
4) What to doMerge after CI library builds ( Optional hardening (not required for merge): pass Malware Scan Summary
Top findings
|
Bumps @rollup/plugin-node-resolve from 15.2.1 to 16.0.3.
Changelog
Sourced from @rollup/plugin-node-resolve's changelog.
... (truncated)
Commits
764910achore(release): node-resolve v16.0.33569720fix(node-resolve): resolve bare targets of package "imports" using export map...516ed1dchore(release): node-resolve v16.0.27ad5057fix(node-resolve): error thrown with empty entry (#1893)e1a5ef9chore(release): node-resolve v16.0.1d455ffffix(node-resolve): addignoreSideEffectsForRootto exported interface (#1841)d64f8d6chore(release): node-resolve v16.0.0ebd0969feat(node-resolve)!: set development or production condition (#1823)f89ca92chore(release): node-resolve v15.3.14cfc1c3refactor(pluginutils,node-resolve): replacetestwithincludes(#1787)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
Medium Risk
Major bump to build-time module resolution; v16’s default export conditions could change bundle output if dependencies rely on conditional exports, though existing Rollup 4 setups align with the new peer range.
Overview
Bumps
@rollup/plugin-node-resolvefrom 15.2.1 to 16.0.3 inapi,api-react,core,icons, andwallets, with matchingpackage-lock.jsonupdates (including Rollup 4 peer support and removal of the transitiveis-builtin-moduledependency).Rollup configs still call
nodeResolve({ extensions })only—no config changes. v16 is a major release: it applies development/production conditions when resolving package exports/imports, which can change which files get bundled compared to v15. The lockfile also pins somevalidator/@types/validatorentries to exact versions alongside this bump.Reviewed by Cursor Bugbot for commit ffeabdd. Bugbot is set up for automated code reviews on this repo. Configure here.