DBCDK / dk5

DK5 Digital
GNU Affero General Public License v3.0
0 stars 0 forks source link

Update preact-compat to the latest version 🚀 #632

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.18.1 of preact-compat was just published.

Dependency preact-compat
Current Version 3.18.0
Type dependency

The version 3.18.1 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 preact-compat.

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

  • cbd9a45 3.18.1
  • 27804ad Update preact-render-to-string with important security patch
  • 370161b Merge pull request #486 from developit/createportal
  • 43cfd5d I have no class
  • ec709ec Implement createPortal(). Fixes #452.
  • bb3a6a0 Merge pull request #472 from kaisermann/refactor-dev-logic
  • 3e2fd8d Merge branch 'master' into refactor-dev-logic
  • 08ebda2 Check for process.env
  • 19f5370 Make process shim not necessary on production environments
  • 70e19e3 Add react-dom-factories usage to README (#470)
  • b1fe0ad Update dependencies (#463)
  • e251afb Add unstable_batchedUpdates to exported functions (#411) (#289)
  • ad59cf3 findDOMNode must return DOM Node or null (#431)
  • 6567dc1 Performance tweak: don't clone empty attributes (#434)
  • 998c20a Removes transform-react-jsx plugin from Babel documentation (#454)

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.18.2 just got published.

Update to this version instead 🚀

Release Notes 3.18.2

Important security patch

3.18.2 fixes an HTML injection vulnerability (CVE-2018-6341), so we encourage everyone to update.
The fix is contained in preact-render-to-string@3.7.2, used by preact-compat/server.

See React's detailed notes for more information. Thanks for @gaearon and the React team for the coordinated fix!

Commits

The new version differs by 2 commits.

  • 6029c6e 3.18.2
  • afbc9a9 Follow-up security update for nodeName serialization during SSR.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.18.3 just got published.

Update to this version instead 🚀

Release Notes 3.18.3

Quick bugfix: findDOMNode() should return an element if given one (#493, #495 - thanks @billneff79 & @zhaopeifei)

Commits

The new version differs by 7 commits.

  • 13e65ea 3.18.3
  • 84d383c Update preact-render-to-string patch version to get a fix for PhantomJS
  • 7a035e8 More resilient Symbol check in tests
  • dccaeed Fix Symbol usage in tests for Chrome
  • 0ae3826 Update dependencies (incl. chai + sinon breaking changes)
  • 5e271f3 keep preact-render-to-string in dependencies
  • 4a77bb8 findDOMNode should return element if given element (fixes #493) (#495)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.18.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 10ef525 3.18.4
  • 99bc934 Fix DEV always being false in webpack (#504)
  • d6e1a22 Merge pull request #500 from gpoitch/gp/dev-deps
  • 856d32b Move karma-chrome-launcher to devDeps

See the full diff

fvsdbc commented 6 years ago

Closed