-
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
fix(deps): update all patch #114
Open
ethpandaops-renovatebot
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all-patch
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
ethpandaops-renovatebot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jun 6, 2023
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
2 times, most recently
from
June 19, 2023 01:04
525b656
to
39e9e7e
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
July 4, 2023 01:36
39e9e7e
to
266e963
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
August 15, 2023 01:04
266e963
to
0a1a875
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
2 times, most recently
from
September 5, 2023 01:04
a6fca6e
to
5e20f27
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
September 26, 2023 01:08
5e20f27
to
5c5487d
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
December 5, 2023 01:12
5c5487d
to
76a001a
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
January 16, 2024 01:12
76a001a
to
2c26af1
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
January 23, 2024 01:12
2c26af1
to
98e1bcf
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
February 27, 2024 01:06
98e1bcf
to
46c1e18
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
March 19, 2024 01:13
46c1e18
to
069f3dc
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
April 16, 2024 01:07
069f3dc
to
9630f3b
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
April 30, 2024 01:08
9630f3b
to
f0ebc2a
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
June 18, 2024 01:15
f0ebc2a
to
2bf3520
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
June 25, 2024 01:16
2bf3520
to
7a0cc18
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
July 2, 2024 01:17
7a0cc18
to
3403235
Compare
ethpandaops-renovatebot
bot
force-pushed
the
renovate/all-patch
branch
from
September 17, 2024 01:05
3403235
to
82fe188
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
1.7.14
->1.7.19
v1.9.1
->v1.9.3
2.5.9
->2.5.11
Release Notes
tailwindlabs/headlessui (@headlessui/react)
v1.7.19
Compare Source
Fixed
disabled
state onTab
component (#2918)Dialog.Panel
(#2919)hidden
attribute to internalHidden
component when theFeatures.Hidden
feature is used (#2955)tabIndex
on theSwitch
component (#2966)disabled
state to hidden inputs in form-like components (#3004)selectedIndex
for controlledTab
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"
toDialog
component (#2709)Combobox.Input
component closes theCombobox
(#2712)className
prop when theTransition
component is currently not transitioning (#2722)Disclosure.Panel
andPopover.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)sirupsen/logrus (github.com/sirupsen/logrus)
v1.9.3
Compare Source
Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3
v1.9.2
Compare Source
Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2
catamphetamine/javascript-time-ago (javascript-time-ago)
v2.5.11
Compare Source
v2.5.10
Compare Source
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Tuesday" in timezone Europe/Berlin, Automerge - "after 9am every weekday except Friday or Monday,before 11am every weekday except Friday or Monday" in timezone Europe/Berlin.
🚦 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 has been generated by Renovate Bot.