test(pgpm): update init snapshots for workspace-level safegres boilerplate - #1838
Merged
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Review complete. No issues found — approved ✅. This PR refreshes committed Jest snapshot files in
Reviewed commit: 1827d44 |
This comment has been minimized.
This comment has been minimized.
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.
Summary
Snapshot-only update for constructive-io/pgpm-boilerplates#52, which moves safegres from every
pgpm/moduleto the workspace root:safegres.config.js/safegres-perf-baseline.jsonnow appear once at<workspace>/instead of under eachpackages/<module>/, and the modulepackage.jsonno longer carriesaudit:db*scripts or thesafegresdep.Affected:
init.test.ts.snap,init.install.test.ts.snap,extensions.test.ts.snap. Regenerated by temporarily pointingwithInitDefaultsat the local boilerplate branch, then restoringrepo/fromBranchto the real defaults in the snapshot (no source changes).Landing order.
pgpm/cli/test-utils/init-argv.tsscaffolds from the boilerplates repo atfromBranch: 'main'(not a pinned ref), so these tests track that repo live. Merge constructive-io/pgpm-boilerplates#52 first; until then this PR'spgpm/clitests fail (old template), and after it mergesmainhere fails until this lands.Link to Devin session: https://app.devin.ai/sessions/b2cd2199e6bc4547874ff99963347bef
Open in Devin Desktop: https://app.devin.ai/desktop/session/b2cd2199e6bc4547874ff99963347bef?variant=devin
Requested by: @pyramation