relay-tools / found-relay

Relay integration for Found
MIT License
276 stars 32 forks source link

chore(deps): update all non-major dependencies #571

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies patch ^7.12.0 -> ^7.12.1
eslint-config-prettier devDependencies minor ^6.14.0 -> ^6.15.0
eslint-plugin-jsx-a11y devDependencies minor ^6.3.1 -> ^6.4.1
graphql devDependencies minor ^15.3.0 -> ^15.4.0
lint-staged devDependencies minor ^10.4.2 -> ^10.5.1

Release Notes

eslint/eslint ### [`v7.12.1`](https://togithub.com/eslint/eslint/releases/v7.12.1) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.12.0...v7.12.1) - [`08f33e8`](https://togithub.com/eslint/eslint/commit/08f33e8b9a353c3183be6f937785db7a30fb90eb) Upgrade: [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc) to fix rule schema validation (fixes [#​13793](https://togithub.com/eslint/eslint/issues/13793)) ([#​13794](https://togithub.com/eslint/eslint/issues/13794)) (Brandon Mills) - [`aeef485`](https://togithub.com/eslint/eslint/commit/aeef485dc790571b1a82ac09904329e0226b66a9) Fix: Pass internal config paths in FileEnumerator default (fixes [#​13789](https://togithub.com/eslint/eslint/issues/13789)) ([#​13792](https://togithub.com/eslint/eslint/issues/13792)) (Brandon Mills) - [`631ae8b`](https://togithub.com/eslint/eslint/commit/631ae8b50e5f7975f10860e9e763b70b4f25182e) Sponsors: Sync README with website (ESLint Jenkins)
prettier/eslint-config-prettier ### [`v6.15.0`](https://togithub.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md#Version-6150-2020-10-27) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v6.14.0...v6.15.0) - Added: [@​typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba ([@​ybiquitous](https://togithub.com/ybiquitous))!!
evcohen/eslint-plugin-jsx-a11y ### [`v6.4.1`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md#​641--2020-10-26) [Compare Source](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.4.0...v6.4.1) ================== - [`f8a4496`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/f8a4496) Upgrade jsx-ast-utils to v3.1.0 ### [`v6.4.0`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md#​640--2020-10-26) [Compare Source](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.3.1...v6.4.0) ================== - [`83e4ff2`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/83e4ff2) [Deps] update `axe-core`, `jsx-ast-utils` - [`eb92b07`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/eb92b07) [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/plugin-transform-flow-strip-types`, `eslint-plugin-flowtype`, `eslint-plugin-import`, `estraverse`, `expect`, `object.assign` - [`3d98d7a`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/3d98d7a) [Deps] update `@babel/runtime`, `axe-core` - [`f702f62`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/f702f62) [readme] add Spanish translation - [`c2ae092`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/c2ae092) [Docs] `no-static-element-interactions`: Fixed rule name in comments - [`b90e20d`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/b90e20d) Fix screenreader -> screen reader - [`645900a`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/645900a) Fixed rule name in comments - [`381b9d6`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/381b9d6) [fix:634] Ignore control elements that are hidden - [`2c47f0a`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/2c47f0a) [Fix] `autocomplete-valid`: workaround for axe not being able to handle `null` - [`00bd6d8`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/00bd6d8) Add failing test for autocomplete with dynamic type - [`3c49c9a`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/3c49c9a) Add WCAG guidelines to rule documentation - [`4ecaf35`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/4ecaf35) Add a testcase for tablist to interactive supports focus - [`dac6864`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/dac6864) Deprecate the accessible-emoji rule - [`5191053`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/5191053) Update to axobject-query@2.2.0 - [`b315698`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/b315698) Allow negative tabindex in aria-activedescendant-has-tabindex - [`8e6fcd0`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/8e6fcd0) docs: fix travis badge now points to correct location at travis-ci.com - [`2234df7`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/2234df7) Account for additional control elements in label-has-associated-control - [`5cbb718`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/5cbb718) Adding test cases for label tests - [`66c425c`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/66c425c) Additional test case for no-redundant-roles
graphql/graphql-js ### [`v15.4.0`](https://togithub.com/graphql/graphql-js/releases/v15.4.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.3.0...v15.4.0) #### v15.4.0 (2020-10-26) ##### New Feature πŸš€ - [#​2731](https://togithub.com/graphql/graphql-js/pull/2731) execute/subscribe: simplify to improve debugging experience ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2733](https://togithub.com/graphql/graphql-js/pull/2733) Allow deprecating input fields and arguments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2744](https://togithub.com/graphql/graphql-js/pull/2744) parser: Export `Parser` class as unstable API ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2749](https://togithub.com/graphql/graphql-js/pull/2749) Add 'TypedQueryDocumentNode' TS type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2770](https://togithub.com/graphql/graphql-js/pull/2770) Adding experimental online parser ([@​hereisnaman](https://togithub.com/hereisnaman)) - [#​2797](https://togithub.com/graphql/graphql-js/pull/2797) Make print() break arguments over multiple lines ([@​draperunner](https://togithub.com/draperunner)) ##### Bug Fix 🐞 - [#​2696](https://togithub.com/graphql/graphql-js/pull/2696) GraphQLScalarType: default 'parseLiteral' should handle variables ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2706](https://togithub.com/graphql/graphql-js/pull/2706) buildASTSchema: should match order of default types and directives ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2784](https://togithub.com/graphql/graphql-js/pull/2784) Change `devAsserts` for checking `source` argument ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2786](https://togithub.com/graphql/graphql-js/pull/2786) fix: ensure variance of types matches how values are used ([@​ForbesLindesay](https://togithub.com/ForbesLindesay)) - [#​2788](https://togithub.com/graphql/graphql-js/pull/2788) Make specifiedByUrl in IntrospectionScalarType's flow type optional ([@​mjmahone](https://togithub.com/mjmahone)) - [#​2793](https://togithub.com/graphql/graphql-js/pull/2793) resolveType: add workaround for transformed schemas ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2795](https://togithub.com/graphql/graphql-js/pull/2795) subscribe: correct Flow definitions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2804](https://togithub.com/graphql/graphql-js/pull/2804) Added check for specific symbols in polyfills/symbols ([@​dionisnote](https://togithub.com/dionisnote)) ##### Docs πŸ“
4 PRs were merged - [#​2693](https://togithub.com/graphql/graphql-js/pull/2693) docs: Changed how to import graphqlHTTP in graphql-express modules ([@​solidw](https://togithub.com/solidw)) - [#​2718](https://togithub.com/graphql/graphql-js/pull/2718) introspectionQuery -> getIntrospectionQuery ([@​dobesv](https://togithub.com/dobesv)) - [#​2747](https://togithub.com/graphql/graphql-js/pull/2747) Update CONTRIBUTING.md ([@​adithyaakrishna](https://togithub.com/adithyaakrishna)) - [#​2806](https://togithub.com/graphql/graphql-js/pull/2806) Update outdated documentation ([@​Tapped](https://togithub.com/Tapped))
##### Polish πŸ’…
40 PRs were merged - [#​2695](https://togithub.com/graphql/graphql-js/pull/2695) Merge all tests for standard scalars into one file ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2697](https://togithub.com/graphql/graphql-js/pull/2697) Cleanup valueFromAST & valueFromASTUntyped tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2698](https://togithub.com/graphql/graphql-js/pull/2698) list-test: Simplify utility function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2700](https://togithub.com/graphql/graphql-js/pull/2700) Deprecate 'isDeprecated' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2701](https://togithub.com/graphql/graphql-js/pull/2701) introspection: simpify 'includeDeprecated' logic ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2702](https://togithub.com/graphql/graphql-js/pull/2702) Improve readability of readToken function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2703](https://togithub.com/graphql/graphql-js/pull/2703) lexer: inline positionAfterWhitespace function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2704](https://togithub.com/graphql/graphql-js/pull/2704) readToken: improve readability by rearranging character groups ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2705](https://togithub.com/graphql/graphql-js/pull/2705) lexer: Fix formatting ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2707](https://togithub.com/graphql/graphql-js/pull/2707) introspection-test: convert schemas to SDL ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2708](https://togithub.com/graphql/graphql-js/pull/2708) introspection-test: simplify tests for description fields ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2709](https://togithub.com/graphql/graphql-js/pull/2709) introspection-test: improve testing of trivial resolvers ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2710](https://togithub.com/graphql/graphql-js/pull/2710) validation-test: Improve typings ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2720](https://togithub.com/graphql/graphql-js/pull/2720) NoDeprecatedCustomRule-test: simplify test cases ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2724](https://togithub.com/graphql/graphql-js/pull/2724) Remove Flow file annotations & add missing 3rd-party typings ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2729](https://togithub.com/graphql/graphql-js/pull/2729) execute: simplify check for promises inside collections ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2736](https://togithub.com/graphql/graphql-js/pull/2736) list-test: improve tests readability ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2737](https://togithub.com/graphql/graphql-js/pull/2737) list-test: improve test readability (part 2) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2738](https://togithub.com/graphql/graphql-js/pull/2738) list-test: improve test readability (part 3) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2745](https://togithub.com/graphql/graphql-js/pull/2745) blockString-test: add test for not escaping characters ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2748](https://togithub.com/graphql/graphql-js/pull/2748) getBlockStringIndentation: simplify implementation ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2755](https://togithub.com/graphql/graphql-js/pull/2755) lists-test: remove unneeded async ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2756](https://togithub.com/graphql/graphql-js/pull/2756) lists-test: simplify generator test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2759](https://togithub.com/graphql/graphql-js/pull/2759) parser: improve formatting of the comments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2760](https://togithub.com/graphql/graphql-js/pull/2760) parser: generalize parsing of lists with delimiters ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2761](https://togithub.com/graphql/graphql-js/pull/2761) Switch all code to create GraphQLList/GraphQLNonNull instances with new ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2762](https://togithub.com/graphql/graphql-js/pull/2762) Enable 'new-cap' ESLint rule ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2765](https://togithub.com/graphql/graphql-js/pull/2765) Flow: add more typings for function arguments and return values ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2766](https://togithub.com/graphql/graphql-js/pull/2766) printer: simplify a few utility functions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2774](https://togithub.com/graphql/graphql-js/pull/2774) isCollection: add test that generator function is not iterable ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2775](https://togithub.com/graphql/graphql-js/pull/2775) Move 'isAsyncIterable' into 'jsutils' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2776](https://togithub.com/graphql/graphql-js/pull/2776) Flow: add hack to support 'Symbol.asyncIterator' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2777](https://togithub.com/graphql/graphql-js/pull/2777) Remove polyfill for 'flatMap' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2778](https://togithub.com/graphql/graphql-js/pull/2778) Add 'resolveOnNextTick' to use in tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2780](https://togithub.com/graphql/graphql-js/pull/2780) buildASTSchema-test: expend SDL descriptions test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2781](https://togithub.com/graphql/graphql-js/pull/2781) buildASTSchema-test: expend SDL descriptions test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2790](https://togithub.com/graphql/graphql-js/pull/2790) abstract-test: unify sync and async tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2791](https://togithub.com/graphql/graphql-js/pull/2791) Move `__typename` type resolution tests into appropriate file ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2796](https://togithub.com/graphql/graphql-js/pull/2796) subscribe-test: remove dependency on Node's EventEmitter ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2816](https://togithub.com/graphql/graphql-js/pull/2816) Convert fixtures to be JS files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal 🏠
13 PRs were merged - [#​2689](https://togithub.com/graphql/graphql-js/pull/2689) Update ignore files to ignore only top-level files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2690](https://togithub.com/graphql/graphql-js/pull/2690) Isolate integration tests from repository ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2742](https://togithub.com/graphql/graphql-js/pull/2742) integrationTests: add tests for supported Node versions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2743](https://togithub.com/graphql/graphql-js/pull/2743) integrationTests: add tests for supported Node versions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2752](https://togithub.com/graphql/graphql-js/pull/2752) integrationTests: add TS 4.0 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2753](https://togithub.com/graphql/graphql-js/pull/2753) integrationTests: minimise test logs ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2773](https://togithub.com/graphql/graphql-js/pull/2773) npm: CJS files now require other files using using explicit extensions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2783](https://togithub.com/graphql/graphql-js/pull/2783) LICENSE: Remove year from copyright ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2799](https://togithub.com/graphql/graphql-js/pull/2799) benchmark: switch to spawn intead of fork ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2802](https://togithub.com/graphql/graphql-js/pull/2802) integrationTests: remove shell command for copying files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2813](https://togithub.com/graphql/graphql-js/pull/2813) benchmark: extract benchmarks into separate folder and run them on NPM package ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2818](https://togithub.com/graphql/graphql-js/pull/2818) Cleanup '**fixtures**' leftovers ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2819](https://togithub.com/graphql/graphql-js/pull/2819) integrationTests: add Flow test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Dependency πŸ“¦
17 PRs were merged - [#​2691](https://togithub.com/graphql/graphql-js/pull/2691) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2699](https://togithub.com/graphql/graphql-js/pull/2699) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2713](https://togithub.com/graphql/graphql-js/pull/2713) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2723](https://togithub.com/graphql/graphql-js/pull/2723) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2739](https://togithub.com/graphql/graphql-js/pull/2739) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2751](https://togithub.com/graphql/graphql-js/pull/2751) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2754](https://togithub.com/graphql/graphql-js/pull/2754) Update Flow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2767](https://togithub.com/graphql/graphql-js/pull/2767) Update prettier ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2771](https://togithub.com/graphql/graphql-js/pull/2771) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2782](https://togithub.com/graphql/graphql-js/pull/2782) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2785](https://togithub.com/graphql/graphql-js/pull/2785) Update Flow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2789](https://togithub.com/graphql/graphql-js/pull/2789) Update Flow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2794](https://togithub.com/graphql/graphql-js/pull/2794) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2810](https://togithub.com/graphql/graphql-js/pull/2810) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2815](https://togithub.com/graphql/graphql-js/pull/2815) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2825](https://togithub.com/graphql/graphql-js/pull/2825) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2827](https://togithub.com/graphql/graphql-js/pull/2827) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 10 - Adithya Krishna([@​adithyaakrishna](https://togithub.com/adithyaakrishna)) - null([@​dionisnote](https://togithub.com/dionisnote)) - Dobes Vandermeer([@​dobesv](https://togithub.com/dobesv)) - Emil SandstΓΈ([@​Tapped](https://togithub.com/Tapped)) - Forbes Lindesay([@​ForbesLindesay](https://togithub.com/ForbesLindesay)) - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Mats Byrkjeland([@​draperunner](https://togithub.com/draperunner)) - Matt Mahoney([@​mjmahone](https://togithub.com/mjmahone)) - Naman Kumar([@​hereisnaman](https://togithub.com/hereisnaman)) - Taewan Go([@​solidw](https://togithub.com/solidw))
okonet/lint-staged ### [`v10.5.1`](https://togithub.com/okonet/lint-staged/releases/v10.5.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.5.0...v10.5.1) ##### Bug Fixes - update dependencies ([#​921](https://togithub.com/okonet/lint-staged/issues/921)) ([7933b08](https://togithub.com/okonet/lint-staged/commit/7933b081396d4a26d4c20fcd04c86c91cd89a8c6)) ### [`v10.5.0`](https://togithub.com/okonet/lint-staged/releases/v10.5.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.4.2...v10.5.0) ##### Features - allow reading config from stdin ([#​918](https://togithub.com/okonet/lint-staged/issues/918)) ([969713d](https://togithub.com/okonet/lint-staged/commit/969713d030515e4bafa6517244f8c41968f2b40b))

Renovate 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.