-
Notifications
You must be signed in to change notification settings - Fork 0
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
deps(deps): update dependencies-non-major #213
Open
renovate
wants to merge
1
commit into
staging
Choose a base branch
from
renovate/dependencies-non-major
base: staging
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.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
January 8, 2024 19:43
ba23cbd
to
a966870
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
February 16, 2024 00:17
a966870
to
58e4aae
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
February 21, 2024 19:57
58e4aae
to
9d4e6bb
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
February 22, 2024 16:45
9d4e6bb
to
1139734
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
April 15, 2024 17:23
1139734
to
9e9badf
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
April 25, 2024 17:01
9e9badf
to
f9506a2
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
April 26, 2024 19:42
f9506a2
to
266e98a
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
May 26, 2024 10:47
266e98a
to
55c4186
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
July 25, 2024 08:51
55c4186
to
3abee7d
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
July 26, 2024 17:01
3abee7d
to
0941b45
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
July 28, 2024 13:17
0941b45
to
ec9c216
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
August 17, 2024 12:32
ec9c216
to
2a870fa
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
October 13, 2024 19:14
2a870fa
to
6407c39
Compare
renovate
bot
force-pushed
the
renovate/dependencies-non-major
branch
from
November 7, 2024 11:55
6407c39
to
046f866
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:
1.7.8
->1.7.19
2.29.3
->2.30.0
18.2.0
->18.3.1
18.2.0
->18.3.1
8.4.5
->8.4.7
2.2.0
->2.2.5
10.0.0
->10.0.4
Release Notes
tailwindlabs/headlessui (@headlessui/react)
v1.7.19
Compare Source
Fixed
disabled
state on<Tab />
component (#2918)Dialog.Panel
(#2919)hidden
attribute to internal<Hidden />
component when theFeatures.Hidden
feature is used (#2955)tabIndex
on the<Switch />
component (#2966)disabled
state to hidden inputs in form-like components (#3004)selectedIndex
for controlled<Tab/>
components (#3037)v1.7.18
Compare Source
Fixed
<Dialog>
'sonClose
twice on mobile devices (#2690)<Dialog>
(#2697)Tab.Panel
components are hidden from the accessibility tree (#2708)role="alertdialog"
to<Dialog>
component (#2709)Combobox.Input
component closes theCombobox
(#2712)className
prop when the<Transition />
component is currently not transitioning (#2722)<Disclosure.Panel>
and<Popover.Panel>
whenas={Fragment}
(#2760)Listbox
component in Chrome (#2824)v1.7.17
Compare Source
Fixed
<Listbox multiple>
and<Combobox multiple>
(#2626)<MainTreeNode />
inPopover.Group
component only (#2634)Dialog
components on iOS (#2635)<Tab />
components are available when setting the next index (#2642)Combobox.Input
component on page load (#2654)appear
works using theTransition
component (even when used with SSR) (#2646)nullable
prop on theCombobox
component (#2660)<Suspense>
(#2663)v1.7.16
Compare Source
Fixed
Combobox.Input
value (#2568)aria-expanded
purely based on the open/closed state (#2610)Enter
even if no submit-like button was found (#2613)v1.7.15
Compare Source
Added
Menu
andPopover
components (#2448)Fixed
FocusTrap
is only active when the givenenabled
value istrue
(#2456)<Transition appear>
from overwriting classes on re-render (#2457)Menu
andListbox
options while searching (#2471)Portal
component, does not close thePopover
component (#2492)Changed
types
condition to the front (#2469)v1.7.14
Compare Source
Fixed
Transition
component (#2374)FocusTrap
event listeners once document has loaded (#2389)className
hydration for<Transition appear>
(#2390)Combobox
types to improve false positives (#2411)className
correctly when it’s a function (#2412)<Combobox.Input>
(#2426)Added
form
prop to form-like components such asRadioGroup
,Switch
,Listbox
, andCombobox
(#2356)v1.7.13
Compare Source
Fixed
Transition
component completes if nothing is transitioning (#2318)<Switch>
where possible (#2265)Dialog
component in theFocusTrap
component (#2322)XYZPropsWeControl
and cleanup internal TypeScript types (#2329)Popover.Button
components inside aPopover.Panel
(#2333)Dialog
component closes (#2326)v1.7.12
Compare Source
Added
Fixed
Dialog
components are marked asinert
(#2290)Popover
components not opening (#2293)Dialog
cleanup when theDialog
becomes hidden (#2303)v1.7.11
Compare Source
Fixed
null
values for thedataRef
correctly (#2258)aria-multiselectable
to[role=listbox]
in theCombobox
component (#2271)Combobox.Input
when aCombobox.Option
is selected (#2272)activeOptionIndex
if the active option is unmounted (#2274)Ref
type for forwardedSwitch
's ref (#2277)Dialog
component when going into theClosing
state (#2264)v1.7.10
Compare Source
Fixed
import * as React from 'react'
pattern (#2242)v1.7.9
Compare Source
Fixed
Suspense
boundary received an update before it finished hydrating" error in theDisclosure
component (#2238)import * as React from 'react'
pattern (#2242)date-fns/date-fns (date-fns)
v2.30.0
Compare Source
Kudos to @kossnocorp and @Andarist for working on the release.
Changes
facebook/react (react)
v18.3.1
Compare Source
v18.3.0
Compare Source
facebook/react (react-dom)
v18.3.1
Compare Source
v18.3.0
Compare Source
nolimits4web/Swiper (swiper)
v8.4.7
Compare Source
Bug Fixes
v8.4.6
Compare Source
Features
vercel/swr (swr)
v2.2.5
Compare Source
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.2.4...v2.2.5
v2.2.4
Compare Source
Patches
index.js
suffix ofuse-sync-external-store/shim
to support React Native" by @huozhi in https://github.com/vercel/swr/pull/2802Full Changelog: vercel/swr@v2.2.3...v2.2.4
v2.2.3
Compare Source
Patches
index.js
suffix ofuse-sync-external-store/shim
to support React Native by @malash in https://github.com/vercel/swr/pull/2767Misc
New Contributors
Full Changelog: vercel/swr@v2.2.2...v2.2.3
v2.2.2
Compare Source
What's Changed
ArgumentsTuple
by @Andarist in https://github.com/vercel/swr/pull/2761New Contributors
Full Changelog: vercel/swr@v2.2.1...v2.2.2
v2.2.1
Compare Source
What's Changed
revalidate
to supportparallel
option by @promer94 in https://github.com/vercel/swr/pull/2727New Contributors
Full Changelog: vercel/swr@v2.2.0...v2.2.1
xnimorz/use-debounce (use-debounce)
v10.0.4
Compare Source
v10.0.3
Compare Source
peerDependency
part frompackage.json
as NPM cannot correctly resolvepeerDependency
for beta and rc versions: see https://stackoverflow.com/questions/67934358/npm-including-all-range-of-pre-release-when-defining-peer-dependency for contextv10.0.2
Compare Source
isPending
does not reset the state if the tracked value hasn't changed.. See https://github.com/xnimorz/use-debounce/issues/178v10.0.1
Compare Source
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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.