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

fix(deps): update dependency @chakra-ui/react to v2.10.4 #14

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 2.4.1 -> 2.10.4 age adoption passing confidence

Release Notes

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

v2.8.2

Compare Source

Patch Changes

v2.8.1

Compare Source

Patch Changes

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

v2.7.1

Compare Source

Patch Changes
  • #​7730
    2456a7090
    Thanks @​TylerAPfledderer! - Expose the
    skip nav components and types to the main package

    import {
      SkipNavLink,
      type SkipNavLinkProps,
      SkipNavContent,
      type SkipNavContentProps,
    } from "@​chakra-ui/react"

v2.7.0

Compare Source

Minor Changes
  • c31df5a4b
    Thanks @​segunadebayo! - - Add new
    Indicator layout component. Useful for positioning an element in the corners
    of 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.

    <Box position="relative" width="80px" height="80px" bg="gray.50">
      <Indicator placement="top-end">
        <Circle size="5" bg="red.100">
          3
        </Circle>
      </Indicator>
    </Box>
    • Refactored the Stack and Wrap components to use the flex gap instead of
      the owl selector & > * ~ * for spacing.

      This fixes an issue where you can't use raw text nodes as a child of the
      Stack or Wrap component.

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • #​7502
    49a29a238
    Thanks @​estheragbaje! - Introduce new
    Stepper component to model sequencial steps in a process.

    <Stepper index={activeStep}>
      {steps.map((step, index) => (
        <Step key={index}>
          <StepIndicator>
            <StepStatus
              complete={<StepIcon />}
              incomplete={<StepNumber />}
              active={<StepNumber />}
            />
          </StepIndicator>
    
          <Box>
            <StepTitle>{step.title}</StepTitle>
            <StepDescription>{step.description}</StepDescription>
          </Box>
    
          <StepSeparator />
        </Step>
      ))}
    </Stepper>
Patch Changes

v2.5.5

Compare Source

Patch Changes

v2.5.4

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 8f96949 to 12393f3 Compare March 24, 2023 09:51
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.2 fix(deps): update dependency @chakra-ui/react to v2.5.3 Mar 24, 2023
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.3 fix(deps): update dependency @chakra-ui/react to v2.5.4 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 12393f3 to c28222a Compare March 28, 2023 11:45
@socket-security
Copy link

socket-security bot commented Mar 28, 2023

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Critical CVE npm/[email protected] ⚠︎

View full report↗︎

Next steps

What is a critical CVE?

Contains a Critical Common Vulnerability and Exposure (CVE).

Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from c28222a to 281cdd7 Compare March 31, 2023 04:00
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.4 fix(deps): update dependency @chakra-ui/react to v2.5.5 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 281cdd7 to 3f54762 Compare May 29, 2023 15:58
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.5 fix(deps): update dependency @chakra-ui/react to v2.6.1 May 29, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 3f54762 to 719c0f3 Compare June 1, 2023 16:50
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.6.1 fix(deps): update dependency @chakra-ui/react to v2.7.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 719c0f3 to 77d684f Compare June 22, 2023 17:31
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.7.0 fix(deps): update dependency @chakra-ui/react to v2.7.1 Jun 22, 2023
@socket-security
Copy link

socket-security bot commented Jun 22, 2023

Report too large to display inline

View full report↗︎

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 77d684f to a20a462 Compare July 19, 2023 17:47
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.7.1 fix(deps): update dependency @chakra-ui/react to v2.8.0 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from a20a462 to 0b70c19 Compare September 9, 2023 14:51
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.8.0 fix(deps): update dependency @chakra-ui/react to v2.8.1 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 0b70c19 to c6443a2 Compare November 10, 2023 05:20
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.8.1 fix(deps): update dependency @chakra-ui/react to v2.8.2 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from c6443a2 to e43370e Compare October 2, 2024 01:28
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.8.2 fix(deps): update dependency @chakra-ui/react to v2.9.1 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from e43370e to 4b7b0e2 Compare October 3, 2024 01:14
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.1 fix(deps): update dependency @chakra-ui/react to v2.9.3 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 4b7b0e2 to 151e439 Compare October 4, 2024 01:53
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.3 fix(deps): update dependency @chakra-ui/react to v2.9.4 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 151e439 to fec2364 Compare October 5, 2024 02:03
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.4 fix(deps): update dependency @chakra-ui/react to v2.10.1 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from fec2364 to d43e83d Compare October 10, 2024 01:51
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.1 fix(deps): update dependency @chakra-ui/react to v2.10.2 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from d43e83d to 5bdb9dd Compare October 18, 2024 23:58
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.2 fix(deps): update dependency @chakra-ui/react to v2.10.3 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 5bdb9dd to 9ccafe0 Compare November 7, 2024 20:31
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.3 fix(deps): update dependency @chakra-ui/react to v2.10.4 Nov 7, 2024
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.

0 participants