-
Notifications
You must be signed in to change notification settings - Fork 12
fix(deps): update ui deps (minor) #767
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/auto-ui-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
3dfe924
to
b3b2789
Compare
b3b2789
to
91c66a2
Compare
91c66a2
to
151c4ab
Compare
canonical-iam
approved these changes
Oct 2, 2025
151c4ab
to
d882873
Compare
canonical-iam
approved these changes
Oct 2, 2025
d882873
to
465d228
Compare
canonical-iam
approved these changes
Oct 2, 2025
465d228
to
ac36da2
Compare
canonical-iam
approved these changes
Oct 2, 2025
ac36da2
to
f4d9f9a
Compare
canonical-iam
previously approved these changes
Oct 2, 2025
f4d9f9a
to
1d34dce
Compare
canonical-iam
approved these changes
Oct 3, 2025
1d34dce
to
17eef9f
Compare
canonical-iam
previously approved these changes
Oct 3, 2025
17eef9f
to
f2c265b
Compare
canonical-iam
previously approved these changes
Oct 6, 2025
f2c265b
to
251ecf1
Compare
canonical-iam
approved these changes
Oct 6, 2025
251ecf1
to
ca7ee3a
Compare
canonical-iam
approved these changes
Oct 7, 2025
ca7ee3a
to
8899019
Compare
canonical-iam
approved these changes
Oct 7, 2025
8899019
to
b002237
Compare
canonical-iam
previously approved these changes
Oct 7, 2025
b002237
to
c73bcd8
Compare
canonical-iam
approved these changes
Oct 8, 2025
c73bcd8
to
b289941
Compare
auto-merge was automatically disabled
October 9, 2025 15:33
Pull Request is not mergeable
canonical-iam
approved these changes
Oct 9, 2025
b289941
to
7460cfa
Compare
canonical-iam
approved these changes
Oct 10, 2025
7460cfa
to
395b309
Compare
canonical-iam
approved these changes
Oct 10, 2025
395b309
to
58ce49a
Compare
canonical-iam
approved these changes
Oct 10, 2025
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.
This PR contains the following updates:
1.55.0
->1.56.0
6.8.0
->6.9.1
8.44.0
->8.46.0
9.36.0
->9.37.0
19.1.1
->19.2.0
19.1.1
->19.2.0
Release Notes
microsoft/playwright (@playwright/test)
v1.56.0
Compare Source
v1.55.1
Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
Browser Versions
This version was also tested against the following stable channels:
testing-library/jest-dom (@testing-library/jest-dom)
v6.9.1
Compare Source
v6.9.0
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.46.0
Compare Source
🚀 Features
🩹 Fixes
export import
s (#11603)this: void
and binding (#11634)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.45.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.44.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v9.37.0
Compare Source
facebook/react (react)
v19.2.0
Compare Source
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>
: A new API to hide and restore the UI and internal state of its children.useEffectEvent
is a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal
(for RSCs) lets your know when thecache()
lifetime is over.New React DOM Features
resume
: to resume a prerender to a stream.resumeAndPrerender
: to resume a prerender to HTML.resumeToPipeableStream
: to resume a prerender to a stream.resumeAndPrerenderToNodeStream
: to resume a prerender to HTML.prerender
APIs to return apostponed
state that can be passed to theresume
APIs.Notable changes
<ViewTransition>
Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.prerender
,renderToReadableStream
) to server-side-rendering APIs for Node.js:
IDs generated by useIdAll Changes
React
<Activity />
was developed over many years, starting beforeClassComponent.setState
(@acdlite @sebmarkbage and many others)%o
placeholder (@eps1lon #34198)useDeferredValue
loop in popstate event (@acdlite #32821)useDeferredValue
(@acdlite #34376)cacheSignal
(@sebmarkbage #33557)React DOM
:
for IDs generated byuseId
(@sebmarkbage, @eps1lon: #32001, #33342#33099, #33422)nonce
to be used on hoistable styles (@Andarist #32461)React.use
insideReact.lazy
-ed Component (@hi-ogawa #33941)progressiveChunkSize
option for server-side-rendering APIs (@sebmarkbage #33027)React Server Components
<img>
and<link>
using hints before they're rendered (@sebmarkbage #34604)filterStackFrame
(@eps1lon #33707)React Reconciler
on*
handlers to account for upcoming experimental APIsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.