-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update non-major (main) #208
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
9b4aae2
to
9a86fa5
Compare
9a86fa5
to
83af9f2
Compare
83af9f2
to
c661c6d
Compare
c661c6d
to
98db82c
Compare
98db82c
to
b541554
Compare
b541554
to
1e241c2
Compare
1e241c2
to
ac8a610
Compare
ac8a610
to
e80e94d
Compare
e80e94d
to
e30c1fe
Compare
e30c1fe
to
5f1520d
Compare
5f1520d
to
41ab38d
Compare
c6731bc
to
04495c2
Compare
04495c2
to
e2e7b61
Compare
e2e7b61
to
22c4060
Compare
22c4060
to
b022b43
Compare
b022b43
to
a92903a
Compare
a92903a
to
56b4f93
Compare
56b4f93
to
9dac331
Compare
9dac331
to
419631d
Compare
419631d
to
d528773
Compare
d528773
to
e90c700
Compare
e90c700
to
a85b43d
Compare
a85b43d
to
67763d3
Compare
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
67763d3
to
5a64e70
Compare
5a64e70
to
d70a667
Compare
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^3.0.7
->^3.1.8
^20.19.11
->^20.19.19
^19.1.11
->^19.2.0
^19.1.7
->^19.2.0
^5.0.1
->^5.0.4
^0.25.9
->^0.25.10
6.0.0-rc.1
->6.0.0-rc.2
^19.1.1
->^19.2.0
^19.1.1
->^19.2.0
^19.1.1
->^19.2.0
5.9.2
->5.9.3
^7.1.3
->^7.1.9
Release Notes
sanity-io/ui (@sanity/ui)
v3.1.8
Compare Source
Bug Fixes
v3.1.7
Compare Source
Bug Fixes
v3.1.6
Compare Source
Bug Fixes
v3.1.5
Compare Source
Bug Fixes
v3.1.4
Compare Source
Bug Fixes
v3.1.3
Compare Source
Bug Fixes
v3.1.2
Compare Source
Bug Fixes
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
v3.0.14
Compare Source
Bug Fixes
useArrayProp
usage (#2055) (d693ec7)v3.0.13
Compare Source
Bug Fixes
react-hooks/set-state-in-effect
(#2054) (dd7c347)v3.0.12
Compare Source
Bug Fixes
react-hooks/preserve-manual-memoization
(#2053) (c797d2b)v3.0.11
Compare Source
Bug Fixes
react-hooks/refs
(#2052) (630922b)v3.0.10
Compare Source
Bug Fixes
displayName
toReact.createContext
(#2047) (1232e9b)v3.0.9
Compare Source
Bug Fixes
v3.0.8
Compare Source
Bug Fixes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v5.0.4
Compare Source
Perf: use native refresh wrapper plugin in rolldown-vite (#881)
v5.0.3
Compare Source
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
v5.0.2
Compare Source
Skip transform hook completely in rolldown-vite in dev if possible (#783)
evanw/esbuild (esbuild)
v0.25.10
Compare Source
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefined
in this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):Fix
@supports
nested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholder
for correctness. The CSS nesting specification says the following:However, it seems like this behavior is different for nested at-rules such as
@supports
, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:facebook/react (eslint-plugin-react-hooks)
v6.0.0-rc.2
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 APIsmicrosoft/TypeScript (typescript)
v5.9.3
Compare Source
vitejs/vite (vite)
v7.1.9
Compare Source
Reverts
v7.1.8
Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
create-react-app
license (#20865) (166a178)v7.1.7
Compare Source
Bug Fixes
emitAssets: true
whensharedConfigBuild: true
(#20787) (4c4583c)import.meta.hot.prune
callbacks to complete before running other HMRs (#20698) (98a3484)v7.1.6
Compare Source
Bug Fixes
$
variables correctly (#20761) (7e8e004)skipLibCheck
isfalse
(#20755) (cc54e29)Miscellaneous Chores
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here