redux-devtools
redux-devtools copied to clipboard
fix(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
babel/babel (@babel/core)
v7.27.7
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-transform-classesbabel-parser
:bug: Bug Fix
babel-corebabel-typesbabel-plugin-transform-parameters- #17352 fix: Params of
async function*should throw synchronously (@liuxingbaoyu)
- #17352 fix: Params of
:house: Internal
chakra-ui/chakra-ui (@chakra-ui/react)
v3.21.1
Patch Changes
-
8ddeb0bThanks @segunadebayo! - - Popover: Fixed issue whereonOpenChangecould be called twice when controlled- Combobox
- Fixed issue where
onInputValueChangecould be called twice when selecting an item - Fixed issue where combobox with
allowCustomValue: trueused within in a form requires two enter keypress to submit
- Fixed issue where
- Progress
- Fix issue where setting orientation to
verticaldon't work - Fix issue where setting
defaultValuetonulldoesn't show indeterminate state
- Fix issue where setting orientation to
- Toast: Fix issue where app crashes when
toaster.promiseis called without loading option. Theloadingoption is now required. A warning will be logged if it is not provided - Combobox, Select, Listbox: Fix issue where rehydrating
defaultValueorvalueafter fetching items doesn't update thevalueAsString
- Combobox
-
#10119
6cf8cc6Thanks @isBatak! - - improveDrawerrecipe to better support conditional variants.- add
Drawerconditional variants example to the docs and storybook.
- add
-
#10101
2b4fa6dThanks @isBatak! - - Select: Export missing SelectRootComponent type export -
d7914adThanks @segunadebayo! - Fix inconsistent handling ofnullandundefinedfor skipping breakpoints using array syntax
eslint/rewrite (@eslint/compat)
v1.3.1
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- devDependencies
- @eslint/core bumped from ^0.15.0 to ^0.15.1
- devDependencies
storybookjs/storybook (@storybook/addon-onboarding)
v9.0.14
9.0.14
- CLI: Prebundle more in cli-storybook package - #31746, thanks @ndelangen!
- Core: Fix FIPS compliance - #31806, thanks @JReinhold!
- Core: Fix addon scrollbars and align scrollbar colors with toolbars - #31844, thanks @Sidnioulz!
- Deps: Extend
vitepeerDependencies range to include7.0.0- #31859, thanks @ghengeveld! - Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue - #31888, thanks @ghengeveld!
- UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled - #23411, thanks @Spielboerg!
storybookjs/storybook (@storybook/react-vite)
v9.0.14
- CLI: Prebundle more in cli-storybook package - #31746, thanks @ndelangen!
- Core: Fix FIPS compliance - #31806, thanks @JReinhold!
- Core: Fix addon scrollbars and align scrollbar colors with toolbars - #31844, thanks @Sidnioulz!
- Deps: Extend
vitepeerDependencies range to include7.0.0- #31859, thanks @ghengeveld! - Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue - #31888, thanks @ghengeveld!
- UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled - #23411, thanks @Spielboerg!
jestjs/jest (jest)
v30.0.3
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
Patch Changes
-
Fix
pnpm licensescommand for local dependencies #9583. -
Fix a bug in which
pnpm ls --filter=not-exist --jsonprints nothing instead of an empty array #9672. -
Fix a deadlock that sometimes happens during peer dependency resolution #9673.
-
Running
pnpm installafterpnpm fetchshould hoist all dependencies that need to be hoisted. Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions [#9648]: https://github.com/pnpm/pnpm/pull/9648 [#9689]: https://github.com/pnpm/pnpm/issues/9689
prettier/prettier (prettier)
v3.6.2
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
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.
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.
⚠️ 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