Skip to content

chore(deps)(deps-dev): bump the lint group in /apps/ui with 3 updates#211

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

chore(deps)(deps-dev): bump the lint group in /apps/ui with 3 updates#211
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/lint-36ad7eba44

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 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 in /apps/ui with 3 updates: eslint, eslint-plugin-react-refresh and eslint-plugin-unicorn.

Updates eslint from 10.4.1 to 10.5.0

Release notes

Sourced from eslint's releases.

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)

Chores

  • b18bf58 chore: update ecosystem plugins (#20959) (ESLint Bot)
  • c2d1444 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)
  • 243b8c5 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)
  • 217b2a9 test: add unit tests for ParserService (#20949) (Taejin Kim)
  • 72003e7 test: add location information to error messages in max-statements (#20945) (lumir)
  • 7797c26 refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)
  • 67c46fa chore: update ecosystem plugins (#20938) (ESLint Bot)
  • 95d8c7a chore: update dependency @​eslint/json to v2 (#20934) (renovate[bot])
  • cf9e496 chore: update @​arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)
  • fb6d396 test: run type tests with TypeScript 7 (#20868) (sethamus)
Commits

Updates eslint-plugin-react-refresh from 0.5.2 to 0.5.3

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.5.3

  • Fix check for non component class exported via export { } #110 (fixes #109)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.5.3

  • Fix check for non component class exported via export { } #110 (fixes #109)
Commits
  • 00818e9 v0.5.3 [publish]
  • 202fc4a Fix PascalCase class exported via export { Name } incorrectly treated as Re...
  • See full diff in compare view

Updates eslint-plugin-unicorn from 65.0.1 to 66.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v66.0.0

Breaking

New rules

... (truncated)

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

Bumps the lint group in /apps/ui with 3 updates: [eslint](https://github.com/eslint/eslint), [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn).


Updates `eslint` from 10.4.1 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.5.0)

Updates `eslint-plugin-react-refresh` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.2...v0.5.3)

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

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
- dependency-name: eslint-plugin-unicorn
  dependency-version: 66.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 22, 2026
@dependabot dependabot Bot requested a review from agjs as a code owner June 22, 2026 07:13
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
agjs added a commit that referenced this pull request Jun 24, 2026
)

Consolidates the open Dependabot batch (#198#218) into a single change.
Lockfiles regenerated with bun@1.3.14 (respecting the 7-day install
quarantine); api/ui static gates (typecheck, lint, lint-meta, knip) and the
docs build:ci gate pass locally. Test suites run on CI.

apps/api:
- @opentelemetry/exporter-trace-otlp-http 0.218.0 -> 0.219.0 (#210)
- @sentry/bun 10.56.0 -> 10.57.0 (#209)
- bullmq 5.78.0 -> 5.78.1 (#203) — ioredis stays overridden at 5.11.1
- stripe 22.2.0 -> 22.2.1 (#204)
- eslint 10.4.1 -> 10.5.0, eslint-plugin-unicorn 65.0.1 -> 66.0.0 (#207)
- @types/nodemailer 8.0.0 -> 8.0.1 (#206)
- @boring-stack-pkg/eslint-plugin-stripe-webhooks 0.1.1 -> 0.1.2 (#212)
- knip 6.14.2 -> 6.16.1 (#213)

apps/ui:
- @hookform/resolvers 5.2.2 -> 5.4.0 (#218)
- react-hook-form 7.78.0 -> 7.79.0 (#217)
- i18next 26.2.0 -> 26.3.1 (#216)
- @sentry/react 10.56.0 -> 10.57.0 (#214)
- lucide-react 1.17.0 -> 1.18.0 (#208), @tailwindcss/vite + tailwindcss
  4.3.0 -> 4.3.1 (#208)
- storybook group 10.4.2 -> 10.4.4 (#205)
- eslint 10.4.1 -> 10.5.0, eslint-plugin-react-refresh 0.5.2 -> 0.5.3,
  eslint-plugin-unicorn 65.0.1 -> 66.0.0 (#211)
- knip 6.14.2 -> 6.16.1 (#215)

apps/docs:
- @astrojs/starlight 0.39.3 -> 0.40.0 (#199)
- @tailwindcss/vite + tailwindcss 4.3.0 -> 4.3.1 (#198)
- sharp 0.34.5 -> 0.35.1 (#200)
- wrangler 4.98.0 -> 4.100.0 (#201)

ci:
- actions/checkout 6.0.3 -> 7.0.0 across all workflows (#202)

eslint-plugin-unicorn 66 (major) tightened two rules; three pre-existing
api spots conform to them now (memory.ts no-unused-properties, two
prefer-ternary). No behavior change.
@agjs

agjs commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Rolled into the aggregated batch #219 (merged). Closing as superseded.

@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-36ad7eba44 branch June 24, 2026 08:02
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