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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@livekit/changesets-changelog-github": "^0.0.4",
"@rushstack/heft": "^0.74.5",
"@rushstack/heft": "^1.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🚩 Major version bump with breaking changes but no observable usage of affected APIs

This is a major version bump (^0.74.0^1.0.0). The release notes describe two breaking changes:

  1. taskStart/taskFinish/phaseStart/phaseFinish hooks are now synchronous
  2. Builtin module imports normalized to use node: protocol

A grep across the entire repository shows no heft configuration files (e.g., heft.json, config/heft/ directories) and no custom heft plugins. The package appears to be listed as a devDependency but not actively configured or extended. This means the breaking changes are unlikely to cause issues — but it raises the question of whether this dependency is still needed at all, or if it's vestigial.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.60.1",
"@typescript-eslint/parser": "^8.60.1",
Expand Down
138 changes: 70 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading