chore(deps-dev): bump eslint-plugin-unicorn from 64.0.0 to 71.0.0#77
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump eslint-plugin-unicorn from 64.0.0 to 71.0.0#77dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 64.0.0 to 71.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v64.0.0...v71.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 71.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps eslint-plugin-unicorn from 64.0.0 to 71.0.0.
Release notes
Sourced from eslint-plugin-unicorn's releases.
... (truncated)
Commits
950194b71.0.05eb6d87no-unnecessary-array-flat-map: Ignore conditional flatMap fixes in TypeScri...87d1de4Update dependencies (#3498)1af1d1aisolated-functions: Respect configured globals in isolated functions (#3495)fdb3d89prefer-boolean-return: Ignore repeated boolean guard clauses (#3494)3f4c31eprefer-uint8array-base64: Remove from presets (#3493)58670ffprefer-top-level-await: Ignore Svelte files (#3489)fab07e2consistent-boolean-name: Skip React hooks by default (#3487)0de22c5consistent-boolean-name: Ignore destructured variables (#3485)69a73beRefactor some utilities (#3484)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
eslint-plugin-unicornfrom64.0.0to71.0.0to pick up new rules and fixes. This may change lint output and surface new warnings.no-async-promise-finally,prefer-array-flat-map).prefer-uint8array-base64, enable it explicitly in your ESLint config (it was removed from presets).consistent-boolean-namenow ignores destructured variables and skips React hooks by default; adjust naming rules if needed.Written for commit c7381f2. Summary will update on new commits.