stevenfitzpatrick / stevenfitzpatrick.io

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

An in-range update of preact is breaking the build 🚨 #33

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 7.2.1 of preact just got published.

Branch Build failing 🚨
Dependency preact
Current Version 7.2.0
Type dependency

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

As preact is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/stevenfitzpatrick/stevenfitzpatrick.io/builds/214485723)
Commits

The new version differs by 24 commits .

  • 0707442 7.2.1
  • cbca369 Warning from createReactCompositeComponent would trigger a lot of warnings. Also, I think we're moving towards a world where it's totally fine to not extend Component. For now, let's nix the warning.
  • 00cf45f Spruce up the readme.
  • f281375 Merge pull request #591 from billneff79/protectOlderBrowsers
  • 2c124e8 protectOlderBrowsers Protect against instantiating Map in browsers that don't support it in devtools
  • 6c7e70c Merge pull request #553 from UnwrittenFun/ts-ref
  • b06a976 Merge branch 'master' into ts-ref
  • 043c2bb add colors-app to demos (#584)
  • bdcb6b5 Merge pull request #573 from jmrog/typescript-defaultprops-displayname
  • 187a65c Merge branch 'master' into typescript-defaultprops-displayname
  • de70e6b Add a warning message for times when the Preact Devtools catches a Component which does not implement the Preact.Component class. (#572)
  • 1c64e4a Add preact-delegate to the list of libs (#579)
  • 3662d10 Add basic typings for supported class-level (static) Component properties
  • 4a4dda9 Remove out-of-date comment (#566)
  • ec8561a Add ref to ComponentProps typings

There are 24 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 7 years ago

Version 8.1.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 94 commits .

  • ca2d921 8.1.0
  • 4d6b20d Don't throw on undefined components (preact/debug will be doing a much better job of that with proper stack traces).
  • 80ad436 Added two minor changes to jsdocs (#631)
  • 468cd25 Merge pull request #506 from robertknight/update-callback-order-v2
  • d27386b Merge branch 'master' into update-callback-order-v2
  • 9e1dd18 Tiny size/perf optimization for prop & child diffing
  • 140ae1b Tests for #628 /cc @NekR
  • c45d844 Merge branch 'OpenJSX-master'
  • 311b111 Merge branch 'master' into master
  • 3185b30 Add explanatory comments, remove unnecessary comments.
  • b60ee18 Merge branch 'master' into master
  • c357f0f Move boolean check out of component check (#629)
  • edf4c1c Remove unnecessary object check in setAccessor
  • 52bb91e Merge branch '8'
  • 15cb047 8.0.1

There are 94 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 8.2.0 just got published.

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

Commits

The new version differs by 86 commits.

  • 90a720c 8.2.0
  • fd1df72 [postinstall fix]
  • 0948d4d slim down the OpenCollective post-install message and make it colorful
  • 429da73 Re-add missing codemod
  • 5b04dbf Backport Babel 6 configuration from master, but keep the awesome preact.esm.js optimizations (https://www.diffchecker.com/xJBzW3dR)
  • 22b9e3d Merge branch 'master' into master
  • 7f03a81 Move babel config into package.json and add a note about the iffy transform for babel6+
  • 018a5a7 Merge branch 'master' into master
  • 8621b18 Derive rollup config from base one
  • 0a82156 Merge branch 'master' into es1
  • c47acc1 Merge branch 'master' into gdub22-babel6
  • 6756a9c Fix TS defintion breakage
  • c10e19a Merge branch 'master' into babel6
  • 57341a5 fix: allow render function to return null (#669)
  • 855c34a chore(package): update sinon to version 2.2.0 (#682)

There are 86 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 8.2.1 just got published.

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

Commits

The new version differs by 89 commits.

  • e026d9e 8.2.1
  • 7e70fb1 [Temporarily] disable flushMounts() to fix #750
  • 824404b Fix comment typo (closes #752)
  • 90a720c 8.2.0
  • fd1df72 [postinstall fix]
  • 0948d4d slim down the OpenCollective post-install message and make it colorful
  • 429da73 Re-add missing codemod
  • 5b04dbf Backport Babel 6 configuration from master, but keep the awesome preact.esm.js optimizations (https://www.diffchecker.com/xJBzW3dR)
  • 22b9e3d Merge branch 'master' into master
  • 7f03a81 Move babel config into package.json and add a note about the iffy transform for babel6+
  • 018a5a7 Merge branch 'master' into master
  • 8621b18 Derive rollup config from base one
  • 0a82156 Merge branch 'master' into es1
  • c47acc1 Merge branch 'master' into gdub22-babel6
  • 6756a9c Fix TS defintion breakage

There are 89 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 8.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 100 commits.

  • adceb20 8.2.2
  • a42390d Update rollup and modify configs accordingly (fixes #800)
  • 99c856d preact/debug: Allow string refs when preact-compat is present (fixes #807)
  • ec80880 Fix issue where preact/debug errored if preact-compat was not present
  • 5645573 Add prepublishOnly script (#825)
  • 4ea1bc7 Move donation message to scripts (#804)
  • 0dea3b7 Add rugby board as an example (#821)
  • 68fa510 Fix preact/debug accessing attributes that don't have toString (#754)
  • 0a88752 Update import paths for #792 (#796)
  • 1b2b106 Minor capitalization correction for GitHub in README (#787)
  • 947d9d8 Weui for preact (#793)
  • e026d9e 8.2.1
  • 7e70fb1 [Temporarily] disable flushMounts() to fix #750
  • 824404b Fix comment typo (closes #752)
  • 90a720c 8.2.0

There are 100 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 8.2.3 just got published.

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

Release Notes 8.2.3
  • Fix missing donation message πŸ™ˆ (#834)
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 8.2.5 just got published.

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

Release Notes 8.2.5
  • A more durable fix for the Babel preset recursion issue (thanks @rmacklin)
Commits

The new version differs by 7 commits.

  • 2205c0f 8.2.5
  • e29de9d Revert "Add prepublishOnly script (#825)" (#839)
  • d6ab85c Move babel settings to a .babelrc (#828)
  • b33d837 8.2.4
  • 715ff8f Fix a few preact/debug exceptions and output more information in errors
  • 512ff9f 8.2.3
  • deffed8 Quickfix for missing donation message script

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.2.6 just got published.

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

Release Notes 8.2.6
  • [debug]: Warn when passing incorrect arguments to render() (#885, thanks @markselby9)
  • [ts]: stateful component should be assignable to AnyComponent (#905, thanks @mike-north)
  • [ts]: add link preload "as" to HTMLAttributes type definition (#907, thanks @niedzielski)
  • [flow]: Fix flow types and render method issue (#868, thanks @sgrowe)
Commits

The new version differs by 18 commits.

  • aab84f8 8.2.6
  • 53c87e6 Add error message about render method in debug (#885)
  • a211321 [ts] stateful component should be assignable to AnyComponent (#905)
  • e8db22e add TypeScript support (#923)
  • e583370 Fix flow types (#868)
  • 6f3e77f fixed preact-material-components website link (#918)
  • 4bc9af4 Update: add link preload "as" to HTMLAttributes type definition (#907)
  • 4d033d7 Add preact-render-spy to other libs suggestions (#908)
  • f7834ec Change "it's" to "its" in README.md (#870)
  • 218cb7f Format function/method names consistently in README.md (#871)
  • db6ab26 Update devtools section of README with preact/debug (#866)
  • 2205c0f 8.2.5
  • e29de9d Revert "Add prepublishOnly script (#825)" (#839)
  • d6ab85c Move babel settings to a .babelrc (#828)
  • b33d837 8.2.4

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 8.4.0

The cat is out of the bag πŸ™Œ We finally revealed on what we have in store
for the next major version of preact which will be called Preact X πŸŽ‰ To give
you a sneak peak of what will be included check out this talk over at this.javascript
video, slides.
It's hard to make an estimate right now on when it will be released, but rest
assured we are nearly done and are working on upgrading the ecosystem
(cli, router,...) to ensure a smooth release.

That said we very excited about recent community contributions. This release
contains some awesome performance enhancements brought to you by @lowaa and
@rpetrich. On top of that there are some minor bug fixes and a lots of
improvements to our typings.

Thank you so much for everyone involved πŸ‘

TypeScript Improvements!

Flow improvements!

README Improvements!

Commits

The new version differs by 293 commits.

  • 3a35a89 8.4.0
  • 86c7e5a udpate deps
  • 19f77d3 Merge pull request #1251 from garybernhardt/npm_installable_from_git
  • ca2cb6c Merge branch 'master' into npm_installable_from_git
  • 95075f4 Added "onInvalid" form event in TS (#1221)
  • 58e1927 Build properly when installing from git
  • 377e31b [types] Add more type tests for h function (#1246)
  • 3bbcdcc Merge pull request #1214 from garybernhardt/reverse_h_type_definition_order
  • 0aece17 Merge branch 'master' into reverse_h_type_definition_order
  • b243a5e Merge pull request #1249 from scurker/typescript/any-component
  • 42c92b6 fix AnyComponent with ComponentConstructor
  • cd807ce Merge pull request #1244 from JiLiZART/patch-1
  • 47cd310 Merge branch 'master' into patch-1
  • 7dda9a2 Merge pull request #1248 from wojtczal/fix-inconsistent-key-property-type
  • f3d7a71 use Key type for Attributes interface key property

There are 250 commits in total.

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

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 8.4.2
  • Fix a bug in 8.4 where nested preact.render() calls would cause an infinite loop when flushing the mount queue. (#1269, thanks @pl12133!)
Commits

The new version differs by 2 commits.

  • 4e400a5 8.4.2
  • 949f477 Fix infinite mount queue flush for nested renderers. Fixes #1269.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 8.5.1

This is a maintenance release and fixes a minor issue with the packaging of the devtools import. All users on the 8.x release line are encouraged to upgrade.