Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the ruffle group with 9 updates:

Package From To
ruffle_core a2145fd f4f4793
ruffle_render_wgpu a2145fd f4f4793
ruffle_video_software a2145fd f4f4793
ruffle_frontend_utils a2145fd f4f4793
ruffle_common a2145fd f4f4793
ruffle_macros a2145fd f4f4793
ruffle_render a2145fd f4f4793
ruffle_video a2145fd f4f4793
ruffle_wstr a2145fd f4f4793

Updates ruffle_core from a2145fd to f4f4793

Commits
  • f4f4793 chore: Update translations from Crowdin
  • b614dcb tests: Include test name in test options error message
  • 3c69c62 tests: Rename sample_count to quality and set "high" by default
  • 156c3a5 core: Reimplement text wrapping for compatibility (#22730)
  • b5fa8c1 chore: Update translations from Crowdin
  • f5a7a3a wgpu: Unify wgpu instance creation
  • 549d3b4 avm2: Throw Error #1052 on invalid UTF-16 surrogates in encodeURI and encodeU...
  • 64fc01b tests: Add test for invalid ShaderData parameter assignments
  • 8c7e801 avm2: Handle invalid ShaderData parameter assignments
  • ec7b7e8 desktop: Improve, update and correct Windows metadata
  • Additional commits viewable in compare view

Updates ruffle_render_wgpu from a2145fd to f4f4793

Commits
  • f4f4793 chore: Update translations from Crowdin
  • b614dcb tests: Include test name in test options error message
  • 3c69c62 tests: Rename sample_count to quality and set "high" by default
  • 156c3a5 core: Reimplement text wrapping for compatibility (#22730)
  • b5fa8c1 chore: Update translations from Crowdin
  • f5a7a3a wgpu: Unify wgpu instance creation
  • 549d3b4 avm2: Throw Error #1052 on invalid UTF-16 surrogates in encodeURI and encodeU...
  • 64fc01b tests: Add test for invalid ShaderData parameter assignments
  • 8c7e801 avm2: Handle invalid ShaderData parameter assignments
  • ec7b7e8 desktop: Improve, update and correct Windows metadata
  • Additional commits viewable in compare view

Updates ruffle_video_software from a2145fd to f4f4793

Commits
  • f4f4793 chore: Update translations from Crowdin
  • b614dcb tests: Include test name in test options error message
  • 3c69c62 tests: Rename sample_count to quality and set "high" by default
  • 156c3a5 core: Reimplement text wrapping for compatibility (#22730)
  • b5fa8c1 chore: Update translations from Crowdin
  • f5a7a3a wgpu: Unify wgpu instance creation
  • 549d3b4 avm2: Throw Error #1052 on invalid UTF-16 surrogates in encodeURI and encodeU...
  • 64fc01b tests: Add test for invalid ShaderData parameter assignments
  • 8c7e801 avm2: Handle invalid ShaderData parameter assignments
  • ec7b7e8 desktop: Improve, update and correct Windows metadata
  • Additional commits viewable in compare view

Updates ruffle_frontend_utils from a2145fd to f4f4793

Commits
  • f4f4793 chore: Update translations from Crowdin
  • b614dcb tests: Include test name in test options error message
  • 3c69c62 tests: Rename sample_count to quality and set "high" by default
  • 156c3a5 core: Reimplement text wrapping for compatibility (#22730)
  • b5fa8c1 chore: Update translations from Crowdin
  • f5a7a3a wgpu: Unify wgpu instance creation
  • 549d3b4 avm2: Throw Error #1052 on invalid UTF-16 surrogates in encodeURI and encodeU...
  • 64fc01b tests: Add test for invalid ShaderData parameter assignments
  • 8c7e801 avm2: Handle invalid ShaderData parameter assignments
  • ec7b7e8 desktop: Improve, update and correct Windows metadata
  • Additional commits viewable in compare view

Updates ruffle_common from a2145fd to f4f4793

Updates ruffle_macros from a2145fd to f4f4793

Updates ruffle_render from a2145fd to f4f4793

Updates ruffle_video from a2145fd to f4f4793

Updates ruffle_wstr from a2145fd to f4f4793

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 26, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/ruffle-2b294bcbad branch from 408949f to f6b2f10 Compare January 26, 2026 13:40
@torokati44
Copy link
Member

Minor adjustment needed after ruffle-rs/ruffle#22777.

Bumps the ruffle group with 9 updates:

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

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

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

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

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

Updates `ruffle_common` from `a2145fd` to `f4f4793`

Updates `ruffle_macros` from `a2145fd` to `f4f4793`

Updates `ruffle_render` from `a2145fd` to `f4f4793`

Updates `ruffle_video` from `a2145fd` to `f4f4793`

Updates `ruffle_wstr` from `a2145fd` to `f4f4793`

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

Signed-off-by: dependabot[bot] <[email protected]>
@torokati44 torokati44 force-pushed the dependabot/cargo/ruffle-2b294bcbad branch from f6b2f10 to 48872c6 Compare January 26, 2026 15:10
@torokati44 torokati44 merged commit 57a7de8 into main Jan 26, 2026
9 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/ruffle-2b294bcbad branch January 26, 2026 15:18
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