GroceriStar / react-only-intern-22

GNU General Public License v3.0
0 stars 0 forks source link

Bump enzyme from 3.4.4 to 3.5.1 #56

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps enzyme from 3.4.4 to 3.5.1.

Changelog *Sourced from [enzyme's changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md).* > ## 3.5.1 > > ### Fixes > - `shallow`/`mount`: `containsMatchingElement`: trim whitespace ([commit](https://github.com/airbnb/enzyme/commit/171e952), [#636](https://github-redirect.dependabot.com/airbnb/enzyme/issues/636)) > - `debug`: inspect objects instead of showing them as `` ([commit](https://github.com/airbnb/enzyme/commit/a7b6e78)) > > ### Documentation > - `mount`: `ref`: Update docs to be consistent with v3 ([#1242](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1242)) > > ### Refactors > - `shallow`/`mount`: make tests and method ordering more consistent ([commit](https://github.com/airbnb/enzyme/commit/d0fccaf)) > - RSTTraversal: remove unnecessary `adapter` truthiness check ([commit](https://github.com/airbnb/enzyme/commit/394a327)) > > ## 3.5.0 > > ### New Stuff > - Add forwardRef support ([#1592](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1592), [**jquense**](https://github.com/jquense)) > - Add Portal support ([#1760](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1760), [#1761](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1760), [#1772](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1772), [#1774](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1774), [**jgzuke**](https://github.com/jgzuke)) > - Add pointer events support ([#1753](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1753), [**ljharb**](https://github.com/ljharb)) > > ### Fixes > - preemptively fix compat with React v16.4.3 ([#1790](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1790), [#1778](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1778), [**gaearon**](https://github.com/gaearon), [**aweary**](https://github.com/aweary)) > - `shallow`: prevent rerenders with PureComponents ([#1786](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1786), [**koba04**](https://github.com/koba04)) > - `shallow`: skip updates when nextState is `null` or `undefined` ([#1785](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1785), [**koba04**](https://github.com/koba04)) > - `shallow`: `setState` after `setProps` calls `componentWillReceiveProps` ([#1779](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1779), [**peanutenthusiast**](https://github.com/peanutenthusiast)) > - `mount`/`shallow`: be stricter on the wrapper’s setState/setProps callback ([commit](https://github.com/airbnb/enzyme/commit/ff11d2219da575d09ca8edfa19df42b8f78b506f)) > - `shallow`/`mount`: improve error message when wrapping invalid elements ([#1759](https://github-redirect.dependabot.com/airbnb/enzyme/pull/1759), [**jgzuke**](https://github.com/jgzuke)) > > ### Refactors > - remove most uses of lodash ([commit](https://github.com/airbnb/enzyme/commit/89b39b6f1c59aa771f4452a27b159f7aa2616e84)) > > ### Meta Stuff > - ensure a license and readme is present in all packages when published
Commits - [`90c328c`](https://github.com/airbnb/enzyme/commit/90c328cccedbfd5c25289de1d5f735b9fdce7e5f) [enzyme] v3.5.1 - [`a831700`](https://github.com/airbnb/enzyme/commit/a831700fe124163c64e0189cd810ca114689fcb2) [meta] add `npm run since`, since lerna is useless for this. - [`dd275fe`](https://github.com/airbnb/enzyme/commit/dd275fe899ee1fd068829bb446c9f9b3b51b08a6) [Tests] `.state()`: flesh out test cases - [`b747ce0`](https://github.com/airbnb/enzyme/commit/b747ce06c76e0baeee40a55a2b3c0f89421cc5ce) [Docs] `mount`: `.equals()`: add missing docs - [`d0fccaf`](https://github.com/airbnb/enzyme/commit/d0fccaf6accb707f95847b1e5b5aaa9f5563614a) [Refactor] `shallow`/`mount`: make tests and method ordering more consistent - [`2ccacb4`](https://github.com/airbnb/enzyme/commit/2ccacb410a39d0a821ac0737960f40f90f98e174) [Tests] add passing test for `.parents()` across a component boundary - [`f23f85f`](https://github.com/airbnb/enzyme/commit/f23f85f84f70503d28a70af51e2f73f29e193bf0) [Tests] `mount`/`shallow`: add tests for text children - [`d38a9d8`](https://github.com/airbnb/enzyme/commit/d38a9d81eb00234c472dccbb4a0757f2867ec95e) [Tests] add `matchesElement` tests - [`4404e3c`](https://github.com/airbnb/enzyme/commit/4404e3caac85ba740fed20da257f0459a5b6e81d) [Tests] fix test arrangement - [`171e952`](https://github.com/airbnb/enzyme/commit/171e95281a4c84654173f588dd7b3ad1651ec969) [Fix] `shallow`/`mount`: `containsMatchingElement`: trim whitespace - Additional commits viewable in [compare view](https://github.com/airbnb/enzyme/compare/enzyme@3.4.4...enzyme@3.5.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #59.