DBCDK / dk5

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

Update preact to the latest version πŸš€ #752

Closed greenkeeper[bot] closed 2 years ago

greenkeeper[bot] commented 4 years ago

The dependency preact was updated from 8.4.2 to 10.3.3.

This version 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.


Publisher: marvinhagemeister License: MIT

Find out more about this release.


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

Update to this version instead πŸš€

Release Notes for 10.3.4 Excusez-mui

This is a maintenance release, upgrading should be free, please do report it in case you encounter any issues.

render-queue sorting

Preact batches all rendering work and executes from the top of the Virtual DOM tree to the bottom. However, if new rendering tasks were added during an existing render, they were processed without regard for their depth in the tree.

Thanks to a clever fix from @jviide, Preact's render queue is now immutable. Any new tasks added during rendering are placed into a second batch.

material-ui integration

A peculiar issue users were seeing with material-ui related to a ref never getting populated, we went very deep into the codebase and found out that our forwardRef was a bit too eager, at creation it would already start forwarding. We moved this to a later point, now just before the vnode will get diffed the ref will be forwarded.

Fixes:

Maintenance:

Commits

The new version differs by 16 commits.

  • 0ac48f0 10.3.4 (#2405)
  • e2e7b9c Fix mui Popover integration (#2403)
  • 658cb96 fix stopPropagation override for IE11 (#2390)
  • 3f06b00 Merge pull request #2400 from preactjs/fix-ie11-inputEvent
  • e2a229e use createEvent since InputEvent and new Event won't work in IE11
  • 889e33c Fix defaultValue with re-render (#2392)
  • a09eff0 Fix useErrorBoundary hook callback type (#2397)
  • 364b906 Merge pull request #2396 from jviide/sort-new-renderqueue-items
  • 58619d1 Add a test for avoiding unnecessary debounceRendering calls
  • cf28bde Remove an unnecessary piece of code
  • 770480a Remove an unnecessary check
  • 6f67579 Avoid scheduling unnecessary process() calls
  • 5b792e6 add test
  • f86145c Update tests that assume a very specific DOM update order
  • 4860b61 Ensure that renderQueue is always sorted by vnode depth

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€