relay-tools / found-relay

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

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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.13.10 -> ^7.13.13 age adoption passing confidence
@babel/node (source) ^7.13.10 -> ^7.13.13 age adoption passing confidence
eslint (source) ^7.22.0 -> ^7.23.0 age adoption passing confidence
eslint-plugin-react ^7.22.0 -> ^7.23.1 age adoption passing confidence
react (source) ^17.0.1 -> ^17.0.2 age adoption passing confidence
react-dom (source) ^17.0.1 -> ^17.0.2 age adoption passing confidence

Release Notes

babel/babel ### [`v7.13.13`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71313-2021-03-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.10...v7.13.13) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​12441](https://togithub.com/babel/babel/pull/12441) Disallow await before exponential ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-core` - [#​13031](https://togithub.com/babel/babel/pull/13031) Correctly handle relative `browserslistConfigFile` paths ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-preset-env` - [#​13028](https://togithub.com/babel/babel/pull/13028) Resolve `.browserslistrc` as a project-wide file ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-constant-elements` - [#​13054](https://togithub.com/babel/babel/pull/13054) fix: constant variables only enable constant react elements ([@​cgood92](https://togithub.com/cgood92)) - `babel-types` - [#​13046](https://togithub.com/babel/babel/pull/13046) fix(types): add missing range for BaseNode ([@​JounQin](https://togithub.com/JounQin)) - `babel-node` - [#​13037](https://togithub.com/babel/babel/pull/13037) fix: make babel-node spawned process bubble msg ([@​lambertkevin](https://togithub.com/lambertkevin)) - [#​13037](https://togithub.com/babel/babel/pull/13037) fix: make babel-node spawned process bubble msg ([@​lambertkevin](https://togithub.com/lambertkevin)) - `babel-parser` - [#​12933](https://togithub.com/babel/babel/pull/12933) fix(ts): parenthesized assert and assign ([@​fedeci](https://togithub.com/fedeci)) ##### :nail_care: Polish - `babel-cli`, `babel-core` - [#​12954](https://togithub.com/babel/babel/pull/12954) Do not bail on SHOW_CONFIG_FOR matches ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core` - [#​13021](https://togithub.com/babel/babel/pull/13021) Remove lodash sortBy use ([@​jridgewell](https://togithub.com/jridgewell)) - Other - [#​13055](https://togithub.com/babel/babel/pull/13055) Replace CircleCI badge by GitHub CI ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​13044](https://togithub.com/babel/babel/pull/13044) Expand type definitions for path.{get,set}Data to cover symbols ([@​addaleax](https://togithub.com/addaleax)) ##### :running_woman: Performance - `babel-core` - [#​13040](https://togithub.com/babel/babel/pull/13040) Set `rootMode: "root"` in `loadPartialConfig` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
eslint/eslint ### [`v7.23.0`](https://togithub.com/eslint/eslint/releases/v7.23.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.22.0...v7.23.0) - [`687ccae`](https://togithub.com/eslint/eslint/commit/687ccae517b8b815cf21e948f80d22e2bf118a99) Update: add option "allowInParentheses" to no-sequences (fixes [#​14197](https://togithub.com/eslint/eslint/issues/14197)) ([#​14199](https://togithub.com/eslint/eslint/issues/14199)) (Daniel Rentz) - [`dbf2529`](https://togithub.com/eslint/eslint/commit/dbf252964d9a2b8957cfe0aed5c87a6d4a5cce24) Sponsors: Sync README with website (ESLint Jenkins) - [`4bdf2c1`](https://togithub.com/eslint/eslint/commit/4bdf2c1dade27625b601080687ce95b8c229e491) Sponsors: Sync README with website (ESLint Jenkins) - [`49d1697`](https://togithub.com/eslint/eslint/commit/49d16977d969070e5240074e76036f56631a90d3) Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps ([#​14244](https://togithub.com/eslint/eslint/issues/14244)) (Brandon Mills) - [`43f1685`](https://togithub.com/eslint/eslint/commit/43f1685356b9840e09631843ad9ccf0440a498b0) Update: `--quiet` should not supress `--max-warnings` (fixes [#​14202](https://togithub.com/eslint/eslint/issues/14202)) ([#​14242](https://togithub.com/eslint/eslint/issues/14242)) (Milos Djermanovic) - [`909c727`](https://togithub.com/eslint/eslint/commit/909c7271b8d294bd884827ad5df02615b6ec5e82) Docs: Add valid example that shows vars in a block scope ([#​14230](https://togithub.com/eslint/eslint/issues/14230)) (Ed S) - [`28583eb`](https://togithub.com/eslint/eslint/commit/28583eb8ada20f32579841bec3fbd60a018d5931) Fix: no-mixed-operators false positives with `? :` (fixes [#​14223](https://togithub.com/eslint/eslint/issues/14223)) ([#​14226](https://togithub.com/eslint/eslint/issues/14226)) (Milos Djermanovic) - [`a99eb2d`](https://togithub.com/eslint/eslint/commit/a99eb2dc2a297d16e40a9feef3956668716c4eb5) Fix: Clarify line breaks in object-curly-newline (fixes [#​14024](https://togithub.com/eslint/eslint/issues/14024)) ([#​14063](https://togithub.com/eslint/eslint/issues/14063)) (armin yahya) - [`8984c91`](https://togithub.com/eslint/eslint/commit/8984c91372e64d1e8dd2ce21b87b80977d57bff9) Update: eslint --env-info output os info ([#​14059](https://togithub.com/eslint/eslint/issues/14059)) (薛定谔的猫) - [`2a79306`](https://togithub.com/eslint/eslint/commit/2a79306f71c4c80f1e3e73be2a140d07cf55c63d) Sponsors: Sync README with website (ESLint Jenkins) - [`ebd7026`](https://togithub.com/eslint/eslint/commit/ebd70263f6e6fe597613d90f4b8de84710c2f3d6) Docs: Fix typo ([#​14225](https://togithub.com/eslint/eslint/issues/14225)) (Greg Finley) - [`a2013fc`](https://togithub.com/eslint/eslint/commit/a2013fcf996c8651bc760df21d900442828a6884) Sponsors: Sync README with website (ESLint Jenkins)
yannickcr/eslint-plugin-react ### [`v7.23.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7231---20210323) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1) ##### Fixed - version detection: support processor virtual filename ([#​2949][] [@​JounQin](https://togithub.com/JounQin)) [7.23.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1 [#​2949]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2949 ### [`v7.23.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7230---20210322) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0) ##### Added - [`jsx-no-target-blank`]: add fixer ([#​2862][] [@​Nokel81](https://togithub.com/Nokel81)) - [`jsx-pascal-case`]: support minimatch `ignore` option ([#​2906][] [@​bcherny](https://togithub.com/bcherny)) - [`jsx-pascal-case`]: support `allowNamespace` option ([#​2917][] [@​kev-y-huang](https://togithub.com/kev-y-huang)) - [`jsx-newline`]: Add prevent option ([#​2935][] [@​jsphstls](https://togithub.com/jsphstls)) - [`no-unstable-nested-components`]: Prevent creating unstable components inside components ([#​2750][] [@​AriPerkkio](https://togithub.com/AriPerkkio)) - added `jsx-runtime` config, for the modern JSX runtime transform ([@​ljharb](https://togithub.com/ljharb)) ##### Fixed - [`jsx-no-constructed-context-values`]: avoid a crash with `as X` TS code ([#​2894][] [@​ljharb](https://togithub.com/ljharb)) - [`jsx-no-constructed-context-values`]: avoid a crash with boolean shorthand ([#​2895][] [@​ljharb](https://togithub.com/ljharb)) - [`static-property-placement`]: do not report non-components ([#​2893][] [@​golopot](https://togithub.com/golopot)) - [`no-array-index-key`]: support optional chaining ([#​2897][] [@​SyMind](https://togithub.com/SyMind)) - [`no-typos`]: avoid a crash on bindingless `prop-types` import; add warning ([#​2899][] [@​ljharb](https://togithub.com/ljharb)) - [`jsx-curly-brace-presence`]: ignore containers with comments ([#​2900][] [@​golopot](https://togithub.com/golopot)) - [`destructuring-assignment`]: fix a false positive for local prop named `context` in SFC ([#​2929][] [@​SyMind](https://togithub.com/SyMind)) - [`jsx-no-target-blank`]: Allow rel="noreferrer" when `allowReferrer` is true ([#​2925][] [@​edemaine](https://togithub.com/edemaine)) - [`boolean-prop-naming`]: add check for typescript "boolean" type ([#​2930][] [@​vedadeepta](https://togithub.com/vedadeepta)) - version detection: Add tests that verify versioning works for sibling and child projects ([#​2943][] [@​jcrosetto](https://togithub.com/jcrosetto)) - [`jsx-curly-newline`]: Update error messages ([#​2933][] [@​jbrower2](https://togithub.com/jbrower2)) ##### Changed - [Docs][`jsx-no-constructed-context-values`]\[]: fix invalid example syntax ([#​2910][] [@​kud](https://togithub.com/kud)) - [readme] Replace lists of rules with tables in readme ([#​2908][] [@​motato1](https://togithub.com/motato1)) - [Docs] added missing curly braces ([#​2923][] [@​Muditxofficial](https://togithub.com/Muditxofficial)) [7.23.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0 [#​2943]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2943 [#​2935]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2935 [#​2933]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2933 [#​2930]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2930 [#​2929]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2929 [#​2925]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2925 [#​2923]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2923 [#​2917]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2917 [#​2910]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2910 [#​2908]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2908 [#​2906]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2906 [#​2900]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2900 [#​2899]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2899 [#​2897]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2897 [#​2895]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2895 [#​2894]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2894 [#​2893]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2893 [#​2862]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2862 [#​2750]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2750
facebook/react ### [`v17.0.2`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​1702-March-22-2021) [Compare Source](https://togithub.com/facebook/react/compare/v17.0.1...v17.0.2) ##### React DOM - Remove an unused dependency to address the [`SharedArrayBuffer` cross-origin isolation warning](https://developer.chrome.com/blog/enabling-shared-array-buffer/). ([@​koba04](https://togithub.com/koba04) and [@​bvaughn](https://togithub.com/bvaughn) in [#​20831](https://togithub.com/facebook/react/pull/20831), [#​20832](https://togithub.com/facebook/react/pull/20832), and [#​20840](https://togithub.com/facebook/react/pull/20840))

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.