Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency reagent:reagent to v0.10.0 #23

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 18, 2020

Mend Renovate

This PR contains the following updates:

Package Type Update Change
reagent:reagent dependencies minor 0.8.1 -> 0.10.0

Release Notes

reagent-project/reagent

v0.10.0

Compare Source

compare

Main feature of this release is to deprecate functions that are going to be
removed in the future releases, to make transition easier.

  • Update default React version to 16.13.0
  • All DOM related functions (notably render and dom-node) are now deprecated in
    reagent.core namespace and versions in reagent.dom namespace should be used
    instead. Deprecated functions will be removed in the next version.
    This is to make non-DOM environments (React-native) first class targets with Reagent,
    as requiring react-dom causes problems in such environments.
  • Removed deprecated reagent.interop namespace (macros $, $!, unchecked-aget and unchecked-aset)
  • Removed reagent.core/component-path. The implementation depended on internal React
    details and using just Component displayName achieves nearly the same.
  • Error rendering component messages no longer contain component stack information.
    Instead one should use an Error Boundary
    to catch the problem and look at the error information componentStack property.

v0.9.1

Compare Source

compare

Removed broken untracked files from the package.

v0.9.0

Compare Source

compare

compare against rc4

Package includes broken files

Includes one small improvement, no fixes since rc4.

  • Include cursor path in cursor assert message (#​472)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/reagent-reagent-0.x branch from fb3aac5 to c6b09bc Compare March 14, 2020 12:56
@renovate renovate bot changed the title Update dependency reagent:reagent to v0.9.1 Update dependency reagent:reagent to v0.10.0 Mar 14, 2020
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.

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

Successfully merging this pull request may close these issues.

None yet

1 participant