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:
^8.0.0-alpha.16
->^8.0.0-alpha.17
^7.26.9
->^7.26.10
^7.26.8
->^7.26.10
^7.26.9
->^7.26.10
^7.26.9
->^7.26.10
^2.10.6
->^2.10.7
^3.2.5
->^3.2.6
^9.21.0
->^9.22.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.7
^8.6.4
->^8.6.7
^8.6.4
->^8.6.7
^8.6.4
->^8.6.7
^8.6.4
->^8.6.7
^8.6.4
->^8.6.7
^8.6.4
->^8.6.7
^8.6.4
->^8.6.7
^0.0.308
->^0.0.309
^22.13.9
->^22.13.10
^8.26.0
->^8.26.1
^8.26.0
->^8.26.1
^0.25.0
->^0.25.1
^9.21.0
->^9.22.0
^10.0.2
->^10.1.1
^5.1.2
->^5.1.5
9.15.6
->9.15.9
^8.6.4
->^8.6.7
^16.15.0
->^16.16.0
^8.26.0
->^8.26.1
Release Notes
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
babel/babel (@babel/core)
v7.26.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
,babel-template
babel-core
babel-parser
,babel-plugin-transform-typescript
babel-traverse
babel-generator
abstract override
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
💅 Polish
babel-standalone
🏠 Internal
babel-parser
chromaui/addon-visual-tests (@chromatic-com/storybook)
v3.2.6
Compare Source
🐛 Bug Fix
Authors: 1
eslint/eslint (@eslint/js)
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.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-onboarding)
v8.6.7
Compare Source
v8.6.6
Compare Source
8.6.6
v8.6.5
Compare Source
8.6.5
@angular-devkit/build-angular
to installed packages - #30790, thanks @kasperpeulen![email protected]
- #30784, thanks @JReinhold!crypto.randomUUID
- #30781, thanks @JReinhold!typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.26.1
Compare Source
🩹 Fixes
any
/unknown
as eligible for nullish coalescing (#10865)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.26.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
evanw/esbuild (esbuild)
v0.25.1
Compare Source
Fix incorrect paths in inline source maps (#4070, #4075, #4105)
This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline
sourceMappingURL
data URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing thesourceMappingURL
comment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.Fix invalid generated source maps (#4080, #4082, #4104, #4107)
This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.
This fix was contributed by @jridgewell.
Fix a regression with non-file source map paths (#4078)
The format of paths in source maps that aren't in the
file
namespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths fromfile
paths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a:
character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.Fix a crash with
switch
optimization (#4088)The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:
Update Go from 1.23.5 to 1.23.7 (#4076, #4077)
This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.
This PR was contributed by @MikeWillCook.
eslint/eslint (eslint)
v9.22.0
Compare Source
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.1
Compare Source
Patch Changes
#309
eb56a5e
Thanks @JounQin! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property for config-inspector, we just can't add it for the default entry for compatibility.See also #308
v10.1.0
Compare Source
Minor Changes
56e2e34
Thanks @JounQin! - feat: migrate to exports fieldv10.0.3
Compare Source
Patch Changes
#294
8dbbd6d
Thanks @FloEdelmann! - feat: add name to config#280
cba5737
Thanks @zanminkian! - feat: add declaration fileai/nanoid (nanoid)
v5.1.5
Compare Source
v5.1.4
Compare Source
v5.1.3
Compare Source
pnpm/pnpm (pnpm)
v9.15.9
: pnpm 9.15.9Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
v9.15.8
: pnpm 9.15.8Compare Source
Patch Changes
pnpm self-update
should always update the version in thepackageManager
field ofpackage.json
.--silent
reporting is used.--loglevel
is set toerror
, don't show installation summary, execution time, and big tarball download progress.--loglevel=error
is used.Platinum Sponsors
This PR was generated by Mend Renovate. View the repository job log.