Skip to content

Bump the eslint group across 1 directory with 8 updates#69348

Merged
potiuk merged 2 commits into
mainfrom
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/eslint-b5c53a9907
Jul 6, 2026
Merged

Bump the eslint group across 1 directory with 8 updates#69348
potiuk merged 2 commits into
mainfrom
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/eslint-b5c53a9907

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the eslint group with 8 updates in the /airflow-core/src/airflow/ui directory:

Package From To
@eslint/compat 2.0.5 2.1.0
eslint 10.3.0 10.6.0
eslint-plugin-i18next 6.1.4 6.1.5
eslint-plugin-jsonc 3.1.2 3.2.0
eslint-plugin-perfectionist 5.9.0 5.9.1
eslint-plugin-prettier 5.5.5 5.5.6
eslint-plugin-react-refresh 0.5.2 0.5.3
eslint-plugin-unicorn 64.0.0 70.0.0

Updates @eslint/compat from 2.0.5 to 2.1.0

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.1.0

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

migrate-config: v2.1.0

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/config-helpers bumped from ^0.5.5 to ^0.6.0

migrate-config: v2.0.7

2.0.7 (2026-05-01)

Bug Fixes

migrate-config: v2.0.6

2.0.6 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.4 to ^2.0.5
    • devDependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Changelog

Sourced from @​eslint/compat's changelog.

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)
Commits

Updates eslint from 10.3.0 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)

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

... (truncated)

Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

Updates eslint-plugin-i18next from 6.1.4 to 6.1.5

Changelog

Sourced from eslint-plugin-i18next's changelog.

6.1.5 (2026-06-28)

Bug Fixes

  • detect strings ending with ellipsis (a3d5198)
Commits
  • afe9e87 chore(release): 6.1.5
  • 7a6794f Merge pull request #160 from mrginglymus/rm-lodash
  • 27a7996 chore(deps): swap lodash for native object spread
  • 5ff15a8 Merge pull request #159 from edvardchen/fix-ellipsis-detection-138
  • a3d5198 fix: detect strings ending with ellipsis
  • See full diff in compare view

Updates eslint-plugin-jsonc from 3.1.2 to 3.2.0

Release notes

Sourced from eslint-plugin-jsonc's releases.

v3.2.0

Minor Changes

Changelog

Sourced from eslint-plugin-jsonc's changelog.

3.2.0

Minor Changes

