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 #604

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 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) ^3.8.1 -> ^3.11.0 age adoption passing confidence
eslint-config-prettier ^10.0.2 -> ^10.1.1 age adoption passing confidence
pnpm (source) 10.5.2 -> 10.6.1 age adoption passing confidence
react-markdown ^10.0.1 -> ^10.1.0 age adoption passing confidence
react-router-dom (source) ^7.2.0 -> ^7.3.0 age adoption passing confidence

Release Notes

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

v3.11.0

Compare Source

Minor Changes
  • 8789401
    Thanks @​segunadebayo! - - Accordion

    • Fix issue where Accordion.ItemTrigger doesn't apply textAlign: start

    • SegmentGroup

      • Add new SegmentGroup.Items shortcut component to render multiple
        SegmentGroup.Item components based on the items prop

v3.10.0

Compare Source

Minor Changes
  • 11bdf77
    Thanks @​segunadebayo! - - Menu

    • Set the default children of Menu.Arrow to Menu.ArrowTip

    • HoverCard

      • Set the default children of HoverCard.Arrow to HoverCard.ArrowTip
    • Dialog, Drawer

      • Update recipe to include absolute positioning styles for close trigger,
        instead of relying on snippet styles.

v3.9.0

Compare Source

Minor Changes
  • 52a97d0
    Thanks @​segunadebayo! - - Skeleton
    Bring back SkeletonCircle and SkeletonText components.

    • Switch

      • Transition background color when checked
      • Set the default children for Switch.Control to Switch.Thumb to
        reduce LOC for common use cases.
    • Checkbox

      • Set the default children for Checkbox.Control to Checkbox.Indicator
        to reduce LOC for common use cases.
    • NumberInput

      • Set the default children for NumberInput.Control to
        NumberInput.IncrementTrigger and NumberInput.DecrementTrigger to
        reduce LOC for common use cases.
    • QrCode

      • Set the QrCode.Frame component to QrCode.Pattern to reduce LOC for
        common use cases.
    • RatingGroup

      • Set the default children for RatingGroup.Control to the array of
        RatingGroup.Item components to reduce LOC for common use cases.
    • Slider

      • Add Slider.Marks component to render marks on the slider track. This is
        a closed composition of Slider.MarkerGroup and Slider.Marker to reduce
        LOC for common use cases.
      • Add Slider.Thumbs component to render thumbs on the slider track. This
        is a closed composition of Slider.Thumb to reduce LOC for common use
        cases.
    • PinInput

      • Add support for attached variant prop to render a pin input with
        attached inputs. This removes the need for the Group component to wrap
        the inputs.

v3.8.2

Compare Source

Patch Changes
prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v10.6.1

Compare Source

Patch Changes
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't ignore pnpm.patchedDependencies from package.json #​9226.
  • When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json.
  • When a package version cannot be found in the package metadata, print the registry from which the package was fetched.

v10.6.0

Compare Source

Minor Changes
  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes
  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112
remarkjs/react-markdown (react-markdown)

v10.1.0

Compare Source

Add
Fix

Full Changelog: remarkjs/react-markdown@10.0.1...10.1.0

remix-run/react-router (react-router-dom)

v7.3.0

Compare Source

Patch Changes

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 Mar 7, 2025
@renovate renovate bot requested a review from hiletmis March 7, 2025 15:47
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from 2ec722d to b7d368e Compare March 8, 2025 17:37
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from b7d368e to dc6cd30 Compare March 9, 2025 01:29
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