stevenfitzpatrick / stevenfitzpatrick.io

My personal homepage
https://stevenfitzpatrick.io
2 stars 0 forks source link

Update unistore to the latest version 🚀 #117

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.0.0 of unistore was just published.

Dependency unistore
Current Version 2.4.0
Type dependency

The version 3.0.0 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 unistore.

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

  • 6d62442 3.0.0
  • 48047f7 Split off Preact & React integrations 🎉
  • f04a204 Switch to microbundle
  • b79d307 Merge pull request #13 from kadmil/size-limit
  • b5007ee Merge pull request #29 from sammkj/chore/typings
  • a4a61cf Use bundlesize for checking size of library on build
  • 31e0ea5 add definition for action
  • b2f952d cross-platform readme build fix

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 6 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes 3.0.2

This release just fixes the build & package that was released for 3.0.0, which contained some errors.

Commits

The new version differs by 6 commits.

  • 0699840 3.0.2
  • 9362a88 Merge branch 'master' of github.com:developit/unistore
  • 2ed8861 Add a test for the build output to verify that #34 is fixed by microbundle@0.2.4.
  • 63d5b33 Move microbundle to devDependencies and update to 0.2.4. Fixes #35.
  • 1c34595 Merge pull request #33 from farskid/patch-1
  • 69c8bf9 Update package.json

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.3 just got published.

Update to this version instead 🚀

Release Notes 3.0.3
  • Fix contextTypes for React build (#38)
  • Fix modular react build being missing from package (#37)
  • Fix React setState(null) throwing warning (thanks @srph)
  • Fix actions invoked during componentWillMount() not triggering a re-render (#45, thanks @lilijialiang)
  • Allow spaces in comma-separated selectors (#36, thanks @srph)
Commits

The new version differs by 16 commits.

  • add984b 3.0.3
  • 6e69d2e remove commented out code
  • 7b1d868 Update on mount to catch actions invoked from child lifecycle. Fixes #45
  • 84e07db Merge pull request #40 from developit/fix-react-build
  • f87de4e Merge pull request #44 from srph/patch-2
  • 88fcf4b Update react.js
  • 0c35bc9 Merge pull request #42 from srph/patch-1
  • 3d29002 Merge pull request #39 from developit/fix-context-types
  • 6a2a384 Fix setState(null) throwing warning
  • bbf936d Fix space-separated selectors. Resolve #36
  • 605b568 Merge pull request #41 from iamclaytonray/patch-1
  • 268c89a Update README.md
  • e261cdd Fix react build being missing. Fixes #37.
  • 1c65126 Fix context types for React build. Fixes #38.
  • b778d24 add missing gzip-size devDep (2) (fixes CI)

There are 16 commits in total.

See the full diff