chore: remove .patches entries already released in v1.50.2#34023
Merged
chore: remove .patches entries already released in v1.50.2#34023
Conversation
The following patches were included in the v1.50.2 patch release and no longer need to be tracked: - pr-33908 (TechDocs sidebar positioning) - pr-33952 (zod v4 bump) - pr-33975 (React Aria dependency clamping) - pr-33984 (tab indicator opacity fix) Signed-off-by: Fredrik Adelöw <freben@spotify.com> Made-with: Cursor
Contributor
There was a problem hiding this comment.
Pull request overview
Removes patch-release queue entries under .patches/ for PRs that have already shipped in the v1.50.2 patch release, leaving only unreleased items for the patch-release automation workflow.
Changes:
- Deleted
.patches/pr-33908.txt(TechDocs sidebar CSS custom properties patch entry) - Deleted
.patches/pr-33952.txt(zod v4/configSchema patch entry) - Deleted
.patches/pr-33975.txtand.patches/pr-33984.txt(dependency clamp + Tabs indicator patch entries)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .patches/pr-33984.txt | Remove shipped patch entry from patch-release queue |
| .patches/pr-33975.txt | Remove shipped patch entry from patch-release queue |
| .patches/pr-33952.txt | Remove shipped patch entry from patch-release queue |
| .patches/pr-33908.txt | Remove shipped patch entry from patch-release queue |
dyatko
approved these changes
Apr 22, 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.
Hey, I just made a Pull Request!
Remove
.patchesentries for PRs that were already included in the v1.50.2 patch release:pr-33908.txt— Make TechDocs sidebar positioning configurable via CSS custom propertiespr-33952.txt— Bump zod dependency to v4 for packages using configSchemapr-33975.txt— Clamp React Aria dependency ranges to patch-only updatespr-33984.txt— Fix active tab indicator disappearing on uncontrolled Tabs in @backstage/uiThe remaining entries (
pr-33721andpr-34001) have not yet been included in any patch release.✔️ Checklist
Signed-off-byline in the message. (more info)Made with Cursor