generated from jpedroschmitz/typescript-nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
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 chakra-ui monorepo #28
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/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.
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
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/ptrkvsky/nextjs-blog/BymHGNsCnWqDqqGKzYaaMf8wwv6E |
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
October 5, 2021 21:27
a81b214
to
e3379e4
Compare
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
October 15, 2021 00:37
e3379e4
to
6cadd5e
Compare
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
November 3, 2021 21:04
6cadd5e
to
04d4824
Compare
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
November 11, 2021 17:55
04d4824
to
a268834
Compare
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
November 12, 2021 22:00
a268834
to
9aa612f
Compare
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
November 17, 2021 21:29
9aa612f
to
93fc4fc
Compare
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
March 7, 2022 11:48
93fc4fc
to
44eea1e
Compare
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
April 24, 2022 21:10
44eea1e
to
9c9f072
Compare
renovate
bot
force-pushed
the
renovate/chakra-ui-monorepo
branch
from
September 25, 2022 22:18
9c9f072
to
0719c01
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.0.15
->1.1.7
1.6.7
->1.8.9
1.2.0
->1.3.6
Release Notes
chakra-ui/chakra-ui (@chakra-ui/icons)
v1.1.7
Compare Source
Patch Changes
e1fe48cbe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process. Root cause was a bug in our
CI configuration.
[
e1fe48cbe
]:v1.1.6
Compare Source
v1.1.5
Compare Source
Patch Changes
#5536
a503acabe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process.
Updated dependencies
[
a503acabe
]:v1.1.4
Compare Source
v1.1.3
Compare Source
Patch Changes
v1.1.2
Compare Source
Patch Changes
[
17400aff6
]:v1.1.1
Compare Source
Patch Changes
b28142946
Thanks @cschroeter! - Update babel config to
transpile soruces for older browsers. This fixes issues with CRA and
Storybook.
[
b28142946
]:v1.1.0
Compare Source
Minor Changes
#4991
6095eaf9a
Thanks @segunadebayo! - Update build system
we use from a custom babel cli setup to
preconstruct.
The previous build system transpiles the code in
src
directory todist/esm
and
dist/cjs
keeping the same file structure. The new build system mergesall files in
src
and transpiles to a singleesm
andcjs
file.Potential Breaking Change: The side effect of this is that, if you
imported any function, component or hook using the undocumented approach
like
import { useOutsideClick } from "@​chakra-ui/hooks/dist/use-outside-click"
,you'll notice that the this doesn't work anymore.
Here's how to resolve it:
If this affected your project, we recommend that you import hooks, functions
or components the way it's shown in the documentation. This will help keep
your project future-proof.
Patch Changes
[
6095eaf9a
]:v1.0.17
Compare Source
Patch Changes
v1.0.16
Compare Source
Patch Changes
chakra-ui/chakra-ui (@chakra-ui/react)
v1.8.8
Compare Source
Patch Changes
[
a70077ea4
,4b83824b8
,56b7e198b
,a3b04dc1a
,c220af152
,7fa1e22c6
,b19c89270
,aaadcd0ed
]:v1.8.7
Compare Source
Patch Changes
[
63c2bc070
,a7be72918
,6ec09741a
,1c14e0de8
,e93b9f8c3
,9a58c7ab8
,73a06ae8c
,8e201b9f8
,cedec803f
,232853068
]:v1.8.6
Compare Source
Patch Changes
[
fbe946223
,e4a990d41
,fbe946223
,d6bed344f
,5cd5cff35
,e4da6359d
]:v1.8.5
Compare Source
Patch Changes
e1fe48cbe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process. Root cause was a bug in our
CI configuration.
[
e1fe48cbe
]:v1.8.4
Compare Source
v1.8.3
Compare Source
Patch Changes
#5536
a503acabe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process.
Updated dependencies
[
a503acabe
]:v1.8.2
Compare Source
v1.8.1
Compare Source
Patch Changes
v1.8.0
Compare Source
v1.7.5
Compare Source
v1.7.4
Compare Source
Patch Changes
[
ae6fd7a25
,1b8e31eba
,801008e27
,756682037
,f6fd9d8ac
,94da4e986
,3199b7242
,032c2e543
,f05f56b9a
,8a0e5bdbc
,e624a277a
,eb5850687
,bc2613a9a
]:v1.7.1
Compare Source
Patch Changes
b28142946
Thanks @cschroeter! - Update babel config to
transpile soruces for older browsers. This fixes issues with CRA and
Storybook.
[
042994eb0
,b28142946
]:v1.7.0
Compare Source
Minor Changes
#4991
6095eaf9a
Thanks @segunadebayo! - Update build system
we use from a custom babel cli setup to
preconstruct.
The previous build system transpiles the code in
src
directory todist/esm
and
dist/cjs
keeping the same file structure. The new build system mergesall files in
src
and transpiles to a singleesm
andcjs
file.Potential Breaking Change: The side effect of this is that, if you
imported any function, component or hook using the undocumented approach
like
import { useOutsideClick } from "@​chakra-ui/hooks/dist/use-outside-click"
,you'll notice that the this doesn't work anymore.
Here's how to resolve it:
If this affected your project, we recommend that you import hooks, functions
or components the way it's shown in the documentation. This will help keep
your project future-proof.
Patch Changes
[
0dd56ab1b
,c7277cdf7
,802e0a4d2
,6095eaf9a
]: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 was generated by Mend Renovate. View the repository job log.