Skip to content

chore(deps-dev): bump @typescript-eslint suite to 8.60.1 and align typescript versions across all apps#1562

Open
dependabot[bot] wants to merge 8 commits into
developfrom
dependabot-npm_and_yarn-apps-e2e-typescript-eslint-eslint-plugin-8.60.0
Open

chore(deps-dev): bump @typescript-eslint suite to 8.60.1 and align typescript versions across all apps#1562
dependabot[bot] wants to merge 8 commits into
developfrom
dependabot-npm_and_yarn-apps-e2e-typescript-eslint-eslint-plugin-8.60.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and typescript-eslint to 8.60.1 across all apps to fix a build error and align versions.

The original dependabot bump of @typescript-eslint/eslint-plugin to 8.60.0 in /apps/e2e caused an ERESOLVE error during npm ci because eslint-plugin@8.60.x requires @typescript-eslint/parser@^8.60.x as a peer dependency, while parser and typescript-eslint remained at 8.59.4.

Changes

  • apps/e2e: bumped @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and typescript-eslint from ^8.59.4 to ^8.60.1
  • apps/backend: bumped @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and typescript-eslint from ^8.46.x to ^8.60.1
  • apps/frontend: bumped @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and typescript-eslint from ^8.46.x to ^8.60.1; bumped typescript from ^4.7.4 to ^5.3.3 to match backend and e2e
  • All three package-lock.json files regenerated with consistent 8.60.1 resolution for the entire @typescript-eslint suite

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.59.4 to 8.60.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 7, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 7, 2026 08:02
@dependabot dependabot Bot requested review from Scott-James-Hurley and removed request for a team June 7, 2026 08:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 7, 2026
@github-actions github-actions Bot enabled auto-merge June 7, 2026 08:03
@yoganandaness

Copy link
Copy Markdown
Contributor

@copilot

Fix the build error.

Also apply the same typescript version across all apps and packages

auto-merge was automatically disabled June 8, 2026 07:44

Head branch was pushed to by a user without write access

Copilot AI commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@copilot

Fix the build error.
...

Fixed in commit 690c6b6.

The build error was caused by the dependabot bump updating @typescript-eslint/eslint-plugin to 8.60.0 in the lock file while @typescript-eslint/parser and typescript-eslint remained at 8.59.4 — since eslint-plugin@8.60.x requires parser@^8.60.x as a peer dependency, npm ci failed.

Changes made:

  • Updated all three apps (e2e, backend, frontend) to consistently use @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and typescript-eslint at ^8.60.1 (backend and frontend were on ^8.46.x)
  • Updated apps/frontend/package.json TypeScript from ^4.7.4 to ^5.3.3 to match backend and e2e
  • Regenerated all three package-lock.json files so npm ci resolves correctly

Copilot AI changed the title chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.59.4 to 8.60.0 in /apps/e2e chore(deps-dev): bump @typescript-eslint suite to 8.60.1 and align typescript versions across all apps Jun 8, 2026
Copilot AI requested a review from yoganandaness June 8, 2026 07:46
@github-actions github-actions Bot enabled auto-merge June 8, 2026 08:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants