Skip to content

fix(deps): update typescript-eslint monorepo to v2.29.0 #137

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

Merged
merged 1 commit into from
Apr 21, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2020

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin dependencies minor 2.27.0 -> 2.29.0
@typescript-eslint/parser dependencies minor 2.27.0 -> 2.29.0

Release Notes

typescript-eslint/typescript-eslint

v2.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#​1916) (369978e)
Features
  • eslint-plugin: [no-floating-promise] add option to ignore IIFEs (#​1799) (cea51bf)
  • eslint-plugin: [restrict-template-expressions] add support for intersection types (#​1803) (cc70e4f)
  • eslint-plugin: add extension rule init-declarations (#​1814) (b01f5e7)
  • eslint-plugin: add extension rule keyword-spacing (#​1739) (c5106dd)

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)

Renovate configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Lisbon.

🚦 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 added the dependencies Pull requests that update a dependency file label Apr 19, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4ed120d to 9c9d5de Compare April 20, 2020 17:08
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v2.28.0 fix(deps): update typescript-eslint monorepo to v2.29.0 Apr 20, 2020
@rfgamaral rfgamaral merged commit 522cb9f into master Apr 21, 2020
@rfgamaral rfgamaral deleted the renovate/typescript-eslint-monorepo branch April 21, 2020 19:16
rfgamaral pushed a commit that referenced this pull request Jun 19, 2020
# [3.0.0](v2.0.0...v3.0.0) (2020-06-19)

### Bug Fixes

* **deps:** update dependency eslint-config-airbnb to v18.2.0 ([#166](#166)) ([2e78f09](2e78f09))
* **deps:** update dependency eslint-config-airbnb-base to v14.2.0 ([#163](#163)) ([a65551f](a65551f))
* **deps:** update dependency eslint-config-prettier to v6.11.0 ([#140](#140)) ([3fb8b63](3fb8b63))
* **deps:** update dependency eslint-plugin-import to v2.20.2 ([#122](#122)) ([da6dc54](da6dc54))
* **deps:** update dependency eslint-plugin-import to v2.21.2 ([#162](#162)) ([daa69eb](daa69eb))
* **deps:** update dependency eslint-plugin-jsx-a11y to v6.3.0 ([#167](#167)) ([5902c86](5902c86))
* **deps:** update dependency eslint-plugin-prettier to v3.1.3 ([#133](#133)) ([644bdac](644bdac))
* **deps:** update dependency eslint-plugin-prettier to v3.1.4 ([#164](#164)) ([cffc338](cffc338))
* **deps:** update dependency eslint-plugin-react to v7.20.0 ([#153](#153)) ([e4590af](e4590af))
* **deps:** update dependency eslint-plugin-react-hooks to v4 ([#124](#124)) ([51c5f1b](51c5f1b))
* **deps:** update typescript-eslint monorepo to v2.25.0 ([#123](#123)) ([1686e92](1686e92))
* **deps:** update typescript-eslint monorepo to v2.26.0 ([#127](#127)) ([cb26926](cb26926))
* **deps:** update typescript-eslint monorepo to v2.27.0 ([#130](#130)) ([f45e4ac](f45e4ac))
* **deps:** update typescript-eslint monorepo to v2.29.0 ([#137](#137)) ([522cb9f](522cb9f))
* **deps:** update typescript-eslint monorepo to v2.30.0 ([#144](#144)) ([1dad430](1dad430))
* **deps:** update typescript-eslint monorepo to v3 ([#155](#155)) ([f0460bd](f0460bd))
* **peers:** update dependency eslint to ^6.8 ([dc3a34e](dc3a34e))

### Features

* **peers:** support ESLint v7 ([668dd5b](668dd5b))

### BREAKING CHANGES

* **peers:** drop support for ESLint versions unsupported by Airbnb
configurations
@rfgamaral
Copy link
Owner

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants