Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-native-toast-message from 1.3.4 to 2.1.6 in /mobile_app/mid #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps react-native-toast-message from 1.3.4 to 2.1.6.

Release notes

Sourced from react-native-toast-message's releases.

v2.1.6

Fixed

New Contributors

Full Changelog: calintamas/react-native-toast-message@v2.1.5...v2.1.6

v2.1.5

What's Changed

Full Changelog: calintamas/react-native-toast-message@v2.1.4...v2.1.5

v2.1.4

What's Changed

New Contributors

Full Changelog: calintamas/react-native-toast-message@v2.1.3...v2.1.4

v2.1.3

What's Changed

Full Changelog: calintamas/react-native-toast-message@v2.1.2...v2.1.3

v2.1.2

What's Changed

New Contributors

Full Changelog: calintamas/react-native-toast-message@v2.1.1...v2.1.2

v2.1.1

Fixed

... (truncated)

Changelog

Sourced from react-native-toast-message's changelog.

[2.1.6]

Fixed

  • Inline docs for visibilityTime. The value is in milliseconds, not seconds; by johnbillion in #429

[2.1.5]

Fixed

  • chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 by dependabot in #343

[2.1.4]

Fixed

  • fix: delay after keyboard is dismissed by rcb4t2 in #342

[2.1.3]

Fixed

  • chore(deps): bump minimist from 1.2.5 to 1.2.6 by dependabot in #338

[2.1.2]

Fixed

  • Fixes useNativeDriver warning on web by jpaas in #334

[2.1.1]

Fixed

  • Tapping a View / Button behind the Toast is not possible (b9d191e) (fixes #282)

[2.1.0]

Fixed

  • After a Toast is shown within a Modal, the main instance outside of Modal doesn't work anymore (#293)

  • A previously set timer is not cleared when autoHide changes from true to false. This can make a newly shown Toast auto hide (even if it was shown with autoHide: false) (#294)

    Big thanks go to jstheoriginal for all the work on fixing the two issues above 🙌.

  • Flexbox not working for setting Toast width or alignment (3400f00)

Changed

  • BaseToastProps style types allows passing an array of styles now style={[styles.one, styles.two]} (#243 was ported to v2)

... (truncated)

Commits
  • 945189f chore: release v2.1.6
  • 2945e4a The visibilityTime value is in ms. (#429)
  • 05a8620 docs: update coveralls link
  • 4e1bb05 chore(deps-dev): bump jest and @​types/jest (#377)
  • 387357d ci: fix multiple test runs on pull request
  • a11369c ci: fix publish-beta workflow
  • 08575f9 chore(deps-dev): bump husky from 7.0.4 to 8.0.1 (#376)
  • 6c337db chore(deps-dev): bump @​testing-library/jest-native from 4.0.4 to 4.0.5 (#375)
  • ada5c0b chore(deps-dev): bump typescript from 4.6.2 to 4.7.2 (#373)
  • f237967 chore(deps-dev): bump lint-staged from 12.3.4 to 13.0.0 (#374)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [react-native-toast-message](https://github.com/calintamas/react-native-toast-message) from 1.3.4 to 2.1.6.
- [Release notes](https://github.com/calintamas/react-native-toast-message/releases)
- [Changelog](https://github.com/calintamas/react-native-toast-message/blob/main/CHANGELOG.md)
- [Commits](calintamas/react-native-toast-message@v1.3.4...v2.1.6)

---
updated-dependencies:
- dependency-name: react-native-toast-message
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants