generated from nhcarrigan/template
deps: update eslint-plugin-unicorn to 62.0.0 #15
Open
minori
wants to merge 1 commits from
dependencies/update-eslint-plugin-unicorn into main
pull from: dependencies/update-eslint-plugin-unicorn
merge into: nhcarrigan:main
nhcarrigan:main
nhcarrigan:dependencies/update--eslint-compat
nhcarrigan:dependencies/update--types-node
nhcarrigan:dependencies/update--vitest-eslint-plugin
nhcarrigan:dependencies/update--typescript-eslint-parser
nhcarrigan:dependencies/update--typescript-eslint-eslint-plugin
nhcarrigan:dependencies/update--stylistic-eslint-plugin
nhcarrigan:dependencies/update-eslint-plugin-jsdoc
nhcarrigan:dependencies/update--eslint-js
nhcarrigan:dependencies/update-globals
nhcarrigan:dependencies/update-eslint-plugin-playwright
nhcarrigan:dependencies/update-vitest
nhcarrigan:dependencies/update-typescript
nhcarrigan:dependencies/update-eslint-plugin-react
nhcarrigan:dependencies/update-eslint-plugin-import
nhcarrigan:dependencies/update--eslint-eslintrc
nhcarrigan:dependencies/update--eslint-community-eslint-plugin-eslint-comments
No Reviewers
Labels
Clear labels
aspect
code
Concerns the software code in the repository
aspect
dx
Concerns developers' experience with the codebase
aspect
interface
Concerns end-users' experience with the software
aspect
text
Concerns the documentation material in the repository
contribute
good first issue
A great opportunity for a team member to learn a new codebase
contribute
help wanted
Open for anyone on our team to grab.
contribute
staff only
Restricted to our executive leadership.
goal
addition
Addition of new feature
goal
fix
Bug fix
goal
improvement
Improvement to an existing feature
points
1
Very simple issue requiring minimal effort and complexity.
points
13
Extremely complex issue representing major undertakings. Should be broken down into smaller pieces.
points
2
Simple issue that requires a bit more thought or investigation.
points
3
Moderate complexity issue requiring more substantial work.
points
5
Complex issue requiring significant effort and expertise.
points
8
Very complex issue requiring extensive work and deep expertise.
priority
critical
1
Must be fixed ASAP
priority
high
2
Stalls work on the project or its dependents
priority
low
4
Low priority and doesn't need to be rushed
priority
medium
3
Not blocking but should be fixed soon
priority
none
5
No priority, should only be performed when a developer is available
status
awaiting triage
Has not been triaged & therefore, not ready for work
status
blocked
Blocked and therefore not ready for work
status
discarded
Will not be worked on
status
discontinued
Not suitable for work as repo is in maintenance
status
label work required
Needs proper labelling before it can be worked on
status
ready for dev
Ready for work
status
ticket work required
Needs more details before it can be worked on
talk
discussion
Open for discussions and feedback
talk
question
Can be resolved with an answer
time
1 day
Approximately one full day of development work.
time
1-2 weeks
One to two weeks of focused development effort.
time
2-3 days
Two to three days of development effort.
time
4-5 days
Approximately one week of development work.
time
<1 day
Less than one day of focused work. Quick fixes or simple tasks.
time
>2 weeks
More than two weeks of development work. Must be broken down into smaller pieces.
No Label
Milestone
No items
No Milestone
Assignees
gurkirat
hanna (Hanna Rose)
hikari (Hikari)
minori (Minori)
naomi (Naomi Carrigan)
rain
teklu
tim
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nhcarrigan/eslint-config#15
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "dependencies/update-eslint-plugin-unicorn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dependency Update
Updates eslint-plugin-unicorn from
56.0.1to62.0.0.Type
dependencies
Changelog
Changelog
v62.0.0
New rules
no-immediate-mutation(#2787) e1c7d2edno-useless-collection-argument(#2777) 2d07c9a9prefer-response-static-json(#2778) ffe5943bImprovements
text-encoding-identifier-case: AddwithDashoption (#2780) 90253860no-useless-undefined: Check oneundefinedat a time (#2792) 27f75099prefer-single-call: Check optional chaining (#2788) 8a132acetext-encoding-identifier-case: Enforce'utf-8'inform[acceptCharset]andTextDecoder(#2785) 46b39741prefer-node-protocol: Handle TypeScript import types (#2774) 13a37a0dno-array-for-each: IgnoreforEachfor Effect library (#2783) 2ef6f831prefer-string-raw: Ignore more places that requires a string (#2776) 43bc4299prefer-string-raw: Add support for template literals (#2691) 52723a24prefer-global-this: AddnavigationtowindowSpecificAPIs(#2770) 0c939985prefer-code-point: Report cases whereString.fromCharCodeis not called directly (#2766) 1d682a18no-useless-spread: Safely remove empty array and object (#2764) 7aeabab3Fixes
consistent-function-scoping: Fix inconsistent behavior (#2748) a5464440https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.2...v62.0.0
v61.0.2
throw-new-error: Fix false positive for Effect library (#2740) 0ddf5eadno-useless-undefined: IgnoreSet#delete(undefined)(#2739) 99acd272prefer-includesandprefer-array-index-of: Prevent crash on Vue files (#2645) a1da5182https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.1...v61.0.2
v61.0.1
prefer-classlist-toggle: OmitElement#classList.contains()call when fixing (#2732) 066f96b9https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.0...v61.0.1
v61.0.0
New rules
prefer-bigint-literals(#2722) 1f4cb8a2prefer-classlist-toggle(#2731) 5f27ec2arequire-module-attributes(#2725) 5f275e25no-array-sort(#2713) b70d1e8eImprovements
unopinionatedconfig (#2715) c13d09b8no-array-reduce: Report optional chaining and calling of.reduce()(#2721) caa1f8b8prefer-type-error: Ignore error type check (#2729) d12fc01cFixes
prefer-includes: Fix compatibility with Vue SFC (#2704) 540a4d4bhttps://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.0
v60.0.0
Breaking
New rules
prefer-class-fields(#2512) 4c82dc12no-array-reverse(#2677) b051302frequire-module-specifiers(#2686) 2a8e152eno-useless-error-capture-stack-trace(#2676) fc900b61Improvements
prefer-string-replace-all: Preserve escape (#2667) 2310b507SuppressedError(#2669) f51aeb9aFixes
no-array-callback-reference: Fix optional chaining expressions being ignored (#2694) ad27922eno-unnecessary-await: Fix handling of experimental pipeline operator (#2658) 2b8ebe57https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.1...v60.0.0
v59.0.1
prefer-single-call: Fix crash onCallExpressionfollowed byFunctionDeclaration(#2639) 3114dd9https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.0...v59.0.1
v59.0.0
Breaking
no-array-push-pushrule toprefer-single-call(#2617) e117783no-length-as-slice-endrule tono-unnecessary-slice-end(#2614) 1922df1New rules
prefer-import-meta-properties(#2607) 1f6e172no-unnecessary-array-flat-depth(#2618) c63e698no-unnecessary-array-splice-count(#2614) 1922df1Improvements
Float16Array(#2622) 9e50568prefer-node-protocol: Supportprocess.getBuiltinModule()(#2611) 056364dno-unnecessary-slice-end: Support checkingInfinity(#2614) 1922df1https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v58.0.0...v59.0.0
v58.0.0
Potentially breaking
engines.nodein package.json to match real compatibility (#2581) e48a620Improvements
escape-case: Add case option (#2559) 0f6048cnumber-literal-case: AddhexadecimalValueoption (#2559) 0f6048cprevent-abbreviations: PreserveiOS(#2560) e8798daFixes
no-unnecessary-polyfills: Fix browserslist field name (#2603) 1a4c76fno-unnecessary-polyfills: Fix crash on checkinges6-errormodule (#2582) 66de41ano-accessor-recursion: Fix exception when used in CommonJS (#2574) ca1e432https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v57.0.0...v58.0.0
v57.0.0
Breaking
New rules
consistent-date-clone(#2544) 8cebcf4no-named-default(#2538) ed8da1bconsistent-assert(#2535) f3fc973no-instanceof-builtins8197574 41548c4no-accessor-recursion(#2525) 92b5671Improvements
no-instanceof-array(#2534) c9c056cno-instanceof-builtinswhich covers more cases.prefer-includes: Support Vue template (#2526) 4e539b4prevent-abbreviations: Addutilandutilsto abbreviations (#2507) 5ba9f0aprefer-math-min-max: Ignore BigInt (#2467) 8b7c5fcprefer-global-this: Also excludeouterWidthandouterHeight(#2549) 8f00f76prefer-at: Remove unsafe autofix for.slicewith 1 argument (#2476) 2985eccprefer-math-min-max: Reduce false positives in TypeScript (#2527) 1cbc561prefer-string-raw: IgnoreImportAttribute(#2551) d963ccdFixes
new-for-builtins: Correct fix forDate()(#2543) e5e17f8prefer-global-this: Fix auto-fix fortypeof window(#2501) b95dc12https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v56.0.1...v57.0.0
✨ This PR was created by Minori, your friendly dependency updater! 🌸
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.