stkrzysiak / react-battle-royale

A quick way to compare components from the react ecosystem.
5 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.1.1 of why-did-you-update was just published.

Dependency why-did-you-update
Current Version 0.1.0
Type devDependency

The version 0.1.1 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.

It might be worth looking into these changes and trying to get this project onto the latest version of why-did-you-update.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 14 commits ahead by 14, behind by 1.

  • 013314a Version 0.1.1
  • a7a5030 Fix README screenshot (#19)
  • a3e0fbb Add () to default excludeds to include HOC that often have brackets in them (#11)
  • df12f90 Update Build Status in README
  • fe3105a Disable yellow box in React Native before calling console.warn in default notifier (#13)
  • 761fa06 Setup eslint and prettier
  • 77f235a Change repository link in package.json and add LICENSE file
  • 243cdc1 Change author field to authors in package.json
  • 92ca585 Update README
  • 5243903 Fix printing out equality by reference
  • 9943f0e Move log which values did change into src/defaultNotifier
  • 8a48d80 feat: log which value did not match by reference (fixes #8) (#9)
  • 312e466 Update peerDependencies
  • cd264ab Version 0.1.0 (#2)

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 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

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

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • 16506d5 update deprecation message
  • 67762fb Support for React Hooks (#58)
  • 6889500 Add missing period
  • 3eff428 Direct users to a maintained fork (#59)
  • fe03943 Add original author to license (#54)
  • 8c8c25c Update README
  • b027c89 Merge pull request #49 from vnbhattarai/patch-1
  • 1366829 docs: Fix typos
  • 929422e Merge pull request #46 from maicki/fixing-react-hot-loader
  • 9b7496e using react hot loader

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€