npms-io / npms-www

The https://npms.io website
MIT License
245 stars 35 forks source link

Update react-waypoint to the latest version 🚀 #195

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 7.2.0 of react-waypoint just got published.

Dependency react-waypoint
Current Version 4.1.0
Type dependency

The version 7.2.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of react-waypoint. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 136 commits.

  • cff3f66 Version 7.2.0
  • e60d410 Merge pull request #215 from brigade/react-16
  • 597c909 Fix REACT_VERSION for React 15
  • 7416759 Skip multiple children test
  • e3a41e2 Remove scrollableParent prop check error
  • 6665733 Update to support React 16
  • 5a4d4c9 Merge pull request #218 from brigade/jmeas-patch-1
  • 3cc71db Remove Node 5 from Travis matrix
  • fc9c7eb Merge pull request #217 from brigade/node8
  • 07eaccf Add node 7 and 8 to Travis CI test matrix
  • 38f091d Merge pull request #210 from emanueloliveira23/patch-1
  • 4a3b7ce Update INTHEWILD.md
  • 2837bde Merge pull request #209 from gribnoysup/update-tests-to-jsx
  • e5038ba Change CONTRIBUTING.md
  • d0bb09e Update tests

There are 136 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 7.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 8f34dab Version 7.3.0
  • 8a89c4d Merge pull request #220 from brigade/rollup
  • f4296e7 Update rollup config for rollup 0.48
  • bf06b2b Use index.js and index.mjs for built artifacts
  • 2e5490d Build with rollup

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 9bb45d5 Version 7.3.1
  • 983f81d Merge pull request #223 from brigade/make-mjs-opt-in
  • c593bdf Change build folders to es & cjs
  • c7df56c Fix missing reference to file in rollup.config.js
  • 0e791c0 Make ES module opt-in
  • 08e2d7c Merge pull request #222 from gribnoysup/tests-fix
  • 68d1948 Restore previous onerror
  • 0c52378 Fix typo
  • d845edb Update link
  • 2ce24f2 Fix test for react < 16
  • 46409dd Fix test failing because of react error boundaries

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.3.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 864e40e Version 7.3.2
  • a2cc677 Merge pull request #230 from rosskevin/patch-1
  • 8b5cb60 Update typescript definition
  • 636865f Merge pull request #226 from jesstelford/patch-1
  • aeab37a Add Domain Group as user in the wild

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.3.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 9fd7778 Version 7.3.3
  • 50599ba Merge pull request #231 from eessex/patch-1
  • d58606d Add second arg to Typescript component definition

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.3.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • e7e0890 Version 7.3.4
  • 4d05fe6 Merge pull request #232 from zamiang/types
  • 19d5040 fix typescript types from #231

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.0 just got published.

Update to this version instead 🚀

Release Notes v8.0.0

This major release makes react-waypoint have a smaller footprint in consumer bundles. It's pushed as a major release because of a potentially breaking change in how we expose the es module in package.json.

Full list of changes:

  • Add es module entry point in package.json
  • Type Waypoint class properties as static
  • Let proptypes be removable in consumers production bundles

Thanks to @Andarist and @cecchi for all the changes!

Commits

The new version differs by 9 commits.

  • 92fbe52 Version 8.0.0
  • 8815450 Merge pull request #235 from Andarist/remove-prop-types-prod
  • 1647a60 Merge pull request #237 from deal/typings
  • 4fde1b6 Type Waypoint class properties as static
  • 56cf6c7 Merge pull request #236 from Andarist/patch-1
  • 6bf78f3 Remove a note about using react-waypoint/es
  • 1c14dc6 Merge pull request #234 from Andarist/patch-1
  • 3de5667 Let prop types be removable in consumers production bundles
  • 4d9ff81 Added module entry point in package.json

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.1 just got published.

Update to this version instead 🚀

Release Notes v8.0.1

Bugfix for incorrect TypeScript definition.

Commits

The new version differs by 3 commits.

  • 4b24a1e Version 8.0.1
  • eea1063 Merge pull request #239 from jyhwng/master
  • 191a03e Fix default export error

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.2 just got published.

Update to this version instead 🚀

Release Notes v8.0.2
  • Allow consolidated-events ^2.0.0 (#256)
  • Add message to better understand logged error message in tests (#255)
Commits

The new version differs by 9 commits.

  • 32abf7d Version 8.0.2
  • 0eb76ca Update some devDependencies
  • edbe92e Merge pull request #256 from brigade/consolidated-events-2
  • d57a12c Merge pull request #257 from brigade/node10
  • a33ad13 Remove node 4.2 from test matrix
  • c220530 Add node 10 to test matrix
  • a29e97d Allow consolidated-events ^2.0.0
  • d59f084 Merge pull request #255 from trotzig/explain-error-in-test
  • 04ae3a0 Add message to better understand log message in tests

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.3 just got published.

Update to this version instead 🚀

Release Notes v8.0.3
  • Defer handleScroll in componentDidUpdate (#265)
  • Extend React.PureComponent instead of React.Component when available (#264)
Commits

The new version differs by 11 commits.

  • 6b514a7 Version 8.0.3
  • f4967bf Merge pull request #265 from brigade/async-update
  • 5e3ec79 Merge pull request #264 from brigade/pure
  • 8aa4e02 Remove node 7 from Travis test matrix
  • a15c833 Extend React.PureComponent instead of React.Component
  • 5e481f6 Update rollup 0.60 → 0.62
  • 62a4225 Defer handleScroll in componentDidUpdate
  • b06941c Merge pull request #259 from tvthatsme/patch-1
  • ccc94d0 Add react-ideal-image to INTHEWILD.md
  • 60c0225 Merge pull request #258 from dyaa/patch-1
  • 62fe2bc Adding HousingAnywhere to the list

See the full diff