stevenfitzpatrick / stevenfitzpatrick.io

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

An in-range update of unistore is breaking the build 🚨 #155

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency unistore was updated from 3.0.6 to 3.1.0.

🚨 View failing branch.

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

unistore 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 - ❌ **bundlesize:** bundle size > maxSize ([Details](https://goo.gl/YXs462)). - ✅ **ci/circleci:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/stevenfitzpatrick/stevenfitzpatrick.io/289?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for 3.1.0
Commits

The new version differs by 20 commits.

  • 115353f 3.1.0
  • 5056baf updated types for preact integration
  • 9c756c2 Merge pull request #107 from LukeLindsey/enh/classBased
  • 684b317 Merge branch 'master' into enh/classBased
  • cdfd1ab Merge pull request #112 from joseluisq/master
  • bcc0cd5 Merge pull request #110 from cj/patch/remove-mount-update
  • 761086f add store generic checking
  • 0d6ca42 add devtools typings
  • 34ebd78 removed update from componentDidMount to prevent double connect call.
  • 7cad83c Merge pull request #108 from LukeLindsey/enh/setStateTyping
  • f2472fa Merge pull request #101 from namankheterpal/patch-1
  • fabd431 Merge pull request #102 from namankheterpal/patch-2
  • 50ea431 Merge pull request #106 from LukeLindsey/fixes/fixJest
  • 62be218 Add better typing for setState
  • 7d659a4 Add support for connecting class based components.

There are 20 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 3.0.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 1df7cf6 3.1.1
  • 0d11daf Preact.VNode -> JSX.Element
  • bcfe280 Merge pull request #114 from namankheterpal/master
  • 59143ef Merge pull request #1 from namankheterpal/namankheterpal-preact-typings-fixs
  • 209e7e9 Added generics for state of component

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.2.1
  • Fix missing devtools.d.ts typings in published module
  • Allow any arguments to BoundAction (#129, thanks @reallyely)
Commits

The new version differs by 9 commits.

  • 04620c6 fix missing devtools.d.ts
  • 374b437 3.2.1
  • 6e26e4b [ts] Allow any arguments to BoundAction
  • b47ab9d 3.2.0
  • 0c421af Merge pull request #130 from developit/fix-ts
  • b3c8b04 fix bundle size regression
  • caf00db Move from Component to ComponentClass to fix React TS issue. Fixes #119
  • 1028258 Update connect implementation to remap state on prop changes. Fixes #120
  • 7e08849 Update Jest.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.3.0
  • Typings: allow async actions in types (thanks @SolarLiner!) and fix missing devtools.d.ts
  • Mark react & preact peerDependencies as optional to avoid npm warnings
Commits

The new version differs by 6 commits.

  • 3b5affa 3.3.0
  • b98ec58 Merge pull request #131 from SolarLiner/ts-improvement
  • c7f69af Merge pull request #140 from developit/optional-peer-deps
  • 0e587ac Make react and preact peerDependencies both optional to avoid npm warnings
  • ac9244f Also allow async functions as actions
  • 23dd9af Update index.d.ts

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 2af6cd3 3.3.2
  • 69f706b Merge pull request #142 from Timer/patch-1
  • e96d1c5 Merge branch 'master' into patch-1
  • d38aa3d account for sourcemap size
  • ccbfc47 update microbundle to get --external option
  • ade48dd Use newer optional peer dependencies RFC
  • 46f2e1b remove peerDependencies

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • a84fc5c Also update react integration to likely fix #122
  • 7495843 3.4.0
  • bd4c4eb update tests and integration for preact x
  • f899f06 Merge pull request #144 from 38elements/preact
  • 606203e for setState()
  • 13282c1 Change Provider for Preact X
  • 2128016 Update README.md

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • c266d1f 3.4.1
  • 56fd45f Add tests for Preact 8!
  • b44c1b9 Split up core and integration tests, refactor preact tests for X.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.5.0

This release contains some TypeScript definition and dependency updates that let Unistore work with a wider variety of projects.

  • Update to the official Preact X release version (#176, thanks @shoojx!)
  • [ts] Change JSX typings to support both Preact 10+ and Preact 8.5+ (#158, thanks @pmkroeker!)
  • [ts] Add intersection type for props (#164, thanks @metonym!)
  • [ts] Add React.FC support to the React types (#174, thanks @eduardoborges!)
Commits

The new version differs by 16 commits.

  • 8078bb2 3.5.0
  • 7543694 Merge pull request #117 from Naycon/master
  • ba43d16 incrementWith -> incrementBy
  • 9bef372 Merge pull request #164 from metonym/master
  • 02496c0 Merge branch 'master' into master
  • 3827864 Merge pull request #174 from eduardoborges/master
  • 93f4794 Merge pull request #176 from shoojx/master
  • 3e75f4d Merge pull request #158 from pmkroeker/patch-1
  • 911392c Update Preact X version to release
  • 7ec1c8a Undo :P
  • a37980c Remove warnings
  • fd29c99 feat: Add connect to React.FC
  • 9cd95d4 feat(typings): return union of T & I in ComponentClass props
  • 55dae5f feat(typings): add intersection type for injected props
  • 4252714 Fix JSX now namespaced (preact-X)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.5.1
Commits

The new version differs by 3 commits.

  • b08e0c5 3.5.1
  • 9e80737 Merge pull request #178 from dan-lee/patch-1
  • 2c6d9ad Remove state from React.FC type definition. Fixes #177

See the full diff