Michał Pierzchała
2199c1db1b
v9.1.0
v9.1.0
2022-03-25 10:28:10 +01:00
Pierre Zimmermann
49dbb66f8e
feat: allow getByText and queryByText to find text nested in fragments ( #934 )
...
Co-authored-by: pierrezimmermann <pierrez@nam.tech >
2022-03-25 10:24:05 +01:00
George Kartalis
a010ffdbca
docs: fix textmatch broken link ( #903 )
...
* docs: fix textmatch broken link
* docs: fix normalization link
2022-01-20 22:00:32 +01:00
Jared Beach
6667cc2e20
feat: adds onTimeout option to waitFor ( #885 )
2022-01-10 13:09:24 +01:00
Pierre Zimmermann
c42bae123d
docs: add doc on compatibility with eslint-plugin-testing-library ( #884 )
...
* docs: add doc on compatibility with eslint-plugin-testing-library
* Update website/docs/EslintPLluginTestingLibrary.md
* Update website/docs/EslintPLluginTestingLibrary.md
Co-authored-by: pierrezimmermann <pierrez@nam.tech >
Co-authored-by: Michał Pierzchała <thymikee@gmail.com >
2021-12-20 10:06:04 +01:00
Michał Pierzchała
8ab46b444b
v9.0.0
v9.0.0
2021-12-06 09:51:13 +01:00
Augustin Le Fèvre
cf68c816c0
docs: Add v9 migration guide ( #876 )
...
* Add v9 release docs
* Apply suggestions from code review
* chore: text adjustments
Co-authored-by: Michał Pierzchała <thymikee@gmail.com >
2021-12-03 23:37:46 +01:00
dependabot[bot]
990ca8b5a4
chore(deps-dev): bump @callstack/eslint-config from 10.2.0 to 11.0.0 ( #847 )
...
Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack ) from 10.2.0 to 11.0.0.
- [Release notes](https://github.com/callstack/eslint-config-callstack/releases )
- [Commits](https://github.com/callstack/eslint-config-callstack/compare/v10.2.0...v11.0.0 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-23 22:42:22 +01:00
dependabot[bot]
b25668c7de
chore(deps): bump algoliasearch-helper from 3.2.2 to 3.6.2 in /website ( #867 )
...
Bumps [algoliasearch-helper](https://github.com/algolia/algoliasearch-helper-js ) from 3.2.2 to 3.6.2.
- [Release notes](https://github.com/algolia/algoliasearch-helper-js/releases )
- [Changelog](https://github.com/algolia/algoliasearch-helper-js/blob/develop/CHANGELOG )
- [Commits](https://github.com/algolia/algoliasearch-helper-js/compare/3.2.2...3.6.2 )
---
updated-dependencies:
- dependency-name: algoliasearch-helper
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-23 22:41:12 +01:00
dependabot[bot]
bbe540f274
chore(deps-dev): bump @types/react from 17.0.30 to 17.0.36 ( #865 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.30 to 17.0.36.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-23 16:51:19 +01:00
dependabot[bot]
272b748ede
chore(deps-dev): bump @types/react-native from 0.65.7 to 0.66.5 ( #863 )
...
Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native ) from 0.65.7 to 0.66.5.
- [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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-23 16:50:52 +01:00
Michał Pierzchała
5178f5e569
v9.0.0-alpha.0
v9.0.0-alpha.0
2021-11-23 16:36:42 +01:00
Augustin Le Fèvre
31ef0b92ed
feat(breaking): add text match options a.k.a string precision API ( #554 )
...
* Add TextMatch options to getByAPI
* Add TextMatch options to queryByAPI
* Add TextMatch options to findByAPI
* Add tests covering new TextMatch options
* Add documentation and examples for TextMatch options
* Implement text match normalization customization
* Implement tests for normalization options
* Add text normalization docs
* Refactor typings
* Add export for getDefaultNormalizer function
* Remove undocumented config for normalizer function
* Update website/docs/Queries.md
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com >
* BREAKING: make findBy* queries arguments order compatible with RTL
* Fix tests for findBy queries after changing their API
* Fix matching nested Text components with queryOptions exact set to true
* Remove recursion matching for *byText APIs
* Reuse getAllByText in getByText
* Add Textmatch options to *byTestId
* fix: types for getDefaultNormalizer
* refactor: remove makeNormalizer and use getDefaultNormalizer() instead
* refactor: change params position and description for matches
* refactor: move & remove duplicated tests after merge
* Make waitForOptions param change non breaking change
* chore: cleanup and type fixups
* tests: update snapshots
* chore: use default arg value for normalizer
* Restore mock after use
* fix: wrong snapshot update with outdated deps
Co-authored-by: Rafał Zakrzewski <zakrzewski.rafal@gmail.com >
Co-authored-by: Michał Pierzchała <thymikee@gmail.com >
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com >
Co-authored-by: Damian Sznajder <damsznajder@gmail.com >
2021-11-23 16:30:25 +01:00
Michał Pierzchała
0ede61780b
v8.0.0
v8.0.0
2021-10-15 21:18:54 +02:00
dependabot[bot]
a7a771f54b
chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /website ( #742 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:09:35 +02:00
dependabot[bot]
d121438161
chore(deps-dev): bump @babel/preset-flow from 7.13.13 to 7.14.5 ( #765 )
...
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow ) from 7.13.13 to 7.14.5.
- [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.14.5/packages/babel-preset-flow )
---
updated-dependencies:
- dependency-name: "@babel/preset-flow"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:09:17 +02:00
dependabot[bot]
2786f2f8ea
chore(deps-dev): bump typescript from 4.4.2 to 4.4.4 ( #845 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.2 to 4.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:07:32 +02:00
dependabot[bot]
3adf2815fd
chore(deps-dev): bump release-it from 14.6.1 to 14.11.6 ( #830 )
...
Bumps [release-it](https://github.com/release-it/release-it ) from 14.6.1 to 14.11.6.
- [Release notes](https://github.com/release-it/release-it/releases )
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/release-it/release-it/compare/14.6.1...14.11.6 )
---
updated-dependencies:
- dependency-name: release-it
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:05:03 +02:00
dependabot[bot]
45690335e6
chore(deps-dev): bump @babel/plugin-proposal-class-properties ( #846 )
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties ) from 7.13.0 to 7.14.5.
- [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.14.5/packages/babel-plugin-proposal-class-properties )
---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-class-properties"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:04:47 +02:00
dependabot[bot]
a6b9fdda78
chore(deps-dev): bump @babel/cli from 7.13.16 to 7.15.7 ( #833 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.13.16 to 7.15.7.
- [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.15.7/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:03:38 +02:00
dependabot[bot]
9bd2f2f293
chore(deps-dev): bump @testing-library/jest-native from 3.4.3 to 4.0.2 ( #842 )
...
Bumps [@testing-library/jest-native](https://github.com/testing-library/jest-native ) from 3.4.3 to 4.0.2.
- [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/v3.4.3...v4.0.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-native"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:03:23 +02:00
dependabot[bot]
623dd04c52
chore(deps): bump color-string from 1.5.3 to 1.6.0 in /website ( #844 )
...
Bumps [color-string](https://github.com/Qix-/color-string ) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/Qix-/color-string/releases )
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Qix-/color-string/commits/1.6.0 )
---
updated-dependencies:
- dependency-name: color-string
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:03:07 +02:00
dependabot[bot]
357373b20e
chore(deps): bump prismjs from 1.23.0 to 1.25.0 in /website ( #843 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.23.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 21:02:51 +02:00
Augustin Le Fèvre
3735b0e41f
Forward extra data to press event ( #828 )
2021-10-15 21:02:34 +02:00
dependabot[bot]
4e30352bcf
chore(deps-dev): bump @babel/preset-react from 7.13.13 to 7.14.5 ( #839 )
...
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react ) from 7.13.13 to 7.14.5.
- [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.14.5/packages/babel-preset-react )
---
updated-dependencies:
- dependency-name: "@babel/preset-react"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:44:08 +02:00
dependabot[bot]
61ddf610b3
chore(deps): bump url-parse from 1.5.1 to 1.5.3 in /website ( #813 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:43:11 +02:00
dependabot[bot]
dc691b09aa
chore(deps-dev): bump @types/react from 17.0.2 to 17.0.30 ( #838 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.2 to 17.0.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:42:56 +02:00
dependabot[bot]
6db0d1ed73
chore(deps): bump postcss from 7.0.29 to 7.0.36 in /website ( #756 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.29 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.29...7.0.36 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:42:37 +02:00
dependabot[bot]
49386e17bc
chore(deps): bump prismjs from 1.23.0 to 1.25.0 in /website ( #823 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.23.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:42:25 +02:00
dependabot[bot]
040ec1746e
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /website ( #796 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:42:09 +02:00
dependabot[bot]
534a9c5f1a
chore(deps): bump merge-deep from 3.0.2 to 3.0.3 in /website ( #754 )
...
Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases )
- [Commits](https://github.com/jonschlinkert/merge-deep/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: merge-deep
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:41:58 +02:00
dependabot[bot]
e0d1c7312f
chore(deps): bump ws from 6.2.1 to 6.2.2 in /website ( #752 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:41:48 +02:00
dependabot[bot]
cd8ecf26c8
chore(deps): bump path-parse from 1.0.6 to 1.0.7 ( #795 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:41:13 +02:00
dependabot[bot]
7ddaa65fc1
chore(deps): bump tmpl from 1.0.4 to 1.0.5 ( #824 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 20:41:01 +02:00
Nick McCurdy
b6ec6b0198
chore: rename default branch to main ( #784 )
2021-10-15 20:39:35 +02:00
Michał Pierzchała
7726a6d074
chore: upgrade Jest and RN to latest ( #837 )
...
* chore: upgrade Jest and RN to latest
* chore: update test timeout
2021-10-15 20:36:26 +02:00
Güven Karanfil
2f5208b93b
docs: fix minimum react-native version for async act to 0.61 ( #836 )
2021-10-15 20:09:34 +02:00
dependabot[bot]
54d970c940
chore(deps-dev): bump typescript from 4.2.2 to 4.4.2 ( #802 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.2 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.2...v4.4.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-13 13:22:26 +02:00
Ilya.Stepanov
2ab2645e1d
Update index.d.ts ( #812 )
...
toJSON function can return a list of ReactTestRendererJSON
2021-09-13 12:55:48 +02:00
Andrei Alecu
1cbf51644e
test: add failing test for #776 ( #778 )
2021-07-06 16:13:23 +02:00
dependabot[bot]
f3283b81a0
chore(deps-dev): bump eslint from 7.21.0 to 7.29.0 ( #762 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.21.0 to 7.29.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.29.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-28 12:29:49 +02:00
dependabot[bot]
a2046a373a
chore(deps-dev): bump react-native from 0.64.0-rc.4 to 0.64.2 ( #761 )
...
Bumps [react-native](https://github.com/facebook/react-native ) from 0.64.0-rc.4 to 0.64.2.
- [Release notes](https://github.com/facebook/react-native/releases )
- [Changelog](https://github.com/facebook/react-native/blob/master/Releases.md )
- [Commits](https://github.com/facebook/react-native/compare/v0.64.0-rc.4...v0.64.2 )
---
updated-dependencies:
- dependency-name: react-native
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-28 12:24:27 +02:00
Michał Pierzchała
e40d520657
docs: add Callstack notice ( #759 )
2021-06-28 12:14:07 +02:00
Michał Pierzchała
0c37fb8bff
v8.0.0-rc.1
2021-06-28 11:43:57 +02:00
Michał Chudziak
6d6c46e28a
Add Callstack reference ( #758 )
2021-06-25 15:02:12 +02:00
dependabot[bot]
a018c7e1b1
chore(deps): bump ssri from 6.0.1 to 6.0.2 in /website ( #716 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 13:56:19 +02:00
dependabot[bot]
5c6edb95c8
chore(deps): bump y18n from 4.0.0 to 4.0.1 in /website ( #710 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 13:56:09 +02:00
dependabot[bot]
4bcee9896c
chore(deps): bump elliptic from 6.5.3 to 6.5.4 in /website ( #698 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 13:55:57 +02:00
dependabot[bot]
c1ef023689
chore(deps-dev): bump @types/react-native from 0.63.50 to 0.64.4 ( #724 )
...
Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native ) from 0.63.50 to 0.64.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-native )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 13:55:21 +02:00
dependabot[bot]
f0a1939c70
chore(deps-dev): bump @babel/preset-flow from 7.12.13 to 7.13.13 ( #726 )
...
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow ) from 7.12.13 to 7.13.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.13.13/packages/babel-preset-flow )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 13:55:12 +02:00