forked from technologiestiftung/giessdenkiez-de
-
Notifications
You must be signed in to change notification settings - Fork 0
deps(deps): update dependencies-non-major #22
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
Open
renovate
wants to merge
1
commit into
master-magdeburg
Choose a base branch
from
renovate/dependencies-non-major
base: master-magdeburg
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 ↗︎
|
ee986c2
to
1ec3639
Compare
1ec3639
to
95cd0ca
Compare
95cd0ca
to
39f7127
Compare
39f7127
to
9393ccf
Compare
9393ccf
to
1fd345e
Compare
1fd345e
to
37be317
Compare
37be317
to
0603d40
Compare
0603d40
to
c302751
Compare
c302751
to
57bbb04
Compare
57bbb04
to
3be7951
Compare
3be7951
to
9e730d4
Compare
9e730d4
to
53e3bab
Compare
53e3bab
to
a41b41b
Compare
a41b41b
to
71b2b3e
Compare
7a245b2
to
5af9200
Compare
5af9200
to
1c946cc
Compare
1c946cc
to
62a10aa
Compare
62a10aa
to
9f4c998
Compare
9f4c998
to
56e9e81
Compare
56e9e81
to
96ec1ff
Compare
96ec1ff
to
7405e51
Compare
7405e51
to
ee4183b
Compare
ee4183b
to
0cc28fe
Compare
0cc28fe
to
f81debc
Compare
f81debc
to
bade826
Compare
bade826
to
220fed5
Compare
220fed5
to
bb001e8
Compare
bb001e8
to
f9b6d5c
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:
11.11.1
->11.14.0
11.11.0
->11.14.0
1.5.0
->1.7.19
5.0.0
->5.17.1
5.0.0
->5.17.1
5.0.0
->5.17.1
2.11.5
->2.11.8
0.6.0
->0.10.0
0.3.1
->0.5.0
0.4.2
->0.4.7
3.21.1
->3.41.0
2.28.0
->2.30.0
8.7.3
->8.9.36
10.2.2
->10.3.1
12.3.2
->12.3.7
8.0.4
->8.10.1
2.1.2
->2.2.3
6.1.19
->6.1.21
2.2.5
->2.3.0
3.34.19
->3.39.3
4.4.0
->4.4.1
4.1.5
->4.1.8
1.49.11
->1.86.3
5.3.6
->5.3.11
8.0.7
->8.1.1
Release Notes
emotion-js/emotion (@emotion/react)
v11.14.0
Compare Source
Minor Changes
a19d019
Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
e1bf17e
]:v11.13.5
Compare Source
Patch Changes
#3270
77d930d
Thanks @emmatown! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:v11.13.3
Compare Source
Patch Changes
#3232
0ce3ed0
Thanks @ENvironmentSet! - Distributecss
prop attachment over props that are union typesUpdated dependencies []:
v11.13.0
Compare Source
Minor Changes
#3198
d8ff8a5
Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENV
checks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912
Thanks @Andarist! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5
,a9f6912
]:v11.12.0
Compare Source
Minor Changes
65a1eea
Thanks @srmagura! - Automatic labeling at runtime is now an opt-in feature. DefineglobalThis.EMOTION_RUNTIME_AUTO_LABEL = true
before Emotion gets initialized to enable it.Patch Changes
#3206
d1994c4
Thanks @DiegoAndai! - Improved compatibility with the upcoming@types/react
for React 19 where the globalJSX
namespace doesn't exist anymore#3208
56109e7
Thanks @Andarist! - Only forward definedref
s to improve compatibility with the upcoming React 19Updated dependencies [
9ca22c6
,b1d16b0
,16d8a8c
]:v11.11.4
Compare Source
Patch Changes
5b82631d
Thanks @iegik! - Renamed an internalhasOwnProperty
tohasOwn
. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution withObject.freeze(Object.prototype)
.v11.11.3
Compare Source
Patch Changes
#3101
49c20b4f
Thanks @kyvong! - Fix Theme import for newer Typescript module resolution modesUpdated dependencies [
45c440fb
]: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)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)v1.7.8
Compare Source
Fixed
Tab
(after DOM order changes) (#2145)Popover.Button
components (#2146)Tab
key with non focusable elements inPopover.Panel
(#2147)Popover.Button
in React 17 (#2163)failed to removeChild on Node
bug (#2164)Combobox
accessibility (#2153)headlessuiFocusGuard
ofrelatedTarget
in theFocusTrap
component (#2203)FocusTrap
inDialog
when there is only 1 focusable element (#2172)Tabs
wrapping around when controlling the component and overflowing theselectedIndex
(#2213)shadow-root
bug closingDialog
containers (#2217)Added
tabIndex
on theTab.Panel
(#2214)v1.7.7
Compare Source
Fixed
Dialog
closes (b20e48dd)v1.7.6
Compare Source
Fixed
displayValue
crashes (#2087)displayValue
syncing whenCombobox.Input
is unmounted and re-mounted in different trees (#2090)v1.7.5
Compare Source
Fixed
form
resets (#2004)Popover.Button
multiple times (#2007)focus
is going towindow
(#2019)shift+home
andshift+end
works as expected in theCombobox.Input
component (#2024)Combobox.Input
value (#2042)multiple
mode withoutvalue
prop (uncontrolled) forListbox
andCombobox
components (#2058)enter
andenterFrom
classes in SSR forTransition
component (#2059)id
prop (#2060)Dialog
unmounting problem due to incorrecttransitioncancel
event in theTransition
component on Android (#2071)v1.7.4
Compare Source
Fixed
<Popover.Button as={Fragment} />
crash (#1889)close
function forMenu
andMenu.Item
components (#1897)useOutsideClick
, add improvements for ShadowDOM (#1914)Combobox.Input
'sonChange
handler when changing the value internally (#1916)client-only
to mark everything as client components (#1981)Added
v1.7.3
Compare Source
Fixed
Portal
detection forPopover
components (#1842)useOutsideClick
swallowing events inside ShadowDOM (#1876)Tab
incorrectly activating onfocus
event (#1887)v1.7.2
Compare Source
Fixed
Combobox.Input
while composing (#1850)static
prop inTab.Panel
components correctly (#1856)v1.7.1
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.0
Compare Source
Added
by
prop forListbox
,Combobox
andRadioGroup
(#1482, #1717, #1814, #1815)@headlessui/tailwindcss
plugin (#1487)Fixed
Menu
component when usingtab
key (#1673)Tabs
don't change automagically (#1680)Popover
close
to be passed directly toonClick
handlers (#1696)Dialog
(#1716)Combobox
re-opening keyboard issue on mobile (#1732)Disclosure.Panel
is properly linked (#1747)tab
in theCombobox
component (#1750)Combobox
component (#1761)Menu.Button
if necessary when activating aMenu.Option
(#1782)Transition
component's incorrect cleanup and order of events (#1803)unmount={false}
(#1811)Listbox.Option
andCombobox.Option
components (#1812)ref
stealing from children (#1820)value
from theCombobox
andListbox
components render prop (#1822)scroll lock
on iOS (#1824)Tab
component when usingas={Fragment}
(#1826)Transition
component (#1823)v1.6.6
Compare Source
Fixed
CMD
+Backspace
works in nullable mode forCombobox
component (#1617)v1.6.5
Compare Source
Fixed
Dialog
component (#1546)iframe
elements (#1552)Tab
component when using arrow keys ([#1584](https://redirect.github.coConfiguration
📅 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 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.