Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Update Rust crate stylist to 0.11.0 #33

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
stylist dependencies minor 0.10.1 -> 0.11.0

Release Notes

futursolo/stylist-rs

v0.11.0

Compare Source

Breaking Changes:
  • Yew version is bumped to v0.20.
  • Remove YieldStyle. This API can be easily reproduced in user code, if need be,
    but often leads to clumsy code in struct components. Use alternative API and prefer
    function_component + use_style!/styled_component.
  • StyleSource does not take a lifetime argument
  • Feature parser: StyleSource now eagerly parses its input.
  • Feature parser: The conversion from str have been changed to TryFrom
    instead of From. If you're using yew, the IntoPropValue<StyleSource>
    impls still exist, but now panic early during conversion.
  • Feature parser: This feature is now disabled by default. Use the css!, other
    macros and interpolation syntax to write styles, if you don't need to parse css at
    runtime.
Other Changes:
  • The Style::new_* API is more open for accepted types of the Css parameter.
  • The name of styled components now defaults to the name of the function, like in
    function_component.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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/stylist-0.x branch 2 times, most recently from a780ce7 to e429f60 Compare January 8, 2023 17:26
@renovate
Copy link
Contributor Author

renovate bot commented Jan 18, 2023

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.11.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/stylist-0.x branch January 18, 2023 16:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant