Skip to content
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

Update chakra-ui monorepo (major) #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/alert (source) ^1.2.5 -> ^2.0.0 age adoption passing confidence
@chakra-ui/avatar (source) ^1.2.5 -> ^2.0.0 age adoption passing confidence
@chakra-ui/button (source) ^1.3.2 -> ^2.0.0 age adoption passing confidence
@chakra-ui/form-control (source) ^1.3.5 -> ^2.0.0 age adoption passing confidence
@chakra-ui/hooks (source) ^1.5.2 -> ^2.0.0 age adoption passing confidence
@chakra-ui/icon (source) ^1.1.9 -> ^3.0.0 age adoption passing confidence
@chakra-ui/icons (source) ^1.0.13 -> ^2.0.0 age adoption passing confidence
@chakra-ui/image (source) ^1.0.15 -> ^2.0.0 age adoption passing confidence
@chakra-ui/input (source) ^1.2.5 -> ^2.0.0 age adoption passing confidence
@chakra-ui/layout (source) ^1.4.5 -> ^2.0.0 age adoption passing confidence
@chakra-ui/modal (source) ^1.8.5 -> ^2.0.0 age adoption passing confidence
@chakra-ui/portal (source) ^1.2.5 -> ^2.0.0 age adoption passing confidence
@chakra-ui/react (source) ^1.7.1 -> ^2.0.0 age adoption passing confidence
@chakra-ui/react-utils (source) ^1.1.2 -> ^2.0.0 age adoption passing confidence
@chakra-ui/system (source) ^1.6.5 -> ^2.0.0 age adoption passing confidence
@chakra-ui/utils (source) ^1.8.0 -> ^2.0.0 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/alert)

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

v2.1.0

Compare Source

v2.0.18

Compare Source

Patch Changes

v2.0.17

Patch Changes

v2.0.15

Compare Source

Patch Changes

v2.0.14

Compare Source

Patch Changes

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes

v2.0.9

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

Major Changes
Patch Changes
chakra-ui/chakra-ui (@​chakra-ui/icon)

v3.2.0

Compare Source

Minor Changes
  • 3aaf0c3b1
    Thanks @​segunadebayo! - [POTENTIAL
    BREAKING CHANGE]
    Remove export defaults and favor of named exports.

    - import theme from "@​chakra-ui/theme"
    + import { theme } from "@​chakra-ui/theme"
    - import Icon from "@​chakra-ui/icon"
    + import { Icon } from "@​chakra-ui/icon"
    - import CSSReset from "@​chakra-ui/css-reset"
    + import { CSSReset } from "@​chakra-ui/css-reset"
    - import VisuallyHidden from "@​chakra-ui/visually-hidden"
    + import { VisuallyHidden } from "@​chakra-ui/visually-hidden"

v3.1.0

Minor Changes
  • 754d9d4f4
    Thanks @​segunadebayo! - To improve support
    for the App Router, all components and hooks are exported with the
    "use client" directive.

v3.0.15

Compare Source

Patch Changes

v3.0.14

Compare Source

Patch Changes
  • #​7154
    2d7398a01
    Thanks @​segunadebayo! - ## All components

    Improved the bundling setup for all components.

    • Switched to the .mjs file extension for correct ESM behavior
    • Switched to the latest tsup will uses automatic JSX runtime detection
      removing the need for manually inject classic React import
    • Moved tsup config to package.json since it's very minimal
    • Removed clean-package.config.json in favor of the package.json property
    • Fixed issue where Storybook addon (dark mode and RTL) was not working
  • Updated dependencies
    [2d7398a01]:

v3.0.13

Compare Source

Patch Changes

v3.0.12

Compare Source

Patch Changes

v3.0.11

Compare Source

Patch Changes

v3.0.10

Compare Source

Patch Changes
  • #​6666
    3e1b3f6b6
    Thanks @​TylerAPfledderer! - Add missing
    component/function docs and relative docsite links.

    Ensures that all Components, functions, and hooks that have detailed pages on
    the Chakra site have corresponding JSDocs and links back to the docsite via
    IDE intellisense.

    Includes adding or fixing links within these docs to related WAI-ARIA
    patterns.

v3.0.9

Patch Changes

v3.0.4

Compare Source

Patch Changes

v3.0.3

Compare Source

Patch Changes

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
Patch Changes

v2.0.5

Compare Source

Patch Changes

v2.0.4

Compare Source

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

chakra-ui/chakra-ui (@​chakra-ui/icons)

v2.1.1

Compare Source

Patch Changes

v2.1.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

v2.0.19

Compare Source

Patch Changes

v2.0.18

Patch Changes

v2.0.17

Patch Changes

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

Patch Changes
  • #​7154
    2d7398a01
    Thanks @​segunadebayo! - ## All components

    Improved the bundling setup for all components.

    • Switched to the .mjs file extension for correct ESM behavior
    • Switched to the latest tsup will uses automatic JSX runtime detection
      removing the need for manually inject classic React import
    • Moved tsup config to package.json since it's very minimal
    • Removed clean-package.config.json in favor of the package.json property
    • Fixed issue where Storybook addon (dark mode and RTL) was not working
  • Updated dependencies
    [2d7398a01]:

v2.0.14

Compare Source

Patch Changes

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes

v2.0.9

Patch Changes

v2.0.8

Patch Changes

v2.0.7

Patch Changes

v2.0.6

Patch Changes

v2.0.5

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
Patch Changes
chakra-ui/chakra-ui (@​chakra-ui/react)

v2.8.2

Compare Source

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@stackblitz
Copy link

stackblitz bot commented Nov 4, 2022

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@backlight-app
Copy link

backlight-app bot commented Nov 4, 2022

👀 Review in Backlight.dev

💻 Link the PR in your app (?)

npx backlight@latest link @geauxweisbeck4/yogi-la0mnz3e --branch pr:6@renovate[bot]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants