fix(deps): update all non-major dependencies #1843
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:
^7.26.4
->^7.27.0
^8.0.0-alpha.16
->^8.0.0-alpha.17
^7.26.9
->^7.26.10
^7.26.8
->^7.27.0
^7.26.9
->^7.26.10
^7.26.0
->^7.27.0
^7.26.9
->^7.27.0
^2.10.6
->^2.10.7
^3.2.5
->^3.2.6
^1.2.7
->^1.2.8
^9.21.0
->^9.23.0
^2.6.0
->^2.6.1
^5.24.3
->^5.24.8
^5.24.3
->^5.24.8
^5.24.3
->^5.24.8
^8.6.4
->^8.6.11
^8.6.4
->^8.6.11
^8.6.4
->^8.6.11
^8.6.4
->^8.6.11
^8.6.4
->^8.6.11
^8.6.4
->^8.6.11
^8.6.4
->^8.6.11
^8.6.4
->^8.6.11
^0.0.308
->^0.0.313
^22.13.9
->^22.13.17
^18.3.18
->^18.3.20
^7.5.8
->^7.7.0
^6.0.2
->^6.0.3
^8.26.0
->^8.29.0
^8.26.0
->^8.29.0
^5.65.18
->^5.65.19
^0.25.0
->^0.25.2
^9.21.0
->^9.23.0
^10.0.2
->^10.1.1
^9.0.2
->^9.0.3
^2.5.2
->^2.6.0
^5.0.3
->^5.1.1
^0.6.0
->^0.7.3
^5.1.2
->^5.1.5
9.15.6
->9.15.9
^4.29.0
->^4.30.0
^8.6.4
->^8.6.11
^16.15.0
->^16.17.0
^7.0.0
->^7.1.0
^29.2.6
->^29.3.1
^8.26.0
->^8.29.0
^5.2.0
->^5.2.1
Release Notes
babel/babel (@babel/cli)
v7.27.0
Compare Source
👓 Spec Compliance
babel-generator
,babel-parser
importAttributesKeyword
towith
(@JLHwung)🚀 New Feature
babel-helper-create-class-features-plugin
,babel-traverse
,babel-types
traverseFast
to exit early (@liuxingbaoyu)babel-parser
,babel-types
ImportAttributes
toStandardized
and move its parser test fixtures (@JLHwung)babel-generator
babel-parser
,babel-template
allowYieldOutsideFunction
to parser (@liuxingbaoyu)babel-plugin-transform-typescript
,babel-traverse
upToScope
parameter tohasBinding
(@liuxingbaoyu)babel-parser
babel-types
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
babel-traverse
scope.crawl()
(@liuxingbaoyu)babel-helpers
,babel-preset-typescript
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
rewriteRelativeImportExtensions
(@JLHwung)babel-cli
@babel/cli
generates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex
,babel-types
🏃♀️ Performance
babel-types
@babel/types
(@liuxingbaoyu)babel-helper-create-regexp-features-plugin
babel/babel (@babel/code-frame)
v8.0.0-alpha.17
Compare Source
v8.0.0-alpha.17 (2025-03-11)
This release also includes all changes from v7.26.10.
This release includes a fix for GHSA-968p-4wvh-cqc8, a security vulnerability which affects the
.replace
method of transpiled regular expressions that use named capturing groups.💥 Breaking Change
babel-parser
,babel-types
Committers: 6
chromaui/addon-visual-tests (@chromatic-com/storybook)
v3.2.6
Compare Source
🐛 Bug Fix
Authors: 1
eslint/rewrite (@eslint/compat)
v1.2.8
Compare Source
eslint/eslint (@eslint/js)
v9.23.0
Compare Source
v9.22.0
Compare Source
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.6.1
Compare Source
This bugfix release fixes several assorted types issues with the initial infinite query feature release, and adds support for an optional signal argument to
createAsyncThunk
.Changelog
Infinite Query Fixes
We've fixed several types issues that were reported with infinite queries after the 2.6.0 release:
matchFulfilled
andprovidesTags
now get the correct response typesType*
types to represent infinite queries, similar to the existing pre-defined types for queries and mutationsselectCachedArgsForQuery
now supports fetching args for infinite query endpointsuseInfiniteQueryState/Subscription
now correctly expect just the query arg, not the combined{queryArg, pageParam}
objectOther Improvements
createAsyncThunk
now accepts an optional{signal}
argument. If provided, the internal AbortSignal handling will tie into that signal.upsertQueryEntries
now correctly generates provided tags for upserted cache entries.What's Changed
Full Changelog: reduxjs/redux-toolkit@v2.6.0...v2.6.1
rjsf-team/react-jsonschema-form (@rjsf/core)
v5.24.8
Compare Source
@rjsf/antd
RadioWidget
, fixing #4481@rjsf/validator-ajv8
compileSchemaValidatorsCode()
by adding a newajvReplacer.ts
and using itDev / docs / playground
snapshot-tests
to add validation of disableRadioWidget
via theForm
prop as well asuiSchema
v5.24.7
Compare Source
Dev / docs / playground
core/src/tsconfig.json
and improvements to theexports
for ESM supportv5.24.5
Compare Source
@rjsf/utils
package.json
to removenode
from theexports
block to fix ESM supportstorybookjs/storybook (@storybook/addon-essentials)
v8.6.11
Compare Source
v8.6.10
Compare Source
v8.6.9
Compare Source
v8.6.8
Compare Source
v8.6.7
Compare Source
v8.6.6
Compare Source
v8.6.5
Compare Source
@angular-devkit/build-angular
to installed packages - #30790, thanks @kasperpeulen![email protected]
- #30784, thanks @JReinhold!crypto.randomUUID
- #30781, thanks @JReinhold!storybookjs/storybook (@storybook/addon-interactions)
v8.6.11
Compare Source
v8.6.10
Compare Source
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.