60 Commits

Author SHA1 Message Date
Michał Pierzchała 94ff42527e chore: bump Flow and ESLint preset (#241)
* chore: bump Flow and ESLint preset

* fix name of waitForElement
2019-12-09 11:43:05 +01:00
dependabot[bot] fa7ad1bd32 chore(deps): bump eslint-utils from 1.4.0 to 1.4.2 (#219)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-26 21:48:16 +02:00
dependabot[bot] 642cead458 chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#216)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-13 21:44:41 +02:00
Nicolas Charpentier ee2579863d Sync yarn (#213)
* Sync yarn.lock

* Configure CircleCI to use Yarn properly
2019-08-13 21:42:05 +02:00
greenkeeper[bot] dc0d2a041c Update eslint to the latest version 🚀 (#195)
* chore(package): update eslint to version 6.0.0

* chore(package): update lockfile yarn.lock

* Fix linter
2019-07-21 15:54:26 +02:00
Michał Pierzchała 1382a3d7f6 chore: bump React Native to 0.60 (#204) 2019-07-16 18:14:42 +02:00
greenkeeper[bot] 9369efee73 Update flow-bin to the latest version 🚀 (#196)
* chore(package): update flow-bin to version 0.102.0

* chore(package): update lockfile yarn.lock
2019-06-25 19:45:27 +02:00
greenkeeper[bot] 96eef2c557 Update flow-bin to the latest version 🚀 (#192)
* chore(package): update flow-bin to version 0.101.0

* chore(package): update lockfile yarn.lock
2019-06-11 16:23:25 +02:00
Michał Pierzchała 33526030bc chore: update @typescript eslint/eslint plugin to 1.10.2 (#189)
* chore(package): update @typescript-eslint/eslint-plugin to version 1.10.2

* chore(package): update lockfile yarn.lock
2019-06-10 08:40:00 +02:00
dependabot[bot] 3f46d24872 chore(deps): bump js-yaml from 3.12.0 to 3.13.1 (#187)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 01:36:03 +02:00
greenkeeper[bot] e5ce263717 Update flow-bin to the latest version 🚀 (#185)
* chore(package): update flow-bin to version 0.100.0

* chore(package): update lockfile yarn.lock
2019-05-31 19:33:29 +02:00
Michał Pierzchała e967f5e67a chore: update release-it config 2019-05-29 09:25:12 +02:00
greenkeeper[bot] 2c181b844e Update flow-bin to the latest version 🚀 (#183)
* chore(package): update flow-bin to version 0.99.0

* chore(package): update lockfile yarn.lock

* Fix flow
2019-05-29 09:13:59 +02:00
Michał Pierzchała 9227012e45 chore: upgrade deps (#182) 2019-05-28 23:04:23 +02:00
Kacper Wiszczuk f635c852d4 chore: flow copy source 2.0.6 (#180)
* chore(package): update flow-copy-source to version 2.0.6

* chore(package): update lockfile yarn.lock
2019-05-28 22:26:37 +02:00
Kacper Wiszczuk f9bc0b263d feat: add a11y queries (#178)
* First implementation of matcher generator

* A11y queries added

* extract prepareErrorMessage

* Add tests

* Make aliases

* Move create queryByError

* Add missing aliases

* simplify valid node check

* add docs

* fix types
2019-05-28 20:47:06 +02:00
Michał Pierzchała efc44157e2 Greenkeeper/release it 12.1.0 (#171)
* chore(package): update release-it to version 12.1.0

Closes #166

* chore(package): update lockfile yarn.lock
2019-05-14 23:36:29 +02:00
greenkeeper[bot] 3fd24c9de4 Update @callstack/eslint-config to the latest version 🚀 (#169)
* chore(package): update @callstack/eslint-config to version 6.0.0

* chore(package): update lockfile yarn.lock
2019-05-11 13:39:10 +02:00
Michał Pierzchała 0b95597f8a chore: upgrade react-native to 0.59.8 (#168)
* chore(package): update react-native to version 0.59.8

* chore(package): update lockfile yarn.lock
2019-05-08 21:17:37 +02:00
greenkeeper[bot] ab5740dd4d Update flow-bin to the latest version 🚀 (#162)
* chore(package): update flow-bin to version 0.98.0

* chore(package): update lockfile yarn.lock
2019-04-26 22:30:20 +02:00
greenkeeper[bot] 7b7518ff97 Update @callstack/eslint-config to the latest version 🚀 (#160)
* chore(package): update @callstack/eslint-config to version 5.0.0

* chore(package): update lockfile yarn.lock
2019-04-23 11:10:52 +02:00
Michał Pierzchała 1938a5091e chore: bump Jest, remove flaky inline snapshot (#150)
### Summary

Bumping Jest to latest, removed inline snapshot as there's a pending bug with trailing whitespaces inside of it being removed by IDEs (solution is to make them regular snapshots, but in this case the test was just plain unnecessary)

### Test plan

CI
2019-04-14 10:41:03 +02:00
greenkeeper[bot] 488a2ca5cc Update flow-bin to the latest version 🚀 (#148)
* chore(package): update flow-bin to version 0.97.0

* chore(package): update lockfile yarn.lock
2019-04-12 20:23:04 +02:00
greenkeeper[bot] d3dedaa84a chore: Update flow-bin to the latest version 🚀 (#145)
* chore(package): update flow-bin to version 0.96.0

* chore(package): update lockfile yarn.lock
2019-04-02 08:35:59 +02:00
greenkeeper[bot] 30fcce5508 chore: update flow-bin to the latest version 🚀 (#133)
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.94.0` to `0.95.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

[Find out more about this release](https://github.com/flowtype/flow-bin).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2019-03-16 09:18:14 +01:00
greenkeeper[bot] abd1f82898 chore: update @callstack/eslint-config to the latest version 🚀 (#134)
## The devDependency [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) was updated from `3.0.2` to `4.0.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

[Find out more about this release](https://github.com/callstack/eslint-config-callstack).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2019-03-16 09:11:32 +01:00
greenkeeper[bot] ce3bf28f30 chore: update react-native to the latest version 🚀 (#130)
* chore(package): update react-native to version 0.59.0

* chore(package): update lockfile yarn.lock

* update snapshots
2019-03-12 21:06:20 +01:00
Michał Pierzchała 1c8eb106a5 chore: update metro and merge deps (#124)
### Summary

We have a security alert around `merge` so I bumped that, also upgraded to latest metro preset version (it's still Node 8 compatible), updated RN to 0.58.6

Removed the version check for Flow as we always use local version anyway.

### Test plan

Check build directory
2019-03-01 15:47:39 +01:00
greenkeeper[bot] b512329d94 Update flow-bin to the latest version 🚀 (#123)
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.93.0` to `0.94.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

[Find out more about this release](https://github.com/flowtype/flow-bin).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2019-03-01 15:02:54 +01:00
Kacper Wiszczuk 11489b0e5e feat: wrap render with act() for better React Hooks support (#122) 2019-02-28 21:53:26 +01:00
Kacper Wiszczuk 6e6d14fa43 Greenkeeper/eslint 5.14.1 (#120)
* chore(package): update eslint to version 5.14.1

* chore(package): update lockfile yarn.lock
2019-02-22 22:30:34 +01:00
greenkeeper[bot] 4f433cad59 Update flow-bin to the latest version 🚀 (#91)
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.88.0` to `0.89.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

[Find out more about this release](https://github.com/flowtype/flow-bin).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2019-02-15 21:21:39 +01:00
Michał Pierzchała 2ccadbe57f chore: bump RN dev dep to 0.58 (#110)
### Summary

Using latest RN for testing.

### Test plan

No new tests added, it's an upgrade
2019-02-06 10:12:48 +01:00
Michał Pierzchała aed1f8589d chore: bump jest to v24.1 (#109)
### Summary

Time to upgrade!

### Test plan

Green
2019-02-06 09:51:09 +01:00
greenkeeper[bot] ecdcdf74ea Update release-it to the latest version 🚀 (#105)
## The devDependency [release-it](https://github.com/webpro/release-it) was updated from `9.8.1` to `10.0.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

<details>
<summary>Release Notes for Release 10.0.0</summary>

<ul>
<li>Update dev docs (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/webpro/release-it/commit/d546cc11627c7f8f4030fca2568600fc68a0b9b0/hovercard" href="https://urls.greenkeeper.io/webpro/release-it/commit/d546cc11627c7f8f4030fca2568600fc68a0b9b0"><tt>d546cc1</tt></a>)</li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 25 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/72f512caf598a906890b5d1cd56d7854700e2eb6"><code>72f512c</code></a> <code>Release 10.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/d546cc11627c7f8f4030fca2568600fc68a0b9b0"><code>d546cc1</code></a> <code>Update dev docs</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/ccc39229e6d9b65e9438d1bd093ae04eee0c062c"><code>ccc3922</code></a> <code>Release 10.0.0-rc.2</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/eda4aa80a8ffb83d79be9ed3c81942bb2d10fe0c"><code>eda4aa8</code></a> <code>Fix debug flag</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/0b222b0fac36152b12093a54db68b7b48cba61a1"><code>0b222b0</code></a> <code>Release 10.0.0-rc.1</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/c3d03330d1f24d13548423c8132a9339d0b59442"><code>c3d0333</code></a> <code>Fix registry version check for pre-releases</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/af0e39de72b888e50344edc763799791f9708b2c"><code>af0e39d</code></a> <code>Fix up tests</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/8e6100e5ebddf810a3dd8c27085004d5f283ee59"><code>8e6100e</code></a> <code>Improve consistency/clarity in gitlab/github classes</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/fb10e8993803adf50e6d15d8d167de8e0338b0f6"><code>fb10e89</code></a> <code>Bugfix for gitlab.release fallback</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/34fa22050613a32b712faacd21dab370446ae21a"><code>34fa220</code></a> <code>Release 10.0.0-rc.0</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/17d42e8036febb44c5824b37409ab087c8cd512a"><code>17d42e8</code></a> <code>Update dependencies</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/eb3c3f84b53c6d0efc15423f737e87d4465e6c91"><code>eb3c3f8</code></a> <code>Update docs</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/6164050c911a4c324644383842f76a2b747ee27f"><code>6164050</code></a> <code>Improve handling of <code>--no-git</code></code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/0f351ed7690199fb69ba97fdbb35a582a0498c79"><code>0f351ed</code></a> <code>Better handling of "obtrusive" logs</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/574127e8ddfd5576d8cacf08d901783129348ecd"><code>574127e</code></a> <code>Start some kind of refs doc for development</code></li>
</ul>
<p>There are 25 commits in total.</p>
<p>See the <a href="https://urls.greenkeeper.io/webpro/release-it/compare/b0d8f4b898ac92941ad3e500c4cd88d5a801605a...72f512caf598a906890b5d1cd56d7854700e2eb6">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2019-01-17 09:41:46 +01:00
Michał Pierzchała 3f6b257a39 chore: update react-native to version 0.57.8 (#92)
* chore(package): update react-native to version 0.57.8

* chore(package): update lockfile yarn.lock

* remove smoke test as no longer necessary
2018-12-13 22:14:23 +01:00
greenkeeper[bot] ced096c048 chore: Update release-it to the latest version 🚀 (#90)
## The devDependency [release-it](https://github.com/webpro/release-it) was updated from `8.4.3` to `9.0.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

<details>
<summary>Release Notes for Release 9.0.0</summary>

<ul>
<li>Add updates/changelog notice &amp; remove temp v8 notice (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/webpro/release-it/commit/ff75970fbe684bb76842472e5f265b1448d5ac22/hovercard" href="https://urls.greenkeeper.io/webpro/release-it/commit/ff75970fbe684bb76842472e5f265b1448d5ac22"><tt>ff75970</tt></a>)</li>
<li>Add demo for pre-releases (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/webpro/release-it/commit/fb9990c6f149ed73285c2fea56858b827aeae78a/hovercard" href="https://urls.greenkeeper.io/webpro/release-it/commit/fb9990c6f149ed73285c2fea56858b827aeae78a"><tt>fb9990c</tt></a>)</li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 39 commits ahead by 39, behind by 2.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/83f1f883037cd39db9462c59e9692ce60138c542"><code>83f1f88</code></a> <code>Release 9.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/ff75970fbe684bb76842472e5f265b1448d5ac22"><code>ff75970</code></a> <code>Add updates/changelog notice &amp; remove temp v8 notice</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/fb9990c6f149ed73285c2fea56858b827aeae78a"><code>fb9990c</code></a> <code>Add demo for pre-releases</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/fc1093ef3588f9eb316e69c80bd9ce7461ec0625"><code>fc1093e</code></a> <code>Release 9.0.0-beta.4</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/e4e04a7d103db9d62b493e60b69ce4e9871184b6"><code>e4e04a7</code></a> <code>Fix/clean up dist defaults</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/bc3b137862938327efa0200dbfb98a79667b9e1a"><code>bc3b137</code></a> <code>Indicate pre-release in github prompt</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/867f65c76e5cb1ec34ab1f4148c0a24a9dcca0e9"><code>867f65c</code></a> <code>Fix priority of <code>--npm.tag</code></code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/b15b85604b10851ad7664433c71ac535abf0c108"><code>b15b856</code></a> <code>Release 9.0.0-beta.3</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/7e2e9e712e30a0045a2f1285b7315e40a5dabd18"><code>7e2e9e7</code></a> <code>Minor refactorings</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/ec3e01086976e888cc4205adaea4aaa0ee878032"><code>ec3e010</code></a> <code>Fix npm tag for pre-release</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/3607e706b9cf40651e5d312848f56cba673594db"><code>3607e70</code></a> <code>Add link to repository dependents to readme</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/2ee03e5f1f07e850700ed287babddba03d11d847"><code>2ee03e5</code></a> <code>Update readme with note re. v8/9 (closes #415)</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/0d1ebb5d33da02f8027df062689162a4fa9b949a"><code>0d1ebb5</code></a> <code>Release 9.0.0-beta.2</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/47347c48cdad0321dbb495e1f6fbd7109159e13a"><code>47347c4</code></a> <code>Tweak readme</code></li>
<li><a href="https://urls.greenkeeper.io/webpro/release-it/commit/c0a210b4f8defbff13bc3488798a69c17c8484cf"><code>c0a210b</code></a> <code>Use actual un-mocked method in test</code></li>
</ul>
<p>There are 39 commits in total.</p>
<p>See the <a href="https://urls.greenkeeper.io/webpro/release-it/compare/5e3aec8b3ecb4753f588c2ea0acf3b6313a7c0ed...83f1f883037cd39db9462c59e9692ce60138c542">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2018-12-13 15:17:14 +01:00
greenkeeper[bot] 1673bc0fdd chore: Update flow-bin to the latest version 🚀 (#86)
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.87.0` to `0.88.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

[Find out more about this release](https://github.com/flowtype/flow-bin).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2018-12-10 22:02:59 +01:00
Kacper Wiszczuk 2d999011cc chore: Greenkeeper/@types/react 16.7.11 (#82)
* chore(package): update @types/react to version 16.7.11

* fix: fix typings

* fix: Revert yarn.lock file
2018-12-01 14:20:36 +01:00
greenkeeper[bot] 0e47320bd4 chore: Update flow-bin to the latest version 🚀 (#75)
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.86.0` to `0.87.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

[Find out more about this release](https://github.com/flowtype/flow-bin).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2018-11-28 09:26:15 +01:00
Michał Pierzchała b0c4dd73ad chore(package): update react-native to version 0.57.7 (#73)
* chore(package): update react-native to version 0.57.7

* chore(package): update lockfile yarn.lock
2018-11-27 19:32:19 +01:00
Jukkish c3672cf23e feat: compile to ES5 for publishing (#50)
### Summary

Fixes https://github.com/callstack/react-native-testing-library/issues/49
2018-11-23 10:07:42 +01:00
Michał Pierzchała 235942bee3 fix(breaking): correct faulty implementation of finding by name (#62)
* fix(breaking): correct faulty implementation of finding by name

* chore: update docs

* refactor: code review
2018-11-17 19:13:44 +01:00
greenkeeper[bot] 5b249c3e76 chore: Update release-it to the latest version 🚀 (#63)
* chore(package): update release-it to version 8.0.0

* chore(package): update lockfile yarn.lock
2018-11-17 10:55:10 +01:00
Michał Pierzchała 01249f6609 Revert "fix: getAllBy* methods return more elements than expected (#57)" (#60)
This reverts commit d6d225d825.
2018-11-14 14:07:43 +01:00
Michał Pierzchała 130ab3dd12 chore: update conventional-changelog-cli to version 2.0.11 (#58)
* chore(package): update conventional-changelog-cli to version 2.0.11

* chore(package): update lockfile yarn.lock
2018-11-13 19:42:14 +01:00
greenkeeper[bot] f0dc737dee chore: update flow-bin to the 0.86.0 🚀 (#51)
* chore(package): update flow-bin to version 0.85.0

* chore(package): update lockfile yarn.lock

* update lockfile

* update untyped rn entries
2018-11-13 19:34:57 +01:00
Michał Pierzchała d6d225d825 fix: getAllBy* methods return more elements than expected (#57)
<!-- Please provide enough information so that others can review your pull request. -->
<!-- Keep pull requests small and focused on a single change. -->

### Summary

While upgrading the RN dev dep to 0.57.5 our test suite caught a bug, where `getAllBy*` methods would return more elements than expected. This is fixed by making sure we check the proper type of the parameter when we compare it directly to `node.type` (should be a function, but we allowed strings)

### Test plan

Updated snapshot (yay! RN fixed the display names of View and Text)
2018-11-13 19:26:47 +01:00
greenkeeper[bot] b82e56c3c5 chore: Update react to 16.6.1 🚀 (#54)
* chore(package): update react to version 16.6.1

* chore(package): update react-test-renderer to version 16.6.1

* chore(package): update lockfile yarn.lock
2018-11-09 09:24:41 +01:00
greenkeeper[bot] 2c68384abc chore: Update react to 16.6.0 🚀 (#45)
* chore(package): update react to version 16.6.0

* chore(package): update react-test-renderer to version 16.6.0

* chore(package): update lockfile yarn.lock

* fix lockfile
2018-10-25 11:45:20 +02:00