-
Notifications
You must be signed in to change notification settings - Fork 52
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
chore(deps): update dependency @chakra-ui/react to v2 #178
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-chakra-ui-monorepo
base: main
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 ↗︎
|
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
May 24, 2022 15:01
e936f83
to
414594b
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
May 24, 2022 19:49
414594b
to
4c721fd
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
June 6, 2022 22:23
4c721fd
to
9c059ce
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
June 7, 2022 13:01
9c059ce
to
6c68506
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
September 25, 2022 21:40
6c68506
to
fcb1bb2
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
October 3, 2022 12:08
fcb1bb2
to
f7d3e2c
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
November 20, 2022 13:27
f7d3e2c
to
bb383e8
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
March 16, 2023 11:20
bb383e8
to
a1e9183
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
March 24, 2023 23:35
a1e9183
to
0c05452
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
March 27, 2023 23:42
0c05452
to
8a2c146
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
March 30, 2023 21:21
8a2c146
to
80eb3a6
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
May 28, 2023 09:21
80eb3a6
to
ac22597
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
May 31, 2023 10:55
ac22597
to
e5a3485
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
June 19, 2023 16:03
e5a3485
to
fcc563f
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
July 19, 2023 01:09
fcc563f
to
21b44e1
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
September 9, 2023 00:52
21b44e1
to
46844d8
Compare
renovate
bot
force-pushed
the
renovate/major-chakra-ui-monorepo
branch
from
November 9, 2023 17:28
46844d8
to
9883c15
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.8.8
->2.8.2
Release Notes
chakra-ui/chakra-ui (@chakra-ui/react)
v2.8.2
Compare Source
Patch Changes
[
389ff6184
,4168094f3
,b6befea76
,6d12ea81f
,3dc2dd41d
]:v2.8.1
Compare Source
Patch Changes
[
63431c1ef
,58e059d18
,6526e9be8
,eb477b6e8
,065fd24c7
,3aaf0c3b1
,0b2c4049f
]:v2.8.0
Compare Source
Minor Changes
754d9d4f4
Thanks @segunadebayo! - To improve support
for the App Router, all components and hooks are exported with the
"use client"
directive.Patch Changes
[
4b88b6c71
,119a52932
,2a7189d80
,0d99f5180
,122d53c92
,8254cc913
,119a52932
,6ae02e93f
,00a06704e
,ddfd11632
,f65421e18
,d6036930a
,754d9d4f4
]:v2.7.1
Compare Source
Patch Changes
#7730
2456a7090
Thanks @TylerAPfledderer! - Expose the
skip nav components and types to the main package
v2.7.0
Compare Source
Minor Changes
c31df5a4b
Thanks @segunadebayo! - - Add new
Indicator
layout component. Useful for positioning an element in the cornersof another element.
For example, let's say you want to position a notification badge in the top
end corner of a box. You can use the
Indicator
component to achieve this.Refactored the
Stack
andWrap
components to use the flex gap instead ofthe owl selector
& > * ~ *
for spacing.This fixes an issue where you can't use raw text nodes as a child of the
Stack
orWrap
component.Patch Changes
38acfe89c
Thanks @segunadebayo! - Bump emotion
version to
11.11.x
to support css cascade layersUpdated dependencies
[
9d0b311b1
,c6d523ced
,0167b68a8
,c121c35c0
,3a164da59
,148c66bc6
,16c0ab7ec
,c31df5a4b
,c4fcc2a43
,148c66bc6
,38acfe89c
,6f9eb3518
,2347e3306
,0bec820bd
]:v2.6.1
Compare Source
Patch Changes
[
a5ad2821e
,243b052d7
,7d27889c8
,88356ab02
,a999a033f
,6ccf52322
]:v2.6.0
Compare Source
Minor Changes
#7502
49a29a238
Thanks @estheragbaje! - Introduce new
Stepper
component to model sequencial steps in a process.Patch Changes
[
68482afaa
,7b67fd58c
,379f347a8
,c2f0d1bb2
,24f952da2
,6077dffc6
,5ff30252f
,27dcf2f56
,7c62a361a
,49a29a238
,417293f8c
,82ec66459
,49a29a238
,49a29a238
,169d71679
,d6b6941c8
]:v2.5.5
Compare Source
Patch Changes
[
93d3119a6
,6a3c8435d
,559edf420
,93d3119a6
,4eac402bd
,51482a41e
,cc8477505
,68ceb28ae
,fe882dc2f
]:v2.5.4
Compare Source
Patch Changes
[
5af9ad8b3
,1dac7eec0
,b39e242ad
,5af9ad8b3
,c7ad1bf12
]:v2.5.3
Compare Source
Patch Changes
[
0f8a50054
,0eeadd3c2
,b6e0a6a81
,8474beb85
,8a3455fe5
]:Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.