fix(deps): update all non-major dependencies #1872
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.12.1
->^4.12.2
^8.0.0-alpha.17
->^8.0.0-beta.0
^7.27.1
->^7.27.4
^7.27.1
->^7.27.5
^7.27.1
->^7.27.4
^7.27.1
->^7.27.6
^3.19.1
->^3.21.0
^1.2.9
->^1.3.0
^9.27.0
->^9.29.0
^5.24.10
->^5.24.11
^5.24.10
->^5.24.11
^5.24.10
->^5.24.11
^9.0.2
->^9.0.9
^9.0.2
->^9.0.9
^1.19.5
->^1.19.6
^0.0.323
->^0.0.326
^5.60.15
->^5.60.16
^2.8.18
->^2.8.19
^4.17.22
->^4.17.23
^1.9.9
->^1.9.10
^22.15.21
->^22.15.31
^19.1.6
->^19.1.8
^19.1.5
->^19.1.6
^8.32.1
->^8.34.0
^8.32.1
->^8.34.0
^0.25.4
->^0.25.5
^9.27.0
->^9.29.0
^28.11.0
->^28.13.5
^16.1.0
->^16.2.0
^5.1.2
->^5.1.3
10.11.0
->10.12.1
^7.6.1
->^7.6.2
^9.0.2
->^9.0.9
^29.3.4
->^29.4.0
^8.32.1
->^8.34.0
^5.2.1
->^5.2.2
Release Notes
apollographql/apollo-server (@apollo/server)
v4.12.2
Compare Source
(No change; there is a change to the
@apollo/server-integration-testsuite
used to test integrations, and the two packages always have matching versions.)babel/babel (@babel/code-frame)
v8.0.0-beta.0
Compare Source
v8.0.0-beta.0 (2025-05-30)
This release also includes all changes from v7.27.0, v7.27.1, v7.27.2, v7.27.3, and v7.27.4.
💥 Breaking Change
babel-helpers
,babel-plugin-transform-regenerator
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
regeneratorRuntime
references in regenerator transform (@nicolo-ribaudo)babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
@babel/compat-data
(@nicolo-ribaudo)babel-parser
@babel/parser
(@nicolo-ribaudo)babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-record-and-tuple
,babel-standalone
,babel-traverse
babel-traverse
,babel-types
^20.19.0 || >= 22.12.0
(@JLHwung)babel-helper-compilation-targets
,babel-preset-env
📢 Deprecation
babel-types
🏠 Internal
babel-traverse
scope.{references,uids}
toSet
(@liuxingbaoyu)babel-core
babel-helpers
,babel-plugin-transform-react-jsx
,babel-preset-env
babel-plugin-transform-block-scoping
,babel-traverse
,babel-types
BLOCK_SCOPED_SYMBOL
andNOT_LOCAL_BINDING
(@liuxingbaoyu)babel-plugin-transform-regenerator
,babel-plugin-transform-typeof-symbol
🏃♀️ Performance
babel-traverse
Committers: 12
babel/babel (@babel/core)
v7.27.4
Compare Source
👓 Spec Compliance
babel-parser
,babel-plugin-proposal-explicit-resource-management
💅 Polish
babel-parser
🔬 Output optimization
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
regenerator
size more (@liuxingbaoyu)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
regenerator
helper size (@liuxingbaoyu)babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
regeneratorRuntime
into multiple helpers (@nicolo-ribaudo)v7.27.3
Compare Source
🐛 Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
.displayName
onGeneratorFunction
(@nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
for using of
body (@JLHwung)babel-plugin-proposal-decorators
,babel-types
abstract
modifiers in class declaration to expression conversion (@magic-akari)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
babel-generator
,babel-parser
chakra-ui/chakra-ui (@chakra-ui/react)
v3.21.0
Compare Source
Minor Changes
3df43ba
Thanks @segunadebayo! - Add support new
entrypoint for
/theme
which allows for incremental loading of componentrecipes to avoid bloating the theme with unused components.
For example, if you want just the
button
recipe to be included in yourbundle, you can cherry-pick the recipe you need like this:
Patch Changes
010f256
Thanks @segunadebayo! - - File Upload:
Prevented
undefined
inacceptedFiles
when no files acceptednavigating up/down the list with keyboard
upon cmd/middle click
Menu.ItemText
could not be used withMenu.Item
v3.20.0
Compare Source
Minor Changes
65020dd
Thanks @segunadebayo! - - System: Allow
undefined
for optional properties in CSS and recipe typesColor Picker: Fixed issue where value change end event is invoked when
committing via an input.
Toast: Fixed issue where calling
toast.remove()
without an id shows aTypeScript error.
Field: Fixed issue where helper text and error text could not be
detected in shadow DOM environments.
Slider
minStepsBetweenThumbs
isn't computed correctly wheninteracting with pointer or keyboard.
Shift
+ArrowRight
set value to0
instead ofmax
when step is too large (e.g.
20
).onValueChangeEnd
doesn't return the latest value whendragging very fast.
or dialog.
File Upload: Added support for transforming uploaded files via
transformFiles
context property.Combobox: Fixed issue where
onInputValueChange
doesn't get called whenautoFocus
is set totrue
Pin Input: Fixed issue where input padding could cause clipping of the
text when
fontSize
is increased.Patch Changes
#10081
c2f650b
Thanks @isBatak! - - export
CheckboxRootProviderProps
type#10075
63c267f
Thanks @isBatak! - - export
Quote
typographycomponent and its types
v3.19.2
Compare Source
Patch Changes
#10059
a289c3c
Thanks @isBatak! - - System: add explicit
undefined
to generated types to support TSexactOptionalPropertyTypes
#10064
10d0a8e
Thanks @mhsattarian! - - Drawer: Fix
drawer close animation in RTL
display: contents
andvisibility: hidden
data-loading
attribute whenloading
istrue
so allow stylingloading state with
_loading
pseudo propeslint/rewrite (@eslint/compat)
v1.3.0
Compare Source
Features
includeIgnoreFile
(#211) (3e18175)Dependencies
eslint/eslint (@eslint/js)
v9.29.0
Compare Source
v9.28.0
Compare Source
rjsf-team/react-jsonschema-form (@rjsf/core)
v5.24.11
Compare Source
@rjsf/utils
Full Changelog: rjsf-team/react-jsonschema-form@v5.24.10...v5.24.11
storybookjs/storybook (@storybook/addon-onboarding)
v9.0.9
Compare Source
9.0.9
userEvent.setup()
- #31730, thanks @ghengeveld!v9.0.8
Compare Source
9.0.8
--skip-install
failing missing packageJson invariant - #31720, thanks @JReinhold!v9.0.6
Compare Source
9.0.6
v9.0.5
Compare Source
9.0.5
<wrapper ...>
- #31639, thanks @JReinhold!toSatisfy
-matcher implementation - #31664, thanks @ndelangen!v9.0.4
Compare Source
9.0.4
v9.0.3
Compare Source
9.0.3
storybookjs/storybook (@storybook/react-vite)
v9.0.9
Compare Source
userEvent.setup()
- #31730, thanks @ghengeveld!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.
This PR was generated by Mend Renovate. View the repository job log.