Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

fix(deps): update typescript-eslint monorepo to v4 (major) #35

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2020

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin dependencies major 3.10.1 -> 4.0.1
@typescript-eslint/parser dependencies major 3.10.1 -> 4.0.1

Release Notes

typescript-eslint/typescript-eslint

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Please see the release notes for v4.0.0

Bug Fixes
  • eslint-plugin: [no-shadow] fix false-positive on enum declaration (#​2374) (9de669f)
  • eslint-plugin: [no-unused-vars] handle TSCallSignature (#​2336) (c70f54f)
  • correct decorator traversal for AssignmentPattern (#​2375) (d738fa4)
  • scope-manager: correct analysis of abstract class properties (#​2420) (cd84549)
  • typescript-estree: correct ChainExpression interaction with parentheses and non-nulls (#​2380) (762bc99)
Features
  • consume new scope analysis package (#​2039) (3be125d)
  • support ESTree optional chaining representation (#​2308) (e9d2ab6)
  • eslint-plugin: [ban-ts-comment] change default for ts-expect-error to allow-with-description (#​2351) (a3f163a), closes #​2146
  • eslint-plugin: [no-unnecessary-condition][strict-boolean-expressions] add option to make the rules error on files without strictNullChecks turned on (#​2345) (9273441)
  • eslint-plugin: [typedef] remove all defaults (#​2352) (a9cd6fb)
  • eslint-plugin: add consistent-type-imports rule (#​2367) (58b1c2d)
  • typescript-estree: switch to globby (#​2418) (3a7ec9b), closes #​2398
BREAKING CHANGES
  • typescript-estree: - removes the ability to supply a RegExp to projectFolderIgnoreList, and changes the meaning of the string value from a regex to a glob.

    • Removed decorators property from several Nodes that could never semantically have them (FunctionDeclaration, TSEnumDeclaration, and TSInterfaceDeclaration)
  • 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
  • eslint-plugin: [no-unnecessary-condition] correct regression with unary negations (#​2422) (d1f0887), closes #​2421

Renovate configuration

📅 Schedule: "every 2 weeks on Monday before 7am" in timezone Europe/Berlin.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from ff6347 as a code owner September 6, 2020 23:09
@ff6347 ff6347 merged commit 68e1d47 into master Sep 7, 2020
@ff6347 ff6347 deleted the renovate/major-typescript-eslint-monorepo branch September 7, 2020 06:27
ff6347 pushed a commit that referenced this pull request Jul 4, 2022
# 1.0.0 (2022-07-04)

### Bug Fixes

* **deps:** update dependency @types/jest to v26 ([#14](#14)) ([23da456](23da456))
* **deps:** update dependency @types/node to v12.12.43 ([d396da2](d396da2))
* **deps:** update dependency @types/node to v12.12.44 ([acb7e9a](acb7e9a))
* **deps:** update dependency @types/node to v12.12.45 ([08aec53](08aec53))
* **deps:** update dependency eslint to v7.2.0 ([43aceee](43aceee))
* **deps:** update dependency eslint-config-prettier to v7 ([acee3bb](acee3bb))
* **deps:** update dependency eslint-plugin-jest to v24 ([#34](#34)) ([7a2d77a](7a2d77a))
* **deps:** update dependency lint-staged to v10.2.8 ([5002e8f](5002e8f))
* **deps:** update dependency lint-staged to v10.2.9 ([e1961fc](e1961fc))
* **deps:** update dependency ts-node to v10 ([7b54954](7b54954))
* **deps:** update dependency ts-node to v9 ([#30](#30)) ([b2a0c06](b2a0c06))
* **deps:** update dependency typescript to v3.9.5 ([29fe9b7](29fe9b7))
* **deps:** update dependency typescript to v4 ([#31](#31)) ([f2d4330](f2d4330))
* **deps:** update typescript-eslint monorepo to v3.2.0 ([bc1cbe3](bc1cbe3))
* **deps:** update typescript-eslint monorepo to v4 (major) ([#35](#35)) ([68e1d47](68e1d47))
* **exports:** Export default objects ([2701eeb](2701eeb))
* Prettier config ([5bec68f](5bec68f))
@ff6347
Copy link
Member

ff6347 commented Jul 4, 2022

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ff6347 ff6347 added the released label Jul 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants