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

An in-range update of react-native-masked-text is breaking the build 🚨 #200

Closed
greenkeeper bot opened this issue Sep 8, 2018 · 13 comments
Closed

Comments

@greenkeeper
Copy link

greenkeeper bot commented Sep 8, 2018

Version 1.9.0 of react-native-masked-text was just published.

Branch Build failing 🚨
Dependency react-native-masked-text
Current Version 1.7.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

react-native-masked-text is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 15 commits.

  • 28268a7 Merge pull request #91 from benhurott/1.9.0
  • ba79449 docs(changelog): update changelog
  • 64e1a6b docs(logo): adding cool logo =)
  • 0ee2331 feat(mask-service): adding getMask
  • 3bcd57b tests(*): adding new tests to getMask
  • 82bc4b9 refactor(core): refactoring custom mask
  • 18eea9a feat(CpfCnpj): adding auto-mask for cpf and cnpj
  • 6f02fb9 Merge branch 'ronaldozanoni-master' into 1.9.0
  • c2b1369 docs(changelog): updating changelog
  • e3602b6 Merge branch 'emiyake-patch/npm-dependencies' into 1.9.0
  • e9a8e29 merge PR 80
  • 77aebe8 merge PR 74
  • ebb576a add cpf-cnpj mask to auto detect if the document is cpf or cnpj
  • bfed6c2 moved typings dependencies to devDependencies
  • 5169774 TypeScript support for custom mask options

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 9, 2018

Version 1.9.1 just got published.

