chore(deps-dev): bump eslint-plugin-unicorn from 63.0.0 to 71.1.0#162
chore(deps-dev): bump eslint-plugin-unicorn from 63.0.0 to 71.1.0#162dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 63.0.0 to 71.1.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v63.0.0...v71.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 71.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Overall package sizeSelf size: 30.07 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c471a2b93b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "eslint-plugin-import-x": "^4.17.1", | ||
| "eslint-plugin-n": "^17.24.0", | ||
| "eslint-plugin-unicorn": "^63.0.0", | ||
| "eslint-plugin-unicorn": "^71.1.0", |
There was a problem hiding this comment.
Disable the renamed abbreviation rule
When yarn lint runs with this version, eslintPluginUnicorn.configs.recommended now enables the renamed unicorn/name-replacements rule; our config still only disables the old unicorn/prevent-abbreviations name in eslint.config.js. As a result, existing identifiers such as req/res in the HTTP test callbacks match the new default replacements and lint will fail even though the abbreviation rule was intentionally turned off. Please disable or configure unicorn/name-replacements as part of this bump.
Useful? React with 👍 / 👎.
Bumps eslint-plugin-unicorn from 63.0.0 to 71.1.0.
Release notes
Sourced from eslint-plugin-unicorn's releases.
... (truncated)
Commits
5373b9c71.1.0dafc7c9consistent-boolean-name: Allow async boolean predicates (#3502)064d890consistent-boolean-name: Allow boolean-like React refs withRefsuffix (#...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)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)