chore(deps): update all non-major dependencies #114
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:
5.7.0→5.7.18.53.0→8.54.0^0.4.19→^0.5.010.1.11→10.2.417.0.0→17.3.019.2.3→19.2.419.2.3→19.2.48.53.0→8.54.0Release Notes
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.7.1Compare Source
Bug Fixes
metato plugin (#1102) (f9d8a21)eslint-visitor-keysandespreeto compatible versions (#1111) (572f1ab)multiline-comment-style(#1103) (03fc476)TSIndexedAccessTypewith parens (#1099) (60aafcb)Documentation
Chores
safeReplaceTextBetweento reuse common fix logic (#1104) (a49451f)meta, usedefaultOptions(#1108) (55bbd1d)defaultOptionsin rules (#1105) (666e8ee)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.54.0Compare 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.
v8.53.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.
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.0Compare Source
Breaking changes
reactRefreshexport is available and prefered over the default export. It's an object with two properties:plugin: The plugin object with the rulesconfigs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.customHOCsoption was renamed toextraHOCsextraHOCsoptionConfig example:
Config example without config:
Why
This version follows a revamp of the internal logic to better make the difference between random call expressions like
export const Enum = Object.keys(Record)and actual React HOC calls likeexport const MemoComponent = memo(Component). (fixes #93)The rule now handles ternaries and patterns like
export default customHOC(props)(Component)which makes it able to correctly support files like this one given this config:{ "react-refresh/only-export-components": [ "warn", { "extraHOCs": ["createRootRouteWithContext"] } ] }Because I'm not 100% sure this new logic doesn't introduce any false positive, this is done in a major-like version. This also give me the occasion to remove the hardcoded
connectfrom the rule. If you are usingconnectfromreact-redux, you should now add it toextraHOCslike this:{ "react-refresh/only-export-components": ["warn", { "extraHOCs": ["connect"] }] }storybookjs/storybook (eslint-plugin-storybook)
v10.2.4Compare Source
activeprop warning in ZoomButton - #33697, thanks @yatishgoel!v10.2.3Compare Source
previewHrefwhen current path does not end with a slash - #33647, thanks @ghengeveld!v10.2.2Compare Source
v10.2.1Compare Source
v10.2.0Compare Source
Storybook 10.2 contains hundreds of fixes and improvement including:
List of all updates
visionglobal - #33599, thanks @ghengeveld!!autodocsstories when computing primary story - #32712, thanks @ia319!:not()with parenthesis in inner selector - #33491, thanks @ghengeveld!.envfile - #33469, thanks @ndelangen!getStoryHrefsmanager API and add hotkey for "open in isolation" - #33416, thanks @ghengeveld!react-docgen-typescriptsupport in story creation - #33586, thanks @yannbf!react-docgen-typescript- #33589, thanks @yannbf!mountdetection when destructuring in the function body - #33367, thanks @ghengeveld!writeFilecache when EBUSY error occurs - #32981, thanks @reduckted!type cannot be named-errors - #33216, thanks @unional!baseline-browser-mapping- #33576, thanks @ndelangen!componentManifestGeneratorto extensiblemanifestspreset property - #33392, thanks @JReinhold!!manifesttag in preview files - #33406, thanks @JReinhold!next/distwith.js-extension for ESM compat - #33380, thanks @yue4u!@opentelemetry/apitooptimizeDeps- #33577, thanks @ndelangen!navigator?.clipboard- #33219, thanks @ndelangen!packageJson.type- #33525, thanks @ndelangen!cannot be namederrors - #33344, thanks @icopp!exactOptionalPropertyTypesfor public API types - #33149, thanks @copilot-swe-agent!bugfixesproperty in swc and babel - #33498, thanks @ndelangen!pluskey - #33565, thanks @ndelangen!sindresorhus/globals (globals)
v17.3.0Compare Source
295fba9v17.2.0Compare Source
jasmine: AddthrowUnlessandthrowUnlessAsyncglobals (#335)97f23a7v17.1.0Compare Source
webpackandrspackglobals (#333)65cae73facebook/react (react)
v19.2.4: 19.2.4 (January 26th, 2026)Compare Source
React Server Components
typescript-eslint/typescript-eslint (typescript-eslint)
v8.54.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.53.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.