ooade / NextSimpleStarter

:whale: Simple and Accessible PWA boilerplate with Nextjs 12 and MUI
https://nextss.vercel.app
MIT License
939 stars 200 forks source link

An in-range update of react-redux is breaking the build 🚨 #85

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-redux was updated from 6.0.0 to 6.0.1.

🚨 View failing branch.

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

react-redux 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 could not complete due to an error ([Details](https://travis-ci.org/ooade/NextSimpleStarter/builds/495804445?utm_source=github_status&utm_medium=notification)).

Release Notes for v6.0.1

This is a minor release with support for react-hot-loader and a few small bug fixes for edge cases.

While you're here, please stop by #1177 to see our roadmap for the next versions of React Redux. We are aware that performance is not so hot in 6.0. Short version: We put too much traffic on React's context API, which isn't really designed for high levels of reads and writes. We're looking to reduce that load and get performance back on track in a minor release, so there won't be backwards compatibility concerns. We have a new extensive benchmark suite to keep us on track and ensure we're not regressing on speed in the future.

And yes, we know about Hooks. Check out #1179.

Changes

Commits

The new version differs by 35 commits.

  • 162b81a 6.0.1
  • d8a7ab5 Update build deps. Add React 16.8 tests.
  • 6ad2b55 Remove --save option as it isn't required anymore (#1193)
  • fac9ad1 Update Provider.md and quick-start.md (#1182)
  • 9bf2375 Update Provider.md
  • fcd5ed8 Update Provider.md
  • c198249 Update react-router usage example (#1180)
  • ab77450 Upgrade to react-is v16.7.0 (#1174)
  • 0bf4e1f Remove duplicate line in connect api documents (#1173)
  • 6e0a106 Updated: Support React-Hot-Loader compatibility (#1168)
  • 63af52f Update accessing-store.md (#1163)
  • 5199d9d Ensure that component prop 'context' really contains a React context … (#1134)
  • e7661b3 Fix spacing issues (#1153)
  • 75b90f9 Add / change docs about v6 (#1148)
  • 5088345 Add connect() API doc (#1140)

There are 35 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

After pinning to 6.0.0 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 πŸš€

Release Notes for v7.0.2

This is a bug fix release with a small performance improvement and fix for nested component unmounting.

Changes

  • Memoize renderedWrappedComponent separately (#1234 by @vzaidman)
  • Fix timing issue with setting up store subscription inside a connected component (#1235 by @MrWolfZ)
Commits

The new version differs by 16 commits.

  • 8853327 7.0.2
  • c315d4d Switch back to plain Jest
  • 8719eda memoize renderedWrappedComponent separately to prevent this step from being performed when redundant (#1234)
  • 7555eae fix timing issue with setting up store subscription inside a connected component; see issue 1226 (#1235)
  • 7402f72 Update v7 docs to be "current version" (#1222)
  • 5c69baf 7.0.1
  • 4bed472 Update README
  • 608c9c5 7.0.0
  • fa58572 Use Hooks internally (aka 7.0) (#1209)
  • eae14cc Enable versioned docs (#1106)
  • 28adb54 Touch up deps and Travis config
  • 8e20a05 Update the codecov config to be more forgiving.
  • 72ed6db npm install lockfile flapping πŸ™„
  • 4f3c2e2 Replace double whitespaces with single once in the custom store warning message (#1199)
  • 471cb2c Change CommonJS Broken Docs Link (#1198)

There are 16 commits in total.

See the full diff

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 28 commits.

  • dbfcc97 7.0.3
  • d162625 fix timing issue in component updates due to consecutive dispatches (#1263)
  • 9803028 Remove unnecessary import from hooks docs (#1258)
  • 67944a3 Fix error in docs for useSelector (#1255)
  • e2804f2 Fix typo in useSelector docs (#1254)
  • d4f09a7 Add selector deps, perf info, and bump version (#1253)
  • aefc520 Fix example typo (#1250)
  • cf24fc8 Fix React hooks API links
  • edc1501 Hooks docs (#1249)
  • d4b54b5 Lower react peer dependency to ^16.8.3 (#1242)
  • b67a8d3 Fix broken link (#1243)
  • 960b733 Bumped required React version in documentation (#1238)
  • 8853327 7.0.2
  • c315d4d Switch back to plain Jest
  • 8719eda memoize renderedWrappedComponent separately to prevent this step from being performed when redundant (#1234)

There are 28 commits in total.

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 v7.1.0

Hooks!

After much discussion, we've decided these Hook things are probably going to stick around, so we might as well add some. Many thanks to @MrWolfZ, @josepot, @perrin4869, and @mpeyper for their contributions and to everyone else that offered feedback, ideas, and critiques as we built them out. Go open source!

Changes

Commits

The new version differs by 66 commits.

  • 01966db 7.1.0
  • 3f0933c Update docs versioning for 7.1
  • 316467a Update deps and switch rtl to tlr.
  • 93d731b 7.1.0-rc.1
  • f4938d6 Update deps. Handle RTL@7.
  • 4649f8b Update jsdocs for hooks (#1295)
  • 18bd1aa some minor hooks updates (#1294)
  • 9183035 7.1.0-alpha.5
  • 4d3a7e1 Avoid unnecessary selector evaluations (#1273)
  • 88964e5 Replace shallowEqual with reference equality in useSelector (#1288)
  • d45bfb4 Remove deps of useSelector (#1272)
  • 7a8fbb7 7.1.0-alpha.4
  • b375295 Remove useActions
  • 1fd55a0 7.1.0-alpha.3
  • 3c47e7c Remove useRedux hook

There are 66 commits in total.

See the full diff