Update all non-major dependencies#147
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
21 times, most recently
from
March 13, 2024 22:37
8842d16 to
b9e8740
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
March 18, 2024 14:16
72d3c80 to
7445c78
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
20 times, most recently
from
March 27, 2024 20:15
9f59f5d to
e121335
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
April 3, 2024 18:42
17c53ba to
b065ec9
Compare
This file contains hidden or 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
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:
35.7.0→35.14.019.0.23→19.33.98.10.27→8.33.211.2.44→11.20.1611.11.4→11.14.04.3.0→4.4.016.5.0→16.6.07.6.2→7.17.87.6.1→7.17.87.6.1→7.17.87.6.2→7.17.87.6.1→7.17.87.6.2→7.17.81.42.1→1.62.05.25.0→5.101.45.25.0→5.101.46.4.2→6.9.114.2.1→14.3.114.5.2→14.6.12.2.4→2.27.22.2.4→2.27.22.2.4→2.27.229.5.12→29.5.144.14.202→4.17.2418.2.63→18.3.3118.2.20→18.3.77.1.1→7.18.07.1.1→7.18.04.2.1→4.7.04.0.0→4.1.01.11.10→1.11.211.2.2→1.3.316.4.5→16.6.11.7.1→1.8.21.0.0→1.0.18.57.0→8.57.12.29.1→2.32.01.3.4→1.4.16.8.0→6.10.27.34.0→7.37.54.6.0→4.6.26.2.0→6.5.09.0.11→9.1.710.0.3→10.2.015.2.2→15.5.28.4.35→8.5.231.13.0→1.18.018.2.0→18.3.118.2.0→18.3.16.22.2→6.30.41.71.1→1.102.029.1.2→29.4.125.3.3→5.9.3^0.9.0→^0.11.00.14.5→0.14.71.22.21→1.22.224.5.2→4.5.7Release Notes
emotion-js/emotion (@emotion/react)
v11.14.0Compare Source
Minor Changes
fc4d7bdThanks @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
8dc1a6d,e1bf17e]:v11.13.5Compare Source
Patch Changes
#3270
77d930dThanks @emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:v11.13.3Compare Source
Patch Changes
#3232
0ce3ed0Thanks @ENvironmentSet! - Distributecssprop attachment over props that are union typesUpdated dependencies []:
v11.13.0Compare Source
Minor Changes
#3198
d8ff8a5Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks 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
a9f6912Thanks @Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5,a9f6912]:v11.12.0Compare Source
Minor Changes
65a1eeaThanks @srmagura! - Automatic labeling at runtime is now an opt-in feature. DefineglobalThis.EMOTION_RUNTIME_AUTO_LABEL = truebefore Emotion gets initialized to enable it.Patch Changes
#3206
d1994c4Thanks @DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore#3208
56109e7Thanks @Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19Updated dependencies [
9ca22c6,b1d16b0,16d8a8c]:fastify/fastify-env (@fastify/env)
v4.4.0Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fastify-env@v4.3.0...v4.4.0
hello-pangea/dnd (@hello-pangea/dnd)
v16.6.0Compare Source
Others 🔧
CI 🛠
mantinedev/mantine (@mantine/core)
v7.17.8Compare Source
What's Changed
[@mantine/hooks]use-idle: Fix timeout not being cancelled when the parent component unmounts (#7914)[@mantine/core]Collapse: Fixinertattribute being incompatible with React 18 (#7911)[@mantine/core]Overlay: Fix blur not working in older browsers (#7907)[@mantine/core]FixtoRgbafunction incorrectly handling values with zero transparency (#7906)[@mantine/core]ScrollArea: FixonBottomReachednot being called when the container size has sub-pixel value[@mantine/form]Fixform.reorderItemreordering only the first item (#7892)[@mantine/core]Popover: FixonOpen/onClosebeing called whendisabledprop is set (#7868)[@mantine/spotlight]Fix labels containing single quote passed toSpotlight.ActionGroupnot working (#7865)[@mantine/core]Collapse: Fixinertprop not being compatible with React 18 (#7864)[@mantine/core]List: Fix incorrect types whentype="unordered"(#7861)[@mantine/core]AngleSlider: Fix incorrect arrow events handling (#7862)[@mantine/dates]DateInput: Fix Escape key not closing dropdown (#7857)[@mantine/hooks]use-shallow-effect: FixNaNvalue not being handled correctly (#7851)[@mantine/core]MutltiSelect: FixonPasteprop not being passed to the input element (#7838)[@mantine/core]Button: Fix FileButton breaking Button.Group styles (#7835)[@mantine/core]Modal Fix incorrect header styles with ScrollArea (#7832)[@mantine/dropzone]Fix status being stuck in rejected state when a file with incorrect mime type is dropped[@mantine/core]AngleSlider: Fix incorrect thumb position in RTL layouts (#7822)[@mantine/core]Select: FixonSearchChangebeing triggered when controlled search value is updated (#7814)[@mantine/dates]TimeInput: Fixstepprop not working (#7811)[@mantine/core]Table: AddscrollAreaPropssupport to Table.ScrollContainer (#7798)[@mantine/core]Stepper: Fix unexpected bottom spacing in vertical orientation (#7794)[@mantine/core]PasswordInput: Fixaria-describedbynot pointing to error and description elements (#7793)[@mantine/core]Switch: Fixdivelement used inside label (#7776)[@mantine/core]Collapse: Fix children with scale animations not working correctly when collapse is opened (#7774)[@mantine/core]Transition: FixexitDurationnot working correctly for rapid changes (#7773)[@mantine/core]Stepper: Fix inconsistent border color in horizontal/vertical orientation (#7795)New Contributors
Full Changelog: mantinedev/mantine@8.0.2...7.17.8
v7.17.7Compare Source
v7.17.6: 7.17.7Compare Source
What's Changed
[@mantine/core]Table: FixstickyHeaderprop having impact onthselector specificity (#7767)[@mantine.core]NumberInput: Fixmaxprop not reseting value on blur if the value is larger than Number.MAX_SAFE_INTEGER (#7766)[@mantine.hook]use-resize-observer: Fix width/height not being calculated correctly for elements withbox-sizing: content-box(#7764)[@mantine/core]NavLink: FixrightSection={null}not disabling chevron[@mantine.hook]use-hotkeys: FixusePhysicalKeysoption not working with spacial keys (#7761)[@mantine/core]Modal: Fix scrollarea used inside the modal affecting the position of the close button (#7738)[@mantine/core]Select: Fix defineddefaultValuebeing ignored withdataupdates (#7742)[@mantine/core]ScrollArea: Fix content overflowing the viewport in some cases (#7748)[@mantine/charts]RadarChart: Add tooltip and dots support (#7749)[@mantine/modals]FixconfirmPropsnot available inupdateModalfunction (#7750)[@mantine/hooks]use-debounced-callback: FixflushOnUnmountnot working (#7745)[@mantine/core]Table: Add missing TableScrollContainerProps exportNew Contributors
Full Changelog: mantinedev/mantine@7.17.5...7.17.6
v7.17.5Compare Source
What's Changed
[@mantine/form]Addform.getInitialValueshandler[@mantine/core]RangeSlider: Fix first thumb not being focused when the component root is clicked (#7731)[@mantine/core]PillsInput: Remove lefovermultilineprop types (#7727)[@mantine/charts]CompositeChart: Fixtype="stacked"being confused with BarChart behavior[@mantine/core]Notification: Allow changing role attribute on the root element (#7682)[@mantine/hooks]use-idle: Fixwheelevent not being tracked (#7669)[@mantine/core]Table: AddmaxHeightprop support toTable.ScrollContainer(#7713)[@mantine/core]Modal: Fix incorrect Escape key handling during IME composition (#7700)[@mantine/form]AdddefaultCheckedtoform.getInputPropsreturn type (#7702)[@mantine/hooks]use-hotkeys: Update matching logic to include both physical and layout keys (#7708)[@mantine/dates]Fix day.js isSame function not working correctly for non-Gregorian calendars (#7712)[@mantine.core]SegmentedControl: Fix animation not working with controlled value (#7721)New Contributors
Full Changelog: mantinedev/mantine@7.17.4...7.17.5
v7.17.4Compare Source
What's Changed
[@mantine/hooks]use-orientation: Add option to customize initial values (#7657)[@mantine/core]FixselectFirstOptionOnChangenot working correctly (#7583)[@mantine/core]Fix error thrown when Textarea was used on cloudflare workers (#7637)[@mantine/core]Allow spacing, radius and font-size types augmentation (#7644)[@mantine/core]ScrollArea: Fix scrollbars being invisible whenoffsetScrollbars='present'is not set (#7647)[@mantine/core]TypographyStylesProvider: Fix headings font-family not matching the value defined on the theme (#7651)[@mantine/core]Paper: Add CSS variable for border-color for easier overrides (#7654)[@mantine/core]Table: FixstickyHeaderprop affecting border rendering (#7658)[@mantine/core]Slider: FixonChangeEndusing stale external state (#7660)New Contributors
Full Changelog: mantinedev/mantine@7.17.3...7.17.4
v7.17.3Compare Source
What's Changed
[@mantine/core]Pill: Fix incorrectremoveButtonPropstype[@mantine/modals]Fixdata-*attributes not being included in types for confirm and cancel button props[@mantine/core]Fix incorrect selected option position handling when search changes in Select, MultiSelect, Autocomplete and TagsInput (#7583)[@mantine/core]SegmentedControl: Fix incorrect indicator position whendatais updated (#7615)[@mantine/core]ScrollArea: Fix scrollbars being revealed on hover when hidden withoffsetScrollbars="present"(#7599)[@mantine/core]AppShell: Fix disabled prop not removing aside and footer margins (#7609)[@mantine/modals]Fix incorrect esm exports paths (#7603)[@mantine/core]Checkbox: Set indeterminate attribute on the DOM node (#7608, #7613)New Contributors
Full Changelog: mantinedev/mantine@7.17.2...7.17.3
v7.17.2Compare Source
What's Changed
[@mantine/core]Menu: Fix missingwithPropsfunction[@mantine/core]Transition: Fix 1px child elements shift in Chrome for animations with scaling[@mantine/core]ScrollArea: AddoffsetScrollbars="present"option support (#7527)[@mantine/core]Notification: AddloaderPropsto pass props down to Loader component (#7577)[@mantine/core]Tooltip: Fixrefprop not working correctly on the child element of the tooltip (#7578)[@mantine/core]Select: Fix dropdown not openning in Firefox (#7539)New Contributors
Full Changelog: mantinedev/mantine@7.17.1...7.17.2
v7.17.1[Compare Source](https://redirect.github.com/mantinedev/mantine/c
Configuration
📅 Schedule: (UTC)
🚦 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.