-
Notifications
You must be signed in to change notification settings - Fork 13
Update typescript-eslint monorepo to v4 (major)- autoclosed #547
Conversation
fa16208 to
ec0a7e2
Compare
d062b0d to
3c8a6c8
Compare
|
It seems like one of our eslint plugins isn't ready yet for the new eslint-version. This causes the build failure. |
522d04d to
025d34f
Compare
2478edb to
5c64afc
Compare
|
I adjusted the package.json, because the new ESLint config preset contains the "no-use-before-define" rule. This rule breaks the linter, because the compontents import React.. and I don't know why, but eslint doesn't like that. |
|
It seems like react-scripts depends on @typescript-eslint 2 and the problem I tried to solve was fixed in version 3. We should wait until facebook/create-react-app#9434 is released, so that react-scripts will depend on @typescript-eslint 4. |
e823955 to
d3a9aeb
Compare
d3a9aeb to
d78ea82
Compare
|
Just looked through the linked issue: |
d78ea82 to
0b065a0
Compare
c2e2fc7 to
6ac7f54
Compare
6ac7f54 to
5d9a086
Compare

This PR contains the following updates:
3.10.1->4.5.03.10.1->4.5.0Release Notes
typescript-eslint/typescript-eslint
v4.5.0Compare Source
Bug Fixes
any/unknown(#2671) (d690c8d)Features
allowProtectedClassPropertyAccessoption (#2622) (bbc9e35)ignoreInferredTypesoption (#2668) (91010e8)4.4.1 (2020-10-12)
Bug Fixes
v4.4.1Compare Source
Bug Fixes
v4.4.0Compare Source
Features
consistent-indexed-object-stylerule (#2401) (d7dc108)no-duplicate-imports(#2609) (498f397)v4.3.0Compare Source
Bug Fixes
Features
this: void(#2481) (ddf5660)v4.2.0Compare Source
Bug Fixes
Features
comma-dangle(#2416) (f7babcf)4.1.1 (2020-09-14)
Bug Fixes
Functiontype (#2435) (e1401dc)thisreturn (#2437) (7c6fcee)in-try-catchif the return is in acatchwithout afinally(#2356) (efdd521)v4.1.1Compare Source
Bug Fixes
Functiontype (#2435) (e1401dc)thisreturn (#2437) (7c6fcee)in-try-catchif the return is in acatchwithout afinally(#2356) (efdd521)v4.1.0Compare Source
Bug Fixes
export =(#2505) (3d07a99)constas a global type variable (#2499) (eb3f6e3)Features
ignoreFunctionTypeParameterNameValueShadow(#2470) (bfe255f)no-loop-func(#2490) (36305df)4.0.1 (2020-08-31)
Bug Fixes
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
Please see the release notes for v4.0.0
Bug Fixes
Features
ts-expect-errortoallow-with-description(#2351) (a3f163a), closes #2146strictNullChecksturned on (#2345) (9273441)consistent-type-importsrule (#2367) (58b1c2d)BREAKING CHANGES
typescript-estree: - removes the ability to supply a
RegExptoprojectFolderIgnoreList, and changes the meaning of the string value from a regex to a glob.Removed AST_NODE_TYPES.Import. This is a minor breaking change as the node type that used this was removed ages ago.
eslint-plugin: Default rule options is a breaking change.
3.10.1 (2020-08-25)
Bug Fixes
Renovate configuration
📅 Schedule: "on Saturday" (UTC).
🚦 Automerge: Disabled due to failing status checks.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.