build(deps): bump @rollup/rollup-linux-x64-gnu from 4.60.3 to 4.60.4#201
Conversation
Greptile SummaryBumps
Confidence Score: 4/5The version bump itself is straightforward, but the lock file was not regenerated cleanly — it contains a stray dependencies block for this package that does not match package.json. The package.json change is correct. However, the lock file now lists @rollup/rollup-linux-x64-gnu under both dependencies (exact 4.60.4) and optionalDependencies (^4.60.4) for the packages/architecture workspace, while package.json only declares it under optionalDependencies. This means the lock file cannot be faithfully reproduced by a clean npm install, indicating it was generated in a non-clean environment. package-lock.json — the spurious dependencies block introduced for the bumped package should be resolved by regenerating the lock file from a clean state. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["packages/architecture/package.json\noptionalDependencies:\n@rollup/rollup-linux-x64-gnu ^4.60.4"] --> B["package-lock.json\nworkspace: packages/architecture"]
B --> C["optionalDependencies\n@rollup/rollup-linux-x64-gnu ^4.60.4 ✅"]
B --> D["dependencies (spurious)\n@rollup/rollup-linux-x64-gnu 4.60.4 ⚠️"]
B --> E["node_modules/@rollup/rollup-linux-x64-gnu\nversion: 4.60.4\nresolved: registry.npmjs.org"]
Reviews (2): Last reviewed commit: "build(deps): bump @rollup/rollup-linux-x..." | Re-trigger Greptile |
Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.60.3 to 4.60.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.60.3...v4.60.4) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.60.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
e8cf1da to
f403ddf
Compare
Bumps @rollup/rollup-linux-x64-gnu from 4.60.3 to 4.60.4.
Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
Commits
d311a844.60.46aa3248fix: stabilize chunk assignment across parallel file reads (#6362)82a0fe7Resolve vulnerabilities (#6375)71f5ebcchore(deps): update dependency lru-cache to v11 (#6371)af91d77chore(deps): lock file maintenance (#6373)65e7b94chore(deps): update react monorepo to v19 (major) (#6372)642587ffix(deps): update minor/patch updates (#6370)