Skip to content

fix(deps): update dependency reagent:reagent to v0.10.0#245

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/reagent-reagent-0.x
Open

fix(deps): update dependency reagent:reagent to v0.10.0#245
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/reagent-reagent-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Type Update Change
reagent:reagent dependencies minor 0.8.10.10.0

Release Notes

reagent-project/reagent (reagent: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 because a matching PR was automerged previously.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/reagent-reagent-0.x branch from 7241697 to 27c0bbd Compare September 25, 2025 13:48
@renovate renovate bot force-pushed the renovate/reagent-reagent-0.x branch 2 times, most recently from 9398e5a to 301ea83 Compare February 5, 2026 14:28
@renovate renovate bot force-pushed the renovate/reagent-reagent-0.x branch from 301ea83 to f319591 Compare February 12, 2026 10:10
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.

0 participants