Skip to content

Bump the eslint group across 1 directory with 2 updates#193

Merged
jbelien merged 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-5382080846
Jul 1, 2026
Merged

Bump the eslint group across 1 directory with 2 updates#193
jbelien merged 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-5382080846

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the eslint group with 2 updates in the / directory: @eslint/css and eslint.

Updates @eslint/css from 1.3.0 to 1.4.0

Release notes

Sourced from @​eslint/css's releases.

css: v1.4.0

1.4.0 (2026-07-01)

Features

  • add suggestions to prefer-logical-properties (#474) (045277e)

Bug Fixes

  • check for preludes in [@import](https://github.com/import) (#470) (cc8791d)
  • false negative when font used as identifier (#471) (f248a32)
  • reporting font-size unit with percentage in line-height (#466) (bae9097)
  • type compatibility issue between CSS v1 and ESLint v9 (#473) (3cb31a5)
  • update baseline data (6726b1f)
  • update baseline data (#469) (99ba37f)
  • update baseline data (#475) (7dbbb9d)
  • update baseline data (#482) (cd52c73)
  • update dependency @​eslint/plugin-kit to ^0.7.2 (#463) (1678418)
Changelog

Sourced from @​eslint/css's changelog.

1.4.0 (2026-07-01)

Features

  • add suggestions to prefer-logical-properties (#474) (045277e)

Bug Fixes

  • check for preludes in [@import](https://github.com/import) (#470) (cc8791d)
  • false negative when font used as identifier (#471) (f248a32)
  • reporting font-size unit with percentage in line-height (#466) (bae9097)
  • type compatibility issue between CSS v1 and ESLint v9 (#473) (3cb31a5)
  • update baseline data (6726b1f)
  • update baseline data (#469) (99ba37f)
  • update baseline data (#475) (7dbbb9d)
  • update baseline data (#482) (cd52c73)
  • update dependency @​eslint/plugin-kit to ^0.7.2 (#463) (1678418)
Commits
  • 8d7c2c5 chore: release 1.4.0 🚀 (#464)
  • ae64337 docs: Update README sponsors
  • cd52c73 fix: update baseline data (#482)
  • 8ada2bb refactor: simplify prefer-logical-properties lookups (#480)
  • 045277e feat: add suggestions to prefer-logical-properties (#474)
  • bfea565 docs: Update README sponsors
  • 3cb31a5 fix: type compatibility issue between CSS v1 and ESLint v9 (#473)
  • 7dbbb9d fix: update baseline data (#475)
  • 4a7a957 docs: Update README sponsors
  • 16bc4e0 chore: update non-major dev-dependencies to v3.8.4 (#472)
  • Additional commits viewable in compare view

Updates eslint from 10.4.1 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2026
@jbelien jbelien enabled auto-merge (squash) July 1, 2026 20:31
@jbelien

jbelien commented Jul 1, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the eslint group with 2 updates in the / directory: [@eslint/css](https://github.com/eslint/css) and [eslint](https://github.com/eslint/eslint).


Updates `@eslint/css` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/eslint/css/releases)
- [Changelog](https://github.com/eslint/css/blob/main/CHANGELOG.md)
- [Commits](eslint/css@css-v1.3.0...css-v1.4.0)

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

---
updated-dependencies:
- dependency-name: "@eslint/css"
  dependency-version: 1.4.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the eslint group with 2 updates Bump the eslint group across 1 directory with 2 updates Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-5382080846 branch from e264d19 to 5aad2b1 Compare July 1, 2026 20:33
@jbelien jbelien merged commit a40afc0 into master Jul 1, 2026
6 checks passed
@jbelien jbelien deleted the dependabot/npm_and_yarn/eslint-5382080846 branch July 1, 2026 20:35
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

Development

Successfully merging this pull request may close these issues.

1 participant