Skip to content
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

chore(deps-dev): bump to ESLint v9 #3081

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
dae1ec8
chore(deps-dev): bump the lint group with 6 updates
dependabot[bot] Apr 15, 2024
a0c4cd2
replace the old dependencies for typescript-eslint by the new
csouchet Apr 9, 2024
f179b53
rename the eslint config file
csouchet Apr 9, 2024
cc0e70a
Migrate the plugin
csouchet Apr 9, 2024
53e3c82
migrate parserOptions
csouchet Apr 9, 2024
84f470f
migrate extends
csouchet Apr 9, 2024
8145241
migrate overrides
csouchet Apr 9, 2024
9976840
migrate ignore
csouchet Apr 9, 2024
97dec41
wip: fix conf
csouchet Apr 9, 2024
a58e0f8
bump dependencies for eslint
csouchet Oct 8, 2024
8785342
enable the configuration of eslint-plugin-import
csouchet Oct 8, 2024
09b8e2c
Apply suggestions from code review
csouchet Oct 8, 2024
9a2ff43
Update dependabot configuration
csouchet Oct 8, 2024
694a71b
update the configuration
csouchet Oct 8, 2024
aaa0152
migrate eslint-plugin-playwright configuration
csouchet Oct 29, 2024
7ea987d
migrate jest and jest-extended conf in tests
csouchet Oct 29, 2024
b004437
rename
csouchet Oct 29, 2024
d14ca16
fix config usage
csouchet Oct 29, 2024
30c733b
bump
csouchet Oct 29, 2024
3e94f10
fix config
csouchet Oct 30, 2024
30c08aa
execute eslint only on files of dev, scripts, src and test folders an…
csouchet Oct 30, 2024
c42d033
Avoid to use conf on cjs and mjs files
csouchet Oct 30, 2024
6597cb5
ignore data of performance tests
csouchet Oct 30, 2024
971305e
bump
csouchet Nov 12, 2024
1758ddb
disabled 'import/no-unresolved' for .mjs files
csouchet Dec 6, 2024
9ddc5a0
bump eslint dependencies
csouchet Jan 7, 2025
fbde9b5
fix ignored patterns
csouchet Jan 7, 2025
d717a45
fix import plugin in eslint config.
csouchet Jan 7, 2025
99c5d68
use extends feature of flat config for eslint
csouchet Jan 7, 2025
6a560bd
fix import/namespace
csouchet Jan 7, 2025
1da63f1
change configuration order
csouchet Jan 7, 2025
b2d7b2a
Disable 'unicorn/numeric-separators-style' for JS files
csouchet Jan 7, 2025
1044c22
no ?? in cjs files. replace by ||
csouchet Jan 7, 2025
be82526
replace @typescript-eslint/no-loss-of-precision by no-loss-of-precision
csouchet Jan 7, 2025
0505c73
Disable 'unicorn/prefer-optional-catch-binding' on JS files
csouchet Jan 7, 2025
6e20074
in eslint v9, we can only have one file of configuration.
csouchet Jan 7, 2025
ec652da
ignore test/typescript-support/*
csouchet Jan 7, 2025
a1dbdbe
revert some changes
csouchet Jan 7, 2025
e675e33
simplify timeout in milliseconds
csouchet Jan 13, 2025
f51263a
Merge remote-tracking branch 'origin/master' into chore/eslint9
csouchet Jan 16, 2025
16681cc
bump eslint dependencies
csouchet Jan 16, 2025
8b1de4f
Upgrade ECMA version to 2020 in ESLint to keep the usage of Nullish c…
csouchet Jan 17, 2025
63e555c
Merge branch 'master' into chore/eslint9
csouchet Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

143 changes: 0 additions & 143 deletions .eslintrc.cjs

This file was deleted.

3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ updates:
- "ts-jest"
lint:
patterns:
- "@typescript-eslint/*"
- "@eslint/*"
- "eslint"
- "eslint-*"
- "lint-staged"
- "prettier"
- "typescript-eslint"
rollup:
patterns:
- "@rollup/*"
Expand Down
Loading
Loading