-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: update dependency preact to ^10.25.4 #58
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
daad532
to
12a3b07
Compare
12a3b07
to
c40cf2f
Compare
c40cf2f
to
00ca11b
Compare
00ca11b
to
375ea67
Compare
a7c9cda
to
3150d36
Compare
3150d36
to
7cf0a6b
Compare
b0199da
to
df88b42
Compare
df88b42
to
5a98540
Compare
5a98540
to
96862c1
Compare
1730ae1
to
d3ec0ed
Compare
d3ec0ed
to
6610ca2
Compare
6610ca2
to
67cd093
Compare
67cd093
to
a3717e3
Compare
a3717e3
to
f55151b
Compare
f55151b
to
c846ad4
Compare
c846ad4
to
4a15198
Compare
4a15198
to
1f59fd9
Compare
18041f1
to
99794d0
Compare
99794d0
to
ddf55ad
Compare
ddf55ad
to
9b7b913
Compare
9b7b913
to
e36fd1d
Compare
This PR contains the following updates:
^10.20.2
->^10.25.4
Release Notes
preactjs/preact (preact)
v10.25.4
Compare Source
Types
Fixes
v10.25.3
Compare Source
Fixes
Types
v10.25.2
Compare Source
Notable
Revert unkeyed no-search (#4604, thanks @JoviDeCroock)
We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the
key
property.Fixes
Types
Performance
Maintenance
v10.25.1
Compare Source
Fixes
Types
defaultValue
property types for inputs, selects, & textareas (#4585, thanks @rschristian)type
attribute (#4582, thanks @rschristian)createElement
&h
types (#4578, thanks @rschristian)href
&hreflang
attribute types (#4575, thanks @rschristian)datetime
on<del>
as optional (#4570, thanks @marvinhagemeister)max
andmin
properties on input element types (#4568, thanks @rschristian)ElementRef
type to compat (#4557, thanks @rschristian)Maintenance
declare global
from internal types (#4583, thanks @rschristian)v10.25.0
Compare Source
Features
Move per-element type interfaces into core and more strictly type IntrinsicElements (#4546, thanks @rschristian)
This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be
<div src="x" />
.If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.
Recreate unkeyed functional components when they change position. (#4550, thanks @JoviDeCroock)
This is a long time bugfix, when we have elements that look like
We would reuse the state of the first VNode to render the second one when the condition switches. When you are using
key
, this issue was not present.Support
{ handleEvent() {} }
object interface as a listener (#4538, thanks @lilnasy)We've added support for attaching object/class event-handlers
Fixes
Maintenance
Signalish
helper to reduce verbosity (#4545, thanks @rschristian)react/iframe-missing-sandbox
(#4533, thanks @DonIsaac)v10.24.3
Compare Source
Fixes
Performance
Maintenance
v10.24.2
Compare Source
Performance
Types
Maintenance
v10.24.1
Compare Source
Fixes
Types
spellCheck
type (#4497, thanks @rschristian)Maintenance
v10.24.0
Compare Source
Features
Fixes
Types
AnyComponent
type to support classes (#4479, thanks @rschristian)Maintenance
v10.23.2
Compare Source
Fixes
Types
Maintenance
v10.23.1
Compare Source
Fixes
v10.23.0
Compare Source
Features
This adds support for returning a function in functional refs, example
Fixes
Types
Maintenance
v10.22.1
Compare Source
Fixes
Types
Ref
type. (#4403, thanks @maxbrieiev)preact-render-to-string
(#4395, thanks @Austaras)Maintenance
globalThis
overwindow
if available (#4401, thanks @marvinhagemeister)Performance
v10.22.0
Compare Source
Features
Types
Maintenance
Fixes
compat/client
for IE11 support (#4372, thanks @rschristian)v10.21.0
Compare Source
Features
Fixes
ReactCurrentDispatcher
(#4342, thanks @rschristian)Types
Maintenance
Configuration
📅 Schedule: Branch creation - "after 10am on monday,before 5pm on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.