-
Notifications
You must be signed in to change notification settings - Fork 5
Bump preact from 10.26.0 to 10.26.4 #1899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [preact](https://github.com/preactjs/preact) from 10.26.0 to 10.26.4. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.26.0...10.26.4) --- updated-dependencies: - dependency-name: preact dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
92d0514 to
b0bb356
Compare
|
@dependabot rebase |
|
Typecheck error:
|
|
The relevant upstream change is preactjs/preact#4692. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1899 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 70 70
Lines 1316 1318 +2
Branches 486 486
=========================================
+ Hits 1316 1318 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
22a02d3 to
b0bb356
Compare
|
There is a mistake in Preact's export type ClipboardEventHandler<Target extends EventTarget> = EventHandler<
TargetedClipboardEvent<Target>
>;
export type CommandEventHandler<Target extends EventTarget> =
TargetedCommandEvent<Target>
export type CompositionEventHandler<Target extends EventTarget> =
EventHandler<TargetedCompositionEvent<Target>>;The newly added |
|
Upstream PR: preactjs/preact#4740 |
Update the `CommandEventHandler` type declaration to match other `*EventHandler` types by using the `EventHandler` utility. This fixes a downstream typing error reported in hypothesis/frontend-shared#1899 (comment).
|
Upstream PR has been merged. This will be fixed in the next Preact update, so I will close this and wait for Dependabot to notify us when that becomes available. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps preact from 10.26.0 to 10.26.4.
Release notes
Sourced from preact's releases.
... (truncated)
Commits
ccd1e7110.26.4 (#4718)58703d6Address context fragments issue (#4717)ecf6c4010.26.3 (#4714)daba002types: Refactor 'AllHTMLAttributes' interface (#4706)55e9f52Add fetchPriority (#4713)1effaa6chore: Remove console log in debug (#4709)94fbcbdRemove unused deps (#4707)eb9c8abfeat: Add command invoker types (#4692)46bace7types: Flesh out HTMLMediaElement types (#4705)d7b4787chore: Fix mocha in Node v22+ (#4701)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)