refactor(eslint): drop use of deprecated method - #44
Merged
Conversation
chintankavathia
marked this pull request as ready for review
October 14, 2025 06:39
spike-rabbit
requested changes
Oct 14, 2025
spike-rabbit
left a comment
Member
There was a problem hiding this comment.
defineConfig is rather new, it requires eslint 9.22.0. See https://github.com/eslint/eslint/releases/tag/v9.22.0.
Please make update the peer dependencies and make this a breaking change.
ljanner
requested changes
Apr 2, 2026
chintankavathia
force-pushed
the
refactor/remove-deprecated
branch
from
April 6, 2026 05:41
f7b25a5 to
b9dcf71
Compare
ljanner
requested changes
Apr 8, 2026
ljanner
left a comment
Member
There was a problem hiding this comment.
Only one small detail, otherwise looks good 👍
chintankavathia
force-pushed
the
refactor/remove-deprecated
branch
from
April 9, 2026 05:36
b9dcf71 to
29cf5aa
Compare
ljanner
force-pushed
the
refactor/remove-deprecated
branch
from
April 9, 2026 19:07
29cf5aa to
3238d24
Compare
spike-rabbit
requested changes
Apr 15, 2026
chintankavathia
force-pushed
the
refactor/remove-deprecated
branch
from
July 3, 2026 07:07
dceb1e3 to
6eabbb3
Compare
Replaces deprecated `typescriptEslint.config` method of `typescript-eslint` with `defineConfig` of `eslint/config` BREAKING CHANGE: Bumped required ESlint version to ^9.22.0 (before: ^9.9.1). Affected packages: - `@siemens/eslint-config-typescript` - `@siemens/eslint-config-angular`
spike-rabbit
force-pushed
the
refactor/remove-deprecated
branch
from
August 4, 2026 20:00
6eabbb3 to
049739d
Compare
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.
replaces deprecated
typescriptEslint.configmethod oftypescript-eslintwithdefineConfigofeslint/config