-
Notifications
You must be signed in to change notification settings - Fork 97
chore(deps): update typescript-eslint monorepo to v4 (major) #871
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
Conversation
49c95a3 to
22c8c71
Compare
|
May need to close this until typescript-eslint/typescript-eslint#2540 is resolved |
1859992 to
8cd4bc1
Compare
a1317be to
f31f98d
Compare
f31f98d to
fdc3e06
Compare
|
In the meantime the major can be updated to |
|
Excellent. Let's do that @hzhu. |
|
It looks like I spoke too soon 😔 . Upgrading to Unfortunately, upgrading to |
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 4.x releases. However, if you upgrade to 4.x manually then Renovate will then reenable updates for minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
|
Upon realizing this repo doesn't use Gatsby, I realized there aren't any dependencies using a lower version of Upon further investigation, it looks like following step 1 outlined here should allow this project to use the latest major version 🤞 . |
.eslintrc.json
Outdated
| } | ||
| ], | ||
| "@typescript-eslint/no-non-null-assertion": "off", | ||
| "@typescript-eslint/no-use-before-define": "warn", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hzhu Garden's config is no-use-before-define results in an "error". This should probably match.

This PR contains the following updates:
3.10.1->4.3.03.10.1->4.3.0Release Notes
typescript-eslint/typescript-eslint
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 Monday every 8 weeks of the year starting on the 5th week" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 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.