Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
^4.3.0
^4.4.0
^7.10.0
^7.11.0
^7.21.3
^7.21.4
^2.28.2
^2.29.0
^9.1.0
^9.2.0
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
: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.
This PR contains the following updates:
^4.3.0
->^4.4.0
^4.3.0
->^4.4.0
^7.10.0
->^7.11.0
^7.21.3
->^7.21.4
^2.28.2
->^2.29.0
^9.1.0
->^9.2.0
Release Notes
typescript-eslint/typescript-eslint
### [`v4.4.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#440-httpsgithubcomtypescript-eslinttypescript-eslintcomparev430v440-2020-10-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) ##### Features - **eslint-plugin:** add `consistent-indexed-object-style` rule ([#2401](https://togithub.com/typescript-eslint/typescript-eslint/issues/2401)) ([d7dc108](https://togithub.com/typescript-eslint/typescript-eslint/commit/d7dc108580cdcb9890ac0539e7223aedbff4a0ed)) - **eslint-plugin:** add extension rule `no-duplicate-imports` ([#2609](https://togithub.com/typescript-eslint/typescript-eslint/issues/2609)) ([498f397](https://togithub.com/typescript-eslint/typescript-eslint/commit/498f397ff3898dde631f37311615b555f38a414e))eslint/eslint
### [`v7.11.0`](https://togithub.com/eslint/eslint/releases/v7.11.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.10.0...v7.11.0) - [`23e966f`](https://togithub.com/eslint/eslint/commit/23e966f6cf2a6c6b699dff5d6950ece3cc396498) Chore: Refactor CLIEngine tests (refs [#13481](https://togithub.com/eslint/eslint/issues/13481)) ([#13709](https://togithub.com/eslint/eslint/issues/13709)) (Nicholas C. Zakas) - [`fa9429a`](https://togithub.com/eslint/eslint/commit/fa9429aac0ffed505f3f02e8fc75f646c69f5c61) Fix: don't count line after EOF in max-lines ([#13735](https://togithub.com/eslint/eslint/issues/13735)) (Milos Djermanovic) - [`d973675`](https://togithub.com/eslint/eslint/commit/d973675a5c06a2bd4f8ce640c78b67842cfebfd4) Docs: Update anchor links to use existing linkrefs (refs [#13715](https://togithub.com/eslint/eslint/issues/13715)) ([#13741](https://togithub.com/eslint/eslint/issues/13741)) (Brandon Mills) - [`2c6d774`](https://togithub.com/eslint/eslint/commit/2c6d774c89dcd14f386bd9d73d451fa2a892c3ef) Docs: Fix typos ([#13730](https://togithub.com/eslint/eslint/issues/13730)) (Frieder Bluemle) - [`cc468c0`](https://togithub.com/eslint/eslint/commit/cc468c01021385a028de727eefcd442e7f34875c) Upgrade: eslint-visitor-keys@2.0.0 ([#13732](https://togithub.com/eslint/eslint/issues/13732)) (Milos Djermanovic) - [`ab0ac6c`](https://togithub.com/eslint/eslint/commit/ab0ac6c532fb7b7d49779c8913146244d680743b) Docs: Fix anchor links ([#13715](https://togithub.com/eslint/eslint/issues/13715)) (Gary Moore) - [`27f0de6`](https://togithub.com/eslint/eslint/commit/27f0de62e6281c28043be38ef051818c9edc15cd) Fix: account for linebreaks before postfix `++`/`--` in no-extra-parens ([#13731](https://togithub.com/eslint/eslint/issues/13731)) (Milos Djermanovic) - [`da78fa1`](https://togithub.com/eslint/eslint/commit/da78fa11632a2908db4ac494012a16f5d5a88a64) Update: support async arrow fn in function-paren-newline (fixes [#13728](https://togithub.com/eslint/eslint/issues/13728)) ([#13729](https://togithub.com/eslint/eslint/issues/13729)) (Michal Dziekonski) - [`fe301b8`](https://togithub.com/eslint/eslint/commit/fe301b8cc0762d7f4edd59603ca51ed0ec0c2a43) Docs: Add configuration comments in examples ([#13738](https://togithub.com/eslint/eslint/issues/13738)) (YeonJuan) - [`504408c`](https://togithub.com/eslint/eslint/commit/504408cd65e9d8827b2b8bbeb8f589df90eee523) Sponsors: Sync README with website (ESLint Jenkins) - [`3900659`](https://togithub.com/eslint/eslint/commit/390065985b2289ad4412a83598e3e833c382d27e) Sponsors: Sync README with website (ESLint Jenkins) - [`c1974b3`](https://togithub.com/eslint/eslint/commit/c1974b3f7169a8e5fab7007df92d02d8c1a8d5a3) Sponsors: Sync README with website (ESLint Jenkins) - [`6f4abe5`](https://togithub.com/eslint/eslint/commit/6f4abe5d5ade2711cc4c21bc8485af952763c2d3) Sponsors: Sync README with website (ESLint Jenkins)yannickcr/eslint-plugin-react
### [`v7.21.4`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#7214---20201009) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4) ##### Fixed - [`no-unused-prop-types`]: Silence false positive on `never` type in TS ([#2815][] [@pcorpet](https://togithub.com/pcorpet)) - [`jsx-indent-props`]: Apply indentation when operator is used in front of the upper line ([#2808][], [#2820][] [@Moong0122](https://togithub.com/Moong0122)) - [Deps] update `jsx-ast-utils` ([#2822][] [jsx-eslint/jsx-ast-utils#102][] [@ljharb](https://togithub.com/ljharb)) [7.21.4]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4 [#2822]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2822 [#2820]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2820 [#2815]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2815 [#2808]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2808 [jsx-eslint/jsx-ast-utils#102]: https://togithub.com/jsx-eslint/jsx-ast-utils/pull/102rollup/rollup
### [`v2.29.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2290) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.28.2...v2.29.0) _2020-10-08_ ##### Features - Allow passing custom options to other plugins via `this.resolve` ([#3807](https://togithub.com/rollup/rollup/issues/3807)) - Allow attaching custom meta information to modules when resolving, loading or transforming ([#3807](https://togithub.com/rollup/rollup/issues/3807)) - Do not throw but return `null` when using `this.getModuleInfo` for an unknown id ([#3807](https://togithub.com/rollup/rollup/issues/3807)) ##### Bug Fixes - Trigger build in watch mode when files are added to a watched directory ([#3812](https://togithub.com/rollup/rollup/issues/3812)) - Make `code` optional when transforming modules ([#3807](https://togithub.com/rollup/rollup/issues/3807)) ##### Pull Requests - [#3807](https://togithub.com/rollup/rollup/pull/3807): Implement new APIs for inter-plugin communication ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3808](https://togithub.com/rollup/rollup/pull/3808): Document that the default value of --format is 'es' ([@jameshfisher](https://togithub.com/jameshfisher)) - [#3812](https://togithub.com/rollup/rollup/pull/3812): Watch: listen for new files added to a directory ([@dmitrage](https://togithub.com/dmitrage))sinonjs/sinon
### [`v9.2.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#920--2020-10-06) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v9.1.0...v9.2.0) ================== - Update dependencies ([#2299](https://togithub.com/sinonjs/sinon/issues/2299)) - Update sandbox docs with missing comma - Add minor markdown formatting to release docs for sandbox - Minor formatting improvements to legacy sandbox documentationRenovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
: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.