Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libs/@blockprotocol/type-system/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@local/eslint": "workspace:*",
"@local/tsconfig": "workspace:*",
"@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-typescript": "12.3.0",
"@rollup/plugin-wasm": "6.2.2",
Expand All @@ -68,7 +68,7 @@
"eslint": "9.39.3",
"react": "19.2.3",
"rimraf": "6.1.3",
"rollup": "4.59.0",
"rollup": "4.60.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rollup updated to 4.60.0 instead of described 4.59.1

Medium Severity

The PR description states rollup is updated from 4.59.0 to 4.59.1 (a patch bump), but both package.json files and the yarn.lock actually update to 4.60.0 (a minor version bump). This means the change includes unreviewed release notes and potentially breaking behavior beyond what the PR description covers. A reviewer approving based on the described 4.59.1 patch notes would unknowingly accept a larger 4.60.0 minor update.

Additional Locations (1)
Fix in Cursor Fix in Web

"tslib": "2.8.1",
"tsx": "4.20.6",
"typescript": "5.9.3",
Expand Down
4 changes: 2 additions & 2 deletions tests/hash-backend-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"@apps/hash-api": "workspace:*",
"@local/eslint": "workspace:*",
"@local/tsconfig": "workspace:*",
"@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-typescript": "12.3.0",
"@types/dotenv-flow": "3.3.3",
"eslint": "9.39.3",
"rimraf": "6.1.3",
"rollup": "4.59.0",
"rollup": "4.60.0",
"typescript": "5.9.3"
}
}
Loading
Loading