d-band / yax-router

Router plugin for yax (Using react-router)
4 stars 0 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The devDependency 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 devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/d-band/yax-router/builds/495804577?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.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

greenkeeper[bot] commented 5 years ago

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

Release Notes for v7.1.1

This release is sponsored by Deft, providing technical teams to high-growth SaaS companies with the processes they need to scale successfully. Please reach out to see how we can help with your software development, systems architecture, and infrastructure design needs.


This release includes some new APIs for those that want to use a custom React Context with our Hooks API, a small memory optimization, and has a fix for when the store changes on a Provider with incompatible children.

Changes

P.S. On the sponsorship section above, it's a thing we're trying out to see how it feels and if it causes any problems for your workflows. (Don't worry, no ads are coming to your npm installs!) The idea for future releases is to let those that contributed to that release have the opportunity to sponsor that release. We don't need donations, but we definitely do need PRs! Hopefully, it's a fair way to encourage them. Please let us know if it's a problem in any way.

Commits

The new version differs by 92 commits.

  • 65d7935 7.1.1
  • 66c3833 Upgrade stuff as far as we can get without errors.
  • 07dbe01 Fix a eslint@6 error
  • 0c5f764 Convert Provider into function component with hooks (#1377)
  • b6b4799 Free resources (free detached nodes from memory) (#1380)
  • 4b9cece Docs: update license section (#1368)
  • 5e6205a feat: implement create*Hook APIs (#1309)
  • 4cded48 Revert "fix(docs): remove mapDispatchToProps invalid use case" (#1365)
  • ae6f033 fix(docs): remove mapDispatchToProps untruthy use case (#1364)
  • 8a1bb58 Fix typo (#1355)
  • c83ae48 Fix small typo (they β†’ the) in hooks.md (#1345)
  • 0324068 Update react-hooks-testing-library to @testing-library package (#1344)
  • 7b44e33 remove _isMounted (#1338)
  • 8e08fc8 Updates package versions in Quick Start docs (#1337)
  • 92c0d09 Fix the typo in hooks.md (#1329)

There are 92 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 πŸš€

Commits

The new version differs by 109 commits.

  • 5f495b2 7.1.2
  • 2677705 Pass non-Redux-store values through the store prop (#1447)
  • b832f83 Fix RN batching and effect behavior (#1444)
  • b5034a6 Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#1442)
  • 4be8b3f [ImgBot] Optimize images (#1434)
  • 2eac861 fix spelling in error message (#1427)
  • 6725400 Remove unused latestStoreState field (#1426)
  • 388d9e4 Mark the react renderers as optional peer deps.
  • 2297944 Add DEV Community link to Community Resources (#1423)
  • 69d62e4 Use the same condition for checking if SSR in useSelector.js as in connectAdvanced.js (#1419)
  • 31c998a Docs: Fixes code example for API connect mapState (#1415)
  • 4bc231f Revert "Docs: Fix Code Example for API connect()" (#1414)
  • d9c49fa Docs: Fixes code example for API connect (#1413)
  • 063c2ed Troubleshooting: add useLayoutEffect + Jest info (#1411)
  • 6c873c7 Add reference post in hooks description (#1395)

There are 109 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 v7.1.3

Forgot to remove a console statement before I published 7.1.2. Oops!

Lint your source code before publishing, folks.

Changelog

v7.1.2...v7.1.3

Commits

The new version differs by 111 commits.

  • 82b39ef 7.1.3
  • 30101bb Remove leftover console statement
  • 5f495b2 7.1.2
  • 2677705 Pass non-Redux-store values through the store prop (#1447)
  • b832f83 Fix RN batching and effect behavior (#1444)
  • b5034a6 Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#1442)
  • 4be8b3f [ImgBot] Optimize images (#1434)
  • 2eac861 fix spelling in error message (#1427)
  • 6725400 Remove unused latestStoreState field (#1426)
  • 388d9e4 Mark the react renderers as optional peer deps.
  • 2297944 Add DEV Community link to Community Resources (#1423)
  • 69d62e4 Use the same condition for checking if SSR in useSelector.js as in connectAdvanced.js (#1419)
  • 31c998a Docs: Fixes code example for API connect mapState (#1415)
  • 4bc231f Revert "Docs: Fix Code Example for API connect()" (#1414)
  • d9c49fa Docs: Fixes code example for API connect (#1413)

There are 111 commits in total.

See the full diff