Removing things we don't need#7
Merged
daron-schmit-gaggle merged 22 commits intoMay 13, 2026
Merged
Conversation
oglematt
approved these changes
May 13, 2026
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.
Because this is supposed to be a short-lived fork, I have removed everything that we don't immediately need. Eventually, we may want to consider running actual tests, but hopefully the fixes we need will be merged soon and we can bin this repository.
The only meaningful changes are
Note
Medium Risk
Moderate risk: removes GitHub Actions workflows/templates and prunes dev-test outputs, which can reduce CI coverage and change release tooling behavior. Also adjusts
typescript-apollo-angularcodegen output (v12+ option typing/overrides), which could affect generated client APIs.Overview
Strips the repo down for a short-lived fork by deleting GitHub PR/CI/release workflows and removing a large set of
dev-testgeneration targets and their checked-in outputs, leaving only the apollo-angular dev-test artifacts.Updates Changesets configuration by switching to the default
@changesets/clichangelog and adding apre.jsonfor thealphaprerelease track.Includes a behavioral change in
packages/plugins/typescript/apollo-angulargeneration (notably around v12+ SDK/options typing andoverrideemission viaaddExplicitOverride).Reviewed by Cursor Bugbot for commit edcd1c3. Bugbot is set up for automated code reviews on this repo. Configure here.