Open
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
Contributor
|
Thank you for following the naming conventions! 🙏 |
e9cc35d to
fbd6eb4
Compare
1835405 to
82c6fe4
Compare
eae6d37 to
4c065da
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
ab291c3 to
6969c61
Compare
6969c61 to
c256152
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
c256152 to
c09c521
Compare
Signed-off-by: Renovate Bot <bot@renovateapp.com>
c09c521 to
3f3ba71
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:
8.54.0→8.55.08.54.0→8.55.0>=9.38.0→>=9.39.23.1.3→3.2.1^9.3.0→^9.4.01.3.1→1.4.00.4.26→0.5.0^4.3.0→^4.4.13.0.2→3.1.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
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.
typescript-eslint/typescript-eslint (@typescript-eslint/types)
v8.55.0Compare Source
This was a version bump only for types 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.
eslint/eslint (eslint)
v9.39.2Compare Source
v9.39.1Compare Source
v9.39.0Compare Source
antfu/eslint-plugin-antfu (eslint-plugin-antfu)
v3.2.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.2.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
eslint-community/eslint-plugin-es-x (eslint-plugin-es-x)
v9.4.0Compare Source
Minor Changes
Add
es-x/no-map-prototype-getorinsertrule (#311)Add
es-x/no-map-prototype-getorinsertcomputedrule (#311)Add
es-x/no-weakmap-prototype-getorinsertrule (#311)Add
es-x/no-weakmap-prototype-getorinsertcomputedrule (#311)Add
no-upsertconfig (#311)antfu/eslint-plugin-format (eslint-plugin-format)
v1.4.0Compare Source
🐞 Bug Fixes
View changes on GitHub
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"] }] }sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)
v4.4.1Compare Source
No significant changes
View changes on GitHub
marcalexiei/eslint-plugin-zod (eslint-plugin-zod)
v3.1.0Compare Source
Minor Changes
#201
6b1eeceThanks @marcalexiei! - feat(prefer-namespace-import): deprecate rule in favour ofzod/consistent-import#179
51563cfThanks @marcalexiei! - feat(consistent-import): add new ruleConfiguration
📅 Schedule: Branch creation - "after 1am and before 5am every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.