digitalkaoz / time-calc

Timesheet PWA
https://time-calc.digitalkaoz.net
MIT License
4 stars 4 forks source link

An in-range update of redux-form is breaking the build 🚨 #84

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency redux-form was updated from 8.2.1 to 8.2.2.

🚨 View failing branch.

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

redux-form 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](https://travis-ci.org/digitalkaoz/time-calc/builds/539099327?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 7 commits.

  • 740d3e2 Merge pull request #4471 from esetnik/fix-immutable-support
  • 702d136 Merge pull request #4470 from esetnik/test-immutable
  • 541ec8f fix immutable support in lose mode
  • 61d8de2 test using same babel config as built product
  • 68fc329 Merge pull request #4438 from asazernik/master
  • e49795d v8.2.1
  • cbd16c8 FieldProps.types: Relax component type, document problem with strictness

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 8.2.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 4 commits.

  • 720c9d0 v8.2.3
  • c59a977 Revert "Fix immutable support" (#4474)
  • 5aaa39b Revert "Run tests using same babel config as built product" (#4475)
  • ba4eea0 v8.2.2

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v8.2.4

Bug Fixes

Fix immutable support #4476

Commits

The new version differs by 8 commits.

  • f51ef05 v8.2.4
  • 931ff2f Merge pull request #4476 from esetnik/fix-immutable-support
  • 8ad8446 fix codeclimate
  • 4c87cf5 conditional isList implementation and new eslint checking
  • 720c9d0 v8.2.3
  • c59a977 Revert "Fix immutable support" (#4474)
  • 5aaa39b Revert "Run tests using same babel config as built product" (#4475)
  • ba4eea0 v8.2.2

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v8.2.5

Bug Fixes

  • Fix actionCreators that was not being re-binded #4492
  • Fix _reduxForm context rewrite #4496 #4299
  • Fix warning not being calculated when using initialValues #4499 #4488
Commits

The new version differs by 23 commits.

  • e4829fb chore(package): bump version
  • cb2a1f6 Merge pull request #4499 from erikras/fix-4488
  • 5ea1ae7 Revert "fix(createReduxForm): codeclimate problem"
  • 92a0065 fix(createReduxForm): codeclimate problem
  • 3875e95 test(reduxForm): add test for warning in initial render
  • 760ec4f Merge pull request #4442 from tnrich/tnrAddContributingMd
  • f0ebf19 fix(warn): use lastSyncWarnings
  • d7d4e0b Merge pull request #4496 from erikras/fix-context-rewrite
  • 1cc47a9 chore(): update package.lock
  • 652437b Issue #4299
  • a6c82d8 Merge pull request #4492 from opichals/ensure-actionCreator-is-re-bound-to-props-form-on-props-change
  • bd145f7 fix: re-bind actionCreators to changed props.form
  • 7f40c80 Create FUNDING.yml
  • f51ef05 v8.2.4
  • 931ff2f Merge pull request #4476 from esetnik/fix-immutable-support

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v8.2.6

Code Improvements

Bug Fixes

  • Allow change to handle undefined payload #3946 #4507

Security Fixes

Commits

The new version differs by 35 commits.

  • 87beada v8.2.6
  • 5def510 Merge pull request #4520 from vaclavnovotny/chore-rename-unsafe-deprecated-lifecycle-methods
  • 13d01d0 chore: rename unsafe lifecycle methods to silence console warnings
  • 619a02b Fix test
  • 5ec3d30 Added 'other' option to 'Sex' field in examples
  • 0eb2c36 Merge pull request #4508 from quetzaluz/fix-4506
  • 34b7905 Merge pull request #4468 from asazernik/better-config-typing
  • 54f31c7 createReduxForm: Add asyncChangeFields type to Config
  • a05377d no-op, flow, createReduxForm: Accurately distinguish Props and Config types
  • 04171fb fix(reducer/change): allow change to handle undefined paylo… (#4507)
  • 50e187e Added Triplebyte link
  • e4829fb chore(package): bump version
  • cb2a1f6 Merge pull request #4499 from erikras/fix-4488
  • 5ea1ae7 Revert "fix(createReduxForm): codeclimate problem"
  • 92a0065 fix(createReduxForm): codeclimate problem

There are 35 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v8.3.0

New Features 😻

Fixes πŸ›

Misc πŸš€

Documentation πŸ“–

Commits

The new version differs by 81 commits.

  • ca81844 chore: bump version (v8.3.0)
  • a0a13f2 fix: remove scripts from postinstall, since it's not shipped in npm publish (#4600)
  • 12ad4ec fix(field): use onChange return as preventDefault only in RN (#4596)
  • cddbc2c refactor(createField): remove duplicated ref
  • 302322e fix(docs): fix select-multiple type for Field
  • 3958840 chore: fix badge links
  • 3ffadcd chore: fix travis badge
  • 80a303f chore: upgrade codecov
  • 5141db2 chore: update lodash flow definitions
  • e442bfd chore: upgrade jest
  • c93e2ce chore: npm upgrade --save-dev
  • 5018fd8 chore: add Spectrum comunity link for help
  • af9008c chore: replace github user erikras to new org name redux-form
  • bf1c6df chore: improve contributing, security, support
  • 1f197ad chore: moved example scripts to redux-form-examples

There are 81 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v8.3.1

Fixes

  • fix: exclude immutable from handleSubmit and bundle e13c3b2

Tests

  • add test case for multiple field validate 96221cd

Chores

  • chore: add emoji for lib communities accbae9
  • chore: update issue templates 93db01a
  • chore: upgrade husky precommit config a1c0b23
  • chore: upgrade dependencies a0f4d8d
  • chore: remove unused dev dependencies 67c6eb6
  • chore: upgrade version in lock file 8814d24

v8.3.0...v8.3.1

Commits

The new version differs by 91 commits.

  • 6b878d7 8.3.1
  • b369a95 Updated readme from TripleByte to Form Nerd
  • e13c3b2 fix: exclude immutable from handleSubmit and bundle
  • accbae9 chore: add emoji for lib communities
  • 93db01a chore: update issue templates
  • 96221cd add test case for multiple field validate
  • a1c0b23 chore: upgrade husky precommit config
  • a0f4d8d chore: upgrade dependencies
  • 67c6eb6 chore: remove unused dev dependencies
  • 8814d24 chore: upgrade version in lock file
  • ca81844 chore: bump version (v8.3.0)
  • a0a13f2 fix: remove scripts from postinstall, since it's not shipped in npm publish (#4600)
  • 12ad4ec fix(field): use onChange return as preventDefault only in RN (#4596)
  • cddbc2c refactor(createField): remove duplicated ref
  • 302322e fix(docs): fix select-multiple type for Field

There are 91 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v8.3.2

Perf ⏱

Misc πŸš€

Documentation πŸ“–

Commits

The new version differs by 103 commits.

  • 3e619a7 feat(*): bump for v8.3.2
  • 08d2b6e perf: improve actionTypes exports
  • 8e61f88 fix(immutable): export flow actions instead of action creators (#4632)
  • e9b74e6 chore: make immutable an optional dep (#4636)
  • a953306 chore: replace collective with npm fund
  • 5b2563e chore: npm audit fix
  • 7b69abe docs: remove CodeFund sponsor
  • 9b1a6d4 chore: exclude issues with question, docs, discussion label from locking
  • c5a43f1 chore: add size-limit validation
  • a1c3a15 chore: remove old unused babel lodash-es config
  • 5db4a8e refactor: remove useless react-lifecycles-compat
  • 495dfc0 chore: downgrade react/react-dom dev deps to match peer
  • 6b878d7 8.3.1
  • b369a95 Updated readme from TripleByte to Form Nerd
  • e13c3b2 fix: exclude immutable from handleSubmit and bundle

There are 103 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 114 commits.

  • 638dc44 8.3.3
  • 941327f perf: extract source maps from umd build into separate files
  • 5c7ab6f chore: update jest, run tests in parallel, add jest types
  • fee51ec chore: update minimum supported node version to node@12 LTS
  • 94b01de chore: remove jest-matcher-utils in favor of jest this.utils
  • e651e2b chore: make node min supported version strict
  • 34acd4b chore: fix webpack config
  • 6d70e69 chore: enable all flow warnings, and disable all explicit
  • 9ec1b99 refactor: remove deprecated flow Existential Type *
  • a99cb3f chore: update lodash flow types, prettier ignore flow-typed
  • 3f54b7a chore: npm audit fix
  • 3e619a7 feat(*): bump for v8.3.2
  • 08d2b6e perf: improve actionTypes exports
  • 8e61f88 fix(immutable): export flow actions instead of action creators (#4632)
  • e9b74e6 chore: make immutable an optional dep (#4636)

There are 114 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.3.4

Fixes

  • fix: downgrade node back to 8, because yarn takes engines seriously 04d2e93
  • fix: improve SubmissionError detection e705b7c

v8.3.3...v8.3.4

Commits

The new version differs by 3 commits.

  • b1b5147 8.3.4
  • 04d2e93 fix: downgrade node back to 8, because yarn takes engines seriously
  • e705b7c fix: improve SubmissionError detection

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v8.3.5

Fixes

  • fix: downgrade node back to initial 8.10, because yarn takes engines seriously 9c05207

v8.3.4...v8.3.5

Commits

The new version differs by 2 commits.

  • f8e9fb6 8.3.5
  • 9c05207 fix: downgrade node back to initial 8.10, because yarn takes engines seriously

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.3.6
  • refactor(Fields): remove react legacy string refs 47ad2fd
  • chore: replace 4 years old redux-immutablejs with redux-immutable 0c4a047
  • chore: add env table to issue template 00b23eb
  • revert: chore: remove flow-types from repo, install them on postinstall 1bba658
  • chore: fix flow types for new added definitions ed62498
  • chore: add scarf analytics 263474e
  • chore: remove flow-types from repo, install them on postinstall e5a2917
  • chore: remove docs label from stale issues 674134e
  • chore: upgrade flow-bin to 0.84, need for future migrations b1a6960
  • chore: update eslint f6dc97d
  • chore: remove unused lodash-es 08f0fa3
  • chore: remove unused babel plugins and presets 1b89f1f
  • chore: remove unused uglifyjs-webpack-plugin 366f9a2
  • chore: npm update 1570032
  • chore(flow): ignore build folders from static typing e5171b9
  • refactor(flow): fix flow untyped-type-import warnings 4316736

v8.3.5...v8.3.6

Commits

The new version differs by 21 commits.

  • 68d1154 8.3.6
  • 263474e Added scarf analytics
  • 06e1ce3 Fixed typo
  • c7038e7 Removed beerpay, added triplebyte
  • 47ad2fd refactor(Fields): remove react legacy string refs
  • 0c4a047 chore: replace 4 years old redux-immutablejs with redux-immutable
  • 00b23eb chore: add env table to issue template
  • 1bba658 revert: chore: remove flow-types from repo, install them on postinstall
  • ed62498 chore: fix flow types for new added definitions
  • e5a2917 chore: remove flow-types from repo, install them on postinstall
  • 674134e chore: remove docs label from stale issues
  • b1a6960 chore: upgrade flow-bin to 0.84, need for future migrations
  • f6dc97d chore: update eslint
  • 08f0fa3 chore: remove unused lodash-es
  • 1b89f1f chore: remove unused babel plugins and presets

There are 21 commits in total.

See the full diff