redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 5 months ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.27.4 -> ^7.27.7 age adoption passing confidence
@chakra-ui/react (source) ^3.21.0 -> ^3.21.1 age adoption passing confidence
@emotion/styled (source) ^11.14.0 -> ^11.14.1 age adoption passing confidence
@eslint/compat (source) ^1.3.0 -> ^1.3.1 age adoption passing confidence
@eslint/js (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
@storybook/addon-onboarding (source) ^9.0.13 -> ^9.0.14 age adoption passing confidence
@storybook/react-vite (source) ^9.0.13 -> ^9.0.14 age adoption passing confidence
@types/chrome (source) ^0.0.326 -> ^0.0.328 age adoption passing confidence
@types/lodash (source) ^4.17.18 -> ^4.17.19 age adoption passing confidence
@types/node (source) ^22.15.32 -> ^22.15.34 age adoption passing confidence
eslint (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
jest (source) ^30.0.2 -> ^30.0.3 age adoption passing confidence
pnpm (source) 10.12.3 -> 10.12.4 age adoption passing confidence
prettier (source) 3.6.0 -> 3.6.2 age adoption passing confidence
react-router-dom (source) ^7.6.2 -> ^7.6.3 age adoption passing confidence
selenium-webdriver (source) ^4.33.0 -> ^4.34.0 age adoption passing confidence
storybook (source) ^9.0.13 -> ^9.0.14 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.7

Compare Source

:eyeglasses: Spec Compliance
:bug: Bug Fix
:house: Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
chakra-ui/chakra-ui (@​chakra-ui/react)

v3.21.1

Compare Source

Patch Changes
  • 8ddeb0b Thanks @​segunadebayo! - - Popover: Fixed issue where onOpenChange could be called twice when controlled

    • Combobox
      • Fixed issue where onInputValueChange could be called twice when selecting an item
      • Fixed issue where combobox with allowCustomValue: true used within in a form requires two enter keypress to submit
    • Progress
      • Fix issue where setting orientation to vertical don't work
      • Fix issue where setting defaultValue to null doesn't show indeterminate state
    • Toast: Fix issue where app crashes when toaster.promise is called without loading option. The loading option is now required. A warning will be logged if it is not provided
    • Combobox, Select, Listbox: Fix issue where rehydrating defaultValue or value after fetching items doesn't update the valueAsString
  • #​10119 6cf8cc6 Thanks @​isBatak! - - improve Drawer recipe to better support conditional variants.

    • add Drawer conditional variants example to the docs and storybook.
  • #​10101 2b4fa6d Thanks @​isBatak! - - Select: Export missing SelectRootComponent type export

  • d7914ad Thanks @​segunadebayo! - Fix inconsistent handling of null and undefined for skipping breakpoints using array syntax

emotion-js/emotion (@​emotion/styled)

v11.14.1

Compare Source

eslint/rewrite (@​eslint/compat)

v1.3.1

Compare Source

Bug Fixes
  • relax @eslint/compat eslint peerDependencies constraint (#​215) (b96ec0c)
Dependencies
  • The following workspace dependencies were updated
eslint/eslint (@​eslint/js)

v9.30.0

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v9.0.14

Compare Source

9.0.14

storybookjs/storybook (@​storybook/react-vite)

v9.0.14

Compare Source

eslint/eslint (eslint)

v9.30.0

Compare Source

jestjs/jest (jest)

v30.0.3

Compare Source

Fixes
  • [jest-config] Fix ESM TS config loading in a CJS project (#​15694)
Features
  • [jest-diff] Show non-printable control characters to diffs (#​15696)
pnpm/pnpm (pnpm)

v10.12.4

Compare Source

Patch Changes
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same files again. We now close files only if n-readlines did not already close them.

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

v7.6.3

Compare Source

Patch Changes
SeleniumHQ/selenium (selenium-webdriver)

v4.34.0


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.

👻 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[bot] avatar Jun 24 '25 20:06 renovate[bot]

⚠️ No Changeset found

Latest commit: 8eccdb10370446956ae4904d5ab491614f3d02d5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Jun 24 '25 20:06 changeset-bot[bot]