Skip to content

chore(deps): update webfiori/file requirement from 2.0.* to 2.1.*#44

Merged
usernane merged 1 commit into
mainfrom
dependabot/composer/main/webfiori/file-2.1.star
Jun 13, 2026
Merged

chore(deps): update webfiori/file requirement from 2.0.* to 2.1.*#44
usernane merged 1 commit into
mainfrom
dependabot/composer/main/webfiori/file-2.1.star

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on webfiori/file to permit the latest version.

Release notes

Sourced from webfiori/file's releases.

v2.1.1

2.1.1 (2026-06-11)

Features

  • upload: add ResumableUploader class for chunked uploads with resume support (ac24624), closes #98
  • upload: add setPartialDir() to ResumableUploader (272aa79)

Bug Fixes

  • upload: clear stat cache after writing partial file (0efef26)

Miscellaneous Chores

  • Merge pull request #99 from WebFiori/dev (76c37fe)
Changelog

Sourced from webfiori/file's changelog.

2.1.1 (2026-06-11)

Features

  • upload: add ResumableUploader class for chunked uploads with resume support (ac24624), closes #98
  • upload: add setPartialDir() to ResumableUploader (272aa79)

Bug Fixes

  • upload: clear stat cache after writing partial file (0efef26)

Miscellaneous Chores

  • Merge pull request #99 from WebFiori/dev (76c37fe)

2.1.0 (2026-06-10)

Features

  • examples: add streaming upload frontend with pause/resume (c7fb2d5)
  • extract AbstractUploader and add StreamingUploader (1f9533b)
  • File: add copy() and moveTo() methods (01073b8), closes #49
  • File: decouple from WebFiori framework dependencies (206e90f)
  • File: define FileInterface contract (9093832), closes #66
  • File: define ResponseEmitter interface with implementations (48a429a), closes #74
  • File: define StreamableInterface and implement FileStream (03ba986)
  • File: File implements FileInterface (55941dd), closes #67
  • FileStream: add atomic write support (temp + rename) (4f03c54), closes #79
  • FileUploader: add upload callback hooks (c90a19c), closes #53
  • FileUploader: streaming upload processing with hash verification (ba58b3a), closes #84
  • FileUploader: type-hint FileInterface in public API docs (babde02), closes #69
  • File: use FileStream for copy() and moveTo() (3cb1339), closes #83
  • File: view() no longer terminates by default (422f18f), closes #48

Miscellaneous Chores

  • Merge pull request #96 from WebFiori/dev (2aab7d2)

2.0.4 (2026-06-10)

⚠ BREAKING CHANGES

  • File: getSize() return type changed from int to ?int. Callers checking === -1 must switch to === null or use hasKnownSize().

... (truncated)

Commits
  • ffe8ba8 Merge pull request #100 from WebFiori/release-please--branches--main
  • 7ea1f38 test: increase coverage from 87% to 91%
  • 330d4ee chore(main): release 2.1.1
  • 0efef26 fix(upload): clear stat cache after writing partial file
  • 92878ba docs: update badges section to match collections format
  • f3d406f docs: add PHP 8.5 badge to supported versions table
  • 76c37fe chore: Merge pull request #99 from WebFiori/dev
  • aeedc02 style: apply php-cs-fixer to all source files
  • 272aa79 feat(upload): add setPartialDir() to ResumableUploader
  • a685622 docs: add motivation section to root README
  • Additional commits viewable in compare view

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

Updates the requirements on [webfiori/file](https://github.com/WebFiori/file) to permit the latest version.
- [Release notes](https://github.com/WebFiori/file/releases)
- [Changelog](https://github.com/WebFiori/file/blob/main/CHANGELOG.md)
- [Commits](WebFiori/file@v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: webfiori/file
  dependency-version: 2.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@usernane usernane merged commit 309f227 into main Jun 13, 2026
6 of 12 checks passed
@dependabot dependabot Bot deleted the dependabot/composer/main/webfiori/file-2.1.star branch June 13, 2026 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant