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

Bump the composer group across 1 directory with 3 updates #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps the composer group with 3 updates in the / directory: league/flysystem, symfony/http-foundation and symfony/http-kernel.

Updates league/flysystem from 1.0.50 to 1.0.70

Release notes

Sourced from league/flysystem's releases.

1.0.62

When resources are not actually file pointers, but fopen results from URL, the fstat call fails. This resulted in an error in PHP 7.4 because it's more strict about variable handling. This affected the Util::getStreamSize utility method.

Changelog

Sourced from league/flysystem's changelog.

1.0.70 - 2020-07-26

Fixes

  • Local::update now also updates permissions.

1.0.69 - 2020-05-12

Fixes

  • Corrected the docblock return type of getTimestamp and enforce it in the Filesystem.

1.0.68 - 2020-05-12

Fixes

  • Added mime-types for .ico files (#1163)

1.0.67 - 2020-04-16

Fixes

  • Added mime-types for markdown (#1153)

1.0.66 - 2020-03-17

Fixes

  • Warnings from FTP are now silenced, preventing exceptions.

1.0.65 - 2020-03-08

  • Added missing webp mime-type entry.

1.0.64 - 2020-02-05

  • Improved performance of the connectivity check for FTP connections.

1.0.63 - 2020-01-04

  • Introduces base exception marker and custom runtime exceptions for error cases.

1.0.62 - 2019-12-29

  • (#1119) Made Util::getStreamSize account for fstat failure.

1.0.61 - 2019-12-08

  • Fixed an array access issue for PHP 7.4 (#1106)

... (truncated)

Commits
  • 5858247 Pre-release changelog
  • 69e921c Set visibility on update on the Local adapter
  • fb1979a Don't fetch mimetype on local write, it's not needed. [perf]
  • 2ed2984 Do update deps
  • 279e0fb Allow a wide phpspec range
  • fcfdcf3 Missed a ; in the bash
  • 184c53b Upgrade phpspec for PHP nightly test run
  • 1100333 Set locale when testing UTF-8 compatibility
  • befb3c0 add a new community support for tencent cloud cos storage
  • ef6a97e Skip 'not writable' test when running as root
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 3.4.23 to 3.4.47

Commits
  • b9885fc Remove branch-version (keep them for contracts only)
  • aacebf2 bug #38516 [HttpFoundation] Fix Range Requests (BattleRattle)
  • f445ee1 [HttpFoundation] Fix Range Requests
  • d18c26c [CI] Silence errors when remove file/dir on test tearDown()
  • dbe9a3f Fix branch-version
  • ec0b1db Remove "version" from composer.json files, use "branch-version" instead
  • 350ce8a Update versions in composer.json
  • d6f03f8 Remove "branch-alias", populate "version"
  • dd10d32 Change test
  • 946db27 [HttpFoundation] skip tests when the IANA server is throttling the list of st...
  • Additional commits viewable in compare view

Updates symfony/http-kernel from 3.4.23 to 3.4.49

Commits
  • 5aa7240 Update VERSION for 3.4.49
  • f351c07 Update VERSION for 3.4.48
  • a98a4c3 Update VERSION for 3.4.47
  • f5dfe19 Bump Symfony version to 3.4.47
  • 09f8e3f Update VERSION for 3.4.46
  • bd2d874 Fix transient tests
  • e3512ba Remove branch-version (keep them for contracts only)
  • d4483d4 Fix branch-version
  • 4a3f2b7 Remove "version" from composer.json files, use "branch-version" instead
  • 2934f07 Update versions in composer.json
  • 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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 3 updates in the / directory: [league/flysystem](https://github.com/thephpleague/flysystem), [symfony/http-foundation](https://github.com/symfony/http-foundation) and [symfony/http-kernel](https://github.com/symfony/http-kernel).


Updates `league/flysystem` from 1.0.50 to 1.0.70
- [Release notes](https://github.com/thephpleague/flysystem/releases)
- [Changelog](https://github.com/thephpleague/flysystem/blob/1.0.70/CHANGELOG.md)
- [Commits](thephpleague/flysystem@1.0.50...1.0.70)

Updates `symfony/http-foundation` from 3.4.23 to 3.4.47
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-foundation@v3.4.23...v3.4.47)

Updates `symfony/http-kernel` from 3.4.23 to 3.4.49
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-kernel@v3.4.23...v3.4.49)

---
updated-dependencies:
- dependency-name: league/flysystem
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-foundation
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-kernel
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 6, 2024
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants