babel/babel
### [`v7.14.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7144-2021-05-28)
[Compare Source](https://togithub.com/babel/babel/compare/v7.14.2...v7.14.4)
##### :eyeglasses: Spec Compliance
- `babel-parser`
- [#13377](https://togithub.com/babel/babel/pull/13377) disallow surrogate in the end of contextual name ([@JLHwung](https://togithub.com/JLHwung))
- [#13328](https://togithub.com/babel/babel/pull/13328) perf: minimize identifier lookahead when parsing let ([@JLHwung](https://togithub.com/JLHwung))
- `babel-plugin-transform-typescript`
- [#13314](https://togithub.com/babel/babel/pull/13314) \[ts] Insert `export {}` when necessary to imply ESM ([@wbinnssmith](https://togithub.com/wbinnssmith))
##### :bug: Bug Fix
- `babel-plugin-transform-typescript`
- [#13381](https://togithub.com/babel/babel/pull/13381) \[ts] Remove override modifier ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- Other
- [#13338](https://togithub.com/babel/babel/pull/13338) Fix error when parsing ignored files with `@babel/eslint-parser` ([@devfservant](https://togithub.com/devfservant))
- `babel-parser`
- [#13333](https://togithub.com/babel/babel/pull/13333) refactor: add parse\*Literal parser routines ([@JLHwung](https://togithub.com/JLHwung))
##### :running_woman: Performance
- `babel-plugin-transform-block-scoping`
- [#13376](https://togithub.com/babel/babel/pull/13376) Improve performance ([@sokra](https://togithub.com/sokra))
- `babel-parser`
- [#13341](https://togithub.com/babel/babel/pull/13341) Faster tokenizer lookahead ([@JLHwung](https://togithub.com/JLHwung))
- [#13328](https://togithub.com/babel/babel/pull/13328) perf: minimize identifier lookahead when parsing let ([@JLHwung](https://togithub.com/JLHwung))
##### :microscope: Output optimization
- `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`
- [#13384](https://togithub.com/babel/babel/pull/13384) Hoist omitted keys from object spread operator ([@alanorozco](https://togithub.com/alanorozco))
benmosher/eslint-plugin-import
### [`v2.23.4`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#2234---2021-05-29)
[Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.23.3...v2.23.4)
##### Fixed
- \[`no-import-module-exports`]: Don't crash if packages have no entrypoint (\[[#2099](https://togithub.com/benmosher/eslint-plugin-import/issues/2099)], thanks \[[@eps1lon](https://togithub.com/eps1lon)])
- \[`no-extraneous-dependencies`]: fix package name algorithm (\[[#2097](https://togithub.com/benmosher/eslint-plugin-import/issues/2097)], thanks \[[@paztis](https://togithub.com/paztis)])
yannickcr/eslint-plugin-react
### [`v7.24.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#7240---20210527)
[Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0)
##### Added
- component detection: add componentWrapperFunctions setting ([#2713][] @[@jzabala](https://togithub.com/jzabala) [@LandonSchropp](https://togithub.com/LandonSchropp))
- \[`no-unused-prop-types`]: add ignore option ([#2972][] [@grit96](https://togithub.com/grit96))
- version detection: support recursive processor virtual filename ([#2965][] [@JounQin](https://togithub.com/JounQin))
##### Fixed
- \[`jsx-handler-names`]: properly substitute value into message ([#2975][] [@G-Rath](https://togithub.com/G-Rath))
- \[`jsx-uses-vars`]: ignore namespaces ([#2985][] [@remcohaszing](https://togithub.com/remcohaszing))
- \[`jsx-no-undef`]: ignore namespaces ([#2986][] [@remcohaszing](https://togithub.com/remcohaszing))
- \[`jsx-child-element-spacing`]: Don't flag whitespace around ` ` tags ([#2989][] [@pascalpp](https://togithub.com/pascalpp))
##### Changed
- \[Docs] \[`jsx-newline`]: Fix minor spelling error on rule name ([#2974][] [@DennisSkoko](https://togithub.com/DennisSkoko))
- \[Refactor] \[`void-dom-elements-no-children`]: improve performance
- \[readme] fix missing trailing commas ([#2980][] [@sugardon](https://togithub.com/sugardon))
- \[readme] fix broken anchor link ([#2982][] [@vzvu3k6k](https://togithub.com/vzvu3k6k))
- \[Docs] \[`jsx-child-element-spacing`]: fixes sentence which ends abruptly ([#2990][] [@pascalpp](https://togithub.com/pascalpp))
[7.24.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0
[#2990]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2990
[#2989]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2989
[#2986]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2986
[#2985]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2985
[#2982]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2982
[#2980]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2980
[#2977]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2977
[#2975]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2975
[#2974]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2974
[#2972]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2972
[#2965]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2965
[#2713]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2713
rollup/rollup
### [`v2.50.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2505)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.4...v2.50.5)
*2021-05-30*
##### Bug Fixes
- Detect side effects when accessing thenables ([#4115](https://togithub.com/rollup/rollup/issues/4115))
##### Pull Requests
- [#4114](https://togithub.com/rollup/rollup/pull/4114): use `colorette` instead of `turbocolor` ([@ryuever](https://togithub.com/ryuever))
- [#4115](https://togithub.com/rollup/rollup/pull/4115): Tracks side effects of thenables ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.50.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2504)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.3...v2.50.4)
*2021-05-29*
##### Bug Fixes
- Fix a situation where tree-shaking would stop including nodes prematurely ([#4111](https://togithub.com/rollup/rollup/issues/4111))
- Track mutations and accessor side effects when using `__proto__` in an object literal ([#4112](https://togithub.com/rollup/rollup/issues/4112))
- Check for getter effects when spreading an object ([#4113](https://togithub.com/rollup/rollup/issues/4113))
##### Pull Requests
- [#4111](https://togithub.com/rollup/rollup/pull/4111): Always request a new tree-shaking pass when deoptimizations of a node are first included ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4112](https://togithub.com/rollup/rollup/pull/4112): Actually set the prototype when using a **proto** property ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4113](https://togithub.com/rollup/rollup/pull/4113): Track access side effects when using object spread operator ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.50.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2503)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.2...v2.50.3)
*2021-05-28*
##### Bug Fixes
- Wrap parentheses around leading elements in simplified sequence expressions if this would otherwise lead to invalid code ([#4110](https://togithub.com/rollup/rollup/issues/4110))
- Do not associate block soped variables in catch clauses with the clause parameter ([#4108](https://togithub.com/rollup/rollup/issues/4108))
- Do not associate hoisted variables in catch clauses with outside variables if they match the parameter ([#4108](https://togithub.com/rollup/rollup/issues/4108))
- Use correct "this" context for tagged template literal member expressions in simplified sequences ([#4110](https://togithub.com/rollup/rollup/issues/4110))
##### Pull Requests
- [#4108](https://togithub.com/rollup/rollup/pull/4108): Correctly handle catch declarations ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4110](https://togithub.com/rollup/rollup/pull/4110): Invalid sequence expression simplification ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.50.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2502)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.1...v2.50.2)
*2021-05-27*
##### Bug Fixes
- Avoid unnecessary side effects when using methods like `.filter` and `.map` ([#4103](https://togithub.com/rollup/rollup/issues/4103))
- Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module ([#4104](https://togithub.com/rollup/rollup/issues/4104))
##### Pull Requests
- [#4103](https://togithub.com/rollup/rollup/pull/4103): Do not track side-effect-free array methods as side effects ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4104](https://togithub.com/rollup/rollup/pull/4104): Fix crash when using inlineDynamicImports with no-treeshake ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.50.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2501)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.0...v2.50.1)
*2021-05-26*
##### Bug Fixes
- Do not associate pure annotations in simplified expressions with wrong elements ([#4095](https://togithub.com/rollup/rollup/issues/4095))
- Prevent invalid code when simplified conditionals start with an IIFE function expression ([#4099](https://togithub.com/rollup/rollup/issues/4099))
##### Pull Requests
- [#4095](https://togithub.com/rollup/rollup/pull/4095): Correctly associate pure annotations and remove invalid ones ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4099](https://togithub.com/rollup/rollup/pull/4099): Wrap leading function expression iifes in conditionals ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.50.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2500)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.49.0...v2.50.0)
*2021-05-25*
##### Features
- Only include last elements of comma expressions if they are used or have side effects ([#4087](https://togithub.com/rollup/rollup/issues/4087))
##### Bug Fixes
- Prevent a crash that could occur when calling object methods ([#4091](https://togithub.com/rollup/rollup/issues/4091))
##### Pull Requests
- [#4085](https://togithub.com/rollup/rollup/pull/4085): Switch to ESLint ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4087](https://togithub.com/rollup/rollup/pull/4087): Drop unused last sequence element ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4091](https://togithub.com/rollup/rollup/pull/4091): Prevent crash for recursive "this" deoptimization ([@lukastaegert](https://togithub.com/lukastaegert))
Configuration
📅 Schedule: "before 3am on Monday" in timezone Europe/Moscow.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
7.14.2
->7.14.4
2.23.3
->2.23.4
7.23.2
->7.24.0
2.49.0
->2.50.5
Release Notes
babel/babel
### [`v7.14.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7144-2021-05-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.2...v7.14.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#13377](https://togithub.com/babel/babel/pull/13377) disallow surrogate in the end of contextual name ([@JLHwung](https://togithub.com/JLHwung)) - [#13328](https://togithub.com/babel/babel/pull/13328) perf: minimize identifier lookahead when parsing let ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#13314](https://togithub.com/babel/babel/pull/13314) \[ts] Insert `export {}` when necessary to imply ESM ([@wbinnssmith](https://togithub.com/wbinnssmith)) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#13381](https://togithub.com/babel/babel/pull/13381) \[ts] Remove override modifier ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - Other - [#13338](https://togithub.com/babel/babel/pull/13338) Fix error when parsing ignored files with `@babel/eslint-parser` ([@devfservant](https://togithub.com/devfservant)) - `babel-parser` - [#13333](https://togithub.com/babel/babel/pull/13333) refactor: add parse\*Literal parser routines ([@JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-plugin-transform-block-scoping` - [#13376](https://togithub.com/babel/babel/pull/13376) Improve performance ([@sokra](https://togithub.com/sokra)) - `babel-parser` - [#13341](https://togithub.com/babel/babel/pull/13341) Faster tokenizer lookahead ([@JLHwung](https://togithub.com/JLHwung)) - [#13328](https://togithub.com/babel/babel/pull/13328) perf: minimize identifier lookahead when parsing let ([@JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env` - [#13384](https://togithub.com/babel/babel/pull/13384) Hoist omitted keys from object spread operator ([@alanorozco](https://togithub.com/alanorozco))benmosher/eslint-plugin-import
### [`v2.23.4`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#2234---2021-05-29) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.23.3...v2.23.4) ##### Fixed - \[`no-import-module-exports`]: Don't crash if packages have no entrypoint (\[[#2099](https://togithub.com/benmosher/eslint-plugin-import/issues/2099)], thanks \[[@eps1lon](https://togithub.com/eps1lon)]) - \[`no-extraneous-dependencies`]: fix package name algorithm (\[[#2097](https://togithub.com/benmosher/eslint-plugin-import/issues/2097)], thanks \[[@paztis](https://togithub.com/paztis)])yannickcr/eslint-plugin-react
### [`v7.24.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#7240---20210527) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0) ##### Added - component detection: add componentWrapperFunctions setting ([#2713][] @[@jzabala](https://togithub.com/jzabala) [@LandonSchropp](https://togithub.com/LandonSchropp)) - \[`no-unused-prop-types`]: add ignore option ([#2972][] [@grit96](https://togithub.com/grit96)) - version detection: support recursive processor virtual filename ([#2965][] [@JounQin](https://togithub.com/JounQin)) ##### Fixed - \[`jsx-handler-names`]: properly substitute value into message ([#2975][] [@G-Rath](https://togithub.com/G-Rath)) - \[`jsx-uses-vars`]: ignore namespaces ([#2985][] [@remcohaszing](https://togithub.com/remcohaszing)) - \[`jsx-no-undef`]: ignore namespaces ([#2986][] [@remcohaszing](https://togithub.com/remcohaszing)) - \[`jsx-child-element-spacing`]: Don't flag whitespace around `` tags ([#2989][] [@pascalpp](https://togithub.com/pascalpp)) ##### Changed - \[Docs] \[`jsx-newline`]: Fix minor spelling error on rule name ([#2974][] [@DennisSkoko](https://togithub.com/DennisSkoko)) - \[Refactor] \[`void-dom-elements-no-children`]: improve performance - \[readme] fix missing trailing commas ([#2980][] [@sugardon](https://togithub.com/sugardon)) - \[readme] fix broken anchor link ([#2982][] [@vzvu3k6k](https://togithub.com/vzvu3k6k)) - \[Docs] \[`jsx-child-element-spacing`]: fixes sentence which ends abruptly ([#2990][] [@pascalpp](https://togithub.com/pascalpp)) [7.24.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0 [#2990]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2990 [#2989]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2989 [#2986]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2986 [#2985]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2985 [#2982]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2982 [#2980]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2980 [#2977]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2977 [#2975]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2975 [#2974]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2974 [#2972]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2972 [#2965]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2965 [#2713]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2713
rollup/rollup
### [`v2.50.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2505) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.4...v2.50.5) *2021-05-30* ##### Bug Fixes - Detect side effects when accessing thenables ([#4115](https://togithub.com/rollup/rollup/issues/4115)) ##### Pull Requests - [#4114](https://togithub.com/rollup/rollup/pull/4114): use `colorette` instead of `turbocolor` ([@ryuever](https://togithub.com/ryuever)) - [#4115](https://togithub.com/rollup/rollup/pull/4115): Tracks side effects of thenables ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.50.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2504) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.3...v2.50.4) *2021-05-29* ##### Bug Fixes - Fix a situation where tree-shaking would stop including nodes prematurely ([#4111](https://togithub.com/rollup/rollup/issues/4111)) - Track mutations and accessor side effects when using `__proto__` in an object literal ([#4112](https://togithub.com/rollup/rollup/issues/4112)) - Check for getter effects when spreading an object ([#4113](https://togithub.com/rollup/rollup/issues/4113)) ##### Pull Requests - [#4111](https://togithub.com/rollup/rollup/pull/4111): Always request a new tree-shaking pass when deoptimizations of a node are first included ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4112](https://togithub.com/rollup/rollup/pull/4112): Actually set the prototype when using a **proto** property ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4113](https://togithub.com/rollup/rollup/pull/4113): Track access side effects when using object spread operator ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.50.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2503) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.2...v2.50.3) *2021-05-28* ##### Bug Fixes - Wrap parentheses around leading elements in simplified sequence expressions if this would otherwise lead to invalid code ([#4110](https://togithub.com/rollup/rollup/issues/4110)) - Do not associate block soped variables in catch clauses with the clause parameter ([#4108](https://togithub.com/rollup/rollup/issues/4108)) - Do not associate hoisted variables in catch clauses with outside variables if they match the parameter ([#4108](https://togithub.com/rollup/rollup/issues/4108)) - Use correct "this" context for tagged template literal member expressions in simplified sequences ([#4110](https://togithub.com/rollup/rollup/issues/4110)) ##### Pull Requests - [#4108](https://togithub.com/rollup/rollup/pull/4108): Correctly handle catch declarations ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4110](https://togithub.com/rollup/rollup/pull/4110): Invalid sequence expression simplification ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.50.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2502) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.1...v2.50.2) *2021-05-27* ##### Bug Fixes - Avoid unnecessary side effects when using methods like `.filter` and `.map` ([#4103](https://togithub.com/rollup/rollup/issues/4103)) - Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module ([#4104](https://togithub.com/rollup/rollup/issues/4104)) ##### Pull Requests - [#4103](https://togithub.com/rollup/rollup/pull/4103): Do not track side-effect-free array methods as side effects ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4104](https://togithub.com/rollup/rollup/pull/4104): Fix crash when using inlineDynamicImports with no-treeshake ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.50.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2501) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.0...v2.50.1) *2021-05-26* ##### Bug Fixes - Do not associate pure annotations in simplified expressions with wrong elements ([#4095](https://togithub.com/rollup/rollup/issues/4095)) - Prevent invalid code when simplified conditionals start with an IIFE function expression ([#4099](https://togithub.com/rollup/rollup/issues/4099)) ##### Pull Requests - [#4095](https://togithub.com/rollup/rollup/pull/4095): Correctly associate pure annotations and remove invalid ones ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4099](https://togithub.com/rollup/rollup/pull/4099): Wrap leading function expression iifes in conditionals ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.50.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2500) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.49.0...v2.50.0) *2021-05-25* ##### Features - Only include last elements of comma expressions if they are used or have side effects ([#4087](https://togithub.com/rollup/rollup/issues/4087)) ##### Bug Fixes - Prevent a crash that could occur when calling object methods ([#4091](https://togithub.com/rollup/rollup/issues/4091)) ##### Pull Requests - [#4085](https://togithub.com/rollup/rollup/pull/4085): Switch to ESLint ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4087](https://togithub.com/rollup/rollup/pull/4087): Drop unused last sequence element ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4091](https://togithub.com/rollup/rollup/pull/4091): Prevent crash for recursive "this" deoptimization ([@lukastaegert](https://togithub.com/lukastaegert))Configuration
📅 Schedule: "before 3am on Monday" in timezone Europe/Moscow.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 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.