khoadng / Boorusama

A mobile client for booru sites built with Flutter
GNU General Public License v3.0
147 stars 8 forks source link

chore(deps): bump file_picker from 5.2.7 to 5.2.10 #230

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps file_picker from 5.2.7 to 5.2.10.

Release notes

Sourced from file_picker's releases.

5.2.10

Fixes the bug that the result of the save-file dialog was incorrect when it was invoked with a long default file name but the user selected a file with a much short file name (#1257).

5.2.9

Fixes the errors Type 'Uint8List' not found and 'Uint8List' isn't a type (#1260). Thank you @​miguelslemos!

5.2.8

Fixes the bug that the current directory sometimes changed after the user picked a file. Now, after the dialog is closed, the current directory is automatically restored to its original value even if the user changed the directory while searching for files (#1254). Thank you @​Tokenyet!

Changelog

Sourced from file_picker's changelog.

5.2.10

Desktop (Windows)

Fixes the bug that the result of the save-file dialog was incorrect when it was invoked with a long default file name but the user selected a file with a much short file name (#1257).

5.2.9

General

Fixes the errors Type 'Uint8List' not found and 'Uint8List' isn't a type (#1260). Thank you @​miguelslemos!

5.2.8

Desktop (Windows)

Fixes the bug that the current directory sometimes changed after the user picked a file. Now, after the dialog is closed, the current directory is automatically restored to its original value even if the user changed the directory while searching for files (#1254). Thank you @​Tokenyet!

Desktop (Linux)

Fixes the behavior of the saveFile() dialog on Ubuntu/Kubuntu. This fix should have been committed in the previous version 5.2.7 but was forgotten. Now, when the user selects an already existing file, then Ubuntu prompts the user to confirm overwriting this file. This change finally makes the dialog behave the same on all desktop platforms (macOS, Linux, and Windows) (#989).

Commits
  • eea91e0 Merge pull request #1265 from miguelpruivo/bugfix/#1257-incorrect-result-pars...
  • cb95746 chore: update changelog and bump version to 5.2.10
  • 03228c1 fix: replace screen recording videos by GIFs
  • 3139f1e fix: #1257 save-file dialog with long default name
  • a7d65ae chore: add tests for parsing file picker result
  • f709753 Merge pull request #1261 from miguelpruivo/patch/fix-broken-links-in-readme-a...
  • cc3c176 chore: update changelog and bump version to 5.2.9
  • a7eb5b5 add test case for runExecutable function
  • 452940a increase test coverage in file_picket_utils_test from 52.2 to 65.2 on macOs
  • 90ac3f0 Revert "chore: fix linter error unnecessay_import"
  • 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 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[bot] commented 1 year ago

Looks like file_picker is no longer updatable, so this is no longer needed.