digitalkaoz / time-calc

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

Update why-did-you-update to the latest version πŸš€ #70

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency why-did-you-update was updated from 0.1.1 to 0.2.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for Packages and Readme updates, Package Size
  • Got the package size
    • from 316 KB, 59.7 KB minified
    • to 13.89 KB, 4.82 KB minified.
    • Thanks for the contribution @tomchentw
  • Updated the readme with a sandbox and a simple explanation on fixing redundant renders.
  • Updated all packages
  • Made builds use node 10
Commits

The new version differs by 23 commits.

  • 04e066e Version 0.2.0
  • 6446dbf Merge pull request #37 from maicki/updated-packages
  • ce2bd50 update all packages
  • 6718d17 Merge pull request #26 from sunOpar/master
  • ddb40f5 Merge pull request #16 from tomchentw/refactor/babel-plugin-lodash
  • 7ee32e1 added the section: "Changes Are in Functions Only"
  • a7b555b small readme improvement
  • 67b4fa2 Merge pull request #35 from maicki/improved-readme-added-sandbox
  • 27938d5 improved the readme and added a link to a sandbox with a demo
  • 71f8a54 Merge pull request #34 from maicki/bugfix/33-triggered-by-import
  • 00710d2 #33 - added a test showing this bug doesn't happens (anymore?)
  • def9bed Update README
  • 7359eb6 Avoid misunderstanding
  • 42c6ce1 Update README with correct syntax for include and exclude
  • b5269a5 Readme semicolons consistency

There are 23 commits in total.

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

Update to this version instead πŸš€

Release Notes for v1.0.1

Added a test to ensure extended class and functional components are not swallowing statics.

Commits

The new version differs by 9 commits.

  • 17ef53a Version 1.0.1
  • aa55ec1 add a test to ensure static values on components aren't swollen
  • ac8697b Version 1.0.0
  • c65fd4d Merge pull request #20 from danburzo/master
  • 945f540 Updated package-lock
  • 4b3afc0 Merge remote-tracking branch 'upstream/master'
  • 0221e8c Cleanup & comments
  • efa0413 fixes package.json
  • 9708fca Add hoc (#1)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.0.2 - Dropped support for older React

Breaking Changes

  • Dropped the support of react 14 and 15:

    With the new monkey patch of version 1, tests are not passing on React 14 or 15. We decided to drop the support of those at all and added a readme notification about it.

Commits

The new version differs by 1 commits.

  • 7184317 Version 1.0.2 - enforce React 16

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.0.3

Fixed support of React's 16 snap argument in componentDidUpdate.

Thanks @kyo-ago

Commits

The new version differs by 3 commits.

  • 3d36ac6 Version 1.0.3
  • 8828433 Merge pull request #38 from kyo-ago/master
  • 97a35d5 supports snapshot of componentDidUpdate.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.0.4

fixed handling of old and new context api in functional components. (#39)

Commits

The new version differs by 3 commits.

  • 020377a Version 1.0.4
  • c07a674 Merge pull request #40 from maicki/handle-context-in-functional-components
  • 53815fa fix functional components ignoring context

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 81ff6d3 Version 1.0.5
  • 7a0981e Merge pull request #41 from maicki/using-react-fast-compare
  • 65fd8f8 use react-fast-compare for deep react props comparisons

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.0.6

Made sure we don't monkey patch components at all if they are excluded or not included. (#43, #44)
thanks @astik

Commits

The new version differs by 6 commits.

  • 49c21c0 Version 1.0.6
  • 83a483a Merge pull request #44 from maicki/dont-monkey-patch-excluded
  • a69abcf fix #42 #30 - instead of checking if a component should be notified about updates in componentDidUpdate, check this on the monkey patching step instead
  • c12090a Merge pull request #43 from astik/wrap-only-included-component
  • 3ab0f45 remove shouldInclude conditionnal from componentDidUpdate as filter is handled at component initialization
  • c6ae9ab only wrap components that have been included / excluded

See the full diff