Skip to content

chore(deps-dev): bump eslint-plugin-unicorn from 64.0.0 to 65.0.0 - #149

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-unicorn-65.0.0
Closed

chore(deps-dev): bump eslint-plugin-unicorn from 64.0.0 to 65.0.0#149
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-unicorn-65.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-unicorn from 64.0.0 to 65.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v65.0.0

Breaking

  • Drop better-regex rule (#2968) 89dc5dc0
    • It's too broken and it's not feasible to fix it.
  • Rename ignore* boolean options to check* for consistency (#3045) 8acfea1d
  • Rename prefer-dom-node-dataset rule to dom-node-dataset 3f51bc64
  • expiring-todo-comments: Make checkDates option true by default (#3044) 5e31bba7
  • prefer-global-this: Remove exemption for WebWorker-specific APIs (#2926) add2138b

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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

Copy link
Copy Markdown

Security Scan Results

Scan completed at 2026-06-15T07:52:56.861Z

Dependencies

  • 5 High severity issues

Docker Image

  • 18 High severity issues

Configuration

No critical issues found

Secrets

No critical issues found

Action Required

  • Review the security scan results in the Security tab
  • Fix critical vulnerabilities before merging
  • Remove any exposed secrets immediately

@jfilter

jfilter commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Superseded: eslint-plugin-unicorn — applied in 76f8b9f (65.0.x; 66+ needs ESLint 10, see #161). Re-derived directly on current main in a local dependency sweep and verified with full lint, typecheck and the 4709-test suite, rather than merging the branch (which was based on an older main).

@jfilter jfilter closed this Jul 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/eslint-plugin-unicorn-65.0.0 branch July 19, 2026 19:24
jfilter added a commit that referenced this pull request Jul 19, 2026
unicorn 65 is the last release that still supports ESLint 9 (peer >=9.38.0);
66+ require eslint >=10.4 and are blocked with the rest of the ESLint 10
migration (#161).

65 renamed the prefer-export-from option ignoreUsedVariables to
checkUsedVariables and inverted its polarity, so the value flips as well:
checkUsedVariables:false is what ignoreUsedVariables:true meant. Confirmed
against the rule implementation rather than the option name, since taking
the rename at face value would have silently reversed the check.

Closes the last two open dependabot PRs (#149, #158).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant