[Gitflow] Merge master into develop#19331
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
meta(changelog): Update changelog for 10.39.0
Closes #19295 (added automatically)
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "eslint": "8.57.0", | ||
| "jsdom": "^21.1.2", | ||
| "lerna": "9.0.3", | ||
| "lerna": "8.2.4", |
There was a problem hiding this comment.
Lerna downgraded from v9 to v8 during merge
Medium Severity
The lerna dependency is being downgraded from 9.0.3 to 8.2.4, despite the CHANGELOG for this very release (10.39.0) listing "chore(deps): Bump Lerna to v9" as an internal change. This appears to be a merge conflict resolution error where the master branch's older lerna version overwrote develop's upgraded version during the gitflow merge.
There was a problem hiding this comment.
Yea, we forgot to update the changelog when we downgraded again.
Codecov Results 📊Generated by Codecov Action |


Manual sync of #19329
Closes #19332 (added automatically)