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

build(deps): bump the ruffle group with 9 updates #306

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the ruffle group with 9 updates:

Package From To
ruffle_core 04f5549 feeab03
ruffle_render_wgpu 04f5549 feeab03
ruffle_video_software 04f5549 feeab03
ruffle_frontend_utils 04f5549 feeab03
ruffle_gc_arena 04f5549 feeab03
ruffle_macros 04f5549 feeab03
ruffle_render 04f5549 feeab03
ruffle_video 04f5549 feeab03
ruffle_wstr 04f5549 feeab03

Updates ruffle_core from 04f5549 to feeab03

Commits
  • feeab03 build(deps-dev): bump the npm-minor group in /web with 14 updates
  • 31a8101 tests: Add text_caret_placement_scroll test
  • ffb5be6 tests: Add text_caret_placement_translated_bounds test
  • 544c8d9 text: Take into account bounds in screen_position_to_index
  • 3e7effa tests: Add text_caret_placement_align test
  • 531ce02 tests: Add text_caret_placement_leading test
  • e929b26 text: Use binary search for finding lines in screen_position_to_index
  • 063576d text: Add Layout::find_line_index_by_y
  • 3aa69f1 text: Fix gutter translation in screen_position_to_index
  • f53e970 core: Exclude _root from button mode
  • Additional commits viewable in compare view

Updates ruffle_render_wgpu from 04f5549 to feeab03

Commits
  • feeab03 build(deps-dev): bump the npm-minor group in /web with 14 updates
  • 31a8101 tests: Add text_caret_placement_scroll test
  • ffb5be6 tests: Add text_caret_placement_translated_bounds test
  • 544c8d9 text: Take into account bounds in screen_position_to_index
  • 3e7effa tests: Add text_caret_placement_align test
  • 531ce02 tests: Add text_caret_placement_leading test
  • e929b26 text: Use binary search for finding lines in screen_position_to_index
  • 063576d text: Add Layout::find_line_index_by_y
  • 3aa69f1 text: Fix gutter translation in screen_position_to_index
  • f53e970 core: Exclude _root from button mode
  • Additional commits viewable in compare view

Updates ruffle_video_software from 04f5549 to feeab03

Commits
  • feeab03 build(deps-dev): bump the npm-minor group in /web with 14 updates
  • 31a8101 tests: Add text_caret_placement_scroll test
  • ffb5be6 tests: Add text_caret_placement_translated_bounds test
  • 544c8d9 text: Take into account bounds in screen_position_to_index
  • 3e7effa tests: Add text_caret_placement_align test
  • 531ce02 tests: Add text_caret_placement_leading test
  • e929b26 text: Use binary search for finding lines in screen_position_to_index
  • 063576d text: Add Layout::find_line_index_by_y
  • 3aa69f1 text: Fix gutter translation in screen_position_to_index
  • f53e970 core: Exclude _root from button mode
  • Additional commits viewable in compare view

Updates ruffle_frontend_utils from 04f5549 to feeab03

Commits
  • feeab03 build(deps-dev): bump the npm-minor group in /web with 14 updates
  • 31a8101 tests: Add text_caret_placement_scroll test
  • ffb5be6 tests: Add text_caret_placement_translated_bounds test
  • 544c8d9 text: Take into account bounds in screen_position_to_index
  • 3e7effa tests: Add text_caret_placement_align test
  • 531ce02 tests: Add text_caret_placement_leading test
  • e929b26 text: Use binary search for finding lines in screen_position_to_index
  • 063576d text: Add Layout::find_line_index_by_y
  • 3aa69f1 text: Fix gutter translation in screen_position_to_index
  • f53e970 core: Exclude _root from button mode
  • Additional commits viewable in compare view

Updates ruffle_gc_arena from 04f5549 to feeab03

Updates ruffle_macros from 04f5549 to feeab03

Updates ruffle_render from 04f5549 to feeab03

Updates ruffle_video from 04f5549 to feeab03

Updates ruffle_wstr from 04f5549 to feeab03

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) | ``04f5549`` | ``feeab03`` |
| [ruffle_render_wgpu](https://github.com/ruffle-rs/ruffle) | ``04f5549`` | ``feeab03`` |
| [ruffle_video_software](https://github.com/ruffle-rs/ruffle) | ``04f5549`` | ``feeab03`` |
| [ruffle_frontend_utils](https://github.com/ruffle-rs/ruffle) | ``04f5549`` | ``feeab03`` |
| ruffle_gc_arena | ``04f5549`` | ``feeab03`` |
| ruffle_macros | ``04f5549`` | ``feeab03`` |
| ruffle_render | ``04f5549`` | ``feeab03`` |
| ruffle_video | ``04f5549`` | ``feeab03`` |
| ruffle_wstr | ``04f5549`` | ``feeab03`` |


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

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

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

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

Updates `ruffle_gc_arena` from `04f5549` to `feeab03`

Updates `ruffle_macros` from `04f5549` to `feeab03`

Updates `ruffle_render` from `04f5549` to `feeab03`

Updates `ruffle_video` from `04f5549` to `feeab03`

Updates `ruffle_wstr` from `04f5549` to `feeab03`

---
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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 4, 2024
@torokati44 torokati44 merged commit 8325f0e into main Nov 4, 2024
10 checks passed
@torokati44 torokati44 deleted the dependabot/cargo/ruffle-6af6b9f2e8 branch November 4, 2024 15:50
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