Skip to content

chore(deps)(deps-dev): bump the lint group across 1 directory with 2 updates#222

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/lint-c7705fdae1
Closed

chore(deps)(deps-dev): bump the lint group across 1 directory with 2 updates#222
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/lint-c7705fdae1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the lint group with 2 updates in the /apps/ui directory: eslint-plugin-unicorn and typescript-eslint.

Updates eslint-plugin-unicorn from 66.0.0 to 67.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v67.0.0

New rules

Improvements

  • no-unreadable-new-expression: Remove from recommended preset (#3285) c9f452e8
  • comment-content: Remove from recommended preset (#3269) 21cce8b7
  • comment-content: Add checkUniformCase option (#3269) 21cce8b7
  • consistent-class-member-order: Group static methods with other static members (#3239) 8f4de024
  • consistent-class-member-order: Improve error message (#3264) 47f9f21e
  • dom-node-dataset: Flag .dataset assigned to a variable with preferAttributes (#3268) 79198cc5
  • no-array-reduce: Suggest Math.sumPrecise() for sum reduces (#3261) 081936dc
  • no-return-array-push: Disallow using push() and unshift() return values (#3244) d9ea7abf
  • no-unreadable-array-destructuring: Disallow property targets (#3245) 8b503594
  • no-unreadable-object-destructuring: Disallow property targets (#3245) 8b503594
  • no-useless-fallback-in-spread: Add checkTernary option (#3284) b2496fca
  • prefer-logical-operator-over-ternary: Improve nullish ternary detection (#3240) 4014a1ec
  • prefer-minimal-ternary: Add checkComputedMemberAccess option (#3241) cf4c014f
  • prefer-scoped-selector: Only apply to combined selectors (#3263) d715bad9
  • prefer-scoped-selector: Report partially-scoped selector lists (#3259) cf88cddb
  • prefer-type-literal-last: Keep null and undefined last (#3281) f6a9dce6
  • no-array-callback-reference: Harden the rule (#3230) dcc0cf87
  • no-declarations-before-early-exit: Harden side-effect detection (#3238) 1bad677e
  • no-declarations-before-early-exit: Ignore React hook calls (#3280) de47dcec
  • comment-content: Skip non-prose comments (#3236) 9c85b1f5
  • no-empty-file: Don't report non-empty files parsed by a plain-text parser (#3270) 3b8b9a42
  • no-unsafe-property-key: Don't flag unique symbol keys (#3278) 3fa567e7
  • no-unsafe-property-key: Ignore template literal types (#3247) b8d96020

sindresorhus/eslint-plugin-unicorn@v66.0.0...v67.0.0

Commits
  • 9071c96 67.0.0
  • c9f452e no-unreadable-new-expression: Remove from recommended preset (#3285)
  • b2496fc no-useless-fallback-in-spread: Add checkTernary option (#3284)
  • 3c76922 Add no-useless-coercion rule (#3283)
  • f6a9dce prefer-type-literal-last: Keep null and undefined last (#3281)
  • 337a5a5 no-return-array-push: Improve docs
  • de47dce no-declarations-before-early-exit: Ignore React hook calls (#3280)
  • a2fd9d1 prefer-minimal-ternary: Add more tests (#3279)
  • 3fa567e no-unsafe-property-key: Don't flag unique symbol keys (#3278)
  • 5fd7d25 Add no-useless-continue rule (#3276)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.61.0 to 8.61.1

Release notes

Sourced from typescript-eslint's releases.

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.61.1 (2026-06-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the lint group with 2 updates in the /apps/ui directory: [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint-plugin-unicorn` from 66.0.0 to 67.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v66.0.0...v67.0.0)

Updates `typescript-eslint` from 8.61.0 to 8.61.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-version: 67.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lint
- dependency-name: typescript-eslint
  dependency-version: 8.61.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 24, 2026
@dependabot dependabot Bot requested a review from agjs as a code owner June 24, 2026 08:07
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 24, 2026
agjs added a commit that referenced this pull request Jun 24, 2026
…de (#223)

Dependabot split the lint-group bump into per-app PRs (#220 api, #222 ui),
but the shared-tool-version-parity lint-meta rule requires eslint-plugin-unicorn
and typescript-eslint to be pinned to one version across every app that
declares them. An api-only or ui-only bump can never pass CI — they must move
together. This moves both, and folds in the ui tailwind-shadcn group (#221).

apps/api + apps/ui:
- eslint-plugin-unicorn 66.0.0 -> 67.0.0 (#220, #222) — major; the new
  recommended rules flag nothing in either codebase (lint green).
- typescript-eslint 8.61.0 -> 8.61.1 (#220, #222) — patch (version-bump only,
  no code changes); @typescript-eslint/utils override raised to 8.61.1 to match.

apps/ui:
- lucide-react 1.18.0 -> 1.20.0, radix-ui 1.5.0 -> 1.6.0 (#221)

Lockfiles regenerated with bun@1.3.14. api + ui static gates (typecheck, lint,
lint:meta — parity now clean, knip) pass locally; test suites run on CI.
@agjs agjs closed this Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/bun/apps/ui/lint-c7705fdae1 branch June 24, 2026 08:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant