Skip to content

deps(npm): bump eslint from 8.57.1 to 10.1.0 in /frontend/taskdeck-web#487

Merged
Chris0Jeky merged 2 commits intomainfrom
dependabot/npm_and_yarn/frontend/taskdeck-web/eslint-10.1.0
Mar 29, 2026
Merged

deps(npm): bump eslint from 8.57.1 to 10.1.0 in /frontend/taskdeck-web#487
Chris0Jeky merged 2 commits intomainfrom
dependabot/npm_and_yarn/frontend/taskdeck-web/eslint-10.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps eslint from 8.57.1 to 10.1.0.

Release notes

Sourced from eslint's releases.

v10.1.0

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)

Chores

  • a9f9cce chore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584) (Milos Djermanovic)
  • 1f42bd7 chore: update prettier to 3.8.1 (#20651) (루밀LuMir)
  • c0a6f4a chore: update dependency @​eslint/json to ^1.2.0 (#20652) (renovate[bot])
  • cc43f79 chore: update dependency c8 to v11 (#20650) (renovate[bot])
  • 2ce4635 chore: update dependency @​eslint/json to v1 (#20649) (renovate[bot])
  • f0406ee chore: update dependency markdownlint-cli2 to ^0.21.0 (#20646) (renovate[bot])
  • dbb4c95 chore: remove trunk (#20478) (sethamus)
  • c672a2a test: fix CLI test for empty output file (#20640) (kuldeep kumar)
  • c7ada24 ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636) (dependabot[bot])
  • 07c4b8b test: fix RuleTester test without test runners (#20631) (Francesco Trotta)
  • 079bba7 test: Add tests for isValidWithUnicodeFlag (#20601) (Manish chaudhary)
  • 5885ae6 ci: unpin Node.js 25.x in CI (#20615) (Copilot)
  • f65e5d3 chore: update pnpm/action-setup digest to b906aff (#20610) (renovate[bot])

v10.0.3

Bug Fixes

  • e511b58 fix: update eslint (#20595) (renovate[bot])
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581) (sethamus)
  • ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic)

Documentation

  • 9fc31b0 docs: Update README (GitHub Actions Bot)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570) (DesselBane)
  • 23b2759 docs: add v10 migration guide link to Use docs index (#20577) (Pixel998)
  • 80259a9 docs: Remove deprecated eslintrc documentation files (#20472) (Copilot)
  • 9b9b4ba docs: fix typo in no-await-in-loop documentation (#20575) (Pixel998)
  • e7d72a7 docs: document TypeScript 5.3 minimum supported version (#20547) (sethamus)

Chores

  • ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)

... (truncated)

Commits

@dependabot dependabot bot added the frontend label Mar 29, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2026

Labels

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

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/taskdeck-web/eslint-10.1.0 branch 4 times, most recently from 10ce527 to 7d8874b Compare March 29, 2026 19:06
@Chris0Jeky
Copy link
Copy Markdown
Owner

Self-review: migration complete and verified locally.

Files changed:

  • frontend/taskdeck-web/.eslintrc.cjs — deleted (legacy config removed)
  • frontend/taskdeck-web/eslint.config.js — created (ESLint flat config)
  • frontend/taskdeck-web/package.jsoneslint-plugin-vue bumped to ^10.8.0, added @eslint/js and globals devDeps, updated lint script (removed legacy --ext flag)
  • frontend/taskdeck-web/package-lock.json — updated to reflect new deps
  • frontend/taskdeck-web/scripts/demo-seed.mjs — removed stale eslint-disable-next-line no-constant-condition comment (no longer needed with flat config)

Verification:

  • npm run lint — passes with 0 errors and 0 warnings
  • npm run typecheck — passes

Root cause fix: eslint-plugin-vue@9 had a peer dep requirement of eslint@">=6.0.0 <10.0.0", causing ERESOLVE. Upgrading to eslint-plugin-vue@10 and migrating to flat config resolves this.

No unexpected files changed.

dependabot bot and others added 2 commits March 29, 2026 22:37
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 10.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v10.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
- Upgrade eslint-plugin-vue from ^9.33.0 to ^10.8.0 (required for ESLint 10 compat)
- Add @eslint/js and globals as devDependencies
- Replace .eslintrc.cjs with eslint.config.js (flat config format)
- Update lint script to drop legacy --ext flag
- Remove stale eslint-disable-next-line in demo-seed.mjs (no-constant-condition no longer flagged)

Resolves ERESOLVE peer conflict: eslint-plugin-vue@9 requires eslint<10
@Chris0Jeky Chris0Jeky force-pushed the dependabot/npm_and_yarn/frontend/taskdeck-web/eslint-10.1.0 branch from 90b1cd6 to 1430e70 Compare March 29, 2026 21:38
@Chris0Jeky Chris0Jeky merged commit dabfe68 into main Mar 29, 2026
18 checks passed
@Chris0Jeky Chris0Jeky deleted the dependabot/npm_and_yarn/frontend/taskdeck-web/eslint-10.1.0 branch March 29, 2026 21:48
@github-project-automation github-project-automation bot moved this from Pending to Done in Taskdeck Execution Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant