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 the full workspace to Key issues found:
Confidence Score: 3/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
RP[Release Please Bot] --> Manifest[.release-please-manifest.json\n0.5.5 → 0.5.6 / idl 0.1.2 → 0.1.3]
Manifest --> RustCrates
Manifest --> NpmPackages
subgraph RustCrates[Rust Crates bumped to 0.5.6]
IDL[hyperstack-idl\n0.1.2 → 0.1.3]
Macros[hyperstack-macros\n0.5.5 → 0.5.6]
Interp[hyperstack-interpreter\n0.5.5 → 0.5.6]
Server[hyperstack-server\n0.5.5 → 0.5.6]
SDK[hyperstack-sdk\n0.5.5 → 0.5.6]
Stacks[hyperstack-stacks rust\n0.5.5 → 0.5.6]
Core[hyperstack\n0.5.5 → 0.5.6]
CLI[hyperstack-cli\n0.5.5 → 0.5.6]
IDL --> Macros & Interp & CLI
Macros --> Interp
Interp --> Server & Core & CLI
SDK --> Core & Stacks
end
subgraph NpmPackages[npm Packages bumped to 0.5.6]
TSCore[hyperstack-typescript\n0.5.5 → 0.5.6]
TSReact[hyperstack-react\n0.5.5 → 0.5.6]
TSStacks[hyperstack-stacks ts\n0.5.5 → 0.5.6]
HsCLI[hyperstack-cli npm\n0.5.5 → 0.5.6]
TSCore --> TSReact
TSReact --> TSStacks
end
LockIssue["⚠️ typescript/react/package-lock.json\nstill has ^0.5.4 for hyperstack-typescript\n(should be ^0.5.6)"]
TSCore -.->|stale lock entry| LockIssue
Prompt To Fix All With AIThis is a comment left during a code review.
Path: typescript/react/package-lock.json
Line: 12
Comment:
**Stale lock file entry for `hyperstack-typescript`**
The root `packages.""` entry in `package-lock.json` still records `"hyperstack-typescript": "^0.5.4"`, but `typescript/react/package.json` was updated in this PR to `"hyperstack-typescript": "^0.5.6"`. In npm lockfile v3 format the `packages.""` section is expected to mirror `package.json` exactly. This mismatch means the lock file was not regenerated after the dependency bump and can cause `npm ci` to fail with a consistency check error.
The lock file should be regenerated (`npm install`) to align with the updated `package.json`.
```suggestion
"hyperstack-typescript": "^0.5.6",
```
How can I resolve this? If you propose a fix, please make it concise.
---
This is a comment left during a code review.
Path: stacks/sdk/typescript/CHANGELOG.md
Line: 23-24
Comment:
**CHANGELOG entry does not reflect actual `package.json` change**
The changelog states that `hyperstack-typescript` devDependency was bumped from `file:../../../typescript/core` to `0.5.6`, but `stacks/sdk/typescript/package.json` still contains the unchanged local file path reference:
```json
"devDependencies": {
"hyperstack-typescript": "file:../../../typescript/core",
...
}
```
The `devDependency` was never actually changed in this PR, so this changelog entry is inaccurate. This was likely generated incorrectly by Release Please. The entry should be removed or corrected to avoid confusion about what the `0.5.6` release actually changed.
How can I resolve this? If you propose a fix, please make it concise.Last reviewed commit: "chore: release main" |
| "version": "0.5.6", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "hyperstack-typescript": "^0.5.4", |
There was a problem hiding this comment.
Stale lock file entry for
hyperstack-typescript
The root packages."" entry in package-lock.json still records "hyperstack-typescript": "^0.5.4", but typescript/react/package.json was updated in this PR to "hyperstack-typescript": "^0.5.6". In npm lockfile v3 format the packages."" section is expected to mirror package.json exactly. This mismatch means the lock file was not regenerated after the dependency bump and can cause npm ci to fail with a consistency check error.
The lock file should be regenerated (npm install) to align with the updated package.json.
| "hyperstack-typescript": "^0.5.4", | |
| "hyperstack-typescript": "^0.5.6", |
Prompt To Fix With AI
This is a comment left during a code review.
Path: typescript/react/package-lock.json
Line: 12
Comment:
**Stale lock file entry for `hyperstack-typescript`**
The root `packages.""` entry in `package-lock.json` still records `"hyperstack-typescript": "^0.5.4"`, but `typescript/react/package.json` was updated in this PR to `"hyperstack-typescript": "^0.5.6"`. In npm lockfile v3 format the `packages.""` section is expected to mirror `package.json` exactly. This mismatch means the lock file was not regenerated after the dependency bump and can cause `npm ci` to fail with a consistency check error.
The lock file should be regenerated (`npm install`) to align with the updated `package.json`.
```suggestion
"hyperstack-typescript": "^0.5.6",
```
How can I resolve this? If you propose a fix, please make it concise.| * devDependencies | ||
| * hyperstack-typescript bumped from file:../../../typescript/core to 0.5.6 |
There was a problem hiding this comment.
CHANGELOG entry does not reflect actual
package.json change
The changelog states that hyperstack-typescript devDependency was bumped from file:../../../typescript/core to 0.5.6, but stacks/sdk/typescript/package.json still contains the unchanged local file path reference:
"devDependencies": {
"hyperstack-typescript": "file:../../../typescript/core",
...
}The devDependency was never actually changed in this PR, so this changelog entry is inaccurate. This was likely generated incorrectly by Release Please. The entry should be removed or corrected to avoid confusion about what the 0.5.6 release actually changed.
Prompt To Fix With AI
This is a comment left during a code review.
Path: stacks/sdk/typescript/CHANGELOG.md
Line: 23-24
Comment:
**CHANGELOG entry does not reflect actual `package.json` change**
The changelog states that `hyperstack-typescript` devDependency was bumped from `file:../../../typescript/core` to `0.5.6`, but `stacks/sdk/typescript/package.json` still contains the unchanged local file path reference:
```json
"devDependencies": {
"hyperstack-typescript": "file:../../../typescript/core",
...
}
```
The `devDependency` was never actually changed in this PR, so this changelog entry is inaccurate. This was likely generated incorrectly by Release Please. The entry should be removed or corrected to avoid confusion about what the `0.5.6` release actually changed.
How can I resolve this? If you propose a fix, please make it concise.
🤖 I have created a release beep boop
hyperstack-idl: 0.1.3
0.1.3 (2026-03-19)
Bug Fixes
hyperstack: 0.5.6
0.5.6 (2026-03-19)
Features
Dependencies
hyperstack-cli: 0.5.6
0.5.6 (2026-03-19)
Miscellaneous Chores
Dependencies
hyperstack-interpreter: 0.5.6
0.5.6 (2026-03-19)
Features
Bug Fixes
Dependencies
hyperstack-macros: 0.5.6
0.5.6 (2026-03-19)
Features
Bug Fixes
Dependencies
hyperstack-sdk: 0.5.6
0.5.6 (2026-03-19)
Miscellaneous Chores
hyperstack-server: 0.5.6
0.5.6 (2026-03-19)
Features
Bug Fixes
Dependencies
hyperstack-stacks: 0.5.6
0.5.6 (2026-03-19)
Miscellaneous Chores
Dependencies
hyperstack-npm: 0.5.6
0.5.6 (2026-03-19)
Miscellaneous Chores
hyperstack-react: 0.5.6
0.5.6 (2026-03-19)
Miscellaneous Chores
Dependencies
hyperstack-stacks: 0.5.6
0.5.6 (2026-03-19)
Features
Bug Fixes
Dependencies
hyperstack-typescript: 0.5.6
0.5.6 (2026-03-19)
Miscellaneous Chores
This PR was generated with Release Please. See documentation.