Skip to content
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

Update typescript-eslint monorepo to v5.38.0 (minor) #1177

Merged
merged 1 commit into from
Sep 26, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.38.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.37.0

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#​5539) (77d76e2)

5.36.2 (2022-09-05)

Bug Fixes
  • eslint-plugin: [no-extra-parens] handle generic ts array type. (#​5550) (0d6a190)
  • scope-manager: correct handling for class static blocks (#​5580) (35bb8dd)

5.36.1 (2022-08-30)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.36.2

Compare Source

Bug Fixes
  • eslint-plugin: [no-extra-parens] handle generic ts array type. (#​5550) (0d6a190)
  • scope-manager: correct handling for class static blocks (#​5580) (35bb8dd)

v5.36.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.36.0

Compare Source

Bug Fixes
Features

5.35.1 (2022-08-24)

Bug Fixes
  • eslint-plugin: correct rule schemas to pass ajv validation (#​5531) (dbf8b56)

v5.35.1

Compare Source

Bug Fixes
  • eslint-plugin: correct rule schemas to pass ajv validation (#​5531) (dbf8b56)

v5.35.0

Compare Source

Features
  • eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#​5492) (0edb94a)

v5.34.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-useless-constructor] handle parameter decorator (#​5450) (864dbcf)
Features
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5266) (aca935c)

5.33.1 (2022-08-15)

Bug Fixes
  • missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules internally) (#​5453) (d023910)

v5.33.1

Compare Source

Bug Fixes
  • missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules internally) (#​5453) (d023910)

v5.33.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-extra-parens] handle await with type assertion (#​5428) (e03826f)
  • website: add explicit frontmatter description to rule docs (#​5429) (63cba5f)
Features
  • eslint-plugin: [member-ordering] support static blocks (#​5417) (5983e5a)
  • eslint-plugin: [prefer-as-const] adds support for class properties (#​5413) (d2394f8)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.38.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.37.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.36.2 (2022-09-05)

Note: Version bump only for package @​typescript-eslint/parser

5.36.1 (2022-08-30)

Note: Version bump only for package @​typescript-eslint/parser

v5.36.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.36.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.36.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.35.1 (2022-08-24)

Note: Version bump only for package @​typescript-eslint/parser

v5.35.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.35.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.34.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.33.1 (2022-08-15)

Note: Version bump only for package @​typescript-eslint/parser

v5.33.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.33.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 8, 2022
@codecov
Copy link

codecov bot commented Aug 8, 2022

Codecov Report

Base: 96.74% // Head: 96.74% // No change to project coverage 👍

Coverage data is based on head (42cac90) compared to base (88b880a).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1177   +/-   ##
========================================
  Coverage    96.74%   96.74%           
========================================
  Files           43       43           
  Lines         1598     1598           
  Branches       436      436           
========================================
  Hits          1546     1546           
  Misses          48       48           
  Partials         4        4           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2c91a27 to c71c997 Compare August 15, 2022 19:05
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.33.0 (minor) Update typescript-eslint monorepo to v5.33.1 (minor) Aug 15, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c71c997 to 20fd5a8 Compare August 22, 2022 18:16
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.33.1 (minor) Update typescript-eslint monorepo to v5.34.0 (minor) Aug 22, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 20fd5a8 to 1fbabe2 Compare August 24, 2022 21:13
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.34.0 (minor) Update typescript-eslint monorepo to v5.35.1 (minor) Aug 24, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1fbabe2 to 8670b42 Compare August 30, 2022 05:30
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.35.1 (minor) Update typescript-eslint monorepo to v5.36.0 (minor) Aug 30, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8670b42 to 87019d8 Compare August 30, 2022 16:40
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.36.0 (minor) Update typescript-eslint monorepo to v5.36.1 (minor) Aug 30, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 87019d8 to 6d07f08 Compare September 5, 2022 17:42
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.36.1 (minor) Update typescript-eslint monorepo to v5.36.2 (minor) Sep 5, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6d07f08 to 86b1c7c Compare September 12, 2022 18:35
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.36.2 (minor) Update typescript-eslint monorepo to v5.37.0 (minor) Sep 12, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 86b1c7c to 42cac90 Compare September 19, 2022 18:14
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.37.0 (minor) Update typescript-eslint monorepo to v5.38.0 (minor) Sep 19, 2022
@sam-glendenning sam-glendenning merged commit faa080a into develop Sep 26, 2022
@sam-glendenning sam-glendenning deleted the renovate/typescript-eslint-monorepo branch September 26, 2022 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant