Bump @linearb/gitstream-core to 2.1.307 - #584
Merged
Merged
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| OSS Licenses | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The bump introduces a Node engine requirement mismatch (core requires Node >=22 while the action is set up for Node 20) and the vendoring script pins older dependency versions than the new core expects.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
What changed in this PR
Updates this GitHub Action’s dependency on @linearb/gitstream-core to a newer patch release, pulling in updated transitive dependencies recorded in the lockfile.
Changes:
- Bumped
@linearb/gitstream-corefrom2.1.306to2.1.307inpackage.json. - Updated
package-lock.jsonto reflect the new@linearb/gitstream-coretarball and its transitive dependency versions (e.g.,moment,prettier).
| File | Description |
|---|---|
| package.json | Updates the pinned @linearb/gitstream-core version. |
| package-lock.json | Updates resolved/integrity metadata and transitive dependency versions for the new core release. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

✨ PR Description
Purpose: Update vulnerable and outdated dependencies in the @linearb/gitstream-core package to improve security and stability.
Main changes:
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how