647 Commits

Author SHA1 Message Date
Michał Pierzchała fbf3e789b5 v11.1.0 v11.1.0 2022-09-16 10:48:00 +02:00
dependabot[bot] 7a24fa5756 chore(deps-dev): bump @testing-library/jest-native from 4.0.11 to 4.0.12 (#1124)
Bumps [@testing-library/jest-native](https://github.com/testing-library/jest-native) from 4.0.11 to 4.0.12.
- [Release notes](https://github.com/testing-library/jest-native/releases)
- [Changelog](https://github.com/testing-library/jest-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-native/compare/v4.0.11...v4.0.12)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-native"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 15:07:41 +02:00
dependabot[bot] eb9cba7edb chore(deps-dev): bump eslint from 8.23.0 to 8.23.1 (#1112)
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 14:43:27 +02:00
dependabot[bot] fcac73ec9f chore(deps-dev): bump @types/react-native from 0.69.8 to 0.70.0 (#1123)
Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.69.8 to 0.70.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-native)

---
updated-dependencies:
- dependency-name: "@types/react-native"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 14:42:44 +02:00
dependabot[bot] 1132464971 chore(deps-dev): bump @callstack/eslint-config from 13.0.1 to 13.0.2 (#1122)
* chore(deps-dev): bump @callstack/eslint-config from 13.0.1 to 13.0.2

Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/callstack/eslint-config-callstack/releases)
- [Commits](https://github.com/callstack/eslint-config-callstack/compare/v13.0.1...v13.0.2)

---
updated-dependencies:
- dependency-name: "@callstack/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update yarn lock

* chore: update yarn lock

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Jastrzębski <mdjastrzebski@gmail.com>
2022-09-15 14:24:02 +02:00
dependabot[bot] c5db8cfadc chore(deps-dev): bump babel-jest from 29.0.2 to 29.0.3 (#1111)
* chore(deps-dev): bump babel-jest from 29.0.2 to 29.0.3

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 29.0.2 to 29.0.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update all jest deps

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Jastrzebski <maciej.jastrzebski@callstack.com>
2022-09-15 11:25:49 +02:00
Augustin Le Fèvre f0a16022a6 Add test to ensure it is possible to trigger native event (#1114) 2022-09-15 10:43:06 +02:00
Pierre Zimmermann aa103b6206 fix: prevent non editable textinputs from being updated through getByTestID (#1092)
* fix: prevent non editable textinputs from being updated through getByTestID

* refactor: add comment to explain double check in isTextInput function

* Update src/__tests__/fireEvent.test.tsx

* Update src/__tests__/fireEvent.test.tsx

Co-authored-by: pierrezimmermann <pierrez@nam.tech>
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
2022-09-13 17:03:54 +02:00
dependabot[bot] 5e918d55c9 chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 (#1110) 2022-09-09 16:13:09 +02:00
Maciej Jastrzebski bd561467a3 chore: remove and add again conventional-changelog-cli" to update deep deps (#1109) 2022-09-09 15:00:06 +02:00
Maciej Jastrzebski 7347e92b34 chore: optional jest peer dep (#1101) 2022-09-09 09:04:41 +02:00
dependabot[bot] 510256aed2 chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 (#1107)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-09 09:04:26 +02:00
Gabiveu1574 1089c3ea45 corrected typo on line 44 from targes to targets (#1108) 2022-09-09 08:28:50 +02:00
Maciej Jastrzebski 7c196c2c2a chore: remove cp-cli dep (#1106) 2022-09-08 18:25:45 +02:00
dependabot[bot] 72637c2a28 chore(deps-dev): bump @callstack/eslint-config from 12.0.2 to 13.0.1 (#1103)
* chore(deps-dev): bump @callstack/eslint-config from 12.0.2 to 13.0.1

Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) from 12.0.2 to 13.0.1.
- [Release notes](https://github.com/callstack/eslint-config-callstack/releases)
- [Commits](https://github.com/callstack/eslint-config-callstack/commits)

---
updated-dependencies:
- dependency-name: "@callstack/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: run lint --fix

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
2022-09-08 17:44:26 +02:00
dependabot[bot] 6cd87b9c3a chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 in /website (#1102)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 17:43:05 +02:00
dependabot[bot] 69baf3989e chore(deps-dev): bump react-native from 0.69.5 to 0.70.0 (#1097)
* chore(deps-dev): bump react-native from 0.69.5 to 0.70.0

Bumps [react-native](https://github.com/facebook/react-native) from 0.69.5 to 0.70.0.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/compare/v0.69.5...v0.70.0)

---
updated-dependencies:
- dependency-name: react-native
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update snapshots

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
2022-09-08 17:39:36 +02:00
dependabot[bot] 14a0520b56 chore(deps-dev): bump @babel/plugin-transform-flow-strip-types (#1098)
Bumps [@babel/plugin-transform-flow-strip-types](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-flow-strip-types) from 7.18.9 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-plugin-transform-flow-strip-types)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-flow-strip-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 17:25:54 +02:00
dependabot[bot] 6577763322 chore(deps-dev): bump jest from 29.0.1 to 29.0.2 (#1094)
* chore(deps-dev): bump jest from 29.0.1 to 29.0.2

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.0.1 to 29.0.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.0.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update jest deps

* chore: update yarn.lockl

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
2022-09-08 17:24:18 +02:00
Michał Pierzchała db3b432abf chore: update algolia crowler 2022-09-07 21:45:23 +02:00
Maciej Jastrzebski 2c096fff99 feature: export options types and renderHook result type (#1091) 2022-09-06 12:54:39 +02:00
dependabot[bot] cb46ae2689 chore(deps-dev): bump @types/react from 18.0.17 to 18.0.18 (#1090) 2022-08-31 15:12:47 +02:00
dependabot[bot] 3d763e906d chore(deps-dev): bump @types/react-native from 0.69.5 to 0.69.6 (#1089) 2022-08-30 16:39:55 +02:00
dependabot[bot] a547740e08 chore(deps-dev): bump @types/jest from 28.1.8 to 29.0.0 (#1088)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.8 to 29.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-30 16:03:05 +02:00
dependabot[bot] 0bc3ba7063 chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 (#1086) 2022-08-29 20:14:07 +02:00
dependabot[bot] 60da90b9f8 chore(deps): bump pretty-format from 29.0.0 to 29.0.1 (#1087) 2022-08-29 20:03:03 +02:00
dependabot[bot] 23d44d5af5 chore(deps-dev): bump babel-jest from 29.0.0 to 29.0.1 (#1085) 2022-08-29 19:31:54 +02:00
dependabot[bot] 44fa2b6285 chore(deps-dev): bump jest from 29.0.0 to 29.0.1 (#1084) 2022-08-29 16:53:51 +02:00
dependabot[bot] 669fd610aa chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 (#1082)
* chore(deps-dev): bump typescript from 4.7.4 to 4.8.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: typescript update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
2022-08-26 22:25:45 +02:00
dependabot[bot] 5c69f28e58 chore(deps-dev): bump react-native from 0.69.4 to 0.69.5 (#1081) 2022-08-26 19:18:25 +02:00
Michał Pierzchała a764e2be5d chore: update algolia keys 2022-08-26 16:56:33 +02:00
dependabot[bot] f5db461f80 chore(deps-dev): bump jest from 28.1.3 to 29.0.0 (#1076)
* chore(deps-dev): bump jest from 28.1.3 to 29.0.0

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.0.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.0.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: nuke snapshots

* chore: update pretty-format

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
2022-08-25 15:35:16 +02:00
AlanWen2016 bf8bc45675 Update API.md (#1075)
Update API.md
2022-08-25 11:03:36 +02:00
dependabot[bot] 85d22af0b7 chore(deps-dev): bump @types/jest from 28.1.7 to 28.1.8 (#1074)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.7 to 28.1.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-24 15:14:04 +02:00
Maciej Jastrzebski f3969d07ff chore: update troubleshooting guide with typical error messages (#1073) 2022-08-23 23:30:33 +02:00
dependabot[bot] 610bf5e14b chore(deps-dev): bump @babel/core from 7.18.10 to 7.18.13 (#1072)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.18.13.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.13/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-23 22:06:55 +02:00
Maciej Jastrzebski 6108b95552 docs: troubleshooting guilde (#1065) 2022-08-18 14:26:39 +02:00
dependabot[bot] bf44883f6a chore(deps-dev): bump @types/jest from 28.1.6 to 28.1.7 (#1063)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.6 to 28.1.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 18:34:08 +02:00
dependabot[bot] dedd67ebaa chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 (#1062)
Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 11:27:41 +02:00
dependabot[bot] 6b89fb634b chore(deps-dev): bump @testing-library/jest-native from 4.0.10 to 4.0.11 (#1060) 2022-08-11 15:12:43 +02:00
Maciej Jastrzebski d0cb5439a2 chore: disable test examples workflow on main merge, add GH action for test examples (#1058)
* chore: disable test examples on main

* chore: github actions with manual trigger to test examples

* chore: run on multiple node versions

* chore: trigger initial workflow run

* chore: restore manual workflow trigger

* chore: refactor to matrix

* chore: trigger run

* chore: return to workflow_dispatch
2022-08-11 10:38:21 +02:00
Maciej Jastrzebski 64bae79d39 chore: update deps to expo 46 (#1059) 2022-08-11 10:36:38 +02:00
dependabot[bot] 95c46827de chore(deps-dev): bump @babel/preset-react from 7.14.5 to 7.18.6 (#1055) 2022-08-10 16:53:08 +02:00
dependabot[bot] 3d7f0d8846 chore(deps-dev): bump @testing-library/jest-native from 4.0.5 to 4.0.10 (#1056) 2022-08-10 16:52:34 +02:00
dependabot[bot] 4bd957458d chore(deps): bump browserslist from 4.14.0 to 4.21.3 in /website (#1053) 2022-08-09 19:29:15 +02:00
dependabot[bot] a8f02d7382 chore(deps): bump normalize-url from 4.5.0 to 4.5.1 in /website (#1052) 2022-08-09 19:01:45 +02:00
dependabot[bot] 9adb1e89b2 chore(deps): bump ws from 6.2.1 to 6.2.2 (#1051) 2022-08-09 18:58:17 +02:00
Oskar Kwaśniewski 3fb18c0884 chore: upgrade docusaurus to v2.0.1 (#1049)
* chore: upgrade docusaurus to v2.0.1

* fix: change docker image to node 16

* fix: update node version to 16.15

* fix: bump node docker image to current
2022-08-09 18:02:37 +02:00
Michał Pierzchała c1cc140396 chore: remove release-it as it's unused (#1050) 2022-08-09 17:41:49 +02:00
Michał Pierzchała 9033d7db99 v11.0.0 2022-08-09 16:45:07 +02:00