urql-graphql / urql-devtools-exchange

The exchange for usage with Urql Devtools
https://www.npmjs.com/package/@urql/devtools
MIT License
54 stars 6 forks source link

Update eslint #51

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin devDependencies minor ^2.29.0 -> ^2.31.0
@typescript-eslint/parser devDependencies minor ^2.29.0 -> ^2.31.0
eslint-config-prettier devDependencies minor ^6.10.1 -> ^6.11.0

Release Notes

typescript-eslint/typescript-eslint ### [`v2.31.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2310-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2300v2310-2020-05-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.30.0...v2.31.0) ##### Bug Fixes - **eslint-plugin:** [dot-notation] handle missing declarations ([#​1947](https://togithub.com/typescript-eslint/typescript-eslint/issues/1947)) ([383f931](https://togithub.com/typescript-eslint/typescript-eslint/commit/383f93182599c00e231a0f0d36575ca0e19369a6)) - **eslint-plugin:** [method-signature-style] fix overloaded methods to an intersection type ([#​1966](https://togithub.com/typescript-eslint/typescript-eslint/issues/1966)) ([7f3fba3](https://togithub.com/typescript-eslint/typescript-eslint/commit/7f3fba348d432d7637e1c737df943ee1f9105062)) - **eslint-plugin:** [return-await] await in a normal function ([#​1962](https://togithub.com/typescript-eslint/typescript-eslint/issues/1962)) ([f82fd7b](https://togithub.com/typescript-eslint/typescript-eslint/commit/f82fd7bb81f986c4861d0b4e2ecdb0c496d7a602)) - **eslint-plugin:** [unbound-method] false positives for unary expressions ([#​1964](https://togithub.com/typescript-eslint/typescript-eslint/issues/1964)) ([b35070e](https://togithub.com/typescript-eslint/typescript-eslint/commit/b35070ec6f84ad5ce606386cdb6eeb91488dfdd7)) - **eslint-plugin:** no-base-to-string boolean expression detect ([#​1969](https://togithub.com/typescript-eslint/typescript-eslint/issues/1969)) ([f78f13a](https://togithub.com/typescript-eslint/typescript-eslint/commit/f78f13aedd59d5b5880903d48c779a6c50fd937e)) ##### Features - **eslint-plugin:** [member-ordering] add decorators support ([#​1870](https://togithub.com/typescript-eslint/typescript-eslint/issues/1870)) ([f7ec192](https://togithub.com/typescript-eslint/typescript-eslint/commit/f7ec1920607cb8eec8020b08cd7247de0bf19ce1)) - **eslint-plugin:** [prefer-optional-chain] added option to convert to suggestion fixer ([#​1965](https://togithub.com/typescript-eslint/typescript-eslint/issues/1965)) ([2f0824b](https://togithub.com/typescript-eslint/typescript-eslint/commit/2f0824b0a41f3043b6242fc1d49faae540abaf22)) - **eslint-plugin:** new extended rule 'no-invalid-this' ([#​1823](https://togithub.com/typescript-eslint/typescript-eslint/issues/1823)) ([b18bc35](https://togithub.com/typescript-eslint/typescript-eslint/commit/b18bc357507337b9725f8d9c1b549513075a0da5)) - **eslint-plugin-internal:** add rule no-poorly-typed-ts-props ([#​1949](https://togithub.com/typescript-eslint/typescript-eslint/issues/1949)) ([56ea7c9](https://togithub.com/typescript-eslint/typescript-eslint/commit/56ea7c9581c0c99fe394bbcfc4128e8054c88ab2)) - **experimental-utils:** expose our RuleTester extension ([#​1948](https://togithub.com/typescript-eslint/typescript-eslint/issues/1948)) ([2dd1638](https://togithub.com/typescript-eslint/typescript-eslint/commit/2dd1638aaa2658ba99b2341861146b586f489121)) ### [`v2.30.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2300-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2290v2300-2020-04-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.29.0...v2.30.0) ##### Bug Fixes - **eslint-plugin:** [prefer-string-starts-ends-with] check for negative start index in slice ([#​1920](https://togithub.com/typescript-eslint/typescript-eslint/issues/1920)) ([ed2bd60](https://togithub.com/typescript-eslint/typescript-eslint/commit/ed2bd6067f74ae33e36a084719bb91efedfba599)) - **eslint-plugin:** fix no-base-to-string boolean literal check ([#​1850](https://togithub.com/typescript-eslint/typescript-eslint/issues/1850)) ([2f45e99](https://togithub.com/typescript-eslint/typescript-eslint/commit/2f45e9992a8f12b6233716e77a6159f9cea2c879)) ##### Features - **eslint-plugin:** add extension rule `dot-notation` ([#​1867](https://togithub.com/typescript-eslint/typescript-eslint/issues/1867)) ([a85c3e1](https://togithub.com/typescript-eslint/typescript-eslint/commit/a85c3e1515d735b6c245cc658cdaec6deb05d630)) - **eslint-plugin:** create `no-invalid-void-type` rule ([#​1847](https://togithub.com/typescript-eslint/typescript-eslint/issues/1847)) ([f667ff1](https://togithub.com/typescript-eslint/typescript-eslint/commit/f667ff1708d4ed28b7ea5beea742889da69a76d9)) - **experimental-utils:** allow rule options to be a readonly tuple ([#​1924](https://togithub.com/typescript-eslint/typescript-eslint/issues/1924)) ([4ef6788](https://togithub.com/typescript-eslint/typescript-eslint/commit/4ef67884962b6aac61cc895aaa3ba16aa892ecf4))
prettier/eslint-config-prettier ### [`v6.11.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-6110-2020-04-21) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v6.10.1...v6.11.0) - Added: [@​typescript-eslint/keyword-spacing]. Thanks to Hans Bergren ([@​hbergren](https://togithub.com/hbergren))!

Renovate configuration

:date: Schedule: "every weekday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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