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

Merged
merged 2 commits into from
Feb 26, 2025
Merged

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.25.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.19.1 -> ^8.25.0 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.2 age adoption passing confidence
react-icons ^5.4.0 -> ^5.5.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.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

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.25.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.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.

prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

react-icons/react-icons (react-icons)

v5.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: react-icons/react-icons@v5.4.0...v5.5.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.6.0 2050
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-125-gef43291c4d 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.2 287
Lucide ISC 0.462.0 1541
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.11.3 2716
Remix Icon Apache License Version 2.0 4.5.0 3020
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.12.1 635
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.2.0 972
Simple Icons CC0 1.0 Universal 13.19.0 3275
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons MIT 2.1.4 1634
css.gg MIT 2.1.4 704
VS Code Icons CC BY 4.0 0.0.36 466
Tabler Icons MIT 3.24.0 5754
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​radix-ui/react-icons@​1.3.2 318
Phosphor Icons MIT 2.1.1 9072
Icons8 Line Awesome MIT 1.3.1 1544

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 11 times, most recently from acacf1c to 200c783 Compare February 24, 2025 12:25
@renovate renovate bot force-pushed the renovate/other-minor-updates branch 13 times, most recently from f64189c to 026992d Compare February 26, 2025 08:40
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from 026992d to 0ad95d5 Compare February 26, 2025 10:17
Copy link
Contributor Author

renovate bot commented Feb 26, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@hiletmis hiletmis merged commit e8fe16b into main Feb 26, 2025
2 checks passed
@hiletmis hiletmis deleted the renovate/other-minor-updates branch February 26, 2025 10:23
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.

1 participant