chore(deps): update all non-major dependencies #1764
Merged
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.25.6
->^7.25.7
^7.25.2
->^7.25.8
^7.25.1
->^7.25.8
^7.25.4
->^7.25.7
^7.25.4
->^7.25.8
^7.24.7
->^7.25.7
^7.24.7
->^7.25.7
^7.24.6
->^7.25.7
^7.25.6
->^7.25.7
^2.8.2
->^2.10.2
^2.27.8
->^2.27.9
^1.1.1
->^1.2.0
^2.2.7
->^2.2.8
^5.21.1
->^5.21.2
^5.21.1
->^5.21.2
^5.21.1
->^5.21.2
^8.3.1
->^8.3.5
^8.3.1
->^8.3.5
^8.3.1
->^8.3.5
^8.3.1
->^8.3.5
^8.3.1
->^8.3.5
^8.3.1
->^8.3.5
^8.3.1
->^8.3.5
^8.3.1
->^8.3.5
^0.0.271
->^0.0.277
^4.17.7
->^4.17.10
^20.16.5
->^20.16.11
^18.3.6
->^18.3.11
^18.3.0
->^18.3.1
^8.6.0
->^8.8.1
^8.6.0
->^8.8.1
^2.1.1
->^2.3.0
^5.65.17
->^5.65.18
^31.6.0
->^31.7.0
^0.23.1
->^0.24.0
^7.36.1
->^7.37.1
^4.21.0
->^4.21.1
^11.5.4
->^11.11.8
^15.9.0
->^15.11.0
9.10.0
->9.12.1
^2.10.4
->^2.10.5
^6.26.2
->^6.27.0
^5.8.0
->^5.8.1
^4.24.1
->^4.25.0
^8.3.1
->^8.3.5
^16.9.0
->^16.10.0
^8.6.0
->^8.8.1
^5.94.0
->^5.95.0
Release Notes
babel/babel (@babel/cli)
v7.25.7
Compare Source
🐛 Bug Fix
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)[no LineTerminator here]
after nodes (@nicolo-ribaudo)💅 Polish
babel-types
🏠 Internal
babel-core
--experimental-require-module
(@nicolo-ribaudo)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
babel-generator
[no LineTerminator here]
before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescript
babel-types
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo)changesets/changesets (@changesets/cli)
v2.27.9
Compare Source
Patch Changes
#1458
400ab7b
Thanks @benmccann! - Moved@types/semver
todevDependencies
#1462
689e541
Thanks @benmccann! - removeoutdent
dependencyeslint/rewrite (@eslint/compat)
v1.2.0
Compare Source
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.2.8
Compare Source
This bugfix release fixes a long-standing issue with RTK Query lazy query triggers returning stale data in some cases, fixes an error handling issue in RTK Query, and exports additional TS types.
Changelog
Lazy Query Trigger Handling
We'd had a couple long-standing issues reporting that
const result = await someLazyQueryTrigger()
sometimes returned stale data, especially if a mutation had just invalidated that query's tag.We finally got a good repro of this issue and identified it as a mis-written call inside of the middleware that skipped past the necessary handling to activate the correct query status tracking in that scenario. This should now be fixed.
Other Changes
Timeout handling in RTKQ endpoints should now correctly throw a timeout-related error instead of an
AbortError
.Base queries now have access to the current
queryCacheKey
value so it can be used in deciding query logic.We've exported several more TS types related to query options, as some users have been depending on those even though they previously weren't part of the public API.
What's Changed
QueryExtraOptions
andMutationExtraOptions
by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4556mangleErrors
not preserving different error types by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4586TypedUseQueryStateOptions
helper type by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4604AbortError
being triggered incorrectly oncreateApi
endpoint timeout by @andrejpavlovic in https://github.com/reduxjs/redux-toolkit/pull/4628initiate
to refetch queries from middleware by @phryneas in https://github.com/reduxjs/redux-toolkit/pull/4651Full Changelog: reduxjs/redux-toolkit@v2.2.7...v2.2.8
rjsf-team/react-jsonschema-form (@rjsf/core)
v5.21.2
Compare Source
@rjsf/core
SchemaField
to passrequired
flag to_AnyOfField
/_OneOfField
Form
to deal with null objects infilterErrorsBasedOnSchema()
, fixing #4306@rjsf/utils
ErrorSchemaBuilder
to support adding, updating, and removing paths that are numbers, fixing #4297retrieveSchema
to not mergecontains
properties inallOf
schema lists, fixing #2923Dev / docs / playground
custom-widgets-fields.md
to add examples of wrapping a widget/fieldstorybookjs/storybook (@storybook/addon-essentials)
v8.3.5
Compare Source
v8.3.4
Compare Source
v8.3.3
Compare Source
v8.3.2
Compare Source
storybook dev
- #29152, thanks @valentinpalkovic!storybookjs/storybook (@storybook/addon-onboarding)
v8.3.5
Compare Source
8.3.5
v8.3.4
Compare Source
8.3.4
v8.3.3
Compare Source
8.3.3
v8.3.2
Compare Source
8.3.2
storybook dev
- #29152, thanks @valentinpalkovic!typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.8.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.0
Compare Source
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *
in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.7.0
Compare Source
🚀 Features
eslint-plugin: [no-unsafe-call] check calls of Function
eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types🩹 Fixes
eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
eslint-plugin: [no-deprecated] report on imported deprecated variables
eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.8.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