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

chore(deps): update other minor updates #522

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.26.0 -> ^7.26.9 age adoption passing confidence
@chakra-ui/react (source) ^3.2.5 -> ^3.8.1 age adoption passing confidence
@changesets/changelog-github (source) ^0.5.0 -> ^0.5.1 age adoption passing confidence
@changesets/cli (source) ^2.27.11 -> ^2.28.1 age adoption passing confidence
@testing-library/react ^16.1.0 -> ^16.2.0 age adoption passing confidence
@testing-library/user-event ^14.5.2 -> ^14.6.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.19.1 -> ^8.24.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.19.1 -> ^8.24.1 age adoption passing confidence
pnpm (source) 9.15.3 -> 9.15.5 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.1 age adoption passing confidence
react-icons ^5.4.0 -> ^5.5.0 age adoption passing confidence
react-markdown ^9.0.3 -> ^9.1.0 age adoption passing confidence
react-router-dom (source) ^6.28.1 -> ^6.29.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
chakra-ui/chakra-ui (@​chakra-ui/react)

v3.8.1

Compare Source

Patch Changes
  • cdb9459
    Thanks @​segunadebayo! - - Fix performance
    regression from v3.5.x by reverting memoization logic
    • Add useMemo to provider components and styling hooks to avoid unnecessary
      recomputations

v3.8.0

Compare Source

Minor Changes
  • fa5e966
    Thanks @​segunadebayo! - - Add new hooks
    useElementRect, useForceUpdate, useLiveRef,usePrevious and
    useSafeLayoutEffect

    • Add new FocusTrap component for trapping focus within a container
Patch Changes
  • #​9616
    54a73a7
    Thanks @​mhsattarian! - - Breadcrumb: Fix
    issue where breadcrumb arrow don't flip in RTL
    • Snippets / Color Mode: Add LightMode and DarkMode components to
      force light and dark color mode in a subtree
    • Docs / Testing: Add testing guideline for Vitest
    • Group: Fix issue where Group component doesn't skip invalid children

v3.7.0

Compare Source

Minor Changes
  • cb0ffc9
    Thanks @​segunadebayo! - - Avatar: Add
    support for passing name to the AvatarFallback to render the initials. If
    no name or children is passed, it'll render either the initials or a
    fallback icon.

    • Hooks: Add useConst and useUpdateEffect hooks from v2.
    • Wrap: Bring back the Wrap component from v2.

v3.6.0

Compare Source

Minor Changes
  • 04a1a07
    Thanks @​segunadebayo! - - Styled
    System:

    • Boost performance of style resolution by removing JSON.stringify in memo
      function and avoid memoizing non-primitive arguments.
    • Connect assets token to backgroundImage and listStyleImage css
      properties.
    • Menu, Tooltip: Set lazyMount and unmountOnExit to true in the
      Root component to improve initial rendering performance.
    • AbsoluteCenter: Fix issue where axis doesn't work in RTL mode.
    • Snippets / QRCode: Remove snippet in favor of compound component
      pattern.
    • List: Fix issue where list items don't wrap correctly.
    • Stat: Bring back StatGroup component from v2.
    • Close Button: Add CloseButton component.

v3.5.1

Compare Source

Patch Changes
  • 34d46e3
    Thanks @​segunadebayo! - - Button: Fix
    issue where button is not disabled when loading props is passed

    • ColorPicker, HoverCard, Tooltip: Fixed intermittent placement shifts
      caused by updates to the data-placement attribute
    • Snippets / Alert: Deprecate the Alert snippet in favor of using the
      Alert component directly from @chakra-ui/react.

v3.5.0

Compare Source

Minor Changes
  • 30a12d0
    Thanks @​segunadebayo! - - Native Select

    • Fix issue where disabled and invalid props were not being passed to the
      NativeSelectField component.
    • Persist error focus ring when invalid prop is set.
    • Fix issue where native select isn't readable in dark mode for Windows/Linux
      devices.
    • [New] Loader: Add new Loader and LoaderOverlay components.
    • [New] Button Group: Add new ButtonGroup component similar to v2 for
      grouping similar buttons.
    • Button: Add loading and loadingText props to the Button component.
    • Snippets / Menu: Refactor checkbox item to fix rendering
    • Snippets / Button: Removed the button snippet in favor of built-in
      component.

v3.4.0

Compare Source

Minor Changes
  • 375e05f
    Thanks @​segunadebayo! - - [New]
    Presence:
    Add component to animate an element using css animation, and
    control the mount/unmount behavior
Patch Changes
  • 882c7f6
    Thanks @​segunadebayo! - - Separator:
    Fix issue where aria-orientation was missing in the DOM and orientation
    was added instead.

    • FileUpload
      • Resolved an issue where form-related components reset despite the reset
        event being cancelled.
      • Fixed a brief warning display when a new image file is added to the
        preview.
      • Enhanced click detection for the dropzone and added support for the
        disableClick prop.
  • 4c885df
    Thanks @​segunadebayo! - - Button, Icon
    Fix issue where button and icon doesn't export props providers

  • b39ea43
    Thanks @​segunadebayo! - System: Fix
    issue where render times feels slower compared to v2 due to the global style
    computation in the provider component. Now, it is much faster.
    See Discussion

v3.3.3

Compare Source

Patch Changes

v3.3.2

Compare Source

Patch Changes
  • 855bb29
    Thanks @​segunadebayo! - - Icon:
    Refactor icon recipe size=inherit to allow for composition with button

    • Snippet / Tooltip: Set portalled to true by default
  • #​9470
    4bd9f8d
    Thanks @​lcswillems! - - Menu, Select: Use
    the same semantic token for select _highlighted state

    • Toast: Fix issue where toast close trigger was not visible
  • e4fe984
    Thanks @​segunadebayo! - Fix issue where
    using <Icon as={...} /> throws an error, forcing users to use the asChild
    approach

  • e506044
    Thanks @​segunadebayo! - Fix issue where
    factory shows a warning React 19 due to accessing child.ref

v3.3.1

Compare Source

Patch Changes
  • 0fc040a
    Thanks @​segunadebayo! - HoverCard,
    Tooltip
    : Resolved an issue where the controlled open state could become
    inconsistent during the opening or closing phases.

  • 1439548
    Thanks @​segunadebayo! - Fix issue where
    useRecipe and useSlotRecipe returns never when key does not match
    built-in recipe.

v3.3.0

Compare Source

Minor Changes
  • #​9437
    791bcec
    Thanks @​segunadebayo! - ### Added

    • Clipboard: Introduced Clipboard.ValueText to display clipboard
      content.
    • FileUpload:
      • Added preventDropOnDocument to block file drops on the document when the
        file upload component is active.
      • Added setClipboardFiles to the API for setting files from clipboard
        data.
    • Progress: Added support foronValueChange and defaultValue.
    • Tabs, Menu, Combobox: Added navigate property for custom router
      navigation when selections render as links.
    • QrCode:
      • Added support for onValueChange and defaultValue.
      • Added QrCode.DownloadTrigger to enable QR code image downloads.
Fixed
  • Collapsible: Fixed a bug where the opening animation replayed when an
    open collapsible was re-rendered.

  • Dialog, Popover: Resolved an issue causing dialogs or popovers to close
    if the focused element was removed from the DOM.

  • FileUpload: Fixed a bug causing the hidden input to desync from accepted
    files.

  • Menu, Popover: Fixed inconsistent interaction detection outside the
    component when the trigger was inside a scrollable container.

  • Pagination: Corrected an issue where the page range returned an
    incorrect end value when pageSize exceeded count.

  • QRCode: Fixed getDataUrl to generate a properly sized QR code.

  • #​9437
    791bcec
    Thanks @​segunadebayo! - Add new QRCode
    component for converting text and links to QR codes.

    import { QrCode } from "@&#8203;chakra-ui/react"
    
    export const QrCodeWithoutSnippet = () => {
      return (
        <QrCode.Root value="..." size="md">
          <QrCode.Frame>
            <QrCode.Pattern />
          </QrCode.Frame>
        </QrCode.Root>
      )
    }
Patch Changes
  • d3f1c19
    Thanks @​segunadebayo! - Fix issue where
    htmlWidth and htmlHeight doesn't work in Image or chakra.image
    elements.

  • f32cb4a
    Thanks @​segunadebayo! - Improve typesafety
    for layer styles to support common shorthands like bg, bgColor, bgImage

  • b11587b
    Thanks @​segunadebayo! - Fix compound
    variant matching not working with colorPalette prop

changesets/changesets (@​changesets/changelog-github)

v0.5.1

Compare Source

Patch Changes
testing-library/react-testing-library (@​testing-library/react)

v16.2.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v14.6.1

Compare Source

Bug Fixes

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.24.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.24.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.23.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.21.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

pnpm/pnpm (pnpm)

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx

Configuration

📅 Schedule: Branch creation - "after 3pm on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the deploy Enables frontend deployment on PRs label Jan 10, 2025
@renovate renovate bot requested a review from hiletmis January 10, 2025 17:51
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from 66c0414 to dce2cca Compare January 12, 2025 21:16
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to ^3.3.0 chore(deps): update dependency @chakra-ui/react to ^3.3.1 Jan 12, 2025
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from dce2cca to 37f1d13 Compare January 13, 2025 17:43
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to ^3.3.1 chore(deps): update other minor updates Jan 13, 2025
@renovate renovate bot force-pushed the renovate/other-minor-updates branch 19 times, most recently from 41c7631 to 033a467 Compare January 17, 2025 20:05
@renovate renovate bot force-pushed the renovate/other-minor-updates branch 5 times, most recently from 93f9b87 to 3e083b2 Compare January 23, 2025 16:08
@renovate renovate bot force-pushed the renovate/other-minor-updates branch 20 times, most recently from 5cbacdb to c49b8df Compare February 14, 2025 12:25
@renovate renovate bot force-pushed the renovate/other-minor-updates branch 8 times, most recently from 9bfa50b to a71fee7 Compare February 21, 2025 10:18
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from a71fee7 to 94cf794 Compare February 22, 2025 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Enables frontend deployment on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants