Skip to content

Update lipsum requirement from =0.8.0 to 0.8.2#2726

Merged
ranile merged 2 commits into
masterfrom
dependabot/cargo/lipsum-eq-0.8.2
Jun 19, 2022
Merged

Update lipsum requirement from =0.8.0 to 0.8.2#2726
ranile merged 2 commits into
masterfrom
dependabot/cargo/lipsum-eq-0.8.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 10, 2022

Updates the requirements on lipsum to permit the latest version.

Commits
  • 4a5c67a Merge pull request #89 from mgeisler/release-0.8.2
  • cfb8e4a Bump version to 0.8.2
  • c1d76d9 Update changelog for version 0.8.2
  • 657efc3 Merge pull request #88 from mgeisler/cleanup-old-badges
  • 2cd31f2 Cleanup old README badges
  • 2ddc2eb Merge pull request #84 from mgeisler/fix-1.56-build
  • 17dfc51 Merge pull request #86 from mgeisler/remove-1.31-badge
  • a7d42fc Fix build error on Rust 1.56
  • 1883a76 Remove outdated Rust 1.31 badge
  • 37411ce Merge pull request #87 from mgeisler/fix-windows-builds
  • Additional commits viewable in compare view

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.


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 dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 10, 2022
github-actions[bot]
github-actions Bot previously approved these changes Jun 10, 2022
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 10, 2022

Size Comparison

Details
examples master (KB) pull request (KB) diff (KB) diff (%)
boids 172.502 172.502 0 0.000%
contexts 109.604 109.604 0 0.000%
counter 86.551 86.551 0 0.000%
counter_functional 87.200 87.200 0 0.000%
dyn_create_destroy_apps 89.691 89.691 0 0.000%
file_upload 102.626 102.626 0 0.000%
function_memory_game 166.910 166.910 0 0.000%
function_router 349.777 351.658 +1.881 +0.538%
function_todomvc 161.558 161.558 0 0.000%
futures 226.277 226.277 0 0.000%
game_of_life 107.188 107.188 0 0.000%
inner_html 83.618 83.618 0 0.000%
js_callback 112.829 112.829 0 0.000%
keyed_list 195.088 195.088 0 0.000%
mount_point 86.181 86.181 0 0.000%
nested_list 115.513 115.513 0 0.000%
node_refs 93.596 93.596 0 0.000%
password_strength 1538.306 1538.306 0 0.000%
portals 97.206 97.206 0 0.000%
router 318.712 320.586 +1.874 +0.588%
simple_ssr 154.478 154.478 0 0.000%
ssr_router 395.650 397.648 +1.998 +0.505%
suspense 110.519 110.519 0 0.000%
timer 89.287 89.287 0 0.000%
todomvc 142.614 142.614 0 0.000%
two_apps 87.159 87.159 0 0.000%
web_worker_fib 153.407 153.407 0 0.000%
webgl 87.438 87.438 0 0.000%

✅ None of the examples has changed their size significantly.

@WorldSEnder
Copy link
Copy Markdown
Member

A follow-up to #2717, this should switch back to "normal" dependency versioning, i.e. just "0.8.2" instead of "=0.8.2". Anybody know how to teach the bot?

github-actions[bot]
github-actions Bot previously approved these changes Jun 19, 2022
@ranile
Copy link
Copy Markdown
Member

ranile commented Jun 19, 2022

A follow-up to #2717, this should switch back to "normal" dependency versioning, i.e. just "0.8.2" instead of "=0.8.2". Anybody know how to teach the bot?

Don't think we can teach it that but I made the change manually

@ranile
Copy link
Copy Markdown
Member

ranile commented Jun 19, 2022

#2740 should fix the breaking CI

@WorldSEnder
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 19, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot Bot and others added 2 commits June 19, 2022 18:58
Updates the requirements on [lipsum](https://github.com/mgeisler/lipsum) to permit the latest version.
- [Release notes](https://github.com/mgeisler/lipsum/releases)
- [Commits](mgeisler/lipsum@0.8.0...0.8.2)

---
updated-dependencies:
- dependency-name: lipsum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@ranile ranile changed the title Update lipsum requirement from =0.8.0 to =0.8.2 Update lipsum requirement from =0.8.0 to 0.8.2 Jun 19, 2022
@ranile ranile merged commit f27bea9 into master Jun 19, 2022
@dependabot dependabot Bot deleted the dependabot/cargo/lipsum-eq-0.8.2 branch June 19, 2022 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants