Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Update preact-compat: 3.18.4 → 3.19.0 (minor) #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jun 16, 2019

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ preact-compat (3.18.4 → 3.19.0) · Repo

Release Notes

3.19.0

🚨 Reminder: This module is for Preact 8.x and prior - Preact X includes compat by default.
For Preact X, please uninstall preact-compat and replace your aliases with preact/compat.

3.18.5

Reminder: preact-compat should never be used with Preact X.

preact-compat should never be used with Preact X. Doing so will have unintended consequences including the pollution of Object.prototype (example).

This release of preact-compat changes peerDependencies to warn when installing alongside Preact 10+. You can (and should) continue to use preact-compat in conjunction with Preact 8 and prior.

If you're having trouble finding references to preact-compat in your codebase, try using a Webpack alias:

resolve: {
  alias: {
    'preact-compat': 'preact/compat'
  }
}

Other things in this release:

  • Automatic browserify NODE_ENV support (#510, thanks @evandeininger)
  • Export createRef() (added in Preact 8.4)
  • Export hydrate() alias

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 13 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant