Commits
- [`137d95a`](https://github.com/yewstack/yew/commit/137d95a775129cad7477b2f0441b37ca3ef33e66) Enable 'extra-traits' feature for syn dep
- [`c3d270c`](https://github.com/yewstack/yew/commit/c3d270c7d2c156012337973ebaafa925fa65c207) Allow mounting app component with props ([#567](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/567))
- [`0b16ef2`](https://github.com/yewstack/yew/commit/0b16ef27958db28daec94e240a4f218a1a650a5d) Update html.rs documentation of the `change` method ([#569](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/569))
- [`779e6bb`](https://github.com/yewstack/yew/commit/779e6bbe29a1c8bfe6fb34749beba212ca975620) Merge pull request [#568](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/568) from jstarry/proc-macro-min-rust
- [`320eaa9`](https://github.com/yewstack/yew/commit/320eaa99a76103cf3ee9b654df80e411afd57e6e) Use min rust version for macro tests
- [`46043e6`](https://github.com/yewstack/yew/commit/46043e6da92652f5b9ecdb383640c13165f1e66b) Silent unused import warning
- [`f86cc49`](https://github.com/yewstack/yew/commit/f86cc49defe185ed7203cba630fdf4c34c2bb43d) Merge [#565](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/565)
- [`78d4376`](https://github.com/yewstack/yew/commit/78d4376c38f6e13d98dbf619c792e796397215a2) html!: handle misleading '>' in tag attributes
- [`27a6beb`](https://github.com/yewstack/yew/commit/27a6beb0e0397c98cbd75a23c574be01965c6866) Merge [#556](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/556)
- [`6cca6fe`](https://github.com/yewstack/yew/commit/6cca6fe40a56676cda95920bf5e93cafda5d9805) Merge [#564](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/564)
- Additional commits viewable in [compare view](https://github.com/DenisKolodin/yew/compare/0.7.0...0.8.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps yew from 0.7.0 to 0.8.0.
Commits
- [`137d95a`](https://github.com/yewstack/yew/commit/137d95a775129cad7477b2f0441b37ca3ef33e66) Enable 'extra-traits' feature for syn dep - [`c3d270c`](https://github.com/yewstack/yew/commit/c3d270c7d2c156012337973ebaafa925fa65c207) Allow mounting app component with props ([#567](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/567)) - [`0b16ef2`](https://github.com/yewstack/yew/commit/0b16ef27958db28daec94e240a4f218a1a650a5d) Update html.rs documentation of the `change` method ([#569](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/569)) - [`779e6bb`](https://github.com/yewstack/yew/commit/779e6bbe29a1c8bfe6fb34749beba212ca975620) Merge pull request [#568](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/568) from jstarry/proc-macro-min-rust - [`320eaa9`](https://github.com/yewstack/yew/commit/320eaa99a76103cf3ee9b654df80e411afd57e6e) Use min rust version for macro tests - [`46043e6`](https://github.com/yewstack/yew/commit/46043e6da92652f5b9ecdb383640c13165f1e66b) Silent unused import warning - [`f86cc49`](https://github.com/yewstack/yew/commit/f86cc49defe185ed7203cba630fdf4c34c2bb43d) Merge [#565](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/565) - [`78d4376`](https://github.com/yewstack/yew/commit/78d4376c38f6e13d98dbf619c792e796397215a2) html!: handle misleading '>' in tag attributes - [`27a6beb`](https://github.com/yewstack/yew/commit/27a6beb0e0397c98cbd75a23c574be01965c6866) Merge [#556](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/556) - [`6cca6fe`](https://github.com/yewstack/yew/commit/6cca6fe40a56676cda95920bf5e93cafda5d9805) Merge [#564](https://github-redirect.dependabot.com/DenisKolodin/yew/issues/564) - Additional commits viewable in [compare view](https://github.com/DenisKolodin/yew/compare/0.7.0...0.8.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.