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

Bump the ruffle group with 9 updates #361

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the ruffle group with 9 updates:

Package From To
ruffle_core f101687 b18472e
ruffle_render_wgpu f101687 b18472e
ruffle_video_software f101687 b18472e
ruffle_frontend_utils f101687 b18472e
ruffle_gc_arena f101687 b18472e
ruffle_macros f101687 b18472e
ruffle_render f101687 b18472e
ruffle_video f101687 b18472e
ruffle_wstr f101687 b18472e

Updates ruffle_core from f101687 to b18472e

Commits
  • b18472e debug_ui: Add horizontal & vertical scroll to EditText
  • 0705f8b tests: Add avm1/edittext_tag_indent test
  • a789267 text: Round indent in DefineEditText
  • 23688a7 text: Do not allow negative alignment offset
  • 93e5e99 swf: Read text indent as i16, not u16
  • 28c17fd desktop: Use async IO for file browsing in AVM
  • 3c5985a tests: Add avm2/edittext_stylesheet test
  • 2ccc755 core: Add style sheet support for TextField
  • f861125 avm2: Provide native implementation for StyleSheet
  • b0f72f5 refactor: Rename html/stylesheet.rs to html/style_sheet.rs
  • Additional commits viewable in compare view

Updates ruffle_render_wgpu from f101687 to b18472e

Commits
  • b18472e debug_ui: Add horizontal & vertical scroll to EditText
  • 0705f8b tests: Add avm1/edittext_tag_indent test
  • a789267 text: Round indent in DefineEditText
  • 23688a7 text: Do not allow negative alignment offset
  • 93e5e99 swf: Read text indent as i16, not u16
  • 28c17fd desktop: Use async IO for file browsing in AVM
  • 3c5985a tests: Add avm2/edittext_stylesheet test
  • 2ccc755 core: Add style sheet support for TextField
  • f861125 avm2: Provide native implementation for StyleSheet
  • b0f72f5 refactor: Rename html/stylesheet.rs to html/style_sheet.rs
  • Additional commits viewable in compare view

Updates ruffle_video_software from f101687 to b18472e

Commits
  • b18472e debug_ui: Add horizontal & vertical scroll to EditText
  • 0705f8b tests: Add avm1/edittext_tag_indent test
  • a789267 text: Round indent in DefineEditText
  • 23688a7 text: Do not allow negative alignment offset
  • 93e5e99 swf: Read text indent as i16, not u16
  • 28c17fd desktop: Use async IO for file browsing in AVM
  • 3c5985a tests: Add avm2/edittext_stylesheet test
  • 2ccc755 core: Add style sheet support for TextField
  • f861125 avm2: Provide native implementation for StyleSheet
  • b0f72f5 refactor: Rename html/stylesheet.rs to html/style_sheet.rs
  • Additional commits viewable in compare view

Updates ruffle_frontend_utils from f101687 to b18472e

Commits
  • b18472e debug_ui: Add horizontal & vertical scroll to EditText
  • 0705f8b tests: Add avm1/edittext_tag_indent test
  • a789267 text: Round indent in DefineEditText
  • 23688a7 text: Do not allow negative alignment offset
  • 93e5e99 swf: Read text indent as i16, not u16
  • 28c17fd desktop: Use async IO for file browsing in AVM
  • 3c5985a tests: Add avm2/edittext_stylesheet test
  • 2ccc755 core: Add style sheet support for TextField
  • f861125 avm2: Provide native implementation for StyleSheet
  • b0f72f5 refactor: Rename html/stylesheet.rs to html/style_sheet.rs
  • Additional commits viewable in compare view

Updates ruffle_gc_arena from f101687 to b18472e

Updates ruffle_macros from f101687 to b18472e

Updates ruffle_render from f101687 to b18472e

Updates ruffle_video from f101687 to b18472e

Updates ruffle_wstr from f101687 to b18472e

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruffle group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [ruffle_core](https://github.com/ruffle-rs/ruffle) | ``f101687`` | ``b18472e`` |
| [ruffle_render_wgpu](https://github.com/ruffle-rs/ruffle) | ``f101687`` | ``b18472e`` |
| [ruffle_video_software](https://github.com/ruffle-rs/ruffle) | ``f101687`` | ``b18472e`` |
| [ruffle_frontend_utils](https://github.com/ruffle-rs/ruffle) | ``f101687`` | ``b18472e`` |
| ruffle_gc_arena | ``f101687`` | ``b18472e`` |
| ruffle_macros | ``f101687`` | ``b18472e`` |
| ruffle_render | ``f101687`` | ``b18472e`` |
| ruffle_video | ``f101687`` | ``b18472e`` |
| ruffle_wstr | ``f101687`` | ``b18472e`` |


Updates `ruffle_core` from `f101687` to `b18472e`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@f101687...b18472e)

Updates `ruffle_render_wgpu` from `f101687` to `b18472e`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@f101687...b18472e)

Updates `ruffle_video_software` from `f101687` to `b18472e`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@f101687...b18472e)

Updates `ruffle_frontend_utils` from `f101687` to `b18472e`
- [Release notes](https://github.com/ruffle-rs/ruffle/releases)
- [Commits](ruffle-rs/ruffle@f101687...b18472e)

Updates `ruffle_gc_arena` from `f101687` to `b18472e`

Updates `ruffle_macros` from `f101687` to `b18472e`

Updates `ruffle_render` from `f101687` to `b18472e`

Updates `ruffle_video` from `f101687` to `b18472e`

Updates `ruffle_wstr` from `f101687` to `b18472e`

---
updated-dependencies:
- dependency-name: ruffle_core
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_render_wgpu
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_video_software
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_frontend_utils
  dependency-type: direct:production
  dependency-group: ruffle
- dependency-name: ruffle_gc_arena
  dependency-type: indirect
  dependency-group: ruffle
- dependency-name: ruffle_macros
  dependency-type: indirect
  dependency-group: ruffle
- dependency-name: ruffle_render
  dependency-type: indirect
  dependency-group: ruffle
- dependency-name: ruffle_video
  dependency-type: indirect
  dependency-group: ruffle
- dependency-name: ruffle_wstr
  dependency-type: indirect
  dependency-group: ruffle
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 13, 2025
@torokati44 torokati44 merged commit 44f8b0f into main Jan 13, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/ruffle-73eddefdc3 branch January 13, 2025 12:19
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.

1 participant