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.5 #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.5 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

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@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
@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
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9ccafe0 to 4b71cf3 Compare January 20, 2025 23:50
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.4 fix(deps): update dependency @chakra-ui/react to v2.10.5 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 4b71cf3 to eb8d82c Compare January 24, 2025 11:52
Copy link

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/runtime@7.26.0 🔁 npm/@babel/runtime@7.20.1 None 0 248 kB nicolo-ribaudo
npm/@chakra-ui/anatomy@2.3.5 🔁 npm/@chakra-ui/anatomy@2.1.0 None 0 21.6 kB segunadebayo
npm/@chakra-ui/hooks@2.4.3 🔁 npm/@chakra-ui/hooks@2.1.2 None 0 79 kB segunadebayo
npm/@chakra-ui/react@2.10.5 🔁 npm/@chakra-ui/react@2.4.1 None 0 1.47 MB segunadebayo
npm/@chakra-ui/styled-system@2.12.1 🔁 npm/@chakra-ui/styled-system@2.3.5 None 0 243 kB segunadebayo
npm/@chakra-ui/theme-tools@2.2.7 🔁 npm/@chakra-ui/theme-tools@2.0.13 None 0 28.2 kB segunadebayo
npm/@chakra-ui/theme@3.4.7 🔁 npm/@chakra-ui/theme@2.2.1 None 0 579 kB segunadebayo
npm/@chakra-ui/utils@2.2.3 🔁 npm/@chakra-ui/utils@2.0.12 None 0 72.3 kB segunadebayo
npm/@jridgewell/resolve-uri@3.1.0 None 0 55.2 kB jridgewell
npm/@jridgewell/source-map@0.3.2 None 0 231 kB jridgewell
npm/@popperjs/core@2.11.8 🔁 npm/@popperjs/core@2.11.6 None 0 1.46 MB fezvrasta
npm/@types/body-parser@1.19.2 None 0 8.3 kB types
npm/@types/http-proxy@1.17.9 None 0 13.5 kB types
npm/@types/lodash.mergewith@4.6.9 🔁 npm/@types/lodash.mergewith@4.6.6 None 0 3.21 kB types
npm/@types/lodash@4.17.14 🔁 npm/@types/lodash@4.14.189 None 0 868 kB types
npm/@types/mime@3.0.1 None 0 3.57 kB types
npm/@types/qs@6.9.7 None 0 7 kB types
npm/@types/retry@0.12.0 None 0 7.65 kB types
npm/@webassemblyjs/helper-api-error@1.11.1 None 0 6.25 kB xtuc
npm/@webassemblyjs/helper-buffer@1.11.1 None 0 8.7 kB xtuc
npm/@webassemblyjs/helper-numbers@1.11.1 None 0 10.4 kB xtuc
npm/@webassemblyjs/helper-wasm-bytecode@1.11.1 None 0 32.4 kB xtuc
npm/@webassemblyjs/helper-wasm-section@1.11.1 None 0 19 kB xtuc
npm/@webassemblyjs/ieee754@1.11.1 None 0 5.32 kB xtuc
npm/@webassemblyjs/leb128@1.11.1 None 0 46.3 kB xtuc
npm/@webassemblyjs/utf8@1.11.1 None 0 11.3 kB xtuc
npm/@webassemblyjs/wasm-gen@1.11.1 None 0 23.9 kB xtuc
npm/@webassemblyjs/wasm-opt@1.11.1 None 0 9.34 kB xtuc
npm/@webassemblyjs/wast-printer@1.11.1 None 0 37.4 kB xtuc
npm/@zag-js/dom-query@0.31.1 None 0 78.1 kB segunadebayo
npm/@zag-js/element-size@0.31.1 🔁 npm/@zag-js/element-size@0.1.0 None 0 19.7 kB segunadebayo
npm/@zag-js/focus-visible@0.31.1 🔁 npm/@zag-js/focus-visible@0.1.0 None 0 33.7 kB segunadebayo
npm/acorn-node@1.8.2 None 0 45.3 kB goto-bus-stop
npm/aria-hidden@1.2.4 🔁 npm/aria-hidden@1.2.2 None 0 30.6 kB kashey
npm/array-flatten@2.1.2 None 0 6.24 kB blakeembrey
npm/body-parser@1.20.1 network 0 60.3 kB dougwilson
npm/bytes@3.0.0 None 0 10.8 kB dougwilson
npm/camelcase-css@2.0.1 None 0 4.05 kB stevenvachon
npm/color2k@2.0.3 None 0 293 kB ricokahler
npm/compressible@2.0.18 None 0 7.36 kB dougwilson
npm/content-disposition@0.5.4 None 0 19.1 kB dougwilson
npm/content-type@1.0.4 None 0 10.2 kB dougwilson
npm/cookie-signature@1.0.6 None 0 3.94 kB natevw
npm/cookie@0.5.0 None 0 23.1 kB dougwilson
npm/copy-to-clipboard@3.3.3 🔁 npm/copy-to-clipboard@3.3.1 None 0 15.1 kB sudodoki
npm/cssesc@3.0.0 None 0 17.5 kB mathias
npm/csstype@3.1.3 🔁 npm/csstype@3.1.1 None 0 1.25 MB faddee
npm/define-lazy-prop@2.0.0 None 0 4.45 kB sindresorhus
npm/defined@1.0.1 None 0 10.7 kB ljharb
npm/depd@2.0.0 environment, eval 0 27.1 kB dougwilson
npm/dir-glob@3.0.1 None 0 5.42 kB sindresorhus
npm/dns-equal@1.0.0 None 0 3.18 kB watson
npm/duplexer@0.1.2 None 0 5.47 kB raynos
npm/encodeurl@1.0.2 None 0 7.86 kB dougwilson
npm/escape-html@1.0.3 None 0 3.66 kB dougwilson
npm/etag@1.8.1 filesystem 0 10.8 kB dougwilson
npm/execa@5.1.1 environment, shell +1 67.5 kB sindresorhus
npm/finalhandler@1.2.0 environment +1 23 kB dougwilson
npm/focus-lock@1.3.6 🔁 npm/focus-lock@0.11.3 None 0 188 kB kashey
npm/framesync@6.1.2 🔁 npm/framesync@5.3.0 None +1 92.5 kB popmotion
npm/fresh@0.5.2 None 0 10.1 kB dougwilson
npm/global-prefix@3.0.0 environment, filesystem 0 8.27 kB jonschlinkert
npm/http-errors@2.0.0 None 0 18.8 kB dougwilson
npm/http-proxy@1.18.1 network 0 232 kB jcrugzz
npm/is-binary-path@2.1.0 None 0 3.08 kB sindresorhus
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-wsl@2.2.0 environment, filesystem 0 3.76 kB sindresorhus
npm/merge-descriptors@1.0.1 None 0 4.89 kB dougwilson
npm/methods@1.1.2 network 0 5.29 kB dougwilson
npm/mime-db@1.52.0 None 0 206 kB dougwilson
npm/minimist@1.2.7 None 0 50.7 kB ljharb
npm/multicast-dns@7.2.5 network 0 22 kB mafintosh
npm/on-finished@2.4.1 unsafe 0 13.7 kB dougwilson
npm/on-headers@1.0.2 None 0 7.54 kB dougwilson
npm/path-to-regexp@0.1.7 None 0 6.78 kB blakeembrey
npm/proxy-addr@2.0.7 None 0 15.4 kB dougwilson
npm/qs@6.11.0 None 0 229 kB ljharb
npm/react-clientside-effect@1.2.7 🔁 npm/react-clientside-effect@1.2.6 None 0 16.7 kB kashey
npm/react-fast-compare@3.2.2 🔁 npm/react-fast-compare@3.2.0 None 0 16.2 kB formidablelabs
npm/react-focus-lock@2.13.5 🔁 npm/react-focus-lock@2.9.2 None 0 111 kB kashey
npm/react-remove-scroll-bar@2.3.8 🔁 npm/react-remove-scroll-bar@2.3.4 None +1 44.4 kB kashey
npm/react-remove-scroll@2.6.3 🔁 npm/react-remove-scroll@2.5.5 None +1 169 kB kashey
npm/read-cache@1.0.0 filesystem 0 4.22 kB trysound
npm/readdirp@3.6.0 filesystem 0 20.5 kB paulmillr
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/regex-parser@2.2.11 None 0 7.59 kB ionicabizau
npm/safe-buffer@5.1.2 None 0 31.7 kB feross
npm/safer-buffer@2.1.2 None 0 42.3 kB chalker
npm/send@0.18.0 filesystem, network 0 50.1 kB dougwilson
npm/serve-static@1.15.0 None 0 25.2 kB dougwilson
npm/setprototypeof@1.2.0 None 0 4.03 kB wesleytodd
npm/statuses@2.0.1 None 0 12.1 kB dougwilson
npm/type-is@1.6.18 None 0 18.5 kB dougwilson
npm/use-callback-ref@1.3.3 🔁 npm/use-callback-ref@1.3.0 None 0 51.8 kB kashey
npm/use-sidecar@1.1.3 🔁 npm/use-sidecar@1.1.2 None 0 49.6 kB kashey
npm/util-deprecate@1.0.2 None 0 5.48 kB tootallnate
npm/utils-merge@1.0.1 None 0 3.72 kB jaredhanson
npm/vary@1.1.2 None 0 8.75 kB dougwilson
npm/yallist@4.0.0 None 0 14.8 kB isaacs

