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-modal-selector from 0.0.27 to 0.0.29 #4428

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react-native-modal-selector from 0.0.27 to 0.0.29.

Release notes

Sourced from react-native-modal-selector's releases.

v0.0.29

New method getSelectedItem() supports getting current selected item programmatically (f9984c13b80bda413c59b3ebb9c7cd158e799ac7)

v0.0.28

Enhancements

  • New prop (modalOpenerHitSlop) to adjust hit slop (the area that user can click) of touchable that opens modal (#64)
  • New prop (customSelector) to render a custom selector node (i.e. a replacement for the touchable that opens the modal) (#72)
  • New prop (closeOnChange) to determine if modal should close when user make a selection (#74)
  • New prop (selectedItemTextStyle) to style currently selected element (#75)

Bugfixes

  • Accessibility fix (#73)
Commits
  • eabb8c0 Update NPM-version to v0.0.29
  • f9984c1 Add get changed item function (#81)
  • 92a9089 Add custom component/selector example in README/SampleApp (#84)
  • b84a591 Upgrade SampleApp to RN 0.56 (#83)
  • 3b293be Update NPM-version to v0.0.28
  • 74ab38d Add prop for custom styling selected element (#82)
  • 4fa202b Add prop customSelector (#72)
  • 931de35 Added closeOnChange prop (#74)
  • 9569611 Disable accessibility for modal TouchableWithoutFeedback (#73)
  • 00f55b3 Change default modalOpenerHitSlop object (#66)
  • 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 will not automatically merge this PR because it includes an out-of-range update to a production dependency.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.

@codecov
Copy link

codecov bot commented Oct 15, 2018

Codecov Report

Merging #4428 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4428   +/-   ##
=======================================
  Coverage   35.98%   35.98%           
=======================================
  Files         555      555           
  Lines        6650     6650           
  Branches      871      871           
=======================================
  Hits         2393     2393           
  Misses       3810     3810           
  Partials      447      447

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db1d969...89c336f. Read the comment docs.

@Hypnosphi
Copy link
Member

Hypnosphi commented Oct 15, 2018

@dependabot-bot why is this considered out-of-range? The previous range was ^0.0.27 which covers 0.0.29

@Hypnosphi Hypnosphi merged commit bab1c94 into master Oct 15, 2018
@Hypnosphi Hypnosphi deleted the dependabot/npm_and_yarn/react-native-modal-selector-0.0.29 branch October 15, 2018 11:37
@greysteil
Copy link
Contributor

It’s because it’s pre-0.1. There’s a full definition here: https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants