chore: daily morph snapshot update#1765
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is a routine automated daily snapshot update that bumps IDE extension versions, CLI package versions, and adds morph snapshot version 75 for two sandbox presets.
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Automated Daily Job] --> B[Fetch latest morph snapshots]
A --> C[Fetch latest IDE extension / CLI versions]
B --> D[Append snapshot v75 to morph-snapshots.json\nUpdate updatedAt timestamp]
C --> E[Bump versions in ide-deps.json]
D --> F[PR created against main]
E --> F
F --> G{Sandbox session test}
G -- pass --> H[Merge to main]
G -- fail --> I[Investigate snapshot / version issue]
Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile |
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.
Automated daily morph snapshot update.
Changes
Test plan
Summary by cubic
Updated morph snapshots to v75 for the 4vcpu_16gb_48gb and 8vcpu_32gb_96gb presets, and bumped IDE extensions and CLI packages to the latest versions to keep sandboxes current.
Written for commit acc61d0. Summary will update on new commits.