Skip to content

chore(deps): bump eslint-plugin-unicorn from 64.0.0 to 68.0.0#220

Merged
HemSoft merged 3 commits into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-unicorn-68.0.0
Jun 22, 2026
Merged

chore(deps): bump eslint-plugin-unicorn from 64.0.0 to 68.0.0#220
HemSoft merged 3 commits into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-unicorn-68.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-unicorn from 64.0.0 to 68.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v68.0.0

Breaking

Awesome

Now 300+ rules 🎉

New rules

Improvements

... (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 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)

Note

Bump eslint-plugin-unicorn from 64.0.0 to 68.0.0

Updates eslint-plugin-unicorn to ^68.0.0 in package.json. The rule unicorn/prevent-abbreviations was renamed to unicorn/name-replacements in a newer version, so eslint.config.js is updated to disable the new rule name.

Macroscope summarized 8274580.

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 64.0.0 to 68.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v64.0.0...v68.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label Jun 22, 2026
@dependabot
dependabot Bot requested a review from HemSoft as a code owner June 22, 2026 00:54
@dependabot dependabot Bot added the dependencies Dependency updates label Jun 22, 2026
@macroscopeapp

macroscopeapp Bot commented Jun 22, 2026

Copy link
Copy Markdown

Approvability

Verdict: Approved

Dev dependency update for eslint-plugin-unicorn with a mechanical rule rename required by the new version. No runtime impact - only affects development-time linting.

You can customize Macroscope's approvability policy. Learn more.

@HemSoft

HemSoft commented Jun 22, 2026

Copy link
Copy Markdown
Owner

@coderabbitai review

@HemSoft

HemSoft commented Jun 22, 2026

Copy link
Copy Markdown
Owner

@macroscope-app review

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@macroscopeapp

macroscopeapp Bot commented Jun 22, 2026

Copy link
Copy Markdown

Manual reviews triggered for commit 8274580:

All prior checks · these links stay valid even if you push more commits.

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

eslint-plugin-unicorn devDependency in package.json is bumped from ^64.0.0 to ^68.0.0.

Changes

eslint-plugin-unicorn Dependency Bump

Layer / File(s) Summary
eslint-plugin-unicorn version update
package.json
eslint-plugin-unicorn devDependency constraint updated from ^64.0.0 to ^68.0.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: a dependency bump of eslint-plugin-unicorn from 64.0.0 to 68.0.0, which is reflected in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The PR description clearly details the eslint-plugin-unicorn version bump from 64.0.0 to 68.0.0, lists the breaking change (rule rename), and provides comprehensive release notes and commit history.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/eslint-plugin-unicorn-68.0.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@macroscopeapp

macroscopeapp Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review triggered. The Correctness Check is running now. Previously completed: Macroscope - Approvability Check. Results will be posted when complete.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@package.json`:
- Line 127: The eslint-plugin-unicorn package was upgraded to v68, which
introduced a breaking change where the rule `unicorn/prevent-abbreviations` was
renamed to `unicorn/name-replacements`. Find the eslint.config.js file and
locate any references to the old rule name `unicorn/prevent-abbreviations`, then
update all occurrences to the new rule name `unicorn/name-replacements` to
prevent ESLint from failing with an unknown rule error.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 72606f12-6f64-48be-838e-a8b7a87963ad

📥 Commits

Reviewing files that changed from the base of the PR and between 5036b0b and 32c1fdf.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock, !bun.lock
📒 Files selected for processing (1)
  • package.json

Comment thread package.json
@HemSoft

HemSoft commented Jun 22, 2026

Copy link
Copy Markdown
Owner

@coderabbitai review

@HemSoft

HemSoft commented Jun 22, 2026

Copy link
Copy Markdown
Owner

@macroscope-app review

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@macroscopeapp

macroscopeapp Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review triggered. The Approvability Check and Correctness Check are running now. Results will be posted when complete.

@HemSoft HemSoft left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Owner approval after addressing and resolving the CodeRabbit rule-rename comment. Validated on the updated branch with bun install --frozen-lockfile, bun run lint, bun run typecheck, bun run knip, bun run test:electron, bun run test -- --reporter=dot, bun run e18e, and hook-backed coverage/typecheck during commit. CodeRabbit and Macroscope both approved the updated commit, all review threads are resolved, and GitHub checks are green.

@HemSoft
HemSoft merged commit 023c4a3 into main Jun 22, 2026
16 checks passed
@HemSoft
HemSoft deleted the dependabot/npm_and_yarn/eslint-plugin-unicorn-68.0.0 branch June 22, 2026 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant