chore(main): release 1.4.0 - #147
Merged
jeremymcs merged 1 commit intoAug 20, 2026
Merged
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--main--components--patchdeck
branch
from
July 1, 2026 11:23
7012ed1 to
adff996
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--patchdeck
branch
from
August 18, 2026 03:20
adff996 to
8d3072f
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--patchdeck
branch
4 times, most recently
from
August 18, 2026 08:23
ebddeb8 to
f5572fe
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--patchdeck
branch
2 times, most recently
from
August 18, 2026 13:20
1cf75ac to
c568eae
Compare
jeremymcs
added a commit
to cwbcheng/patchdeck
that referenced
this pull request
Aug 18, 2026
Two configuration bugs kept producing pull requests that could never merge. Dependabot grouped every npm update under a single `*` pattern, so ten breaking majors arrived as one PR (jeremymcs#175): tailwindcss 3->4, zod 3->4 and typescript 5->7 each broke the build on their own, and typescript 7 is not supported by any released typescript-eslint. The group now batches only minor and patch updates; majors come as individual PRs that can be reviewed and migrated one at a time. release-please ran with the default GITHUB_TOKEN. GitHub deliberately does not start workflow runs for pull requests opened with that token, so the required lint-and-test check never ran on a release PR and every one of them stayed BLOCKED (jeremymcs#147 had to be nudged with an empty commit). Passing a PAT makes the PR author-created from Actions' point of view, which starts the checks. Requires a repository secret named RELEASE_PLEASE_TOKEN, a PAT with contents and pull-requests write scope. The expression falls back to GITHUB_TOKEN so the workflow keeps working until the secret exists.
github-actions
Bot
force-pushed
the
release-please--branches--main--components--patchdeck
branch
2 times, most recently
from
August 18, 2026 15:16
870e7b8 to
9a17b5f
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--patchdeck
branch
from
August 20, 2026 01:47
9a17b5f to
db6c39e
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
1.4.0 (2026-08-20)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.