-
Notifications
You must be signed in to change notification settings - Fork 11
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 non-major dependencies #302
Merged
Merged
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 ↗︎
|
renovate
bot
changed the title
chore(deps): update dependency vitest to ^0.32.3
chore(deps): update dependency vitest to ^0.32.4
Jul 3, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 3, 2023 13:25
d7ec6df
to
135fc06
Compare
renovate
bot
changed the title
chore(deps): update dependency vitest to ^0.32.4
chore(deps): update all non-major dependencies
Jul 3, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 3, 2023 18:44
135fc06
to
3a598ed
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 4, 2023 10:27
3a598ed
to
ff9c65c
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
fix(deps): update all non-major dependencies
Jul 4, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 4, 2023 20:05
ff9c65c
to
4e3f00a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 4, 2023 20:09
4e3f00a
to
15f68d5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 6, 2023 15:37
15f68d5
to
0b4d2d9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 6, 2023 22:11
0b4d2d9
to
d5b3709
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 9, 2023 19:04
d5bc27d
to
646a273
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 5, 2023 14:14
abeb521
to
75eb163
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 6, 2023 22:29
75eb163
to
402e0e6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 7, 2023 00:57
402e0e6
to
42cc7cf
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 7, 2023 10:29
42cc7cf
to
95598ef
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 8, 2023 12:25
95598ef
to
7f04dcb
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 9, 2023 11:18
7f04dcb
to
d207863
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 9, 2023 11:38
d207863
to
3b772ef
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 9, 2023 11:47
3b772ef
to
e39f525
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 9, 2023 11:49
e39f525
to
027033a
Compare
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:
^6.0.15
->^6.0.20
^6.0.15
->^6.0.20
^6.0.15
->^6.0.20
^6.0.15
->^6.0.20
^6.0.15
->^6.0.20
^8.0.1
->^8.1.0
^4.29.19
->^4.35.0
v3.1.2
->v3.1.3
^1.4.0
->^1.5.0
^4.3.0
->^4.4.0
^2.4.2
->^2.4.4
^13.4.7
->^13.4.19
^3.0.2
->^3.0.3
^5.1.6
->^5.2.2
^0.32.2
->^0.34.4
Release Notes
mantinedev/mantine (@mantine/core)
v6.0.20
Compare Source
What's Changed
[@mantine/dates]
Calendar: Fix incorrecthasNextLevel
prop type (#4682)[@mantine/core]
PasswordInput: Setautocomplete="off"
to prevent passwords logging in console (#4564)[@mantine/core]
BackgroundImage: Fix image not loading if given image url contains whitespace (#4715)[@mantine/dates]
Fix: DatePickerInput and DateTimePicker label click does not focusing the input (#4634)[@mantine/core]
PinInput: Fix OTP paste not working from Google Keyboard on Android (#4641)[@mantine/core]
Grid: Fixid
prop not being passed to the root element (#4666)[@mantine/tiptap]
Fix incorrect color displayed in ColorPickerControl (#4667)[@mantine/core]
Anchor: Fix incorrect inherited types from Text (#4695)New Contributors
Full Changelog: mantinedev/mantine@6.0.19...6.0.20
v6.0.19
Compare Source
What's Changed
[@mantine/dates]
DateTimePicker: Add option to get time input ref withtimeInputProps
[@mantine/hooks]
Fix unexpected breaking change introduced inuseResizeObserver
in the previous patch (#4632)[@mantine/dates]
Fix incorrect Calendar prop types definition (#4638)New Contributors
Full Changelog: mantinedev/mantine@6.0.18...6.0.19
v6.0.18
Compare Source
What's Changed
[@mantine/core]
Spoiler: Fix control button flickering on rerender (#4512)[@mantine/tiptap]
Fix incorrect color displayed in color control in dark color scheme (#4560)[@mantine/core]
Pagination: Fix incorrect disabled styles when control node is changed to link (#4578)[@mantine/core]
Modal: Make body's zIndex same as overlay's to allow modals stacking (#4587)[@mantine/core]
Avatar: Fix incorrect placeholder icon dimensions (#4600)[@mantine/dates]
FixdefaultDate
overridingvalue
prop (#4624)New Contributors
Full Changelog: mantinedev/mantine@6.0.17...6.0.18
v6.0.17
Compare Source
What's Changed
[@mantine/carousel]
Remove x.clickAllowed to support embla 8.x (#4357, #4174)[@mantine/core]
PasswordInput: Remove rightSection associated props to avoid confusion (#4436)[@mantine/core]
Menu: Fix up and down keys not working when first Menu.Item is disabled (#4411)[@mantine/spotlight]
Fixtarget
prop not working (#4494)[@mantine/core]
Switch: Fix incorrect label styles in RTL (#4515)[@mantine/core]
Slider: Fix decimal step without precision prop not working (#4538)[@mantine/core]
Rating: FixreadOnly
prop not working withdefaultValue
(#4525)[@mantine/core]
Modal: Migrate to dvh units to fix incorrect styles in mobile Safari (#4517)[@mantine/dates]
DateInput: Decoupleclearable
andallowDeselect
logic, allow disablingallowDeselect
ifclearable
is set (#4527)[@mantine/dates]
DatePickerInput: FixdefaultDate
prop not working (#4532)New Contributors
Full Changelog: mantinedev/mantine@6.0.16...6.0.17
v6.0.16
Compare Source
What's Changed
[@mantine/dates]
DatePicker: FixonMonthSelect
not passed down to Calendar component (#4441)[@mantine/prism]
Fix unexpected code margin when used withinTypographyStylesProvider
(#4452)[@mantine/dates]
DateTimePicker: FixonClick
function fromsubmitButtonProps
overriding default behavior (#4465)[@mantine/dates]
Fix date pickers placeholders not having correct color when parent input has error (#4469)[@mantine/core]
MultiSelect: FixportalProps
prop not working (#4485)[@mantine/core]
Fix rem units errors with svg elements in all components (#4491)[@mantine/dates]
DateInput: Fix stale calendar UI after clear button was clicked (#4486)[@mantine/core]
Slider: FixonChange
prop updates being ignored (#4497)New Contributors
Full Changelog: mantinedev/mantine@6.0.15...6.0.16
gregberge/svgr (@svgr/webpack)
v8.1.0
Compare Source
Bug Fixes
Features
8.0.1 (2023-05-09)
Bug Fixes
TanStack/query (@tanstack/react-query)
v4.35.0
Compare Source
Version 4.35.0 - 9/7/2023, 8:04 AM
Changes
Feat
d11280e
) by @aa900031Chore
isDataEqual
(#5962) (716c5d8
) by @Mini-ghost2017359
) by Dominik DorfmeisterDocs
ef5125f
) by @manudeli84cd232
) by @weisishengPackages
v4.33.0
Compare Source
Version 4.33.0 - 8/19/2023, 11:33 AM
Changes
Feat
fc3c404
) by Eliya CohenChore
314f23e
) by @manudeliPackages
v4.32.6
Compare Source
Version 4.32.6 - 8/5/2023, 6:28 AM
Changes
Fix
cfd6133
) by Łukasz KomoszyńskiPackages
v4.32.5
Compare Source
Version 4.32.5 - 8/4/2023, 7:45 AM
Changes
Fix
88bd699
) by Daniel BasilioPackages
v4.32.1
Compare Source
Version 4.32.1 - 8/1/2023, 10:49 AM
Changes
Fix
10bf0ee
) by Daniel BasilioChore
d7b1b84
) by Dominik Dorfmeister792e0b2
) by @manudeliDocs
100ae76
) by fmanseauPackages
v4.32.0
Compare Source
Version 4.32.0 - 7/21/2023, 9:28 AM
Changes
Feat
WithRequired
(#4922) (456e5ee
) by @AndaristPackages
v4.30.0
Compare Source
Version 4.30.0 - 7/21/2023, 8:31 AM
Changes
Feat
74f2e28
) by Paulo MarcosDocs
10e03a5
) by @manudelic3c5b32
) by Dale Seo8c967c7
) by Andrew18ba7c0
) by Andrewe91f751
) by Lachlan CollinsPackages
v4.29.25
Compare Source
Version 4.29.25 - 7/16/2023, 4:56 AM
Changes
Refactor
9c721e5
) by Lachlan CollinsOther
8f19f73
) by Lachlan CollinsPackages
v4.29.23
Compare Source
Version 4.29.23 - 7/14/2023, 2:49 PM
Changes
Fix
5322ede
) by Dominik DorfmeisterPackages
v4.29.22
Compare Source
Version 4.29.22 - 7/14/2023, 2:34 PM
Changes
Fix
15dceab
) by EL AYADI MohamedPackages
actions/upload-artifact (actions/upload-artifact)
v3.1.3
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v3...v3.1.3
axios/axios (axios)
v1.5.0
Compare Source
Bug Fixes
cacheable-lookup
integration; (#5836) (b3e327d)Features
unsafe
prefix (#5839) (1601f4a)Contributors to this release
chartjs/Chart.js (chart.js)
v4.4.0
Compare Source
Essential Links
Enhancements
Bugs Fixed
Types
Documentation
Development
Thanks to @LeeLenaleee, @Mer-cat, @bogdankorshunov and @stockiNail
v4.3.3
Compare Source
Essential Links
Development
Thanks to @dependabot, @dependabot[bot] and @stockiNail
v4.3.2
Compare Source
Essential Links
Types
Development
Thanks to @LeeLenaleee, @joshkel and @stockiNail
v4.3.1
Compare Source
Essential Links
Bugs Fixed
Types
Documentation
Development
Thanks to @Frenzie, @LeeLenaleee, @etimberg, @matthewhegarty, @mukham12, @skopz356 and @stockiNail
jaredpalmer/formik (formik)
v2.4.4
Compare Source
Patch Changes
41720c2
#3862 Thanks @yazaldefilimonepinto! - ForwardclassName
for custom components used withField
da58b29
#3858 Thanks @alaanescobedo! - Remove use of deprecatedStatelessComponent
type in favor ofFunctionComponent
5c01ee7
#3872 Thanks @rajpatelbot! - FIX: Fixed resetForm function dependency issuev2.4.3
Compare Source
Patch Changes
9e0a661
#3843 Thanks @bonimba! - Fix FormikHelper and FieldHelperProps typesvercel/next.js (next)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.