🚮 Removed packages: npm/@chakra-ui/accordion@2.1.3, npm/@chakra-ui/alert@2.0.12, npm/@chakra-ui/avatar@2.2.1, npm/@chakra-ui/breadcrumb@2.1.1, npm/@chakra-ui/breakpoint-utils@2.0.5, npm/@chakra-ui/button@2.0.12, npm/@chakra-ui/card@2.1.1, npm/@chakra-ui/checkbox@2.2.4, npm/@chakra-ui/clickable@2.0.11, npm/@chakra-ui/close-button@2.0.12, npm/@chakra-ui/color-mode@2.1.10, npm/@chakra-ui/control-box@2.0.11, npm/@chakra-ui/counter@2.0.11, npm/@chakra-ui/css-reset@2.0.10, npm/@chakra-ui/descendant@3.0.11, npm/@chakra-ui/dom-utils@2.0.4, npm/@chakra-ui/editable@2.0.15, npm/@chakra-ui/event-utils@2.0.6, npm/@chakra-ui/focus-lock@2.0.13, npm/@chakra-ui/form-control@2.0.12, npm/@chakra-ui/icon@3.0.12, npm/@chakra-ui/image@2.0.12, npm/@chakra-ui/input@2.0.13, npm/@chakra-ui/layout@2.1.10, npm/@chakra-ui/lazy-utils@2.0.3, npm/@chakra-ui/live-region@2.0.11, npm/@chakra-ui/media-query@3.2.8, npm/@chakra-ui/menu@2.1.4, npm/@chakra-ui/modal@2.2.3, npm/@chakra-ui/number-input@2.0.13, npm/@chakra-ui/number-utils@2.0.5, npm/@chakra-ui/object-utils@2.0.5, npm/@chakra-ui/pin-input@2.0.16, npm/@chakra-ui/popover@2.1.3, npm/@chakra-ui/popper@3.0.9, npm/@chakra-ui/portal@2.0.11, npm/@chakra-ui/progress@2.1.1, npm/@chakra-ui/provider@2.0.23, npm/@chakra-ui/radio@2.0.13, npm/@chakra-ui/react-children-utils@2.0.4, npm/@chakra-ui/react-context@2.0.5, npm/@chakra-ui/react-env@2.0.11, npm/@chakra-ui/react-types@2.0.4, npm/@chakra-ui/react-use-animation-state@2.0.6, npm/@chakra-ui/react-use-callback-ref@2.0.5, npm/@chakra-ui/react-use-controllable-state@2.0.6, npm/@chakra-ui/react-use-disclosure@2.0.6, npm/@chakra-ui/react-use-event-listener@2.0.5, npm/@chakra-ui/react-use-focus-effect@2.0.7, npm/@chakra-ui/react-use-focus-on-pointer-down@2.0.4, npm/@chakra-ui/react-use-interval@2.0.3, npm/@chakra-ui/react-use-latest-ref@2.0.3, npm/@chakra-ui/react-use-merge-refs@2.0.5, npm/@chakra-ui/react-use-outside-click@2.0.5, npm/@chakra-ui/react-use-pan-event@2.0.6, npm/@chakra-ui/react-use-previous@2.0.3, npm/@chakra-ui/react-use-safe-layout-effect@2.0.3, npm/@chakra-ui/react-use-size@2.0.5, npm/@chakra-ui/react-use-timeout@2.0.3, npm/@chakra-ui/react-use-update-effect@2.0.5, npm/@chakra-ui/react-utils@2.0.9, npm/@chakra-ui/select@2.0.13, npm/@chakra-ui/shared-utils@2.0.3, npm/@chakra-ui/skeleton@2.0.18, npm/@chakra-ui/slider@2.0.13, npm/@chakra-ui/spinner@2.0.11, npm/@chakra-ui/stat@2.0.12, npm/@chakra-ui/switch@2.0.16, npm/@chakra-ui/system@2.3.3, npm/@chakra-ui/table@2.0.12, npm/@chakra-ui/tabs@2.1.5, npm/@chakra-ui/tag@2.0.12, npm/@chakra-ui/textarea@2.0.13, npm/@chakra-ui/theme-utils@2.0.4, npm/@chakra-ui/toast@4.0.3, npm/@chakra-ui/tooltip@2.2.1, npm/@chakra-ui/transition@2.0.12, npm/@chakra-ui/visually-hidden@2.0.13, npm/@ctrl/tinycolor@3.4.1, npm/compute-scroll-into-view@1.0.14, npm/css-box-model@1.2.1, npm/invariant@2.2.4, npm/tiny-invariant@1.3.1

View full report↗︎

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