Commits
  • 5506524 chore: release eslint-plugin-jsonc (#517)
  • f09fa21 feat: add namespace to plugin meta (#516)
  • 99c61eb chore(deps): update actions/upload-pages-artifact action to v5 (#509)
  • 415e634 chore(deps): update actions/github-script action to v9 (#508)
  • 6a7e65e fix(deps): update dependency @​eslint/plugin-kit to ^0.7.0 (#507)
  • 6ca4819 chore(deps): update dependency esbuild to ^0.28.0 (#506)
  • 7f12975 chore(deps): update actions/configure-pages action to v6 (#505)
  • 08d41a0 chore(deps): update actions/deploy-pages action to v5 (#504)
  • 25a1ccf chore(deps): update dependency vite-plugin-eslint4b to ^0.8.0 (#502)
  • d140aad chore(deps): update github artifact actions (major) (#495)
  • Additional commits viewable in compare view

Updates eslint-plugin-perfectionist from 5.9.0 to 5.9.1

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v5.9.1

   🐞 Bug Fixes

  • sort-modules: Prevent usage-sort autofix loop with order desc  -  by @​azat-io (b649b)
    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v5.9.1

compare changes

🐞 Bug Fixes

  • sort-modules: Prevent usage-sort autofix loop with order desc (b649b49b)

❤️ Contributors

Commits
  • b35e8e4 build: publish v5.9.1
  • c8b15e2 chore: update dependencies
  • b649b49 fix(sort-modules): prevent usage-sort autofix loop with order desc
  • 06f1dfb docs: update stats
  • f5aa40c chore: update github actions
  • 2dbe189 chore: update github actions
  • 8b8bf41 chore: upgrade to pnpm v11
  • 4090e30 docs: update stats
  • 35540d1 docs: update stats
  • 648bcaf docs: remove width attribute from logo to prevent github background
  • See full diff in compare view

Updates eslint-plugin-prettier from 5.5.5 to 5.5.6

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.6

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.6

Patch Changes

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 64.0.0 to 70.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v70.0.0

New rules

Improvements

  • consistent-boolean-name: Add inverse boolean name support (#3478) d379e135
  • expiring-todo-comments: Report unsupported catalog versions (#3455) 26f11dab
  • isolated-functions: Add defaults for workerize and common evaluate APIs (#3467) 30c75707
  • isolated-functions: Support methods (#3470) c6155235
  • no-collection-bracket-access: Handle conditional member keys (#3462) cd01d0bc
  • no-manually-wrapped-comments: Handle more cases (#3460) c09d4c77
  • no-non-function-verb-prefix: Add ignore option (#3475) f9a422ec
  • no-return-array-push: Fix false-positives (#3448) 5f4dd3ac
  • no-useless-else: Recognize process.exit() as an exiting branch (#3482) 46714a64
  • prefer-continue: Ignore empty statements (#3473) df904a70
  • prefer-early-return: Ignore empty statements (#3473) df904a70
  • prefer-object-iterable-methods: Catch more callback methods (#3481) a076cbcf

sindresorhus/eslint-plugin-unicorn@v69.0.0...v70.0.0

v69.0.0

New rules

Improvements

... (truncated)

Commits
  • 958fa4c 70.0.0
  • 46714a6 no-useless-else: Recognize process.exit() as an exiting branch (#3482)
  • a076cbc prefer-object-iterable-methods: Catch more callback methods (#3481)
  • db4e852 Add no-unnecessary-fetch-options rule (#3476)
  • 13f5054 prefer-number-coercion: Clarify suggestion message (#3479)
  • d379e13 consistent-boolean-name: Add inverse boolean name support (#3478)
  • f9a422e no-non-function-verb-prefix: Add ignore option (#3475)
  • 93ee487 Add prefer-simplified-conditions rule (#3474)
  • df904a7 prefer-continue/prefer-early-return: Ignore empty statements (#3473)
  • c615523 isolated-functions: Support methods (#3470)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 3, 2026
@dependabot dependabot Bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jul 3, 2026
@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Jul 3, 2026
@potiuk

potiuk commented Jul 5, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/eslint-b5c53a9907 branch from c00bd07 to 9db0f49 Compare July 5, 2026 23:05
Bumps the eslint group with 8 updates in the /airflow-core/src/airflow/ui directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.5` | `2.1.0` |
| [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.6.0` |
| [eslint-plugin-i18next](https://github.com/edvardchen/eslint-plugin-i18next) | `6.1.4` | `6.1.5` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `3.1.2` | `3.2.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `5.9.0` | `5.9.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.2` | `0.5.3` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `64.0.0` | `70.0.0` |



Updates `@eslint/compat` from 2.0.5 to 2.1.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.1.0/packages/compat)

Updates `eslint` from 10.3.0 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.3.0...v10.6.0)

Updates `eslint-plugin-i18next` from 6.1.4 to 6.1.5
- [Changelog](https://github.com/edvardchen/eslint-plugin-i18next/blob/main/CHANGELOG.md)
- [Commits](edvardchen/eslint-plugin-i18next@v6.1.4...v6.1.5)

Updates `eslint-plugin-jsonc` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v3.1.2...v3.2.0)

Updates `eslint-plugin-perfectionist` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v5.9.0...v5.9.1)

Updates `eslint-plugin-prettier` from 5.5.5 to 5.5.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.5...v5.5.6)

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 64.0.0 to 70.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v64.0.0...v70.0.0)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-i18next
  dependency-version: 6.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-jsonc
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 5.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-unicorn
  dependency-version: 69.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/eslint-b5c53a9907 branch from 9db0f49 to ac1cfe9 Compare July 6, 2026 09:44
The eslint/typescript-eslint/unicorn upgrades in this group enable stricter
rules that flag pre-existing code. Apply the auto-fixes and refactor the
newly-flagged sites (prefer-ternary, consistent-function-scoping,
max-nested-callbacks, no-literal-string) so the UI static checks pass.

@potiuk potiuk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Also added missing "parsinFile" translation.

@potiuk potiuk merged commit 23b6a1b into main Jul 6, 2026
86 checks passed
@potiuk potiuk deleted the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/eslint-b5c53a9907 branch July 6, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. 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