fix(deps): update all patch dependencies (patch) #337
Merged
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:
0.26.17
->0.26.25
^18.3.2
->^18.3.3
^18.2.19
->^18.3.0
^3.6.0
->^3.7.0
^10.4.17
->^10.4.19
1.7.4
->1.7.7
3.20.0
->3.20.3
1.22.4
->1.22.8
^8.56.0
->^8.57.0
^0.4.5
->^0.4.7
v0.17.1
->v0.17.2
1.22.4
->1.22.8
v0.30.2
->v0.30.5
v0.30.2
->v0.30.5
v0.30.2
->v0.30.5
^8.4.35
->^8.4.38
v0.18.4
->v0.18.5
^3.4.3
->^3.4.4
^5.2.12
->^5.4.6
Release Notes
floating-ui/floating-ui (@floating-ui/react)
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/react-dom@2.1.2
,@floating-ui/utils@0.2.8
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
propv0.26.22
Compare Source
Patch Changes
@floating-ui/utils@0.2.7
v0.26.21
Compare Source
Patch Changes
@floating-ui/utils@0.2.6
v0.26.20
Compare Source
Patch Changes
focus
call inact
inuseFocus
tests@floating-ui/utils@0.2.5
v0.26.19
Compare Source
Patch Changes
scrollX
/scrollY
instead of deprecatedpageXOffset
/pageYOffset
@floating-ui/utils@0.2.4
v0.26.18
Compare Source
Patch Changes
reference
andfloating
prop getters had dependencies grouped.FloatingPortalProps
,CompositeProps
,CompositeItemProps
useHover
anduseClick
hooks and a click occurred before the floating element could open on hover, it would unexpectedly close onmouseleave
despite being triggered by a click.@floating-ui/utils@0.2.3
vitejs/vite-plugin-react-swc (@vitejs/plugin-react-swc)
v3.7.1
Compare Source
Ignore directive sourcemap error #231
postcss/autoprefixer (autoprefixer)
v10.4.20
Compare Source
fit-content
prefix for Firefox.axios/axios (axios)
v1.7.7
Compare Source
Bug Fixes
Contributors to this release
v1.7.6
Compare Source
Bug Fixes
Contributors to this release
v1.7.5
Compare Source
Bug Fixes
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)Contributors to this release
eslint/eslint (eslint)
v8.57.1
Compare Source
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.12
Compare Source
v0.4.11
Compare Source
export type foo = string;
) (fixes #47)v0.4.10
Compare Source
function Foo() {}; export default React.memo(Foo)
(#46) (thanks @SukkaW!)v0.4.9
Compare Source
function Foo() {}; export default memo(Foo)
(fixes #44)v0.4.8
Compare Source
export const foo = -1
withallowConstantExport
(fixes #43)gruntwork-io/go-commons (github.com/gruntwork-io/go-commons)
v0.17.2
Compare Source
What's Changed
Full Changelog: gruntwork-io/go-commons@v0.17.1...v0.17.2
golang/go (go)
v1.22.8
v1.22.7
v1.22.6
v1.22.5
kubernetes/api (k8s.io/api)
v0.30.5
Compare Source
v0.30.4
Compare Source
v0.30.3
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.30.5
Compare Source
v0.30.4
Compare Source
v0.30.3
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.30.5
Compare Source
v0.30.4
Compare Source
v0.30.3
Compare Source
postcss/postcss (postcss)
v8.4.47
Compare Source
v8.4.46
Compare Source
Cannot read properties of undefined (reading 'before')
.v8.4.45
Compare Source
v8.4.44
Compare Source
markClean is not a function
error.v8.4.43
Compare Source
markClean is not a function
error.v8.4.42
Compare Source
v8.4.41
Compare Source
v8.4.40
Compare Source
v8.4.39
Compare Source
CssSyntaxError
types (by @romainmenke).kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.18.5
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.4...v0.18.5
tailwindlabs/tailwindcss (tailwindcss)
v3.4.14
Compare Source
v3.4.13
Compare Source
Fixed
v3.4.12
Compare Source
v3.4.11
Compare Source
v3.4.10
Compare Source
v3.4.9
Compare Source
Fixed
vendor
foldersv3.4.8
Compare Source
v3.4.7
Compare Source
v3.4.6
Compare Source
Fixed
Changed
:is()
wrapping rules when using an important selector (#13900)v3.4.5
Compare Source
vitejs/vite (vite)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.8
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.7
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 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.