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

chore(deps): update typescript-eslint monorepo to v4.26.0 #72

Merged
merged 1 commit into from
Jun 5, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin ^4.17.0 -> 4.26.0 age adoption passing confidence
@typescript-eslint/parser ^4.17.0 -> 4.26.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v4.26.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [member-ordering] add callback as an ordering type of node (#​3354) (d134b1f)
  • eslint-plugin: [space-infix-ops] Add support for Union and intersection of type declarations (#​3360) (3d29323)
  • scope-manager: reduce generated lib file size (#​3468) (258116b)

v4.25.0

Compare Source

Bug Fixes
  • corrected no-unsupported-browser-code in roadmap as unimplemented (#​3407) (2319b0e)
  • experimental-utils: fix isAwaitKeyword predicate in ast-utils (#​3290) (c15da67)
Features

v4.24.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] fix static class method generics shadowing class generics (#​3393) (b1e1c8a), closes #​2592
  • eslint-plugin: [no-unsafe-*] special case handling for the empty map constructor with no generics (#​3394) (cae4f4a), closes #​2109
Features
  • eslint-plugin: [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with noPropertyAccessFromIndexSignature (#​3361) (37ec2c2)

v4.23.0

Compare Source

Bug Fixes
  • scope-manager: fix visiting TSAsExpression in assignment (#​3355) (87521a0)
Features
  • experimental-utils: Include getCwd() in RuleContext type (#​3308) (2b75c11)
  • refactor to split AST specification out as its own module (#​2911) (25ea953)

4.22.1 (2021-05-04)

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

v4.22.1

Compare Source

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

v4.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unsafe-argument] handle tuple types on rest arguments (#​3269) (6f8cfe6)
Features

v4.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] consider keyof as an alias (#​3242) (329ef02)
  • eslint-plugin: [no-unnecessary-type-assertion] correct bad fix for angle bracket assertion (#​3244) (265a039)
  • eslint-plugin: [restrict-plus-operands] consider template literal types as strings (#​3234) (ccfd68e)
  • eslint-plugin: [strict-boolean-expressions] account for truthy literals (#​3236) (0913f40)
  • eslint-plugin: always ignore assignments in no-unnecessary-type-assertion (#​3235) (0221476)
Features
  • eslint-plugin: [no-unsafe-argument] add rule (#​3256) (b1aa7dc), closes #​791
  • eslint-plugin: [no-unsafe-call][no-unsafe-member-access] improve report messages for this for noImplicitThis (#​3199) (b1b26c4)

v4.20.0

Compare Source

Features
  • eslint-plugin: [space-infix-ops] support for class properties and type aliases (#​3231) (5414bf2)
  • eslint-plugin: [type-annotation-spacing] handle space between ? and : (#​3138) (40bdb0b)

v4.19.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] correct invalid fix for multiline with params on the same line (#​3177) (7ad343b)
  • eslint-plugin: [promise-function-async] bad fixer with computed and literal methods (#​3163) (e3a3ea0)
  • typescript-estree: [ts 4.2] add support for import type equal declaration (#​3189) (6a25faf)
Features

v4.18.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] fixes #​2864 related to functions in nested object properties (#​3178) (55e1fba)
  • eslint-plugin: [no-extran-class] allowWithDecorator should ignore other errors (#​3160) (a148673)
Features

Configuration

📅 Schedule: "every weekend" in timezone America/Toronto.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is behind base branch, 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 added the renovate label May 16, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 3ba9764 to b3ba69a Compare May 17, 2021 18:25
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.23.0 chore(deps): update typescript-eslint monorepo to v4.24.0 May 17, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b3ba69a to 84c68ef Compare May 24, 2021 18:22
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.24.0 chore(deps): update typescript-eslint monorepo to v4.25.0 May 24, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 84c68ef to 8a12a29 Compare May 31, 2021 18:20
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.25.0 chore(deps): update typescript-eslint monorepo to v4.26.0 May 31, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 8 times, most recently from ae96abc to 34bb0f3 Compare June 5, 2021 20:43
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 34bb0f3 to dd7d2d3 Compare June 5, 2021 20:45
@kunalnagar kunalnagar merged commit 5e915fb into master Jun 5, 2021
@kunalnagar kunalnagar deleted the renovate/typescript-eslint-monorepo branch June 5, 2021 20:47
kunalnagar pushed a commit that referenced this pull request Jun 5, 2021
[skip ci]

### [1.0.9](v1.0.8...v1.0.9) (2021-06-05)

### Chores

* **deps:** update dependency conventional-changelog-conventionalcommits to v4.6.0 ([#70](#70)) ([2620737](2620737))
* **deps:** update dependency eslint-plugin-import to v2.23.4 ([#73](#73)) ([81c8baf](81c8baf))
* **deps:** update dependency mocha to v8 ([#62](#62)) ([a9c8a0a](a9c8a0a))
* **deps:** update typescript-eslint monorepo to v4.26.0 ([#72](#72)) ([5e915fb](5e915fb))
@kunalnagar
Copy link
Member

🎉 This PR is included in version 1.0.9 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants