Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

chore(deps): update typescript-eslint monorepo to v2.34.0#100

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/typescript-eslint-monorepo
Open

chore(deps): update typescript-eslint monorepo to v2.34.0#100
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jan 7, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint

v2.34.0

Compare Source

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

v2.33.0

Compare Source

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

v2.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] support boolean in unions (#​1979) (6987ecc)
  • eslint-plugin: [no-type-alias] handle readonly types in aliases (#​1990) (56d9870)
  • eslint-plugin: [no-unused-expressions] inherit messages from base rule (#​1992) (51ca404)
Features

v2.31.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] handle missing declarations (#​1947) (383f931)
  • eslint-plugin: [method-signature-style] fix overloaded methods to an intersection type (#​1966) (7f3fba3)
  • eslint-plugin: [return-await] await in a normal function (#​1962) (f82fd7b)
  • eslint-plugin: [unbound-method] false positives for unary expressions (#​1964) (b35070e)
  • eslint-plugin: no-base-to-string boolean expression detect (#​1969) (f78f13a)
Features
  • eslint-plugin: [member-ordering] add decorators support (#​1870) (f7ec192)
  • eslint-plugin: [prefer-optional-chain] added option to convert to suggestion fixer (#​1965) (2f0824b)
  • eslint-plugin: new extended rule 'no-invalid-this' (#​1823) (b18bc35)
  • experimental-utils: expose our RuleTester extension (#​1948) (2dd1638)

v2.30.0

Compare Source

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

v2.29.0

Compare Source

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

v2.28.0

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] handle multiline params (#​1861) (5832a86)
  • eslint-plugin: [no-empty-interface] use suggestion fixer for ambient contexts (#​1880) (62b2278)
  • eslint-plugin: [unbound-method] false positive on property function initializer (#​1890) (f1c3b18)
  • eslint-plugin: [unbound-method] ignore assignments to methods (#​1736) (6b4680b)
  • eslint-plugin: no-empty-interface autofix (#​1865) (829a2f7), closes #​1864
  • eslint-plugin: use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#​1728) (05030f8)
Features
  • eslint-plugin: [ban-ts-comment] support ts-expect-error (#​1706) (469cff3)
  • eslint-plugin: [consistent-type-assertions] always allow const assertions (#​1713) (af2c00d)
  • eslint-plugin: [explicit-function-return-type] add option to allow concise arrows that start with void (#​1732) (2e9c202)
  • eslint-plugin: [explicit-module-boundary-types] add optio… (#​1778) (3eee804)
  • eslint-plugin: [no-base-to-string] add option to ignore tagged templates (#​1763) (f5edb99)
  • eslint-plugin: [restrict-template-expressions] add option allowAny (#​1762) (d44c0f9)
  • eslint-plugin: add rule prefer-reduce-type-parameter (#​1707) (c92d240)
  • eslint-plugin: add rule prefer-ts-expect-error (#​1705) (7021f21)
  • eslint-plugin: add rule no-unsafe-assignment (#​1694) (a49b860)

v2.27.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-throw-literal] fix crash caused by getBaseTypes (#​1830) (9d53c76)
  • eslint-plugin: [no-unsafe-call] fix incorrect selector (#​1826) (8ec53a3)
  • eslint-plugin: [require-await] handle async generators (#​1782) (9642d9d)
  • eslint-plugin: no-explicit-any constructor functions (& mo… (#​1711) (ab8572e)
Features

v2.26.0

Compare Source

Features
  • typescript-estree: add option to ignore certain folders from glob resolution (#​1802) (1e29e69)

v2.25.0

Compare Source

Bug Fixes
  • eslint-plugin: [quotes] false positive with backtick in import equals statement (#​1769) (199863d)
  • eslint-plugin: fix message of no-base-to-string (#​1755) (6646959)
Features
  • eslint-plugin: [no-unnec-type-assertion] allow const assertions (#​1741) (f76a1b3)
  • eslint-plugin: [no-unnecessary-condition] ignore basic array indexing false positives (#​1534) (2b9603d)
  • eslint-plugin: add class-literal-property-style rule (#​1582) (b2dbd89)
  • experimental-utils: expose ast utility functions (#​1670) (3eb5d45)

v2.24.0

Compare Source

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

v2.23.0

Compare Source

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

v2.22.0

Compare Source

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

v2.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [embt] ignore JSX callbacks (#​1630) (4d45b33)
  • eslint-plugin: [no-floating-promises] handle finally callback (#​1620) (1aa7135)
  • eslint-plugin: [typedef] allow array/object destructuring in for/of (#​1570) (660bace)
Features

v2.20.0

Compare Source

Features
  • eslint-plugin: [ban-types] allow banning null and undefined (#​821) (0b2b887)
  • eslint-plugin: [strict-boolean-expressions] refactor, add clearer error messages (#​1480) (db4b530)

2.19.2 (2020-02-10)

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

2.19.1 (2020-02-10)

Bug Fixes
  • eslint-plugin: [unbound-method] blacklist a few unbound natives (#​1562) (4670aab)

v2.19.2

Compare Source

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

v2.19.1

Compare Source

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

v2.19.0

Compare Source

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

v2.18.0

Compare Source

Bug Fixes
  • typescript-estree: fix identifier tokens typed as Keyword (#​1487) (77a1caa)
Features

v2.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] handle empty array-pattern (#​1450) (4726605)
  • eslint-plugin: [unbound-method] handling of logical expr (#​1440) (9c5b857)
  • eslint-plugin: set default-param-last as an extension rule (#​1445) (b5ef704)
  • typescript-estree: correct type of ArrayPattern.elements (#​1451) (62e4ca0)
Features
  • eslint-plugin: [naming-convention] allow not check format (#​1455) (61eb434)
  • eslint-plugin: [naming-convention] correct example (#​1455) (60683d7)
  • eslint-plugin: [no-extra-!-assert] flag ?. after !-assert (#​1460) (58c7c25)
  • eslint-plugin: add explicit-module-boundary-types rule (#​1020) (bb0a846)
  • eslint-plugin: add no-non-null-asserted-optional-chain (#​1469) (498aa24)
  • experimental-utils: expose getParserServices from utils (#​1448) (982c8bc)

v2.16.0

Compare Source

Bug Fixes
  • typescript-estree: resolve path relative to tsconfigRootDir (#​1439) (c709056)

v2.15.0

Compare Source

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


Configuration

📅 Schedule: "after 9:30am and before 5:30pm" in timezone Asia/Tokyo.

🚦 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 force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from c29f644 to d38907f Compare January 13, 2020 18:14
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.15.0 chore(deps): update typescript-eslint monorepo to v2.16.0 Jan 13, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from d38907f to ae0d3c7 Compare January 20, 2020 18:08
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.16.0 chore(deps): update typescript-eslint monorepo to v2.17.0 Jan 20, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from ae0d3c7 to 7f2b15d Compare January 27, 2020 18:16
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.17.0 chore(deps): update typescript-eslint monorepo to v2.18.0 Jan 27, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 7f2b15d to 48d0caa Compare February 3, 2020 18:10
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.18.0 chore(deps): update typescript-eslint monorepo to v2.19.0 Feb 3, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 48d0caa to a0c2f5c Compare February 10, 2020 19:43
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.19.0 chore(deps): update typescript-eslint monorepo to v2.19.1 Feb 10, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from a0c2f5c to b3f4101 Compare February 10, 2020 22:20
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.19.1 chore(deps): update typescript-eslint monorepo to v2.19.2 Feb 10, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from b3f4101 to 69b36f7 Compare February 17, 2020 18:11
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.19.2 chore(deps): update typescript-eslint monorepo to v2.20.0 Feb 17, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 69b36f7 to 569ead3 Compare February 24, 2020 18:16
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.20.0 chore(deps): update typescript-eslint monorepo to v2.21.0 Feb 24, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 569ead3 to 2fe2cdd Compare March 2, 2020 18:12
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.21.0 chore(deps): update typescript-eslint monorepo to v2.22.0 Mar 2, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 2fe2cdd to 887c056 Compare March 9, 2020 17:15
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.22.0 chore(deps): update typescript-eslint monorepo to v2.23.0 Mar 9, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 887c056 to 044c5b3 Compare March 16, 2020 17:16
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.23.0 chore(deps): update typescript-eslint monorepo to v2.24.0 Mar 16, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 044c5b3 to 1e6820a Compare March 23, 2020 17:08
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.24.0 chore(deps): update typescript-eslint monorepo to v2.25.0 Mar 23, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 1e6820a to 6aad40f Compare March 30, 2020 17:36
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.25.0 chore(deps): update typescript-eslint monorepo to v2.26.0 Mar 30, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 6aad40f to b7c9f44 Compare April 6, 2020 17:07
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.26.0 chore(deps): update typescript-eslint monorepo to v2.27.0 Apr 6, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from b7c9f44 to 0f71d0f Compare April 13, 2020 17:12
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.27.0 chore(deps): update typescript-eslint monorepo to v2.28.0 Apr 13, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 0f71d0f to 150eb02 Compare April 20, 2020 17:15
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.28.0 chore(deps): update typescript-eslint monorepo to v2.29.0 Apr 20, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 150eb02 to ade028d Compare April 27, 2020 17:16
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.29.0 chore(deps): update typescript-eslint monorepo Apr 27, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from ade028d to 4241539 Compare April 27, 2020 20:56
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v2.30.0 Apr 27, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 4241539 to 50755e1 Compare May 4, 2020 18:41
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.30.0 chore(deps): update typescript-eslint monorepo to v2.31.0 May 4, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 50755e1 to d3d3aa7 Compare May 11, 2020 17:30
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.31.0 chore(deps): update typescript-eslint monorepo to v2.32.0 May 11, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from d3d3aa7 to c71e294 Compare May 13, 2020 00:44
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.32.0 chore(deps): update typescript-eslint monorepo to v2.33.0 May 13, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from c71e294 to 122cd1c Compare May 18, 2020 17:48
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v2.33.0 chore(deps): update typescript-eslint monorepo to v2.34.0 May 18, 2020
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 9774d16 to e3a1c4a Compare July 19, 2020 17:16
@renovate renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from e3a1c4a to 6747d64 Compare July 26, 2020 17:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant