Skip to content

build(deps-dev): bump eslint-plugin-unicorn from 49.0.0 to 62.0.0#437

Merged
Jamie-BitFlight merged 12 commits intomainfrom
dependabot/npm_and_yarn/eslint-plugin-unicorn-62.0.0
Jan 11, 2026
Merged

build(deps-dev): bump eslint-plugin-unicorn from 49.0.0 to 62.0.0#437
Jamie-BitFlight merged 12 commits intomainfrom
dependabot/npm_and_yarn/eslint-plugin-unicorn-62.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps eslint-plugin-unicorn from 49.0.0 to 62.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v62.0.0

New rules

Improvements

  • text-encoding-identifier-case: Add withDash option (#2780) 90253860
  • no-useless-undefined: Check one undefined at a time (#2792) 27f75099
  • prefer-single-call: Check optional chaining (#2788) 8a132ace
  • text-encoding-identifier-case: Enforce 'utf-8' in form[acceptCharset] and TextDecoder (#2785) 46b39741
  • prefer-node-protocol: Handle TypeScript import types (#2774) 13a37a0d
  • no-array-for-each: Ignore forEach for Effect library (#2783) 2ef6f831
  • prefer-string-raw: Ignore more places that requires a string (#2776) 43bc4299
  • prefer-string-raw: Add support for template literals (#2691) 52723a24
  • prefer-global-this: Add navigation to windowSpecificAPIs (#2770) 0c939985
  • prefer-code-point: Report cases where String.fromCharCode is not called directly (#2766) 1d682a18
  • no-useless-spread: Safely remove empty array and object (#2764) 7aeabab3

Fixes

  • consistent-function-scoping: Fix inconsistent behavior (#2748) a5464440

sindresorhus/eslint-plugin-unicorn@v61.0.2...v62.0.0

v61.0.2

  • throw-new-error: Fix false positive for Effect library (#2740) 0ddf5ead
  • no-useless-undefined: Ignore Set#delete(undefined) (#2739) 99acd272
  • prefer-includes and prefer-array-index-of: Prevent crash on Vue files (#2645) a1da5182

sindresorhus/eslint-plugin-unicorn@v61.0.1...v61.0.2

v61.0.1

  • prefer-classlist-toggle: Omit Element#classList.contains() call when fixing (#2732) 066f96b9

sindresorhus/eslint-plugin-unicorn@v61.0.0...v61.0.1

v61.0.0

New rules

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from Jamie-BitFlight as a code owner January 5, 2026 13:02
@dependabot dependabot bot added dependencies Update one or more dependencies version major Increment the major version when merged npm labels Jan 5, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Assignees

The following users could not be added as assignees: jamie-bitflight. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai
Copy link

coderabbitai bot commented Jan 5, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@Jamie-BitFlight
Copy link
Contributor

@dependabot rebase

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 49.0.0 to 62.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v49.0.0...v62.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-version: 62.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-unicorn-62.0.0 branch from f7dfdfa to 5f6276e Compare January 8, 2026 02:27
Copilot AI and others added 7 commits January 8, 2026 02:47
- Upgrade eslint-plugin-unicorn from 49.0.0 to 62.0.0
- Upgrade ESLint from 8.57.1 to 9.39.2
- Migrate from .eslintrc.cjs to eslint.config.mjs (flat config)
- Update all compatible dependencies to latest versions
- Disable eslint-plugin-sonarjs temporarily (not compatible with ESLint 9 flat config)
- Disable new unicorn rules that are style-related
- Remove .eslintignore (migrated to flat config ignores)
- Update all @actions, @babel, @typescript-eslint packages
- Update prettier, semantic-release, and other dev dependencies
- All tests pass (114/114)
- Build successful
- ESLint passes with no errors

Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
- Add `legacy-peer-deps=true` to .npmrc to fix CI failures
- Required because eslint-config-airbnb-base@15.0.0 doesn't support ESLint 9
- Enables npm install to succeed without --legacy-peer-deps flag
- All tests pass (114/114)
- Build successful
- ESLint passes
- Documentation generation successful

Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Jan 11, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 49.81% 402 / 807
🔵 Statements 50.48% 414 / 820
🔵 Functions 65.74% 71 / 108
🔵 Branches 49.38% 200 / 405
File CoverageNo changed files found.
Generated in workflow #345 for commit c73775a by the Vitest Coverage Report Action

@Jamie-BitFlight
Copy link
Contributor

@copilot Is legacy peer deps still needed? Now that the out of date modules are removed?

If so? Please see what can be done to remove unmaintained old things that require it

Copy link
Contributor

Copilot AI commented Jan 11, 2026

@Jamie-BitFlight I've opened a new pull request, #442, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits January 11, 2026 01:10
…ackages

Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
@Jamie-BitFlight Jamie-BitFlight merged commit d73657d into main Jan 11, 2026
10 checks passed
@Jamie-BitFlight Jamie-BitFlight deleted the dependabot/npm_and_yarn/eslint-plugin-unicorn-62.0.0 branch January 11, 2026 01:39
@Jamie-BitFlight
Copy link
Contributor

🎉 This PR is included in version 1.8.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Jamie-BitFlight Jamie-BitFlight added the released This issue/pull request has been released. label Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update one or more dependencies version major Increment the major version when merged npm released This issue/pull request has been released.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants