FBDY / bb-gui

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Update dependency enzyme-adapter-react-16 to v1.13.0 #154

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
enzyme-adapter-react-16 devDependencies minor 1.3.0 -> 1.13.0 homepage, source

Release Notes

airbnb/enzyme ### [`v1.13.0`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.12.1...enzyme-adapter-react-16@​1.13.0) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.12.1...enzyme-adapter-react-16@​1.13.0) ### [`v1.12.1`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.12.0...enzyme-adapter-react-16@​1.12.1) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.12.0...enzyme-adapter-react-16@​1.12.1) ### [`v1.12.0`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.11.2...enzyme-adapter-react-16@​1.12.0) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.11.2...enzyme-adapter-react-16@​1.12.0) ### [`v1.11.2`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.11.1...enzyme-adapter-react-16@​1.11.2) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.11.1...enzyme-adapter-react-16@​1.11.2) ### [`v1.11.1`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.11.0...enzyme-adapter-react-16@​1.11.1) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.11.0...enzyme-adapter-react-16@​1.11.1) ### [`v1.11.0`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.10.0...enzyme-adapter-react-16@​1.11.0) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.10.0...enzyme-adapter-react-16@​1.11.0) ### [`v1.10.0`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.9.1...enzyme-adapter-react-16@​1.10.0) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.9.1...enzyme-adapter-react-16@​1.10.0) ### [`v1.9.1`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.9.0...enzyme-adapter-react-16@​1.9.1) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.9.0...enzyme-adapter-react-16@​1.9.1) ### [`v1.9.0`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.8.0...enzyme-adapter-react-16@​1.9.0) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.8.0...enzyme-adapter-react-16@​1.9.0) ### [`v1.8.0`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.7.1...enzyme-adapter-react-16@​1.8.0) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.7.1...enzyme-adapter-react-16@​1.8.0) ### [`v1.7.1`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.7.0...enzyme-adapter-react-16@​1.7.1) [Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@​1.7.0...enzyme-adapter-react-16@​1.7.1) ### [`v1.7.0`](https://togithub.com/airbnb/enzyme/compare/v1.6.0...enzyme-adapter-react-16@​1.7.0) [Compare Source](https://togithub.com/airbnb/enzyme/compare/v1.6.0...enzyme-adapter-react-16@​1.7.0) ### [`v1.6.0`](https://togithub.com/airbnb/enzyme/blob/master/CHANGELOG.md#​160-February-10-2016) [Compare Source](https://togithub.com/airbnb/enzyme/compare/v1.5.0...v1.6.0) ##### Minor Changes - add option for childContextTypes of `ReactWrapper` ([#​171](https://togithub.com/airbnb/enzyme/pull/171)) ##### Patches - Prevent null or false nodes from being passed into tree traversal ([#​174](https://togithub.com/airbnb/enzyme/pull/174)) - setProps no longer swallows exceptions ([#​170](https://togithub.com/airbnb/enzyme/pull/170)) - `.type()` and `.props()` should not fail on null now ([#​162](https://togithub.com/airbnb/enzyme/pull/162)) ### [`v1.5.0`](https://togithub.com/airbnb/enzyme/blob/master/CHANGELOG.md#​150-February-2-2016) [Compare Source](https://togithub.com/airbnb/enzyme/compare/v1.4.0...v1.5.0) ##### Minor Changes - Add `attachTo` option to `mount` to mount to a specific element ([#​160](https://togithub.com/airbnb/enzyme/pull/160)) - Add `.debug()` method to `ReactWrapper` ([#​158](https://togithub.com/airbnb/enzyme/pull/158)) - Add `.mount()` and `.unmount()` APIs to `ReactWrapper` ([#​155](https://togithub.com/airbnb/enzyme/pull/155)) - Add `.render()` method to `ReactWrapper` ([#​156](https://togithub.com/airbnb/enzyme/pull/156)) - Allow `.contains()` to accept an array of nodes ([#​154](https://togithub.com/airbnb/enzyme/pull/154)) - Add `.context()` method to `ReactWrapper` and `ShallowWrapper` ([#​152](https://togithub.com/airbnb/enzyme/pull/152)) ##### Patches - Fixed some behavior with `.contains()` matching on strings ([#​148](https://togithub.com/airbnb/enzyme/pull/148)) - Fixed `.debug()`'s output for numeric children ([#​149](https://togithub.com/airbnb/enzyme/pull/149)) - Documentation fixes - Update versions of dependencies ### [`v1.4.0`](https://togithub.com/airbnb/enzyme/blob/master/CHANGELOG.md#​140-January-21-2016) [Compare Source](https://togithub.com/airbnb/enzyme/compare/v1.3.1...v1.4.0) ##### Minor Changes - `describeWithDOM` enhancement ([#​126](https://togithub.com/airbnb/enzyme/pull/126)) - add `.equals()` method to `ShallowWrapper` ([#​124](https://togithub.com/airbnb/enzyme/pull/124)) - add object selector syntax ([#​110](https://togithub.com/airbnb/enzyme/pull/110)) ##### Patches - Fixed confusing behavior of prop selector syntax ([#​130](https://togithub.com/airbnb/enzyme/pull/130)) - Documentation fixes ### [`v1.3.1`](https://togithub.com/airbnb/enzyme/blob/master/CHANGELOG.md#​131-January-15-2016) [Compare Source](https://togithub.com/airbnb/enzyme/compare/v1.3.0...v1.3.1) ##### Patches - Fix setProps not passing old context ([#​121](https://togithub.com/airbnb/enzyme/pull/121)) - Map lowercase mouse events in simulate ([#​77](https://togithub.com/airbnb/enzyme/pull/77))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



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

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (1.13.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.