gloriaJun / react-realworld-example-app

https://gloriajun.github.io/react-realworld-example-app/
0 stars 0 forks source link

Update @testing-library/react requirement from ^8.0.1 to ^9.1.0 #29

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on @testing-library/react to permit the latest version.

Release notes *Sourced from [@testing-library/react's releases](https://github.com/testing-library/react-testing-library/releases).* > ## v9.1.0 > # [9.1.0](https://github.com/testing-library/react-testing-library/compare/v9.0.2...v9.1.0) (2019-08-10) > > > ### Features > > * add dont-cleanup-after-each.js ([#435](https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/435)) ([f4b813e](https://github.com/testing-library/react-testing-library/commit/f4b813e))
Commits - [`f4b813e`](https://github.com/testing-library/react-testing-library/commit/f4b813e60390501e5db825e1270cc0294fa440b7) feat: add dont-cleanup-after-each.js ([#435](https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/435)) - [`8277b06`](https://github.com/testing-library/react-testing-library/commit/8277b06c199cacb0e81597aa506151de7a71b439) fix: restore cleanup-after-each and include a deprecation warning - [`0b83ca5`](https://github.com/testing-library/react-testing-library/commit/0b83ca5720b40ab1731e0c1ed924833d8728eeea) fix(cleanup-after-each): remove cleanup-after-each file. ([#433](https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/433)) - [`1dd6544`](https://github.com/testing-library/react-testing-library/commit/1dd65446fb4f67364966e4b856f1ae729af72dc9) feat(deps): update @testing-library/dom to 6.0.0 - [`e2d2572`](https://github.com/testing-library/react-testing-library/commit/e2d25724dc5b0f9b29655a75c8a58ae24780a307) feat(cleanup): automatically cleanup if afterEach is detected - [`f8a88e7`](https://github.com/testing-library/react-testing-library/commit/f8a88e779ceb65720d5d60a5166c96df1026db12) Update src/__tests__/auto-cleanup-skip.js - [`605a8b1`](https://github.com/testing-library/react-testing-library/commit/605a8b16f4b5a8bb3fb5457119877807bba6306a) feat(cleanup): automatically cleanup if afterEach is detected - [`2f17920`](https://github.com/testing-library/react-testing-library/commit/2f17920c8a37abcb855e4dac720c881332abda47) chore: meh - [`f77012e`](https://github.com/testing-library/react-testing-library/commit/f77012ec3326509c6055b92801de55db74506ee0) chore: cleanup some tests - [`c026650`](https://github.com/testing-library/react-testing-library/commit/c0266503bfff4cd24de4039c2e0a624bb4fdb3d0) fix: improve warning so people know they can upgrade to 16.9.0 now ([#431](https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/431)) - Additional commits viewable in [compare view](https://github.com/testing-library/react-testing-library/compare/v8.0.1...v9.1.0)


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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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 4 years ago

Superseded by #31.