chore(main): release 0.10.0#109
Conversation
Greptile SummaryThis PR prepares the 0.10.0 release. The main changes are:
Confidence Score: 5/5Safe to merge: the changes are limited to release metadata and changelog updates. The touched files only update versioning and release notes for an automated release, with no runtime code changes.
What T-Rex did
Reviews (2): Last reviewed commit: "chore(main): release 0.10.0" | Re-trigger Greptile |
|
|
||
| ### ⚠ BREAKING CHANGES | ||
|
|
||
| * requires @workos-inc/node >=10.4.0 and Node >=22.11. |
There was a problem hiding this comment.
Align Node minimum The release notes tell consumers that Node
>=22.11 is supported, but the locked Vite/tooling dependency set requires ^20.19.0 || >=22.12.0 in many packages. A consumer who upgrades based on this breaking-change note and selects Node 22.11.x can satisfy this package guidance while still hitting dependency engine failures during install or build. Please update the documented minimum to match the actual supported toolchain range.
Artifacts
Repro: generated Node engine metadata verification script
- Contains supporting evidence from the run (text/javascript; charset=utf-8).
- Keeps the command output available without making the summary code-heavy.
Ran code and verified through T-Rex
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 8
Comment:
**Align Node minimum** The release notes tell consumers that Node `>=22.11` is supported, but the locked Vite/tooling dependency set requires `^20.19.0 || >=22.12.0` in many packages. A consumer who upgrades based on this breaking-change note and selects Node `22.11.x` can satisfy this package guidance while still hitting dependency engine failures during install or build. Please update the documented minimum to match the actual supported toolchain range.
How can I resolve this? If you propose a fix, please make it concise.e1103a8 to
83f9259
Compare
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.10.0 (2026-06-24)
⚠ BREAKING CHANGES
Bug Fixes
This PR was generated with Release Please. See documentation.