evenchange4 / react-grecaptcha

React.js Google reCAPTCHA v2 integration component.
https://react-grecaptcha.netlify.com
MIT License
51 stars 8 forks source link

chore(deps): update dependency enzyme to v3.11.0 #119

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
enzyme (source) 3.3.0 -> 3.11.0 age adoption passing confidence

Release Notes

airbnb/enzyme ### [`v3.11.0`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​3110) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.10.0...enzyme@3.11.0) ##### New Stuff - `render`: handle Fiber strings and numbers ([#​2221](https://togithub.com/airbnb/enzyme/issues/2221)) ##### Fixes - `shallow`: Share child context logic between `shallow` and `dive` ([#​2296](https://togithub.com/airbnb/enzyme/issues/2296)) - `mount`: `children`: include text nodes ($2269) - `mount`: `invoke`: use adapter’s `wrapInvoke` if present ([#​2158](https://togithub.com/airbnb/enzyme/issues/2158)) ##### Docs - `mount`/`shallow`: `closest`/`parent`: Add missing arguments description ([#​2264](https://togithub.com/airbnb/enzyme/issues/2264)) - `mount`/`shallow`: fix pluralization of “exist” ([#​2262](https://togithub.com/airbnb/enzyme/issues/2262)) - `shallow`/`mount`: `simulate`: added functional component example to simulate doc ([#​2248](https://togithub.com/airbnb/enzyme/issues/2248)) - `mount`: `debug`: add missing verbose option flag ([#​2184](https://togithub.com/airbnb/enzyme/issues/2184)) - `mount`/`shallow`: `update`: fix semantics description ([#​2194](https://togithub.com/airbnb/enzyme/issues/2194)) - add missing backticks to linked method names ([#​2170](https://togithub.com/airbnb/enzyme/issues/2170)) - `invoke`: Add missing backticks to end of codeblock ([#​2160](https://togithub.com/airbnb/enzyme/issues/2160)) - `invoke`: Fix typo ([#​2167](https://togithub.com/airbnb/enzyme/issues/2167)) - Explicit React CSS selector syntax description ([#​2178](https://togithub.com/airbnb/enzyme/issues/2178)) ##### Meta Stuff - \[meta] add `funding` field - \[meta] Update airbnb.io URLs to use https ([#​2222](https://togithub.com/airbnb/enzyme/issues/2222)) - \[deps] update `is-boolean-object`, `is-callable`, `is-number-object`, `is-string`, `enzyme-shallow-equal`, `array.prototype.flat`, `function.prototype.name`, `html-element-map`, `is-regex`, `object-inspect`, `object-is`, `object.entries`, `object.vales`, `raf`, `string.prototype.trim` - \[dev deps] update `eslint`, `eslint-plugin-import`, `eslint-plugin-markdown`, `eslint-plugin-react`, `safe-publish-latest`, `eslint-config-airbnb`, `rimraf`, `safe-publish-latest`, `karma-firefox-launcher`, `babel-preset-airbnb`, `glob-gitignore`, `semver`, `eslint-plugin-jsx-a11y` ### [`v3.10.0`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​3100) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.9.0...enzyme@3.10.0) ##### New Stuff - `shallow` add `suspenseFallback` option; support `Suspense`/`Lazy` ([#​1975](https://togithub.com/airbnb/enzyme/issues/1975)) - `shallow`/`mount`: add `invoke(propName)(...args)` ([#​1856](https://togithub.com/airbnb/enzyme/issues/1856), [#​945](https://togithub.com/airbnb/enzyme/issues/945)) - `shallow`: Support rendering and `dive()`ing `createContext()` providers and consumers ([#​1966](https://togithub.com/airbnb/enzyme/issues/1966)) - `mount`/`shallow`: add `getWrappingComponent` ([#​1960](https://togithub.com/airbnb/enzyme/issues/1960)) - `Utils`: add `isCustomComponent` ([#​1960](https://togithub.com/airbnb/enzyme/issues/1960)) - `Utils`: add `stub` argument to `spyMethod` - `EnzymeAdapter`: add `matchesElementType` ([#​2146](https://togithub.com/airbnb/enzyme/issues/2146)) - `RSTTraversal`: add `getHTMLFromHostNodes` ##### Fixes - `selectors`: unwrap `memo` elements - in both directions ([#​2146](https://togithub.com/airbnb/enzyme/issues/2146)) - `shallow`: properly determine "should render" for `PureComponent`s ([#​2096](https://togithub.com/airbnb/enzyme/issues/2096)) - `mount`/`shallow`: `renderProp`: improve error messages ([#​2070](https://togithub.com/airbnb/enzyme/issues/2070)) - `mount`: `setContext`: use proper wrapper name in error message - `shallow`: `.contains()`: clean up error message - `shallow`/`mount`: `hasClass`: avoid a crash with a non-string argument ([#​2057](https://togithub.com/airbnb/enzyme/issues/2057)) - `mount`: properly handle HTML of multiple nodes ([#​2052](https://togithub.com/airbnb/enzyme/issues/2052)) - `shallow`: ensure that if gDSFP exists, cDU is called. ([#​2027](https://togithub.com/airbnb/enzyme/issues/2027)) - `shallow`: Mock sCU if gDSFP defined in shallow renderer rerender ([#​1981](https://togithub.com/airbnb/enzyme/issues/1981)) - `mount`: `.state()`: allow getting state from stateful children of a stateless root ([#​2043](https://togithub.com/airbnb/enzyme/issues/2043)) - `mount`: `.text()`: properly recurse through fragments and arrays ([#​2028](https://togithub.com/airbnb/enzyme/issues/2028)) ##### Refactors - `ReactWrapper`/`ShallowWrapper`: ensure calling an adapter‘s nodeToElement preserves the receiver - `mount`: use `getHTMLFromHostNodes` ##### Docs - explain why need to re-call .find() after update ([#​2140](https://togithub.com/airbnb/enzyme/issues/2140)) - `shallow`: fix childAt ([#​2134](https://togithub.com/airbnb/enzyme/issues/2134)) - Update v2 -> v3 migration guide re props after a stage change ([#​1300](https://togithub.com/airbnb/enzyme/issues/1300)) - `debug`: Added documentation for `verbose` flag ([#​2104](https://togithub.com/airbnb/enzyme/issues/2104)) - Add on the fly JSDOM include example ([#​2072](https://togithub.com/airbnb/enzyme/issues/2072)) - `reduce`/`reduceRight`: fix example code ([#​2066](https://togithub.com/airbnb/enzyme/issues/2066), [#​2065](https://togithub.com/airbnb/enzyme/issues/2065), [#​2064](https://togithub.com/airbnb/enzyme/issues/2064)) - update `simulateError` with `getDerivedStateFromError` ([#​2036](https://togithub.com/airbnb/enzyme/issues/2036)) - `shallow`: `.hasClass`: fix use of `mount` - add link to Cheerio API and another example ([#​756](https://togithub.com/airbnb/enzyme/issues/756)) - `jest`: Update deprecated jest config key ([#​2024](https://togithub.com/airbnb/enzyme/issues/2024)) ### [`v3.9.0`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​390) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.8.0...enzyme@3.9.0) ##### New Stuff - `shallow`: `isEmptyRender`: allow on multiple elements ([#​1924](https://togithub.com/airbnb/enzyme/issues/1924)) - `mount`: support `:focus` selector ([#​1965](https://togithub.com/airbnb/enzyme/issues/1965)) - `shallow`: Support `getChildContext()` ([#​1971](https://togithub.com/airbnb/enzyme/issues/1971)) - `shallow`/`mount`: `.find`: find HTML elements by their constructor ([#​1933](https://togithub.com/airbnb/enzyme/issues/1933)) - `shallow`/`mount`: `selectors`: support universal selector ([#​1945](https://togithub.com/airbnb/enzyme/issues/1945)) - `mount`/`shallow`: add regex support to `.hasClass` ([#​1987](https://togithub.com/airbnb/enzyme/issues/1987)) ##### Fixes - `mount`/`shallow`: `.text`/`.html`: handle an array of nodes properly ([#​2001](https://togithub.com/airbnb/enzyme/issues/2001)) - `shallow`: `.setProps()`: only call cDU once ([#​2007](https://togithub.com/airbnb/enzyme/issues/2007)) - `mount`: ensure `findWhere` doesn‘t abort early on an empty string ([#​1995](https://togithub.com/airbnb/enzyme/issues/1995)) - `mount`: `findWhere`: avoid passing empty wrappers to predicate - `mount`: `text()` via `findWhere`: return the string for a wrapper around a string - `mount`/`shallow`: Fix .exists not accepting any EnzymeSelector ([#​1934](https://togithub.com/airbnb/enzyme/issues/1934)) - `mount`: Recursive `isEmptyRender` ([#​1924](https://togithub.com/airbnb/enzyme/issues/1924)) - `mount`: `setState`: allow setting state on a class child of an SFC root ##### Documentation - \[jest] update Jest to setupFilesAfterEnv ([#​2015](https://togithub.com/airbnb/enzyme/issues/2015)) - \[jest] Change deprecated `setupTestFrameworkScriptFile` to `setupFilesAfterEnv` ([#​2013](https://togithub.com/airbnb/enzyme/issues/2013)) - `mount`: `setState`: note that you can now call it on "not the root" ([#​2010](https://togithub.com/airbnb/enzyme/issues/2010)) - general improvements ([#​1947](https://togithub.com/airbnb/enzyme/issues/1947)) - Fix typos ([#​1992](https://togithub.com/airbnb/enzyme/issues/1992)) - Added missing pages: `isEmptyRender`, `renderProp`, `equals`, SystemJS guide ([#​1984](https://togithub.com/airbnb/enzyme/issues/1984), [#​1985](https://togithub.com/airbnb/enzyme/issues/1985)) - Fix link to .shallow() ([#​1951](https://togithub.com/airbnb/enzyme/issues/1951)) - update jsdoc to use "EnzymeSelector" where applicable ##### Meta Stuff - add "directory" field to package.json ### [`v3.8.0`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​380) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.7.0...enzyme@3.8.0) ##### New Stuff - `shallow`/`mount`: add `renderProp` ([#​1863](https://togithub.com/airbnb/enzyme/issues/1863), [#​1891](https://togithub.com/airbnb/enzyme/issues/1891)) ##### Fixes - `shallow`/`mount`: improve error message for "single node" assertion ([#​1904](https://togithub.com/airbnb/enzyme/issues/1904)) - `shallow`: shallow compare, not deep compare, state and props to determine rerendering ([#​1915](https://togithub.com/airbnb/enzyme/issues/1915)) ##### Documentation - `shallow`: `dive`: add a note about throwing an error ([#​1905](https://togithub.com/airbnb/enzyme/issues/1905)) - ` selectors: update re `displayName\` ([#​1932](https://togithub.com/airbnb/enzyme/issues/1932)) - `shallow`: `get`: fixed wrong `props()` usage ([#​1921](https://togithub.com/airbnb/enzyme/issues/1921)) - `shallow`: `html`: shallow renders full tree ([#​1912](https://togithub.com/airbnb/enzyme/issues/1912)) - Updated broken link for “.hostNodes()” in migration guide from enzyme 2 to 3 ([#​1909](https://togithub.com/airbnb/enzyme/issues/1909)) - Add tape example project link ([#​1898](https://togithub.com/airbnb/enzyme/issues/1898)) - `prop`: fix typo ([#​1883](https://togithub.com/airbnb/enzyme/issues/1883)) - Document full support for attribute selectors ([#​1881](https://togithub.com/airbnb/enzyme/issues/1881)) - Documentation update for testing React Native with jsdom ([#​1873](https://togithub.com/airbnb/enzyme/issues/1873)) - Update JSDOM docs to include {request|cancel}AnimationFrame polyfills ([#​1867](https://togithub.com/airbnb/enzyme/issues/1867)) - `mount`: `ref`: use correct type ([#​1865](https://togithub.com/airbnb/enzyme/issues/1865)) ### [`v3.7.0`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​370) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.6.0...enzyme@3.7.0) ##### New Stuff - `mount`: `.state()`/`.setState()`: allow calling on children ([#​1802](https://togithub.com/enzymejs/enzyme/pull/1802), [@​ljharb](https://togithub.com/ljharb)) - `configuration`: add `reset` ([commit](https://togithub.com/enzymejs/enzyme/commit/d91d95b8da8900c8f4b7090d2256422a82398ca9)) ##### Fixes - `makeOptions`: ensure that config-level `attachTo`/`hydrateIn` are inherited into wrapper options ([#​1836](https://togithub.com/enzymejs/enzyme/issues/1836), [@​ljharb](https://togithub.com/ljharb)) - `shallow`/`Utils`: call into adapter’s `isCustomComponentElement` if present ([#​1832](https://togithub.com/enzymejs/enzyme/pull/1832), [@​SinHouse](https://togithub.com/SinHouse)) - `shallow`/`mount`: throw an explicit error when state is null/undefined ([commit](https://togithub.com/enzymejs/enzyme/commit/9ea33d7667a93885d6f1d6e12b0c2661d6d47cd1)) - freeze `ROOT_NODES` for child wrappers ([#​1811](https://togithub.com/enzymejs/enzyme/pull/1811), [@​jgzuke](https://togithub.com/jgzuke)) - `shallow`: `.parents`: ensure that one `.find` call does not affect another ([#​1781](https://togithub.com/enzymejs/enzyme/pull/1781), [@​ljharb](https://togithub.com/ljharb)) - `mount`: update after `simulateError` ([#​1812](https://togithub.com/enzymejs/enzyme/pull/1812), [@​jgzuke](https://togithub.com/jgzuke)) ##### Refactors - `mount`/`shallow`: `getElement`: use `this.single` ([commit](https://togithub.com/enzymejs/enzyme/commit/6b63db3b002a419076c82d34554916400ef392fa)) ### [`v3.6.0`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​360) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.5.1...enzyme@3.6.0) ##### New Stuff - `shallow`/`mount`: add `simulateError` ([#​1797](https://togithub.com/enzymejs/enzyme/pull/1797), [@​ljharb](https://togithub.com/ljharb)) ### [`v3.5.1`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​351) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.5.0...enzyme@3.5.1) ##### Fixes - `shallow`/`mount`: `containsMatchingElement`: trim whitespace ([commit](https://togithub.com/enzymejs/enzyme/commit/171e952), [#​636](https://togithub.com/enzymejs/enzyme/issues/636)) - `debug`: inspect objects instead of showing them as `` ([commit](https://togithub.com/enzymejs/enzyme/commit/a7b6e78)) ##### Documentation - `mount`: `ref`: Update docs to be consistent with v3 ([#​1242](https://togithub.com/enzymejs/enzyme/pull/1242), [@​adam-golab](https://togithub.com/adam-golab)) ##### Refactors - `shallow`/`mount`: make tests and method ordering more consistent ([commit](https://togithub.com/enzymejs/enzyme/commit/d0fccaf)) - RSTTraversal: remove unnecessary `adapter` truthiness check ([commit](https://togithub.com/enzymejs/enzyme/commit/394a327)) ### [`v3.5.0`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​350) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.4.4...enzyme@3.5.0) ##### New Stuff - Add forwardRef support ([#​1592](https://togithub.com/enzymejs/enzyme/pull/1592), [@​jquense](https://togithub.com/jquense)) - Add Portal support ([#​1760](https://togithub.com/enzymejs/enzyme/pull/1760), [#​1761](https://togithub.com/enzymejs/enzyme/pull/1760), [#​1772](https://togithub.com/enzymejs/enzyme/pull/1772), [#​1774](https://togithub.com/enzymejs/enzyme/pull/1774), [@​jgzuke](https://togithub.com/jgzuke)) - Add pointer events support ([#​1753](https://togithub.com/enzymejs/enzyme/pull/1753), [@​ljharb](https://togithub.com/ljharb)) ##### Fixes - preemptively fix compat with React v16.4.3 ([#​1790](https://togithub.com/enzymejs/enzyme/pull/1790), [#​1778](https://togithub.com/enzymejs/enzyme/pull/1778), [@​gaearon](https://togithub.com/gaearon), [@​aweary](https://togithub.com/aweary)) - `shallow`: prevent rerenders with PureComponents ([#​1786](https://togithub.com/enzymejs/enzyme/pull/1786), [@​koba04](https://togithub.com/koba04)) - `shallow`: skip updates when nextState is `null` or `undefined` ([#​1785](https://togithub.com/enzymejs/enzyme/pull/1785), [@​koba04](https://togithub.com/koba04)) - `shallow`: `setState` after `setProps` calls `componentWillReceiveProps` ([#​1779](https://togithub.com/enzymejs/enzyme/pull/1779), [@​peanutenthusiast](https://togithub.com/peanutenthusiast)) - `mount`/`shallow`: be stricter on the wrapper’s setState/setProps callback ([commit](https://togithub.com/enzymejs/enzyme/commit/ff11d2219da575d09ca8edfa19df42b8f78b506f)) - `shallow`/`mount`: improve error message when wrapping invalid elements ([#​1759](https://togithub.com/enzymejs/enzyme/pull/1759), [@​jgzuke](https://togithub.com/jgzuke)) ##### Refactors - remove most uses of lodash ([commit](https://togithub.com/enzymejs/enzyme/commit/89b39b6f1c59aa771f4452a27b159f7aa2616e84)) ##### Meta Stuff - ensure a license and readme is present in all packages when published ### [`v3.4.4`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​344) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.4.3...enzyme@3.4.4) ##### Fixes - [@​koba04](https://togithub.com/koba04): `shallow`: fix unexpected call to componentDidMount ([#​1768](https://togithub.com/enzymejs/enzyme/pull/1768)) ### [`v3.4.3`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​343) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.4.2...enzyme@3.4.3) ##### Fixes - @​ljharb/[@​koba04](https://togithub.com/koba04): `shallow`: `.setState()`: stub out `setState` on non-root code paths as well ([#​1763](https://togithub.com/enzymejs/enzyme/pull/1763)) - [@​ljharb](https://togithub.com/ljharb): `shallow`/`mount`: restore fallback when adapter lacks `invokeSetStateCallback` ([commit](https://togithub.com/enzymejs/enzyme/commit/093b2edb98d3abfe6b61d800503e04aac08e7496)) - [@​ljharb](https://togithub.com/ljharb): `mount`: `setState`: invoke callback with the proper receiver ([commit](https://togithub.com/enzymejs/enzyme/commit/ec3beef3ba86c4352fe6e9ab2848b3b4f61ac1da)) - [@​ljharb](https://togithub.com/ljharb): `mount`: `state` and `setState` should throw an explicit error message when called on an SFC ([commit](https://togithub.com/enzymejs/enzyme/commit/8feee5a89e9091636e9ec0ec3814d287ced20136)) ### [`v3.4.2`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​342) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.4.1...enzyme@3.4.2) ##### Fixes - [@​koba04](https://togithub.com/koba04): `shallow`: call cDU when an instance calls setState ([#​1742](https://togithub.com/enzymejs/enzyme/pull/1742)) - [@​ReactiveRaven](https://togithub.com/ReactiveRaven): `selectors`: fix descendant selector ([#​1680](https://togithub.com/enzymejs/enzyme/pull/1680)) ### [`v3.4.1`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​341) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.4.0...enzyme@3.4.1) ##### Fixes - [@​ljharb](https://togithub.com/ljharb): `shallow`: `setProps`: merge instead of replace props ([commit](https://togithub.com/enzymejs/enzyme/commit/9b4d0276f57e54be06aca6c3636120b3c4053310)) ##### Documentation - [@​koba04](https://togithub.com/koba04): Fix an adapter table style in README.md and a migration guide ([#​1734](https://togithub.com/enzymejs/enzyme/pull/1734)) ### [`v3.4.0`](https://togithub.com/airbnb/enzyme/blob/HEAD/CHANGELOG.md#​340) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme@3.3.0...enzyme@3.4.0) ##### New Stuff - [@​madicap](https://togithub.com/madicap): `shallow`/`mount`: account for React.Fragment nodes ([#​1733](https://togithub.com/enzymejs/enzyme/pull/1733)) - [@​jquense](https://togithub.com/jquense): Debug: `debugNode` now returns `[function]` for function children ([commit](https://togithub.com/enzymejs/enzyme/commit/9745de0bf25e826186be07e7846f4ecd7c685592)) - [@​ljharb](https://togithub.com/ljharb): `mount`: add `hydrateIn` option ([#​1707](https://togithub.com/enzymejs/enzyme/pull/1707)) - [@​ljharb](https://togithub.com/ljharb): `shallow`: add “lifecycles” adapter option ([#​1696](https://togithub.com/enzymejs/enzyme/pull/1696)) - [@​krawaller](https://togithub.com/krawaller): `shallow`/`mount`: allow `.exists()` to take an optional selector ([#​1695](https://togithub.com/enzymejs/enzyme/pull/1695)) - [@​koba04](https://togithub.com/koba04): `shallow`: Add getSnapshotBeforeUpdate support ([#​1657](https://togithub.com/enzymejs/enzyme/pull/1657)) - [@​jquense](https://togithub.com/jquense): `shallow`/`mount`: Add support for some pseudo selectors ([#​1537](https://togithub.com/enzymejs/enzyme/pull/1537)) - [@​blainekasten](https://togithub.com/blainekasten): `debug`: Implement verbose debug output ([#​1547](https://togithub.com/enzymejs/enzyme/pull/1547)) - @​jquense/[@​ljharb](https://togithub.com/ljharb): `Debug`: `typeName` now calls the adapter’s `displayNameOfNode` if available ([#​1701](https://togithub.com/enzymejs/enzyme/pull/1701)) - @​jquense/[@​ljharb](https://togithub.com/ljharb): `mount`/`shallow`: `.name()`: call into adapter’s `displayNameOfNode`, if present ([#​1701](https://togithub.com/enzymejs/enzyme/pull/1701)) - @​jquense/[@​ljharb](https://togithub.com/ljharb): `Utils`: `nodeHasType`: call into adapter’s `displayNameOfNode`, if present ([#​1701](https://togithub.com/enzymejs/enzyme/pull/1701)) - @​jquense/[@​ljharb](https://togithub.com/ljharb): `selectors`: `buildPredicate`: call into adapter’s `isValidElementType`, if present ([#​1701](https://togithub.com/enzymejs/enzyme/pull/1701)) - @​emuraton/[@​ljharb](https://togithub.com/ljharb): `shallow`: `setProps()`: Add callback argument ([#​1721](https://togithub.com/enzymejs/enzyme/pull/1721)) - [@​ljharb](https://togithub.com/ljharb): `mount`: add `.equals()` ([commit](https://togithub.com/enzymejs/enzyme/commit/dcc8ab10fde06a963364f6cc79b89aa967d9bef2)) - [@​madicap](https://togithub.com/madicap): Extract `getAdapter` from `Utils` into its own file ([#​1732](https://togithub.com/enzymejs/enzyme/pull/1732)) ##### Fixes - [@​ljharb](https://togithub.com/ljharb): `shallow`/`mount`: `matchesElement`/`containsMatchingElement`: get adapter with options ([commit](https://togithub.com/enzymejs/enzyme/commit/e954e4610d1ad89ae94b8f7c7baa8835cd331662)) - [@​ljharb](https://togithub.com/ljharb): `RSTTraversal`: remove `nodeHasProperty` export; broken since [#​1157](https://togithub.com/airbnb/enzyme/issues/1157) ([commit](https://togithub.com/enzymejs/enzyme/commit/edabb1b6b4648fb6469da43feb1d15c1b55666f7)) - @​ljharb/[@​KordonDev](https://togithub.com/KordonDev): `shallow`: `.at()`: return an empty wrapper when an index does not exist ([#​1478](https://togithub.com/enzymejs/enzyme/pull/1478)) - [@​ljharb](https://togithub.com/ljharb): `shallow`: `.equals()`: flatten children when comparing ([commit](https://togithub.com/enzymejs/enzyme/commit/18de4ed2e68c25f9fff9983d996b024704183801)) - [@​ljharb](https://togithub.com/ljharb): `mount`/`shallow`: do not dedupe in flatMap ([commit](https://togithub.com/enzymejs/enzyme/commit/72341740e1e650b16ca2e377fa4e3e144b35a558)) - [@​ljharb](https://togithub.com/ljharb): `shallow`: `.closest()`: ensure an empty wrapper is returned for no match ([commit](https://togithub.com/enzymejs/enzyme/commit/ce1e1132d080948265567e88417dface9c0c45e7)) - [@​krawaller](https://togithub.com/krawaller): `selectors`: make general sibling not throw on root ([#​1698](https://togithub.com/enzymejs/enzyme/pull/1698)) - @​ljharb/[@​angelikatyborska](https://togithub.com/angelikatyborska) : `mount`: `text()`: null nodes return null ([#​1582](https://togithub.com/enzymejs/enzyme/pull/1582)) - [@​ljharb](https://togithub.com/ljharb): `shallow`: `simulate`: ensure it returns itself ([commit](https://togithub.com/enzymejs/enzyme/commit/1c2c58b4e554f3b0c5f862f8de79f15a62bef5cf)) - [@​koba04](https://togithub.com/koba04): `shallow`: ShallowWrapper calls update() automatically ([#​1499](https://togithub.com/enzymejs/enzyme/pull/1499)) - [@​bdwain](https://togithub.com/bdwain): `mount`/`shallow`: return null for missing keys ([#​1536](https://togithub.com/enzymejs/enzyme/pull/1536)) - [@​vsiao](https://togithub.com/vsiao): Fix ShallowWrapper for array-rendering components ([#​1498](https://togithub.com/enzymejs/enzyme/pull/1498)) - [@​koba04](https://togithub.com/koba04): Call `setState` callback after finishing the render ([#​1453](https://togithub.com/enzymejs/enzyme/pull/1453)) - [@​eddyerburgh](https://togithub.com/eddyerburgh): Convert nodes to RST nodes before comparing ([#​1423](https://togithub.com/enzymejs/enzyme/pull/1423)) - [@​ljharb](https://togithub.com/ljharb): improve "bad adapter" error message ([#​1477](https://togithub.com/enzymejs/enzyme/pull/1477)) - [@​ljharb](https://togithub.com/ljharb): `shallow`/`mount`: default iterator should be iterable ([commit](https://togithub.com/enzymejs/enzyme/commit/cfc5a3e47efa812f7a2c4fa5ad2b0687daacd280)) ##### Refactors - [@​ReactiveRaven](https://togithub.com/ReactiveRaven): `selectors`: fix typos; avoid reusing variable unnecessarily ([#​1681](https://togithub.com/enzymejs/enzyme/pull/1681)) - @​koba04/[@​ljharb](https://togithub.com/ljharb): `shallow`: Use `spyMethod` to inspect the result of `shouldComponentUpdate`/`getSnapshotBeforeUpdate` ([#​1192](https://togithub.com/enzymejs/enzyme/pull/1192)) - [@​ljharb](https://togithub.com/ljharb): `Utils`: `configuration`: change to named exports. ([commit](https://togithub.com/enzymejs/enzyme/commit/d7f32617e6ea93b739f4e4c3f6228a8e382aeb06)) - [@​ljharb](https://togithub.com/ljharb): use `array.prototype.flat` ([commit](https://togithub.com/enzymejs/enzyme/commit/e52a02ddac0fab0d1d93fd57d7f073f8bdc850bf)) ##### Documentation - [@​jack-lewin](https://togithub.com/jack-lewin): Clarify dev workflow in CONTRIBUTING.md ([#​1207](https://togithub.com/enzymejs/enzyme/pull/1207)) - [@​robrichard](https://togithub.com/robrichard): Provide migration instructions for `ref(refName)` ([#​1470](https://togithub.com/enzymejs/enzyme/pull/1470)) - [@​DannyDelott](https://togithub.com/DannyDelott): `shallow`/`mount`: Add callback arg to setProps header ([#​1361](https://togithub.com/enzymejs/enzyme/pull/1361)) - [@​conor-cafferkey-sociomantic](https://togithub.com/conor-cafferkey-sociomantic): `mount`: Updated docs for ReactWrapper.instance(); remove docs for v2's `getNode()`/`getNodes()` ([#​1714](https://togithub.com/enzymejs/enzyme/pull/1714)) - [@​koba04](https://togithub.com/koba04): Make clearer the docs for .mount() ([#​1540](https://togithub.com/enzymejs/enzyme/pull/1540)) - [@​ialexryan](https://togithub.com/ialexryan): Update signature of .type() in shallow.md ([#​1492](https://togithub.com/airbnb/enzyme/issues/1492)]\([https://github.com/enzymejs/enzyme/pull/1492](https://togithub.com/enzymejs/enzyme/pull/1492)92)) ##### Meta Stuff - [@​ljharb](https://togithub.com/ljharb): ensure a license and readme is present in all packages when published - [@​ljharb](https://togithub.com/ljharb): \[meta] fix package.json scripts

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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

evenchange4 commented 5 years ago

Deploy preview for react-grecaptcha ready!

Built with commit fad61559019045ce414f61444222832480a7c844

https://deploy-preview-119--react-grecaptcha.netlify.com

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.