fix(deps): update all non-major dependencies#114
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
8fd837c to
282cc17
Compare
|
d94e8a5 to
31cadb2
Compare
9c2f129 to
c1d926f
Compare
9188964 to
2770519
Compare
8c78e1f to
4ad017d
Compare
4ad017d to
d4e4ae0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
9.39.2→9.39.35.7.0→5.9.08.53.0→8.56.19.39.2→9.39.3^0.4.19→^0.5.010.1.11→10.2.13^0.7.5→^0.8.017.0.0→17.3.019.2.3→19.2.419.2.3→19.2.48.53.0→8.56.1Release Notes
eslint/eslint (@eslint/js)
v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.9.0Compare Source
Features
Bug Fixes
Chores
v5.8.0Compare Source
Features
jsx-props-style(#1118) (dc9cc1b)ts-non-null(#1120) (faca500)Bug Fixes
(for optional call expressions (#1114) (2090a72)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.56.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.55.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
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.2Compare Source
v0.5.1Compare Source
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.13Compare Source
v10.2.12Compare Source
v10.2.11Compare Source
v10.2.10Compare Source
v10.2.9Compare Source
v10.2.8Compare Source
v10.2.7Compare Source
v10.2.6Compare Source
v10.2.5Compare Source
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!lemire/FastPriorityQueue.js (fastpriorityqueue)
v0.8.0Compare Source
sindresorhus/globals (globals)
v17.3.0Compare Source
295fba9v17.2.0Compare Source
jasmine: AddthrowUnlessandthrowUnlessAsyncglobals (#335)97f23a7v17.1.0Compare Source
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.