Your tests for group flagship are passing again with this version. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 3 commits.

  • 73c8c71 fix(masks): fixing mask exports
  • 26ba037 fix(build): fixing build error for npm
  • 8e0e64f docs(readme): adding dowload badge

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 7, 2018

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 10 commits.

  • e65b12e Merge pull request #99 from benhurott/develop
  • b09dc4f version(1.9.2)
  • 769a8c6 Merge pull request #98 from benhurott/fix/#96-celphone-mask-change-error
  • a072791 fix(#96): cel-phone mask change issue
  • 3325156 Merge pull request #97 from benhurott/fix/#95-number-value-error
  • d57a883 fix(#95): fixing error when number value is passed to only-numbers
  • ec0c8a5 clean(*): removing test project
  • 73c8c71 fix(masks): fixing mask exports
  • 26ba037 fix(build): fixing build error for npm
  • 8e0e64f docs(readme): adding dowload badge

See the full diff

@DavidRhodesBB
Copy link

current version is 1.7.1, no existing PRs for this

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 23, 2019

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 34 commits.

  • 7c8ff6b Merge pull request #127 from benhurott/1.11.0
  • 669cda4 fix(docs): fixing typo
  • 72489ce docs(readme): improving docs
  • 9d53681 chore(build): updating build and version
  • fbb94b7 feat(1.11.0): adding new documentation
  • ba52caf feat(cel-phone): adding international
  • dbf8a55 fix(ts): updating ts types
  • b074692 feat(cel-phone): adding international
  • fa1b5f4 test(readme): testing new readme
  • 1c87848 test(readme): testing iframe
  • b2dcec8 Merge pull request #119 from benhurott/version/1.10.1
  • f8dbe7e fix(ts): fixing issuer
  • 08e2c29 Merge branch 'gabelerner-patch-1'
  • 8d88770 Make credit card issuer optional for other types
  • 3605bf7 Merge pull request #117 from benhurott/version/1.10.0

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2019

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 38 commits.

  • 5556de5 Merge pull request #130 from benhurott/1.11.1
  • b833232 fix(1.11.1): adding fix for removing character in the middle of the mask
  • cef8c88 Alter custom-mask logic to protect against backspace of char immediately before delimiter
  • a8403bd docs(readme): updating readme
  • 7c8ff6b Merge pull request #127 from benhurott/1.11.0
  • 669cda4 fix(docs): fixing typo
  • 72489ce docs(readme): improving docs
  • 9d53681 chore(build): updating build and version
  • fbb94b7 feat(1.11.0): adding new documentation
  • ba52caf feat(cel-phone): adding international
  • dbf8a55 fix(ts): updating ts types
  • b074692 feat(cel-phone): adding international
  • fa1b5f4 test(readme): testing new readme
  • 1c87848 test(readme): testing iframe
  • b2dcec8 Merge pull request #119 from benhurott/version/1.10.1

There are 38 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 7, 2019

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 52 commits.

  • 1226357 Merge pull request #139 from benhurott/1.12.0
  • 754cddf feat(rawValue): adding raw text in onChangeText
  • f0c7288 chore(build): updating dist
  • d44d2c4 fix(onChangeText): fixing raw value computation
  • 1adc89c feat(raw-value): adding raw value option to onChangeText
  • 4f50882 feat(raw-value): adding raw value option to onChangeText
  • b162436 docs(changelog): adding changes
  • c51bb92 Merge branch 'master' of git://github.com/rsouthgate/react-native-masked-text into 1.12.0
  • 6a9dfee chore(version): updating version
  • 7b2a8c9 Merge branch 'gabelerner-patch-2' into 1.12.0
  • e1785d9 Merge branch 'patch-2' of git://github.com/gabelerner/react-native-masked-text into gabelerner-patch-2
  • 08f5c71 Added raw value onTextChange
  • 32f4a3d Initialize early in constructor as opposed to waiting for component to mount.
  • 5556de5 Merge pull request #130 from benhurott/1.11.1
  • b833232 fix(1.11.1): adding fix for removing character in the middle of the mask

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2019

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 56 commits.

  • a4db993 Merge pull request #142 from benhurott/1.12.1
  • 46828cb chore(1.12.1): upgrading version
  • 1b8c584 chore(1.12.1): ignoring .git in npm
  • 72f44d9 chore(1.12.1): updating packages
  • 1226357 Merge pull request #139 from benhurott/1.12.0
  • 754cddf feat(rawValue): adding raw text in onChangeText
  • f0c7288 chore(build): updating dist
  • d44d2c4 fix(onChangeText): fixing raw value computation
  • 1adc89c feat(raw-value): adding raw value option to onChangeText
  • 4f50882 feat(raw-value): adding raw value option to onChangeText
  • b162436 docs(changelog): adding changes
  • c51bb92 Merge branch 'master' of git://github.com/rsouthgate/react-native-masked-text into 1.12.0
  • 6a9dfee chore(version): updating version
  • 7b2a8c9 Merge branch 'gabelerner-patch-2' into 1.12.0
  • e1785d9 Merge branch 'patch-2' of git://github.com/gabelerner/react-native-masked-text into gabelerner-patch-2

There are 56 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 23, 2019

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 58 commits.

  • 601a070 Merge pull request #147 from benhurott/1.12.2
  • e6232c4 refactor(1.12.2): performance improvements
  • a4db993 Merge pull request #142 from benhurott/1.12.1
  • 46828cb chore(1.12.1): upgrading version
  • 1b8c584 chore(1.12.1): ignoring .git in npm
  • 72f44d9 chore(1.12.1): updating packages
  • 1226357 Merge pull request #139 from benhurott/1.12.0
  • 754cddf feat(rawValue): adding raw text in onChangeText
  • f0c7288 chore(build): updating dist
  • d44d2c4 fix(onChangeText): fixing raw value computation
  • 1adc89c feat(raw-value): adding raw value option to onChangeText
  • 4f50882 feat(raw-value): adding raw value option to onChangeText
  • b162436 docs(changelog): adding changes
  • c51bb92 Merge branch 'master' of git://github.com/rsouthgate/react-native-masked-text into 1.12.0
  • 6a9dfee chore(version): updating version

There are 58 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 17, 2019

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 60 commits.

  • 0b04ce4 Merge pull request #163 from benhurott/1.12.3
  • 962f8ea fixing initial value when component is mounted
  • 601a070 Merge pull request #147 from benhurott/1.12.2
  • e6232c4 refactor(1.12.2): performance improvements
  • a4db993 Merge pull request #142 from benhurott/1.12.1
  • 46828cb chore(1.12.1): upgrading version
  • 1b8c584 chore(1.12.1): ignoring .git in npm
  • 72f44d9 chore(1.12.1): updating packages
  • 1226357 Merge pull request #139 from benhurott/1.12.0
  • 754cddf feat(rawValue): adding raw text in onChangeText
  • f0c7288 chore(build): updating dist
  • d44d2c4 fix(onChangeText): fixing raw value computation
  • 1adc89c feat(raw-value): adding raw value option to onChangeText
  • 4f50882 feat(raw-value): adding raw value option to onChangeText
  • b162436 docs(changelog): adding changes

There are 60 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 21, 2019

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 68 commits.

  • a9e1ef1 Merge pull request #174 from benhurott/dev-1.12.4
  • aa45529 updating changelog
  • ce3d3a1 update build
  • 8e31ff3 fix #173: default value for money mask
  • afd907f fix: remove wrong index.ts prop
  • 3a0b28d Merge branch 'svbutko-patch-1' into dev-1.12.4
  • cbb1dfc upgrade version
  • d8759a5 Add missing includeRawValueInChangeText into types
  • 0b04ce4 Merge pull request #163 from benhurott/1.12.3
  • 962f8ea fixing initial value when component is mounted
  • 601a070 Merge pull request #147 from benhurott/1.12.2
  • e6232c4 refactor(1.12.2): performance improvements
  • a4db993 Merge pull request #142 from benhurott/1.12.1
  • 46828cb chore(1.12.1): upgrading version
  • 1b8c584 chore(1.12.1): ignoring .git in npm

There are 68 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 3, 2019

Your tests for group flagship are passing again with this update. Explicitly upgrade flagship to this version 🚀

Commits

The new version differs by 75 commits.

  • 07952dd Merge pull request #182 from benhurott/1.12.5-dev
  • d7cf2e1 docs: update version
  • ac0b623 Merge branch 'rodineijf-master' into 1.12.5-dev
  • 3994096 fix #176: Deprecation Warning: componentWillReceiveProps
  • 0eff653 Merge branch 'mmarkelov-Replace_cWRP_with_cDU_in_base-text-component' into 1.12.5-dev
  • 8915162 use find instead of filter on resolver
  • b2c4ec3 Replace cWRP with cDU in base-text-component
  • a9e1ef1 Merge pull request #174 from benhurott/dev-1.12.4
  • aa45529 updating changelog
  • ce3d3a1 update build
  • 8e31ff3 fix #173: default value for money mask
  • afd907f fix: remove wrong index.ts prop
  • 3a0b28d Merge branch 'svbutko-patch-1' into dev-1.12.4
  • cbb1dfc upgrade version
  • d8759a5 Add missing includeRawValueInChangeText into types

There are 75 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 13, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 86 commits.

  • 2904556 Merge pull request #187 from benhurott/1.13.0-dev
  • ac07113 updating docs
  • 0a3044d Merge branch 'marcinkrysiak1979-master' into 1.13.0-dev
  • 8c41ded updating deps
  • abe18c6 update changelog
  • 36b8e7f Merge branch 'RodrigoAWeber-master' into 1.13.0-dev
  • cdd293a updating version and changelog
  • 0175133 Merge branch 'luancurti-fix/readme' into 1.13.0
  • 6b544b1 migrate from moment.js to date-and-time
  • a2bf8fa componentDidUpdate should pass prevProps to _bindProps function
  • 141e2cd docs: update example only number link
  • 07952dd Merge pull request #182 from benhurott/1.12.5-dev
  • d7cf2e1 docs: update version
  • ac0b623 Merge branch 'rodineijf-master' into 1.12.5-dev
  • 3994096 fix #176: Deprecation Warning: componentWillReceiveProps

There are 86 commits in total.

See the full diff

@bweissbart
Copy link
Member

Fixed by #894

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

No branches or pull requests

2 participants