-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
chore(deps): update react monorepo #1120
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/react-monorepo
base: master
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 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
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@whatwg-node/fetch |
0.9.23-alpha-20241103070631-6cbf0d3027f72c092b0073bd4743055705b570c5 |
npm ↗︎ unpkg ↗︎ |
@whatwg-node/node-fetch |
0.6.0-alpha-20241103070631-6cbf0d3027f72c092b0073bd4743055705b570c5 |
npm ↗︎ unpkg ↗︎ |
@whatwg-node/server |
0.9.51-alpha-20241103070631-6cbf0d3027f72c092b0073bd4743055705b570c5 |
npm ↗︎ unpkg ↗︎ |
✅ Benchmark Results
|
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
5 times, most recently
from
February 12, 2024 20:16
6062afb
to
5df1717
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
8 times, most recently
from
February 22, 2024 04:36
a8b99d8
to
73e36dd
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
9 times, most recently
from
February 29, 2024 18:51
ba320f4
to
b746ee0
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
March 2, 2024 02:04
9e166b1
to
6615fe6
Compare
✅
|
✅
|
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
8 times, most recently
from
October 26, 2024 04:48
419b220
to
027ec46
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
8 times, most recently
from
November 3, 2024 07:04
26643ae
to
6cbf0d3
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
November 7, 2024 19:28
4313187
to
e320d23
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
November 19, 2024 22:00
714120a
to
6d0fc5a
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
6 times, most recently
from
November 26, 2024 19:23
5174a23
to
957e268
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
November 28, 2024 08:27
957e268
to
d5036bb
Compare
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:
18.2.48
->18.3.12
18.2.18
->18.3.1
0.0.0-experimental-e5205658f-20230913
->0.14.10
18.2.0
->18.3.1
0.0.0-experimental-e5205658f-20230913
->0.14.10
18.2.0
->18.3.1
Release Notes
facebook/react (react)
v0.14.10
React
v0.14.8
Compare Source
React
v0.14.7
Compare Source
React
<option>
tags when usingdangerouslySetInnerHTML
React TestUtils Add-on
setState
incomponentWillMount
when using shallow renderingv0.14.6
Compare Source
React
fbjs
dependency to pick up change affecting handling of undefined document.v0.14.5
Compare Source
React
v0.14.4
Compare Source
React
React DOM
autoCapitalize
andautoCorrect
props are now set as attributes in the DOM instead of properties to improve cross-browser compatibility<select>
elements not handling updates properlyReact Perf Add-on
.printDOM()
v0.14.3
Compare Source
React DOM
nonce
attribute for<script>
and<style>
elementsreversed
attribute for<ol>
elementsReact TestUtils Add-on
React CSSTransitionGroup Add-on
React on Bower
react-dom-server.js
to exposerenderToString
andrenderToStaticMarkup
for usage in the browserv0.14.2
Compare Source
React DOM
integrity
attributechildren
prop being coerced to a string for custom elements, which was not the desired behaviorreact
fromdependencies
topeerDependencies
to match expectations and align withreact-addons-*
packagesv0.14.1
Compare Source
React
v0.14.0
Compare Source
Major changes
react
package into two:react
andreact-dom
. This paves the way to writing components that can be shared between the web version of React and React Native. This means you will need to include both files and some functions have been moved fromReact
toReactDOM
.react-addons-clone-with-props
,react-addons-create-fragment
,react-addons-css-transition-group
,react-addons-linked-state-mixin
,react-addons-perf
,react-addons-pure-render-mixin
,react-addons-shallow-compare
,react-addons-test-utils
,react-addons-transition-group
,react-addons-update
,ReactDOM.unstable_batchedUpdates
).props
) which returns a JSX element, and this function may be used as a component.getDOMNode()
to get the underlying DOM node. Starting with this release, a ref to a DOM component is the actual DOM node. Note that refs to custom (user-defined) components work exactly as before; only the built-in DOM components are affected by this change.Breaking changes
React.initializeTouchEvents
is no longer necessary and has been removed completely. Touch events now work automatically.TestUtils.findAllInRenderedTree
and related helpers are no longer able to take a DOM component, only a custom component.props
object is now frozen, so mutating props after creating a component element is no longer supported. In most cases,React.cloneElement
should be used instead. This change makes your components easier to reason about and enables the compiler optimizations mentioned above.createFragment
helper to migrate, which now returns an array.classSet
has been removed. Use classnames instead.class
instead ofclassName
.Deprecations
this.getDOMNode()
is now deprecated andReactDOM.findDOMNode(this)
can be used instead. Note that in the common case,findDOMNode
is now unnecessary since a ref to the DOM component is now the actual DOM node.setProps
andreplaceProps
are now deprecated. Instead, call ReactDOM.render again at the top level with the new props.React.Component
in order to enable stateless function components. The ES3 module pattern will continue to work.style
object between renders has been deprecated. This mirrors our change to freeze theprops
object.cloneWithProps
is now deprecated. UseReact.cloneElement
instead (unlikecloneWithProps
,cloneElement
does not mergeclassName
orstyle
automatically; you can merge them manually if needed).CSSTransitionGroup
will no longer listen to transition events. Instead, you should specify transition durations manually using props such astransitionEnterTimeout={500}
.Notable enhancements
React.Children.toArray
which takes a nested children object and returns a flat array with keys assigned to each child. This helper makes it easier to manipulate collections of children in yourrender
methods, especially if you want to reorder or slicethis.props.children
before passing it down. In addition,React.Children.map
now returns plain arrays too.console.error
instead ofconsole.warn
for warnings so that browsers show a full stack trace in the console. (Our warnings appear when you use patterns that will break in future releases and for code that is likely to behave unexpectedly, so we do consider our warnings to be “must-fix” errors.)Symbol
in browsers that support it, in order to ensure that React never considers untrusted JSON to be a valid element. If this extra security protection is important to you, you should add aSymbol
polyfill for older browsers, such as the one included by Babel’s polyfill.capture
,challenge
,inputMode
,is
,keyParams
,keyType
,minLength
,summary
,wrap
. It also now supports these non-standard attributes:autoSave
,results
,security
.xlinkActuate
,xlinkArcrole
,xlinkHref
,xlinkRole
,xlinkShow
,xlinkTitle
,xlinkType
,xmlBase
,xmlLang
,xmlSpace
.image
SVG tag is now supported by React DOM.is="..."
attribute).audio
andvideo
tags:onAbort
,onCanPlay
,onCanPlayThrough
,onDurationChange
,onEmptied
,onEncrypted
,onEnded
,onError
,onLoadedData
,onLoadedMetadata
,onLoadStart
,onPause
,onPlay
,onPlaying
,onProgress
,onRateChange
,onSeeked
,onSeeking
,onStalled
,onSuspend
,onTimeUpdate
,onVolumeChange
,onWaiting
.shallowCompare
add-on has been added as a migration path forPureRenderMixin
in ES6 classes.CSSTransitionGroup
can now use custom class names instead of appending-enter-active
or similar to the transition name.New helpful warnings
document.body
directly as the container toReactDOM.render
now gives a warning as doing so can cause problems with browser extensions that modify the DOM.Notable bug fixes
<option>
elements with multiple text children properly and renders<select>
elements on the server with the correct option selected.React.createElement('DIV')
) no longer causes problems, though we continue to recommend lowercase for consistency with the JSX tag name convention (lowercase names refer to built-in components, capitalized names refer to custom components).animationIterationCount
,boxOrdinalGroup
,flexOrder
,tabSize
,stopOpacity
.Simulate.mouseEnter
andSimulate.mouseLeave
now work.React Tools / Babel
Breaking Changes
react-tools
package andJSXTransformer.js
browser file have been deprecated. You can continue using version0.13.3
of both, but we no longer support them and recommend migrating to Babel, which has built-in support for React and JSX.New Features
optimisation.react.inlineElements
transform converts JSX elements to object literals like{type: 'div', props: ...}
instead of calls toReact.createElement
. This should only be enabled in production, since it disables some development warnings/checks.optimisation.react.constantElements
transform hoists element creation to the top level for subtrees that are fully static, which reduces calls toReact.createElement
and the resulting allocations. More importantly, it tells React that the subtree hasn’t changed so React can completely skip it when reconciling. This should only be enabled in production, since it disables some development warnings/checks.v0.13.3
Compare Source
React Core
New Features
clipPath
element and attribute for SVGBug Fixes
dangerouslySetInnerHTML
restrictions so{__html: undefined}
will no longer throwgetChildContext
replaceState(obj)
retains prototype ofobj
React with Add-ons
Bug Fixes
contextTypes
v0.13.2
Compare Source
React Core
New Features
strokeDashoffset
,flexPositive
,flexNegative
to the list of unitless CSS propertiesscoped
- for<style>
elementshigh
,low
,optimum
- for<meter>
elementsunselectable
- IE-specific property to prevent user selectionBug Fixes
style={null}
didn't properly updatestyle
uglify
dependency to prevent a bug in IE8React with Add-Ons
Bug Fixes
hasOwnProperty
as an object keyReact Tools
v0.13.1
Compare Source
React Core
Bug Fixes
<select>
elementsstyle
works when transitioning fromnull
React with Add-Ons
Bug Fixes
getDOMNode
for ES6 classes<html>
,<head>
,<body>
) are treated as DOM componentsReact Tools
Bug Fixes
--non-strict-es6module
v0.13.0
Compare Source
React Core
Breaking Changes
props
after an element is created is deprecated and will cause warnings in development mode; future versions of React will incorporate performance optimizations assuming that props aren't mutatedstatics
) are no longer autobound to the component classref
resolution order has changed slightly such that a ref to a component is available immediately after itscomponentDidMount
method is called; this change should be observable only if your component calls a parent component's callback within yourcomponentDidMount
, which is an anti-pattern and should be avoided regardlesssetState
in life-cycle methods are now always batched and therefore asynchronous. Previously the first call on the first mount was synchronous.setState
andforceUpdate
on an unmounted component now warns instead of throwing. That avoids a possible race condition with Promises.this._pendingState
andthis._rootNodeID
.New Features
React.findDOMNode(component)
, which should be used in place ofcomponent.getDOMNode()
. The base class for ES6-based components will not havegetDOMNode
. This change will enable some more patterns moving forward.React.cloneElement(el, props)
for making copies of React elements – see the v0.13 RC2 notes for more details.ref
style, allowing a callback to be used in place of a name:<Photo ref={(c) => this._photo = c} />
allows you to reference the component withthis._photo
(as opposed toref="photo"
which givesthis.refs.photo
).this.setState()
can now take a function as the first argument for transactional state updates, such asthis.setState((state, props) => ({count: state.count + 1}));
– this means that you no longer need to usethis._pendingState
, which is now gone.Deprecations
ComponentClass.type
is deprecated. Just useComponentClass
(usually aselement.type === ComponentClass
).createClass
-based components are removed or deprecated from ES6 classes (getDOMNode
,replaceState
,isMounted
,setProps
,replaceProps
).React with Add-Ons
New Features
React.addons.createFragment
was added for adding keys to entire sets of children.Deprecations
React.addons.classSet
is now deprecated. This functionality can be replaced with several freely available modules. classnames is one such module.React.addons.cloneWithProps
can be migrated to useReact.cloneElement
instead – make sure to mergestyle
andclassName
manually if desired.React Tools
Breaking Changes
class
methods are no longer enumerable by default, which requiresObject.defineProperty
; if you support browsers such as IE8, you can pass--target es3
to mirror the old behaviorNew Features
--target
option is available on the jsx command, allowing users to specify and ECMAScript version to target.es5
is the default.es3
restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (egthis.static
will becomethis['static']
for IE8 compatibility).JSXTransformer
Breaking Changes
transform
now containssourceMap
as a JS object already, not an instance ofSourceMapGenerator
.JSX
Breaking Changes
>
or}
when inside an element. Previously it would be treated as a string but now it will be treated as a parse error. Thejsx_orphaned_brackets_transformer
package on npm can be used to find and fix potential issues in your JSX code.v0.12.2
Compare Source
React Core
formAction
,formEncType
,formMethod
,formTarget
,marginHeight
,marginWidth
strokeOpacity
to the list of unitless CSS propertiesundefined
toReact.createElement
- now there is a useful warningReact Tools
displayName
v0.12.1
Compare Source
React Tools
v0.12.0
Compare Source
React Core
Breaking Changes
key
andref
moved off props object, now accessible on the element directlyReact.__internals
is removed - it was exposed for DevTools which no longer needs accessReact.createFactory
first. This is handled for you when using JSX.New Features
{...}
) introduced to deprecatethis.transferPropsTo
acceptCharset
,classID
,manifest
Deprecations
React.renderComponent
-->React.render
React.renderComponentToString
-->React.renderToString
React.renderComponentToStaticMarkup
-->React.renderToStaticMarkup
React.isValidComponent
-->React.isValidElement
React.PropTypes.component
-->React.PropTypes.element
React.PropTypes.renderable
-->React.PropTypes.node
React.isValidClass
instance.transferPropsTo
false
from event handlers to preventDefaultReact.createFactory
key={null}
to assign implicit keysBug Fixes
event.getModifierState
as case sensitiveevent.charCode
list
updates correctly nowscrollLeft
,scrollTop
removed, these should not be specified as propsReact With Addons
New Features
React.addons.batchedUpdates
added to API for hooking into update cycleBreaking Changes
React.addons.update
usesassign
instead ofcopyProperties
which doeshasOwnProperty
checks. Properties on prototypes will no longer be updated correctly.Bug Fixes
JSX
Breaking Changes
New Features
@jsx React.DOM
no longer required{...}
) operator introduced to allow easier use of propsBug Fixes
v0.11.2
Compare Source
React Core
New Features
<dialog>
element and associatedopen
attribute<picture>
element and associatedmedia
andsizes
attributesReact.createElement
API in preparation for React v0.12React.createDescriptor
has been deprecated as a resultJSX
<picture>
is now parsed intoReact.DOM.picture
React Tools
esprima
andjstransform
for correctness fixesjsx
executable now exposes a--strip-types
flag which can be used to remove TypeScript-like type annotationsrequire('react-tools').transform
asstripTypes
v0.11.1
Compare Source
React Core
Bug Fixes
setState
can be called insidecomponentWillMount
in non-DOM environmentsSyntheticMouseEvent.getEventModifierState
correctly renamed togetModifierState
getModifierState
correctly returns aboolean
getModifierState
is now correctly case sensitiveinnerHTML
workaround is now removed, fixing rerendering in certain casesJSX
v0.11.0
Compare Source
React Core
Breaking Changes
getDefaultProps()
is now called once per class and shared across all instancesMyComponent()
now returns a descriptor, not an instanceReact.isValidComponent
andReact.PropTypes.component
validate descriptors, not component instancespropType
validators should return anError
instead of logging directlyNew Features
null
e.key
ande.getModifierState()
propertiesonBeforeInput
eventReact.Children.count
has been added as a helper for counting the number of childrenBug Fixes
e.view
properly normalizedcoords
,crossOrigin
,download
,hrefLang
,mediaGroup
,muted
,scrolling
,shape
,srcSet
,start
,useMap
)className
on a mounted SVG component now works correctlymask
andtspan
dx
,dy
,fillOpacity
,fontFamily
,fontSize
,markerEnd
,markerMid
,markerStart
,opacity
,patternContentUnits
,patternUnits
,preserveAspectRatio
,strokeDasharray
,strokeOpacity
Webkit
,ms
,Moz
,O
) are now handled properlyimg
event listeners are now unbound properly, preventing the error "Two valid but unequal nodes with the samedata-reactid
"React With Addons
$apply
command to transform valuesReact NPM Module
dist/
.envify
is properly listed as a dependency instead of a peer dependencyJSX
<Components.Checkbox />
harmony
features available in the command line with<script type="text/jsx;harmony=true">
React Tools Module
--harmony
option--source-map-inline
option to thejsx
executabletransformWithDetails
API which gives access to the raw sourcemap datav0.10.0
Compare Source
React Core
New Features
data-reactid
,data-react-checksum
). This DOM will not be mountable by React. Read the docs forReact.renderComponentToStaticMarkup
srcSet
for<img>
to specify images at different pixel ratiostextAnchor
for SVGBug Fixes
className={false}
behaves consistentlythis.refs
is defined, even if no refs are specified.Addons
update
function to deal with immutable data. Read the docsreact-tools
transform
function. The only option supported isharmony
, which behaves the same asjsx --harmony
on the command line. This uses the ES6 transforms from jstransform.v0.9.0
Compare Source
React Core
Breaking Changes
componentDidMount
andcomponentDidUpdate
no longer receive the root node as a parameter; usethis.getDOMNode()
insteadundefined
, the default value returned bygetDefaultProps
will now be used insteadReact.unmountAndReleaseReactRootNode
was previously deprecated and has now been removedReact.renderComponentToString
is now synchronous and returns the generated HTML string<html>
tag using React) is now supported only when starting with server-rendered markupdeltaY
is no longer negatedinput
,select
, andtextarea
elements,.getValue()
is no longer supported; use.getDOMNode().value
insteadthis.context
on components is now reserved for internal use by ReactNew Features
defs
,linearGradient
,polygon
,radialGradient
,stop
crossOrigin
for CORS requestsdownload
andhrefLang
for<a>
tagsmediaGroup
andmuted
for<audio>
and<video>
tagsnoValidate
andformNoValidate
for formsproperty
for Open Graph<meta>
tagssandbox
,seamless
, andsrcDoc
for<iframe>
tagsscope
for screen readersspan
for<colgroup>
tagspropTypes
in mixinsany
,arrayOf
,component
,oneOfType
,renderable
,shape
toReact.PropTypes
statics
on component spec for static component methods.currentTarget
is now properly set.key
is now polyfilled in all browsers for special (non-printable) keys.clipboardData
is now polyfilled in IE.dragTransfer
is now presentonMouseOver
andonMouseOut
in addition to the existingonMouseEnter
andonMouseLeave
eventsonLoad
andonError
on<img>
elementsonReset
on<form>
elementsautoFocus
attribute is now polyfilled consistently oninput
,select
, andtextarea
Bug Fixes
__owner__
property to each component'sprops
object; passed-in props are now never mutatedReact.renderComponent
withincomponentDidMount
), events now properly bubble to the parent component.target
,.relatedTarget
, and.type
are now set properly.data
is now properly normalized in IE9 and IE10px
appended for the unitless propertiescolumnCount
,flex
,flexGrow
,flexShrink
,lineClamp
,order
,widows
componentWillUnmount
handlerrenderComponentToString
would store event handlersdisabled
are rendered without a value (previouslydisabled="true"
, now simplydisabled
)key
values containing.
are now supporteddata-reactid
values for performancekey
property changesdocument
only when necessary, improving performance in some cases.returnValue
in modern browsers, eliminating a warning in ChromescrollLeft
andscrollTop
are no longer accessed on document.body, eliminating a warning in ChromeReact with Addons
React.addons.TestUtils
was added to help write unit testsReact.addons.TransitionGroup
was renamed toReact.addons.CSSTransitionGroup
React.addons.TransitionGroup
was added as a more general animation wrapperReact.addons.cloneWithProps
was added for cloning components and modifying their propstransitionLeave
in CSSTransitionGroup<input>
elements,checkedLink
is now supported for two-way bindingJSX Compiler and react-tools Package
react-tools
npm package no longer includes the React core libraries; use thereact
package instead.displayName
is now added in more cases, improving error messages and names in the React Dev ToolsJSXTransformer
now uses source maps automatically in modern browsersJSXTransformer
error messages now include the filename and problematic line contents when a file fails to parsev0.8.0
React
rows
&cols
for<textarea>
defer
&async
for<script>
loop
for<audio>
&<video>
autoCorrect
for form fields (a non-standard attribute only supported by mobile WebKit)onContextMenu
eventsReact with Addons
onTransition
react-tools
jstransform
andesprima-fb
JSXTransformer
v0.5.2
Compare Source
React
key
: CVE-2013-7035v0.5.1
Compare Source
React
<input type="range">
and selection events.disabled
attribute handling on non-<input>
elements.React with Addons
v0.5.0
React
charSet
,content
,form
,httpEquiv
,rowSpan
,autoCapitalize
).rx
,ry
).getInitialState
andgetDefaultProps
in mixins.React.version
.React.isValidClass
- Used to determine if a value is a valid component constructor.React.autoBind
- This was deprecated in v0.4 and now properly removed.React.unmountAndReleaseReactRootNode
toReact.unmountComponentAtNode
.React with Addons (New!)
JSX
class
toclassName
as part of the transform! This is a breaking change - if you were usingclass
, you must change this toclassName
or your components will be visually broken.v0.3.0
v0.0.0-experimental-feed8f3f9-20240118
Compare Source
v0.0.0-experimental-fdb368d9e-20230725
Compare Source
v0.0.0-experimental-fd0da3eef-20240404
Compare Source
v0.0.0-experimental-fccf3a9fb-20230213
Compare Source
v0.0.0-experimental-fbc9b68d6-20231123
Compare Source
v0.0.0-experimental-fb9a90fa48-20240614
Compare Source
v0.0.0-experimental-fb10a2c66-20240228
Compare Source
v0.0.0-experimental-fa6eab58-20240815
Compare Source
v0.0.0-experimental-fa4314841-20230502
Compare Source
v0.0.0-experimental-f9ebd85a-20240925
Compare Source
v0.0.0-experimental-f994737d14-20240522
Compare Source
v0.0.0-experimental-f90a6bcc-20240827
Compare Source
v0.0.0-experimental-f828bad38-20230313
Compare Source
v0.0.0-experimental-f3e09d6328-20240612
Compare Source
v0.0.0-experimental-f38c22b244-20240704
Compare Source
v0.0.0-experimental-efb381bbf-20230505
Compare Source
v0.0.0-experimental-edbfc6399-20221128
Compare Source
v0.0.0-experimental-eb3ad065-20240822
Compare Source
v0.0.0-experimental-eb33bd747-20240312
Compare Source
v0.0.0-experimental-e98225485-20221129
Compare Source
v0.0.0-experimental-e948a5ac-20240807
Compare Source
v0.0.0-experimental-e91142dd6-20230705
Compare Source
v0.0.0-experimental-e7c5af45c-20221023
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.