-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update all npm dependencies (major) #7421
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-all-npm-dependencies
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
+234
−368
Conversation
This file contains 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
147a30c
to
95eb31c
Compare
95eb31c
to
26b10e7
Compare
26b10e7
to
05d7732
Compare
05d7732
to
20c7488
Compare
20c7488
to
b052610
Compare
8cd2579
to
40ae97f
Compare
40ae97f
to
7dc3cf5
Compare
7dc3cf5
to
6930bbc
Compare
6930bbc
to
66087c9
Compare
66087c9
to
1f41d62
Compare
1f41d62
to
c4d670e
Compare
c4d670e
to
f460a7b
Compare
f460a7b
to
0443a85
Compare
0443a85
to
e72e0cb
Compare
d4a9275
to
86f5a70
Compare
86f5a70
to
293c3a7
Compare
293c3a7
to
945a5a7
Compare
945a5a7
to
6202ced
Compare
6202ced
to
0ed558d
Compare
0ed558d
to
f8bb11b
Compare
f8bb11b
to
6f660a7
Compare
6f660a7
to
42dfcc7
Compare
42dfcc7
to
f66fc80
Compare
f66fc80
to
3b25995
Compare
3b25995
to
cf1530f
Compare
cf1530f
to
33ec570
Compare
33ec570
to
f4b9f19
Compare
f4b9f19
to
780d355
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
4.6.0
->5.2.0
15.3.1
->16.0.1
18.3.18
->19.1.0
18.3.5
->19.1.1
15.15.0
->16.0.0
23.11.1
->24.6.0
18.3.1
->19.1.0
18.3.1
->19.1.0
5.3.4
->7.4.1
19.0.2
->20.0.0
Release Notes
playcanvas/pcui (@playcanvas/pcui)
v5.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: playcanvas/pcui@v5.1.0...v5.2.0
v5.1.0
Compare Source
What's Changed
Full Changelog: playcanvas/pcui@v5.0.0...v5.1.0
v5.0.0
Compare Source
Breaking Changes
TreeViewItem
to be closed by @willeastcott in https://github.com/playcanvas/pcui/pull/388What's Changed
peerDependencies
by @marklundin in https://github.com/playcanvas/pcui/pull/381NumericInput
expression handling by @willeastcott in https://github.com/playcanvas/pcui/pull/384NumericInput
by @willeastcott in https://github.com/playcanvas/pcui/pull/386BUILDGUIDE.md
by @willeastcott in https://github.com/playcanvas/pcui/pull/390MenuItem
handlers bare properties by @willeastcott in https://github.com/playcanvas/pcui/pull/391searchItems
and add tests by @willeastcott in https://github.com/playcanvas/pcui/pull/392SelectInput
to pointer events by @willeastcott in https://github.com/playcanvas/pcui/pull/395Element
registry by @willeastcott in https://github.com/playcanvas/pcui/pull/397SelectInput
to close on iOS by @willeastcott in https://github.com/playcanvas/pcui/pull/400New Contributors
Full Changelog: playcanvas/pcui@v4.6.0...v5.0.0
rollup/plugins (@rollup/plugin-node-resolve)
v16.0.1
2025-03-11
Bugfixes
ignoreSideEffectsForRoot
to exported interface (#1841)v16.0.0
2024-12-15
Breaking Changes
sindresorhus/globals (globals)
v16.0.0
Compare Source
Breaking
serviceworker
globals are now generated from browsers (#281)039ed51
puppeteer/puppeteer (puppeteer)
v24.6.0
Compare Source
Features
Dependencies
v24.5.0
Compare Source
Miscellaneous Chores
Dependencies
Features
screencast
options (#13645) (22aeab9)Bug Fixes
screencast
mp4 encoding (#13676) (dfc9219)v24.4.0
Compare Source
Features
Dependencies
v24.3.1
Compare Source
Miscellaneous Chores
Dependencies
Bug Fixes
v24.3.0
Compare Source
Miscellaneous Chores
Dependencies
Features
Bug Fixes
v24.2.1
Compare Source
Bug Fixes
Dependencies
v24.2.0
Compare Source
Features
Dependencies
Bug Fixes
v24.1.1
Compare Source
Miscellaneous Chores
Dependencies
Bug Fixes
v24.1.0
Compare Source
Features
Dependencies
Bug Fixes
v24.0.0
Compare Source
Bug Fixes
Dependencies
⚠ BREAKING CHANGES
Features
Code Refactoring
facebook/react (react)
v19.1.0
Compare Source
v19.0.0
Compare Source
Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.
New Features
React
startTransition
can now accept async functions. Functions passed tostartTransition
are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects likefetch()
in the pending state, and provides support for error handling, and optimistic updates.useActionState
: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a formaction
prop to support progressive enhancement in forms.useOptimistic
: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.use
: is a new API that allows reading resources in render. In React 19,use
accepts a promise or Context. If provided a promise,use
will suspend until a value is resolved.use
can only be used in render but can be called conditionally.ref
as a prop: Refs can now be used as props, removing the need forforwardRef
.React DOM Client
<form> action
prop: Form Actions allow you to manage forms automatically and integrate withuseFormStatus
. When a<form> action
succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the newrequestFormReset
API.<button> and <input> formAction
prop: Actions can be passed to theformAction
prop to configure form submission behavior. This allows using different Actions depending on the input.useFormStatus
: is a new hook that provides the status of the parent<form> action
, as if the form was a Context provider. The hook returns the values:pending
,data
,method
, andaction
.<head>
section of the document.<head>
on the client before revealing the content of a Suspense boundary that depends on that stylesheet.preinit
,preload
,prefetchDNS
, andpreconnect
APIs to optimize initial page loads by moving discovery of additional resources like fonts out of stylesheet loading. They can also be used to prefetch resources used by an anticipated navigation.React DOM Server
prerender
andprerenderToNodeStream
APIs for static site generation. They are designed to work with streaming environments like Node.js Streams and Web Streams. UnlikerenderToString
, they wait for data to load for HTML generation.React Server Components
Deprecations
element.ref
access: React 19 supports ref as a prop, so we’re deprecatingelement.ref
in favor ofelement.props.ref
. Accessing will result in a warning.react-test-renderer
: In React 19, react-test-renderer logs a deprecation warning and has switched to concurrent rendering for web usage. We recommend migrating your tests to @testing-library/react or @testing-library/react-nativeBreaking Changes
React 19 brings in a number of breaking changes, including the removals of long-deprecated APIs. We recommend first upgrading to
18.3.1
, where we've added additional deprecation warnings. Check out the upgrade guide for more details and guidance on codemodding.React
onUncaughtError
andonCaughtError
methods tocreateRoot
andhydrateRoot
to customize this error handling.propTypes
: UsingpropTypes
will now be silently ignored. If required, we recommend migrating to TypeScript or another type-checking solution.defaultProps
for functions: ES6 default parameters can be used in place. Class components continue to supportdefaultProps
since there is no ES6 alternative.contextTypes
andgetChildContext
: Legacy Context for class components has been removed in favor of thecontextType
API.React.createFactory
: Now that JSX is broadly supported, allcreateFactory
usage can be migrated to JSX components.react-test-renderer/shallow
: This has been a re-export of react-shallow-renderer since React 18. If needed, you can continue to use the third-party package directly. We recommend using @testing-library/react or @testing-library/react-native instead.React DOM
react-dom/test-utils
: We’ve movedact
fromreact-dom/test-utils
to react. All other utilities have been removed.ReactDOM
.render
,ReactDOM
.hydrate
: These have been removed in favor of the concurrent equivalents:ReactDOM
.createRoot
andReactDOM.hydrateRoot
.unmountComponentAtNode
: Removed in favor ofroot.unmount()
.ReactDOM
.findDOMNode
: You can replaceReactDOM
.findDOMNode
with DOM Refs.Notable Changes
React
<Context>
as a provider: You can now render<Context>
as a provider instead of<Context.Provider>
.useDeferredValue
initial value argument: When provided,useDeferredValue
will return the initial value for the initial render of a component, then schedule a re-render in the background with thedeferredValue
returned.useMemo
anduseCallback
will now reuse the memoized results from the first render, during the second render. Additionally, StrictMode will now double-invoke ref callback functions on initial mount.React DOM
TypeScript Changes
The most common changes can be codemodded with
npx types-react-codemod@latest preset-19 ./path-to-your-react-ts-files
.ReactChild
(replacement:React.ReactElement | number | string)
ReactFragment
(replacement:Iterable<React.ReactNode>
)ReactNodeArray
(replacement:ReadonlyArray<React.ReactNode>
)ReactText
(replacement:number | string
)VoidFunctionComponent
(replacement:FunctionComponent
)VFC
(replacement:FC
)prop-types
:Requireable
,ValidationMap
,Validator
,WeakValidationMap
create-react-class
:ClassicComponentClass
,ClassicComponent
,ClassicElement
,ComponentSpec
,Mixin
,ReactChildren
,ReactHTML
,ReactSVG
,SFCFactory
useRef
: The initial argument is now required to matchuseState
,createContext
etcuseRef()
are now always mutable instead of sometimes being immutable. This feature was too confusing for users and conflicted with legit cases where refs were managed by React and manually written to.ReactElement
typing: The props of React elements now default tounknown
instead ofany
if the element is typed asReactElement
JSX
namespace is removed to improve interoperability with other libraries using JSX. Instead, the JSX namespace is available from the React package:import { JSX } from 'react'
useReducer
typings: MostuseReducer
usage should not require explicit type arguments.For example,
All Changes
React
useActionState()
hook to update state based on the result of a Form Action (#27270, #27278, #27309, #27302, #27307, #27366, #27370, #27321, #27374, #27372, #27397, #27399, #27460, #28557, #27570, #27571, #28631, #28788, #29694, #29695, #29694, #29665, #28232, #28319 by @acdlite, @eps1lon, and @rickhanlonii)use()
API to read resources in render (#25084, #25202, #25207, #25214, #25226, #25247, #25539, #25538, #25537, #25543, #25561, #25620, #25615, #25922, #25641, #25634, #26232, #26536, #26739, #28233 by @acdlite, @MofeiZ, @sebmarkbage, @sophiebits, @eps1lon, and @hansottowirtz)useOptimistic()
hook to display mutated state optimistically during an async mutation (#26740, #26772, #27277, #27453, #27454, #27936 by @acdlite)initialValue
argument touseDeferredValue()
hook (#27500, #27509, #27512, #27888, #27550 by @acdlite)element.ref
access (#28348, #28464, #28731 by @acdlite)<Context>
to mean<Context.Provider>
(#28226 by @gaearon)info
,group
, andgroupCollapsed
in StrictMode logging (#25172 by @timneutkens)useSyncExternalStore()
hydration in StrictMode (#26791 by @sophiebits)componentWillUnmount()
in StrictMode (#26842 by @tyao1)useState()
anduseReducer()
initializer functions in StrictMode (#28248 by @eps1lon)useId()
in StrictMode (#25713 by @gnoff)act()
no longer checksshouldYield
which can be inaccurate in test environments (#26317 by @acdlite)Configuration
📅 Schedule: Branch creation - "on monday at 10:00am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.