-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated eslint package, migrated to the new eslint config system #2196
Merged
YaroslavChuiko
merged 2 commits into
feature/2140/update-dependencies
from
feature/2122/update-eslint
Jul 31, 2024
Merged
Updated eslint package, migrated to the new eslint config system #2196
YaroslavChuiko
merged 2 commits into
feature/2140/update-dependencies
from
feature/2122/update-eslint
Jul 31, 2024
Conversation
This file contains 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
Closed
1 task
YaroslavChuiko
requested review from
maarekua,
Olenka-Hryk,
YaroslavLys,
byavdoshniak,
Mygal-Alex,
docia,
abalanovsky,
Mav-Ivan,
Marichka0406 and
Mike-Popovych
July 26, 2024 08:24
YaroslavChuiko
force-pushed
the
feature/2140/update-dependencies
branch
from
July 27, 2024 13:26
05ab47a
to
811bf31
Compare
YaroslavChuiko
force-pushed
the
feature/2122/update-eslint
branch
from
July 27, 2024 13:32
d538c0e
to
4a41237
Compare
YaroslavChuiko
force-pushed
the
feature/2140/update-dependencies
branch
3 times, most recently
from
July 29, 2024 09:59
93a95f1
to
a3de161
Compare
YaroslavChuiko
force-pushed
the
feature/2122/update-eslint
branch
from
July 29, 2024 10:18
4a41237
to
aad8245
Compare
abalanovsky
approved these changes
Jul 30, 2024
Do we need to think about ignoring of eslint.config. |
Quality Gate passedIssues Measures |
Olenka-Hryk
approved these changes
Jul 30, 2024
YaroslavChuiko
requested review from
dudchakk,
PavloDolia,
ipasic-softserve and
YulichkaR
July 30, 2024 16:42
YulichkaR
approved these changes
Jul 30, 2024
ipasic-softserve
approved these changes
Jul 31, 2024
PavloDolia
approved these changes
Jul 31, 2024
YaroslavChuiko
merged commit Jul 31, 2024
dac7149
into
feature/2140/update-dependencies
3 checks passed
YaroslavChuiko
added a commit
that referenced
this pull request
Oct 4, 2024
* updated eslint package, migrated to the new eslint config system * excluded eslint.config.mjs from sonarCloud coverage check
YaroslavChuiko
added a commit
that referenced
this pull request
Oct 8, 2024
* updated eslint package, migrated to the new eslint config system * excluded eslint.config.mjs from sonarCloud coverage check
YaroslavChuiko
added a commit
that referenced
this pull request
Oct 11, 2024
* updated @typescript-eslint/eslint-plugin and @typescript-eslint/parser * fixed eslint errors * Updated dependencies related to testing (#2161) * updated dependencies related to testing * Installed @testing-library/dom * fixed warning * updated Vite package (#2167) * Updated eslint package, migrated to the new eslint config system (#2196) * updated eslint package, migrated to the new eslint config system * excluded eslint.config.mjs from sonarCloud coverage check * updated @tinymce/tinymce-react package (#2169) * updated husky package, updated husky hooks (#2218) * updated i18next and react-i18next packages (#2255) * updated jsdom package (#2257) * updated jsdom package * fixed unit test * updated web-vitals package (#2253) * Update date dependencies (#2252) * Updated date dependencies, refactored * Deleted npm check updates * Fixed DateFilter tests * Updated redux and redux toolkit (#2248) * updated @typescript-eslint/eslint-plugin and @typescript-eslint/parser * fixed eslint errors * Updated redux and redux toolkit * Expanded workflow triggers to include feature branches #2186 (#2187) * Expanded workflow triggers to include feature branches #2186 * Optimization of workflow process * delete sonar.branch.name (#2232) * Fixed sonar issue --------- Co-authored-by: YaroslavChuiko <[email protected]> Co-authored-by: Olenka Hryk <[email protected]> Co-authored-by: Yaroslav Chuiko <[email protected]> * Updated nuka-carousel package (#2266) * Updated nuka-carousel package * Updated @types/react-swipeable-views package (#2254) * Revert "Update date dependencies (#2252)" This reverts commit bbd8bb7. * update prepare script * removed redundant useMemo * fix eslint error * fixed tests * fixed scss deprecation warning * updated node to v20.15.1 for docker compose and github actions * updated package-lock.json * fixed eslint errors * fixed tests * updated coverage exclusions * Feature/enhancing test and build speed (#2581) * Update main.yaml adding caching and npm and removing deprecated job with docker * deleted test branch * Update main.yaml (#2583) adding linter job * Update main.yaml * fixed error --------- Co-authored-by: Artem Balanovskyi <[email protected]> Co-authored-by: YaroslavLys <[email protected]> Co-authored-by: Olenka Hryk <[email protected]> Co-authored-by: Illia Pasichnichenko <[email protected]> Co-authored-by: new-user888 <[email protected]>
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.
In the
eslint
9.0.0
version was introduced new configuration system and a lot of breaking changeseslint
package to9.7.0
and migrated from a deprecated config system to a new one using this Configuration Migration Guide. Old config files.eslintrc.js
,.eslintignore
were deleted and createdeslint.config.mjs
instead of them@eslint/compat
,@eslint/eslintrc
,@eslint/js
,globals
eslint
version:eslint-config-prettier
,eslint-plugin-prettier
,eslint-plugin-react
,eslint-plugin-react-hooks
,eslint-plugin-storybook
,eslint-plugin-testing-library
,eslint-plugin-vitest-globals