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.09.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.0Release Notes
babel/babel (@babel/cli)
v7.25.7Compare Source
🐛 Bug Fix
babel-helper-validator-identifierbabel-traversebabel-plugin-transform-classessuper()check (@nicolo-ribaudo)babel-generatorinferin 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-envbabel-plugin-proposal-destructuring-private,babel-plugin-syntax-decimal,babel-plugin-syntax-import-reflection,babel-standalonebabel-generator[no LineTerminator here]before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescriptbabel-typesBABEL_TYPES_8_BREAKINGat startup (@nicolo-ribaudo)changesets/changesets (@changesets/cli)
v2.27.9Compare Source
Patch Changes
#1458
400ab7bThanks @benmccann! - Moved@types/semvertodevDependencies#1462
689e541Thanks @benmccann! - removeoutdentdependencyeslint/rewrite (@eslint/compat)
v1.2.0Compare Source
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.2.8Compare 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
queryCacheKeyvalue 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
QueryExtraOptionsandMutationExtraOptionsby @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4556mangleErrorsnot preserving different error types by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4586TypedUseQueryStateOptionshelper type by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4604AbortErrorbeing triggered incorrectly oncreateApiendpoint timeout by @andrejpavlovic in https://github.com/reduxjs/redux-toolkit/pull/4628initiateto 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.2Compare Source
@rjsf/core
SchemaFieldto passrequiredflag to_AnyOfField/_OneOfFieldFormto deal with null objects infilterErrorsBasedOnSchema(), fixing #4306@rjsf/utils
ErrorSchemaBuilderto support adding, updating, and removing paths that are numbers, fixing #4297retrieveSchemato not mergecontainsproperties inallOfschema lists, fixing #2923Dev / docs / playground
custom-widgets-fields.mdto add examples of wrapping a widget/fieldstorybookjs/storybook (@storybook/addon-essentials)
v8.3.5Compare Source
v8.3.4Compare Source
v8.3.3Compare Source
v8.3.2Compare Source
storybook dev- #29152, thanks @valentinpalkovic!storybookjs/storybook (@storybook/addon-onboarding)
v8.3.5Compare Source
8.3.5
v8.3.4Compare Source
8.3.4
v8.3.3Compare Source
8.3.3
v8.3.2Compare Source
8.3.2
storybook dev- #29152, thanks @valentinpalkovic!typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.8.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.0Compare 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.0Compare 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
getStaticMemberAccessValueeslint-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.1Compare 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