Skip to content

Chore(deps-dev): Bump eslint-plugin-unicorn from 72.0.0 to 73.0.0 in /extension - #410

Merged
twschiller merged 2 commits into
mainfrom
dependabot/bun/extension/eslint-plugin-unicorn-73.0.0
Sep 2, 2026
Merged

Chore(deps-dev): Bump eslint-plugin-unicorn from 72.0.0 to 73.0.0 in /extension#410
twschiller merged 2 commits into
mainfrom
dependabot/bun/extension/eslint-plugin-unicorn-73.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-unicorn from 72.0.0 to 73.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v73.0.0

New rules

Improvements

  • Improve performance (#3560) 7b7c7906
  • Harden rules (#3585) 9c2b0bb1
  • consistent-boolean-name: Add wrappers option (#3572) 78c5abf2
  • consistent-boolean-name: Add granular check options (#3591) a33b1c1e
  • consistent-function-style: Add defaultExport option (#3600) e78a7c96
  • prefer-https: Add ignore option (#3557) 7f7ec066
  • comment-content: Handle Unicode word boundaries (#3597) dd52b4a4
  • import-style: Ignore type-only imports (#3599) f2a62e37
  • name-replacements: Handle TypeScript parameter properties (#3575) fa0df7bd
  • no-negated-comparison: Never check relational operators (#3589) 6120423a
  • no-this-outside-of-class: Allow explicit TypeScript this parameters (#3596) 6a709b75
  • no-unnecessary-string-trim: Handle Zod string schemas (#3577) 1c06db0c
  • prefer-else-if: Handle existing else if chains (#3587) 46eaaf00
  • prefer-simple-condition-first: Treat == null checks as simple (#3559) d1be07ea
  • prefer-set-has: Fix false positives for computed members (#3562) 28176822
  • consistent-export-decorator-position: Fix decorator position reporting (#3583) 0a19cb4d
  • no-array-for-each: Fix deprecation docs (#3568) 0096a181
  • Fix process.exit control-flow analysis (#3590) 342a5edf

sindresorhus/eslint-plugin-unicorn@v72.0.0...v73.0.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 22, 2026
@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
agent-browser-shield-demo-site Ready Ready Preview Sep 2, 2026 10:51am UTC

Request Review

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 72.0.0 to 73.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v72.0.0...v73.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-version: 73.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/bun/extension/eslint-plugin-unicorn-73.0.0 branch from 89dc6ab to fe75a44 Compare September 2, 2026 10:36
eslint-plugin-unicorn 73 promotes single-line-block-comment-style to
recommended. Convert the five single-line JSDoc property docs to the
multiline ` * ` style already used by the rest of this file and repo,
so the rule lands at `error` with no suppression.

The rule's autofix produces non-JSDoc output (no ` * ` gutter,
misaligned close), so these were reflowed by hand.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@twschiller

Copy link
Copy Markdown
Contributor

Added a manual fix commit on top of the bump: unicorn 73 promotes single-line-block-comment-style to recommended, which flagged 5 single-line JSDoc property docs in src/lib/page-world-hook.ts. Reflowed them by hand to the multiline * style already used elsewhere in that file and across the repo — the rule now passes at error with no suppression needed.

Note: the rule's autofix produces broken output (no * gutter, misaligned close), so these were done by hand, not via eslint --fix.

bun run check, typecheck, and test (2059 tests) all green locally.

@twschiller
twschiller merged commit 70f8ccf into main Sep 2, 2026
7 checks passed
@twschiller
twschiller deleted the dependabot/bun/extension/eslint-plugin-unicorn-73.0.0 branch September 2, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant