gagoar / use-herald-action

GitHub action to add reviewers, subscribers, labels, and assignees to your PR. You can validate your PR template as well.
https://gagoar.github.io/use-herald-action/
MIT License
53 stars 7 forks source link

Update typescript-eslint monorepo to v4.33.0 #498

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 4.31.2 -> 4.33.0 age adoption passing confidence
@typescript-eslint/parser 4.31.2 -> 4.33.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v4.33.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​4330-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4320v4330-2021-10-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) ##### Bug Fixes - **eslint-plugin:** \[lines-between-class-members] fix `exceptAfterOverload` for abstract methods ([#​3943](https://togithub.com/typescript-eslint/typescript-eslint/issues/3943)) ([240fc65](https://togithub.com/typescript-eslint/typescript-eslint/commit/240fc65c307769eae9b35e611fca74ba4c35a025)) - **eslint-plugin:** \[no-confusing-void-expression] support optional chaining ([#​3937](https://togithub.com/typescript-eslint/typescript-eslint/issues/3937)) ([c40dd13](https://togithub.com/typescript-eslint/typescript-eslint/commit/c40dd13df76b77052c85254622df5533307dc07e)) - **eslint-plugin:** \[no-restricted-imports] fix crash when no options given ([#​3947](https://togithub.com/typescript-eslint/typescript-eslint/issues/3947)) ([edaa3c1](https://togithub.com/typescript-eslint/typescript-eslint/commit/edaa3c10eb67bb89f9c6a78bd1ed593925c33f16)) - **eslint-plugin:** \[non-nullable-type-assertion-style] false-positive with non-nullish `as` assertions and types ([#​3940](https://togithub.com/typescript-eslint/typescript-eslint/issues/3940)) ([40760f9](https://togithub.com/typescript-eslint/typescript-eslint/commit/40760f98da0d23c7bce3da04cf37a56c10447bde)) - **eslint-plugin:** \[padding-line-between-statements] TSModuleBlock should change scope ([#​3944](https://togithub.com/typescript-eslint/typescript-eslint/issues/3944)) ([f8f534e](https://togithub.com/typescript-eslint/typescript-eslint/commit/f8f534e42b0ec517274442422c37ab019cf3c200)) - **eslint-plugin:** \[prefer-regexp-exec] check `RegExp` without flags ([#​3946](https://togithub.com/typescript-eslint/typescript-eslint/issues/3946)) ([0868725](https://togithub.com/typescript-eslint/typescript-eslint/commit/0868725713e8102e8932303d4c680340688e1fa9)) ### [`v4.32.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​4320-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4312v4320-2021-09-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) ##### Bug Fixes - **eslint-plugin:** \[consistent-type-definitions] correct fix for `export default` ([#​3899](https://togithub.com/typescript-eslint/typescript-eslint/issues/3899)) ([ebb33ed](https://togithub.com/typescript-eslint/typescript-eslint/commit/ebb33ed8bc29f69ca2a657ec5b31857c0aeb4b56)) - **eslint-plugin:** \[no-require-imports] report only global `require` ([#​3871](https://togithub.com/typescript-eslint/typescript-eslint/issues/3871)) ([8aa87a1](https://togithub.com/typescript-eslint/typescript-eslint/commit/8aa87a136e7cd7b40fbf09fcfa26bf04d1c6d5fe)) - **eslint-plugin:** \[no-shadow] ignore type-only imports properly ([#​3868](https://togithub.com/typescript-eslint/typescript-eslint/issues/3868)) ([dda9cee](https://togithub.com/typescript-eslint/typescript-eslint/commit/dda9cee68a5cd78b358a854027999c739ac623e9)) - **eslint-plugin:** \[no-var-requires] report problems within `NewExpression` ([#​3884](https://togithub.com/typescript-eslint/typescript-eslint/issues/3884)) ([ed5e459](https://togithub.com/typescript-eslint/typescript-eslint/commit/ed5e45983fa052accf3a7b5fcdbfcb15ed09490f)) - **eslint-plugin:** \[padding-line-between-statements] problems within namespaces not being reported ([#​3869](https://togithub.com/typescript-eslint/typescript-eslint/issues/3869)) ([1861356](https://togithub.com/typescript-eslint/typescript-eslint/commit/186135698b40b510ffff6a2402aa34f2726596ea)) - **eslint-plugin:** \[prefer-regexp-exec] respect flags when using `RegExp` ([#​3855](https://togithub.com/typescript-eslint/typescript-eslint/issues/3855)) ([ffdb5ff](https://togithub.com/typescript-eslint/typescript-eslint/commit/ffdb5ff9900e07374a2f3686447e3e2c78fbc38a)) - **eslint-plugin:** \[prefer-return-this-type] handle generics properly in fixer ([#​3852](https://togithub.com/typescript-eslint/typescript-eslint/issues/3852)) ([9e98b8f](https://togithub.com/typescript-eslint/typescript-eslint/commit/9e98b8f43ca6aadc9758a4e9a0d1d3c250af6cca)) - **eslint-plugin:** false-positive/negative with array index in no-unnecessary-condition ([#​3805](https://togithub.com/typescript-eslint/typescript-eslint/issues/3805)) ([bdb8f0b](https://togithub.com/typescript-eslint/typescript-eslint/commit/bdb8f0be1466e4a4b713e91199be91030650ed01)) ##### Features - **eslint-plugin:** \[no-type-alias]: add allowGenerics option ([#​3865](https://togithub.com/typescript-eslint/typescript-eslint/issues/3865)) ([4195919](https://togithub.com/typescript-eslint/typescript-eslint/commit/41959199735a6d4fe3ae7825f3087e8fb249be9f)) - **eslint-plugin:** add `no-non-null-asserted-nullish-coalescing` rule ([#​3349](https://togithub.com/typescript-eslint/typescript-eslint/issues/3349)) ([4e99961](https://togithub.com/typescript-eslint/typescript-eslint/commit/4e999614e9761f6dc7e5aa0c5bad76ab164ab3fb)) - **eslint-plugin:** add new extended rule `no-restricted-imports` ([#​3775](https://togithub.com/typescript-eslint/typescript-eslint/issues/3775)) ([ec5d506](https://togithub.com/typescript-eslint/typescript-eslint/commit/ec5d50696b249a207d322e4a2fc66582122eb010)) - **eslint-plugin-internal:** \[prefer-ast-types-enum] add `DefinitionType` enum ([#​3916](https://togithub.com/typescript-eslint/typescript-eslint/issues/3916)) ([13b7de5](https://togithub.com/typescript-eslint/typescript-eslint/commit/13b7de508e0f8eac492879ff9ab99acd8d3e977e)) #### [4.31.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [4.31.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v4.33.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​4330-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4320v4330-2021-10-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.32.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​4320-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4312v4320-2021-09-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) ##### Features - Support `'latest'` as `ecmaVersion` ([#​3873](https://togithub.com/typescript-eslint/typescript-eslint/issues/3873)) ([25a42c0](https://togithub.com/typescript-eslint/typescript-eslint/commit/25a42c0bbe92d1ecbc2e8ff9ef3a3ef413f728b0)) #### [4.31.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [4.31.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #498 (afb620b) into master (2271980) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #498   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          344       344           
  Branches        54        54           
=========================================
  Hits           344       344           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2271980...afb620b. Read the comment docs.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication