Skip to content

chore(deps-npm)(deps-dev): Bump eslint from 8.57.0 to 10.4.0 in /frontend#190

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/eslint-10.4.0
Closed

chore(deps-npm)(deps-dev): Bump eslint from 8.57.0 to 10.4.0 in /frontend#190
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/eslint-10.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps eslint from 8.57.0 to 10.4.0.

Release notes

Sourced from eslint's releases.

v10.4.0

Features

  • 1a45ec5 feat: check sequence expressions in for-direction (#20701) (kuldeep kumar)
  • 450040b feat: add includeIgnoreFile() to eslint/config (#20735) (Kirk Waiblinger)

Bug Fixes

  • 544c0c3 fix: escape code path DOT labels in debug output (#20866) (Pixel998)
  • 6799431 fix: update dependency @​eslint/config-helpers to ^0.6.0 (#20850) (renovate[bot])
  • f078fef fix: handle non-array deprecated rule replacements (#20825) (xbinaryx)

Documentation

  • 7e52a71 docs: add mention of @eslint-react/eslint-plugin (#20869) (Pavel)
  • db3468b docs: tweak wording around ambiguous CJS-vs-ESM config (#20865) (Kirk Waiblinger)
  • 9084664 docs: Update README (GitHub Actions Bot)
  • 9cc7387 docs: Update README (GitHub Actions Bot)
  • 3d7b548 docs: Update README (GitHub Actions Bot)
  • 191ec3c docs: Update README (GitHub Actions Bot)

Chores

  • 6616856 chore: upgrade knip to v6 (#20875) (Pixel998)
  • d13b084 ci: ensure auto-created PRs run CI (#20860) (lumir)
  • e71c7af ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862) (dependabot[bot])
  • d84393d test: add unit tests for SuppressionsService.applySuppressions() (#20863) (kuldeep kumar)
  • 24db8cb test: add tests for SuppressionsService.save() (#20802) (kuldeep kumar)
  • 2ef0549 chore: update ecosystem plugins (#20857) (github-actions[bot])
  • a429791 ci: remove eslint-webpack-plugin types integration test (#20668) (Milos Djermanovic)
  • 9e37386 chore: replace recast with range approach in code-sample-minimizer (#20682) (Copilot)
  • 0dd1f9f test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#20845) (Francesco Trotta)
  • 9da3c7b refactor: remove deprecated meta.language and migrate meta.dialects (#20716) (Pixel998)
  • 2099ed1 refactor: add meta.defaultOptions to more rules, enable linting (#20800) (xbinaryx)
  • f1dfbc9 chore: update ecosystem plugins (#20836) (github-actions[bot])
  • c759413 ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 (#20843) (dependabot[bot])
  • 5b817d6 test: add unit tests for lib/shared/ast-utils (#20838) (kuldeep kumar)
  • 1c13ae3 test: add unit tests for lib/shared/severity (#20835) (kuldeep kumar)

v10.3.0

Features

  • 379571a feat: add suggestions for no-unused-private-class-members (#20773) (sethamus)

Bug Fixes

  • b6ae5cf fix: handle unavailable require cache (#20812) (Simon Podlipsky)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787) (Milos Djermanovic)

Documentation

  • 32cc7ab docs: fix typos in docs and comments (#20809) (Tanuj Kanti)
  • 7f47937 docs: Update README (GitHub Actions Bot)

Chores

  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826) (Francesco Trotta)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821) (Pixel998)

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

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

Project Deployment Actions Updated (UTC)
quantrank Error Error May 22, 2026 1:07am

Copy link
Copy Markdown
Owner

Closing — major-version bump with breaking changes for QuantRank's current Next 14 stack.

eslint@10 (and 9) introduced the flat config (eslint.config.js) format, which is incompatible with eslint-config-next@14.2.x (still ships legacy .eslintrc.json config). The flat-config migration is tightly coupled to bumping eslint-config-next to 16.x, which itself is coupled to the Next 14 → 16 migration tracked under #41 (App Router async APIs + React 18 → 19).

Routing this to #41's scoped migration rather than bundling here.

@dependabot ignore this major version

@dependabot close


Generated by Claude Code

dackclup pushed a commit that referenced this pull request May 22, 2026
…charts/eslint-config-next majors

Durable YAML backstop after Dependabot's first wave (2026-05-22)
filed 4 major-bump PRs from the config that landed in PR #185:

- PR #190 `eslint 8.57.0 → 10.4.0` — frontend build FAILED (eslint
  9+ flat config breaks `eslint-config-next 14.2.x` legacy `.eslintrc`)
- PR #191 `typescript 5.4.5 → 6.0.3` — frontend build FAILED
  (TS6 strict-mode + new lib.dom typings surface previously-silent
  `any`-flow issues)
- PR #192 `@types/node 20.12.7 → 25.9.1` — GREEN (type-only
  metadata; pending user authorize merge)
- PR #193 `recharts 2.12.7 → 3.8.1` — frontend build FAILED
  (recharts 3 restructured chart-component API; needs touching all
  4 chart surfaces in one scoped migration)

PR #190 / #191 / #193 closed via `@dependabot ignore this major
version` comment commands. This PR adds the same 3 deps PLUS
`eslint-config-next` to `.github/dependabot.yml`'s `ignore:` block
as a durable YAML-level backstop — survives Dependabot server
resets and per-PR comment-ignore-history garbage collection.

Total npm ignore entries grow 5 → 9 (existing React-stack: `next`,
`react`, `react-dom`, `@types/react`, `@types/react-dom`; new:
`eslint`, `eslint-config-next`, `typescript`, `recharts`).

Minor + patch + security updates on ALL these packages STILL file
automatically — the ignore only blocks
`version-update:semver-major` transitions.

Issue #41 still owns the scoped breaking-change migration for the
React-stack majors. `recharts 3` would be a separate chart-library-
migration work item if/when it becomes priority (no security
advisories on 2.12.7, so cosmetic-only).

No compute / schema / scoring / valuation / Python / TypeScript /
frontend code change — `.github/` + docs lockstep only.

Also fixes a stale "in flight" → "merged" reference for PR #185 +
adds PR #194 cross-link in CLAUDE.md §Phase status.

Verification: ruff clean; YAML parses to v2 with 3 ecosystems and
9 npm ignore entries.
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 10.4.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v10.4.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.4.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/npm_and_yarn/frontend/eslint-10.4.0 branch from 3f0c170 to 98b15bd Compare May 22, 2026 01:03
dackclup pushed a commit that referenced this pull request May 22, 2026
…charts/eslint-config-next majors

Durable YAML backstop after Dependabot's first wave (2026-05-22)
filed 4 major-bump PRs from the config that landed in PR #185:

- PR #190 `eslint 8.57.0 → 10.4.0` — frontend build FAILED (eslint
  9+ flat config breaks `eslint-config-next 14.2.x` legacy `.eslintrc`)
- PR #191 `typescript 5.4.5 → 6.0.3` — frontend build FAILED
  (TS6 strict-mode + new lib.dom typings surface previously-silent
  `any`-flow issues)
- PR #192 `@types/node 20.12.7 → 25.9.1` — GREEN (type-only
  metadata; pending user authorize merge)
- PR #193 `recharts 2.12.7 → 3.8.1` — frontend build FAILED
  (recharts 3 restructured chart-component API; needs touching all
  4 chart surfaces in one scoped migration)

PR #190 / #191 / #193 closed via `@dependabot ignore this major
version` comment commands. This PR adds the same 3 deps PLUS
`eslint-config-next` to `.github/dependabot.yml`'s `ignore:` block
as a durable YAML-level backstop — survives Dependabot server
resets and per-PR comment-ignore-history garbage collection.

Total npm ignore entries grow 5 → 9 (existing React-stack: `next`,
`react`, `react-dom`, `@types/react`, `@types/react-dom`; new:
`eslint`, `eslint-config-next`, `typescript`, `recharts`).

Minor + patch + security updates on ALL these packages STILL file
automatically — the ignore only blocks
`version-update:semver-major` transitions.

Issue #41 still owns the scoped breaking-change migration for the
React-stack majors. `recharts 3` would be a separate chart-library-
migration work item if/when it becomes priority (no security
advisories on 2.12.7, so cosmetic-only).

No compute / schema / scoring / valuation / Python / TypeScript /
frontend code change — `.github/` + docs lockstep only.

Also fixes a stale "in flight" → "merged" reference for PR #185 +
adds PR #194 cross-link in CLAUDE.md §Phase status.

Verification: ruff clean; YAML parses to v2 with 3 ecosystems and
9 npm ignore entries.
@dackclup dackclup closed this May 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/eslint-10.4.0 branch May 22, 2026 01:11
dackclup added a commit that referenced this pull request May 22, 2026
…charts/eslint-config-next majors (#195)

Durable YAML backstop after Dependabot's first wave (2026-05-22)
filed 4 major-bump PRs from the config that landed in PR #185:

- PR #190 `eslint 8.57.0 → 10.4.0` — frontend build FAILED (eslint
  9+ flat config breaks `eslint-config-next 14.2.x` legacy `.eslintrc`)
- PR #191 `typescript 5.4.5 → 6.0.3` — frontend build FAILED
  (TS6 strict-mode + new lib.dom typings surface previously-silent
  `any`-flow issues)
- PR #192 `@types/node 20.12.7 → 25.9.1` — GREEN (type-only
  metadata; pending user authorize merge)
- PR #193 `recharts 2.12.7 → 3.8.1` — frontend build FAILED
  (recharts 3 restructured chart-component API; needs touching all
  4 chart surfaces in one scoped migration)

PR #190 / #191 / #193 closed via `@dependabot ignore this major
version` comment commands. This PR adds the same 3 deps PLUS
`eslint-config-next` to `.github/dependabot.yml`'s `ignore:` block
as a durable YAML-level backstop — survives Dependabot server
resets and per-PR comment-ignore-history garbage collection.

Total npm ignore entries grow 5 → 9 (existing React-stack: `next`,
`react`, `react-dom`, `@types/react`, `@types/react-dom`; new:
`eslint`, `eslint-config-next`, `typescript`, `recharts`).

Minor + patch + security updates on ALL these packages STILL file
automatically — the ignore only blocks
`version-update:semver-major` transitions.

Issue #41 still owns the scoped breaking-change migration for the
React-stack majors. `recharts 3` would be a separate chart-library-
migration work item if/when it becomes priority (no security
advisories on 2.12.7, so cosmetic-only).

No compute / schema / scoring / valuation / Python / TypeScript /
frontend code change — `.github/` + docs lockstep only.

Also fixes a stale "in flight" → "merged" reference for PR #185 +
adds PR #194 cross-link in CLAUDE.md §Phase status.

Verification: ruff clean; YAML parses to v2 with 3 ecosystems and
9 npm ignore entries.

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant