Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated release PR generated by Release Please, bumping all packages in the monorepo to version
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
subgraph Rust ["Rust Packages → 0.5.9"]
macros["hyperstack-macros\n0.5.8 → 0.5.9"]
interp["hyperstack-interpreter\n0.5.8 → 0.5.9"]
sdk_rust["hyperstack-sdk\n0.5.6 → 0.5.9"]
server["hyperstack-server\n0.5.8 → 0.5.9"]
stacks_rust["hyperstack-stacks (rust)\n0.5.6 → 0.5.9"]
hs["hyperstack\n0.5.8 → 0.5.9"]
cli["hyperstack-cli\n0.5.8 → 0.5.9"]
end
subgraph TS ["TypeScript / npm Packages → 0.5.9"]
core["hyperstack-typescript\n0.5.6 → 0.5.9"]
react["hyperstack-react\n0.5.6 → 0.5.9"]
stacks_ts["hyperstack-stacks (ts)\n0.5.6 → 0.5.9"]
npm["hyperstack-cli (npm)\n0.5.6 → 0.5.9"]
end
macros --> interp
macros --> hs
interp --> server
interp --> hs
interp --> cli
sdk_rust --> stacks_rust
sdk_rust --> hs
server --> hs
core --> react
core --> stacks_ts
Prompt To Fix All With AIThis is a comment left during a code review.
Path: typescript/react/package-lock.json
Line: 12
Comment:
**Stale lockfile dependency range**
`package.json` was updated to `"hyperstack-typescript": "^0.5.9"`, but the `package-lock.json` still declares `"^0.5.4"` in the root package's `packages[""].dependencies` block. In `lockfileVersion: 3`, this section is expected to mirror `package.json` exactly.
While `^0.5.4` does satisfy `0.5.9` (so `npm ci` will still resolve the correct locked version), the two files are out of sync. Running `npm install` after a fresh checkout would update this line to `^0.5.9`, producing an unintended diff. It's worth regenerating the lock file with `npm install` so it accurately reflects the declared range.
```suggestion
"hyperstack-typescript": "^0.5.9",
```
How can I resolve this? If you propose a fix, please make it concise.Last reviewed commit: "chore: release main" |
| "version": "0.5.9", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "hyperstack-typescript": "^0.5.4", |
There was a problem hiding this comment.
Stale lockfile dependency range
package.json was updated to "hyperstack-typescript": "^0.5.9", but the package-lock.json still declares "^0.5.4" in the root package's packages[""].dependencies block. In lockfileVersion: 3, this section is expected to mirror package.json exactly.
While ^0.5.4 does satisfy 0.5.9 (so npm ci will still resolve the correct locked version), the two files are out of sync. Running npm install after a fresh checkout would update this line to ^0.5.9, producing an unintended diff. It's worth regenerating the lock file with npm install so it accurately reflects the declared range.
| "hyperstack-typescript": "^0.5.4", | |
| "hyperstack-typescript": "^0.5.9", |
Prompt To Fix With AI
This is a comment left during a code review.
Path: typescript/react/package-lock.json
Line: 12
Comment:
**Stale lockfile dependency range**
`package.json` was updated to `"hyperstack-typescript": "^0.5.9"`, but the `package-lock.json` still declares `"^0.5.4"` in the root package's `packages[""].dependencies` block. In `lockfileVersion: 3`, this section is expected to mirror `package.json` exactly.
While `^0.5.4` does satisfy `0.5.9` (so `npm ci` will still resolve the correct locked version), the two files are out of sync. Running `npm install` after a fresh checkout would update this line to `^0.5.9`, producing an unintended diff. It's worth regenerating the lock file with `npm install` so it accurately reflects the declared range.
```suggestion
"hyperstack-typescript": "^0.5.9",
```
How can I resolve this? If you propose a fix, please make it concise.
🤖 I have created a release beep boop
hyperstack: 0.5.9
0.5.9 (2026-03-19)
Miscellaneous Chores
Dependencies
hyperstack-cli: 0.5.9
0.5.9 (2026-03-19)
Miscellaneous Chores
Dependencies
hyperstack-interpreter: 0.5.9
0.5.9 (2026-03-19)
Bug Fixes
Dependencies
hyperstack-macros: 0.5.9
0.5.9 (2026-03-19)
Bug Fixes
hyperstack-sdk: 0.5.9
0.5.9 (2026-03-19)
Bug Fixes
hyperstack-server: 0.5.9
0.5.9 (2026-03-19)
Bug Fixes
Dependencies
hyperstack-stacks: 0.5.9
0.5.9 (2026-03-19)
Bug Fixes
Dependencies
hyperstack-npm: 0.5.9
0.5.9 (2026-03-19)
Miscellaneous Chores
hyperstack-react: 0.5.9
0.5.9 (2026-03-19)
Miscellaneous Chores
Dependencies
hyperstack-stacks: 0.5.9
0.5.9 (2026-03-19)
Miscellaneous Chores
Dependencies
hyperstack-typescript: 0.5.9
0.5.9 (2026-03-19)
Miscellaneous Chores
This PR was generated with Release Please. See documentation.