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
Conversation
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>
yoganandaness
approved these changes
Jun 8, 2026
Contributor
|
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
Contributor
Fixed in commit 690c6b6. The build error was caused by the dependabot bump updating Changes made:
|
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
…_yarn-apps-e2e-typescript-eslint-eslint-plugin-8.60.0
…_yarn-apps-e2e-typescript-eslint-eslint-plugin-8.60.0
…pt-eslint-eslint-plugin-8.60.0
…pt-eslint-eslint-plugin-8.60.0
…pt-eslint-eslint-plugin-8.60.0
…pt-eslint-eslint-plugin-8.60.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @typescript-eslint/eslint-plugin,
@typescript-eslint/parser, andtypescript-eslintto 8.60.1 across all apps to fix a build error and align versions.The original dependabot bump of
@typescript-eslint/eslint-pluginto8.60.0in/apps/e2ecaused anERESOLVEerror duringnpm cibecauseeslint-plugin@8.60.xrequires@typescript-eslint/parser@^8.60.xas a peer dependency, whileparserandtypescript-eslintremained at8.59.4.Changes
apps/e2e: bumped@typescript-eslint/eslint-plugin,@typescript-eslint/parser, andtypescript-eslintfrom^8.59.4to^8.60.1apps/backend: bumped@typescript-eslint/eslint-plugin,@typescript-eslint/parser, andtypescript-eslintfrom^8.46.xto^8.60.1apps/frontend: bumped@typescript-eslint/eslint-plugin,@typescript-eslint/parser, andtypescript-eslintfrom^8.46.xto^8.60.1; bumpedtypescriptfrom^4.7.4to^5.3.3to match backend and e2epackage-lock.jsonfiles regenerated with consistent8.60.1resolution for the entire@typescript-eslintsuite