Skip to content

Bump chewie from 1.11.3 to 1.13.0 in /optifit app#62

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/optifit-app/chewie-1.13.0
Open

Bump chewie from 1.11.3 to 1.13.0 in /optifit app#62
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/optifit-app/chewie-1.13.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps chewie from 1.11.3 to 1.13.0.

Changelog

Sourced from chewie's changelog.

[1.13.0]

  • 🛠️ #927: Fix(web): Keep playback when entering/exiting fullscreen on web. Thanks victorspringer.
  • BREAKING CHANGE: Library now requires at least Flutter version 3.32.0 or higher.

[1.12.1]

  • 🛠️ #920: Fix zoomAndPan not having an effect. Thanks abalmagd.

[1.12.0]

  • 🛠️ #923: Flutter 3.29 minimum version. Thanks diegotori.
  • BREAKING CHANGE: Library now requires at least Flutter version 3.29.0 or higher.
Commits
  • 8b11166 chewie, version 1.13.0. Addresses Issue #927.
  • c54f4be Merge pull request #929 from diegotori/github_workflow_fix
  • d228479 Fixed CI workflow error syntax issue.
  • 8e25a9e Merge pull request #928 from diegotori/flutter_3.35_upgrade
  • e5e67ad Moved the minimum Flutter version to 3.32.
  • d8032dd Fixed formatting.
  • b8b967b Merge pull request #927 from victorspringer/fix/web-fullscreen-resume
  • 6ceb832 restore changelog
  • 6d2abba fix(web): keep playback when entering/exiting fullscreen on web
  • c094ed8 chewie, version 1.12.1. Addresses Issue #920.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [chewie](https://github.com/fluttercommunity/chewie) from 1.11.3 to 1.13.0.
- [Changelog](https://github.com/fluttercommunity/chewie/blob/master/CHANGELOG.md)
- [Commits](fluttercommunity/chewie@v1.11.3...v1.13.0)

---
updated-dependencies:
- dependency-name: chewie
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Sep 15, 2025
@qodo-code-review
Copy link

User description

Bumps chewie from 1.11.3 to 1.13.0.

Changelog

Sourced from chewie's changelog.

[1.13.0]

  • 🛠️ #927: Fix(web): Keep playback when entering/exiting fullscreen on web. Thanks victorspringer.
  • BREAKING CHANGE: Library now requires at least Flutter version 3.32.0 or higher.

[1.12.1]

  • 🛠️ #920: Fix zoomAndPan not having an effect. Thanks abalmagd.

[1.12.0]

  • 🛠️ #923: Flutter 3.29 minimum version. Thanks diegotori.
  • BREAKING CHANGE: Library now requires at least Flutter version 3.29.0 or higher.
Commits
  • 8b11166 chewie, version 1.13.0. Addresses Issue #927.
  • c54f4be Merge pull request #929 from diegotori/github_workflow_fix
  • d228479 Fixed CI workflow error syntax issue.
  • 8e25a9e Merge pull request #928 from diegotori/flutter_3.35_upgrade
  • e5e67ad Moved the minimum Flutter version to 3.32.
  • d8032dd Fixed formatting.
  • b8b967b Merge pull request #927 from victorspringer/fix/web-fullscreen-resume
  • 6ceb832 restore changelog
  • 6d2abba fix(web): keep playback when entering/exiting fullscreen on web
  • c094ed8 chewie, version 1.12.1. Addresses Issue #920.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

PR Type

Other


Description

  • Update chewie dependency from 1.11.3 to 1.13.0

  • Includes web fullscreen playback fixes

  • Requires Flutter 3.32.0 minimum version


Diagram Walkthrough

flowchart LR
  A["pubspec.yaml"] -- "version bump" --> B["chewie ^1.13.0"]
Loading

File Walkthrough

Relevant files
Dependencies
pubspec.yaml
Bump chewie dependency version                                                     

optifit app/pubspec.yaml

  • Updated chewie dependency version from ^1.11.3 to ^1.13.0
+1/-1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants