Update Mend: high confidence minor and patch dependency updates #2
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:
7.0.1
->7.1.1
0.26.22
->0.27.16
1.2.0
->1.2.2
4.6.0
->4.7.0
0.5.15
->0.6.1
2.2.7
->2.9.1
7.9.7
->7.10.0
1.1.6
->1.1.7
3.0.5
->3.2.0
3.3.5
->3.3.7
4.1.0
->4.1.1
3.5.30
->3.5.33
4.17.7
->4.17.20
5.3.14
->5.3.16
1.26.4
->1.26.5
3.0.12
->3.0.13
4.4.10
->4.4.12
1.0.4
->1.0.8
1.0.6
->1.5.0
7.5.8
->7.7.1
6.13.5
->6.15.3
1.18.5
->1.18.8
10.4.20
->10.4.21
4.23.3
->4.26.3
1.1.12
->1.1.13
4.4.1
->4.4.2
1.35.3
->1.37.1
0.20.2
->0.25.11
4.2.2
->4.4.0
2.29.1
->2.32.0
5.4.0
->5.5.0
6.9.0
->6.10.2
7.35.0
->7.37.5
9.0.2
->9.1.0
5.6.0
->5.6.4
9.0.1
->9.3.0
10.1.1
->10.1.3
3.3.0
->3.3.1
2.9.0
->2.9.4
0.5.45
->0.6.0
5.4.1
->5.5.3
8.4.41
->8.5.6
8.1.1
->8.2.0
3.3.3
->3.6.2
1.29.0
->1.30.0
5.8.8
->5.13.1
6.9.17
->6.11.2
4.4.6
->4.5.0
14.2.3
->14.3.8
3.4.0
->3.5.0
9.1.2
->9.2.0
5.8.0
->5.10.2
17.5.1
->17.6.0
1.0.24
->1.0.26
3.4.4
->3.7.0
1.5.4
->1.5.5
6.1.1
->6.2.3
7.8.1
->7.8.2
1.77.8
->1.93.2
16.8.1
->16.25.0
5.3.10
->5.3.14
29.2.4
->29.4.5
2.6.3
->2.8.1
5.0.4
->5.2.2
5.0.0
->5.0.1
2.4.5
->2.8.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
braintree/sanitize-url (@braintree/sanitize-url)
v7.1.1
Compare Source
DevDependency Changes
Update (sub-)dependencies
v7.1.0
Compare Source
v7.0.4
Compare Source
v7.0.3
Compare Source
v7.0.2
Compare Source
floating-ui/floating-ui (@floating-ui/react)
v0.27.16
Compare Source
Patch Changes
@floating-ui/[email protected]
v0.27.15
Compare Source
Patch Changes
@floating-ui/[email protected]
v0.27.14
Compare Source
Patch Changes
data-floating-ui-inert
. Fixes outside presses not working when clicking on a parent ancestor node.ShadowRoot
containersaria-selected=true
is present without being active withselect
roleFloatingPortal
exists. Prevents blockingcloseOnFocusOut
behavior.v0.27.13
Compare Source
Patch Changes
role="status"
andoutput
elements@floating-ui/[email protected]
,@floating-ui/[email protected]
v0.27.12
Compare Source
Patch Changes
aria-hidden
/inert
are cleaned up correctly when mixingoutsideElementsInert
true
/false
v0.27.11
Compare Source
Patch Changes
restoreFocus
prop@floating-ui/[email protected]
v0.27.10
Compare Source
Patch Changes
v0.27.9
Compare Source
Patch Changes
focusItemOnOpen
state when floating element is closed. This prevents the first item being highlighted on open under certain conditions when it shouldn't be.lockScroll
detection on iPadFloatingTree
handleClose
option and docs. You can now more easily write a custom event handler function, including exported types.lockScroll
scrollbar width CSS variable (--floating-ui-scrollbar-width
)disabledIndices
to be a functionv0.27.8
Compare Source
Patch Changes
@floating-ui/react/utils
. This makes it a lot easier to write your own custom interaction hooks, or copy/paste the existing ones to change the way they are implemented yourself without patching or waiting for features/breaking changes.parentOrientation
propv0.27.7
Compare Source
Patch Changes
FloatingDelayGroup
, this avoids a flicker when moving between floating elements to ensure one is always open with no missing frames.FloatingFocusManager
initialFocus
is not in useNextFloatingDelayGroup
(anduseNextFloatingDelayGroup
). UnlikeFloatingDelayGroup
, this component doesn't cause a re-render of unrelated consumers of the context when the delay changes, improving performance. This will eventually become the new default forFloatingDelayGroup
in v1 (Next
), as its API is different.safePolygon()
and a close delayevents
emittertabIndex=0
wheninitialFocus
is -1v0.27.6
Compare Source
Patch Changes
inline
middleware when passing a real DOM element torefs.setPositionReference
due toelement.getClientRects()
not being handledaria-hidden
when nested virtual floating element opensinert
attribute value to empty string instead of"true"
getInsideElements
prop. Allows you to specify elements that are considered as "inside" the floating element. These will avoid being marked witharia-hidden
anddata-floating-ui-inert
attributes.:focus-visible
checksv0.27.5
Compare Source
Patch Changes
v0.27.4
Compare Source
Patch Changes
v0.27.3
Compare Source
Patch Changes
FloatingRootContext
as thecontext
prop@floating-ui/[email protected]
v0.27.2
Compare Source
Patch Changes
inert
/aria-hidden
attributes from being left on outside elementsv0.27.1
Compare Source
Patch Changes
@floating-ui/[email protected]
v0.27.0
Compare Source
Minor Changes
inner
anduseInnerOffset
. This technique of aligning an inner element to the reference has poor performance with longer lists, doesn't fit with the middleware paradigm, doesn't work on touch, and has a better custom alternative using nativeonScroll
that is encouraged instead.| undefined
return type for React 17Patch Changes
outsideElementsInert
prop. This enables pointer modality without a backdrop.referencePress
overflow
style for scrollbar press check. Fixes an issue where outside presses would be incorrectly prevented if the target element that was pressed appeared scrollable but was actually not.v0.26.28
Compare Source
Patch Changes
useHover()
stickIfOpen
prop to determine whether to remain open upon first click when first opened by another eventreturnFocus
is ignored correctly when usingdisabled
propv0.26.27
Compare Source
Patch Changes
virtualItemRef
on floating closeroot
to be reactive fromnull
to an elementv0.26.26
Compare Source
Patch Changes
domReference
instead ofreference
v0.26.25
Compare Source
Patch Changes
restMs
enabled
optionmax-height
only if not scrollablev0.26.24
Compare Source
Patch Changes
React.JSX.Element
types. Ensure you've upgraded to the latest@types/react
patches (versions since May 6, 2023)transform
style propertymaxHeight
and applyminItemsVisible
only when scrollable@floating-ui/[email protected]
,@floating-ui/[email protected]
v0.26.23
Compare Source
Patch Changes
onOpenChange
reason string forFloatingFocusManager
'scloseOnFocusOut
handlingstaticOffset
prop if floating element is shifted. Fixes an issue where the arrow could potentially point to nothing if it was shifted enough from its reference element.onNavigate
from potentially passing in anundefined
value instead ofnull
blockPointerEvents
no longer addspointer-events: none
to unintended<body>
elements.disabled
proplezer-parser/highlight (@lezer/highlight)
v1.2.2
Compare Source
Bug fixes
Fix an issue where adding additional highlighting info for a node that already had some rule would drop the old info.
v1.2.1
Compare Source
Bug fixes
Give
Tag
objects an optional string name for debugging, and use it in theirtoString
method.suren-atoyan/monaco-react (@monaco-editor/react)
v4.7.0
Compare Source
pmmmwh/react-refresh-webpack-plugin (@pmmmwh/react-refresh-webpack-plugin)
v0.6.1
Compare Source
Fixes
this
propagates into module factory properly(#921)
v0.6.0
Compare Source
BREAKING
Minimum required Node.js version has been bumped to
18.12.0
.Minimum required
webpack
version has been bumped to5.2.0
.Minimum supported
webpack-dev-server
version has been bumped to4.8.0
.Minimum supported
webpack-plugin-serve
version has been bumped to1.0.0
.overlay.sockHost
,overlay.sockPath
,overlay.sockPort
,overlay.sockProtocol
andoverlay.useURLPolyfill
have all been removed.(#850)
It was necessary to support WDS below
4.8.0
(published in April 2022).It is no-longer necessary as a direct integration with WDS is now possible.
Features
(#852)
Fixes
(#900)
Internal
Dropped support for Webpack 4 / WDS 3
(#850,
#904)
Migrated from
ansi-html
toanser
in error overlay(#854)
Bumped all development dependencies
(#905)
v0.5.17
Compare Source
Fixes
this
propagates into module factory properly(#922)
v0.5.16
Compare Source
Fixes
(#898)
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.9.1
Compare Source
This bugfix release fixes how sorted entity adapters handle duplicate IDs, tweaks the TS types for RTKQ query state cache entries to improve how the
data
field is handled, and adds better cleanup for long-running listener middleware effects.What's Changed
data
on isSuccess withexactOptionalPropertyTypes
by @CO0Ki3 in #5088listenerMiddleware.clearListeners
by @chris-chambers in #5102Full Changelog: reduxjs/redux-toolkit@v2.9.0...v2.9.1
v2.9.0
Compare Source
This **featu
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.