-
Notifications
You must be signed in to change notification settings - Fork 927
Update typescript-eslint monorepo to v4 (major) #3767
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
💥 No ChangesetLatest commit: 7c2edb4 Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂 If these changes should be published to npm, you need to add a changeset. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Click here to learn what changesets are, and how to add one. Click here if you're a maintainer who wants to add a changeset to this PR |
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.
Thx @hsubox76
packages/remote-config/index.ts
Outdated
@@ -38,6 +38,7 @@ import { | |||
// Note these debug options are not part of a documented, supported API and can change at any time. | |||
// Consolidates debug options for easier discovery. | |||
// Uses transient variables on window to avoid lingering state causing panic. | |||
// eslint-disable-next-line @typescript-eslint/no-unused-vars |
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.
Thinking out loud: this var is used, so it's strange lint would think otherwise. I wonder if there's another, preferred way to declare vars on window
🤔
I just saw this issue where it says this will be fixed in the next version: Perhaps we should wait for the next version to upgrade. |
1fbacad
to
5e9ab5e
Compare
This PR contains the following updates:
3.10.1
->4.2.0
3.10.1
->4.2.0
3.10.1
->4.2.0
Release Notes
typescript-eslint/typescript-eslint
v4.2.0
Compare Source
Bug Fixes
Features
comma-dangle
(#2416) (f7babcf)4.1.1 (2020-09-14)
Bug Fixes
Function
type (#2435) (e1401dc)this
return (#2437) (7c6fcee)in-try-catch
if the return is in acatch
without afinally
(#2356) (efdd521)v4.1.1
Compare Source
Bug Fixes
Function
type (#2435) (e1401dc)this
return (#2437) (7c6fcee)in-try-catch
if the return is in acatch
without afinally
(#2356) (efdd521)v4.1.0
Compare Source
Bug Fixes
export =
(#2505) (3d07a99)const
as 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.1
Compare Source
Bug Fixes
v4.0.0
Compare Source
Please see the release notes for v4.0.0
Bug Fixes
Features
ts-expect-error
toallow-with-description
(#2351) (a3f163a), closes #2146strictNullChecks
turned on (#2345) (9273441)consistent-type-imports
rule (#2367) (58b1c2d)BREAKING CHANGES
typescript-estree: - removes the ability to supply a
RegExp
toprojectFolderIgnoreList
, 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: "before 3am on Friday" (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.