Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

Bumps the composer group with 1 update in the /Service/VideoMetrics directory: facade/ignition.

Updates facade/ignition from 1.11.2 to 1.16.15

Release notes

Sourced from facade/ignition's releases.

1.16.15

No release notes provided.

1.16.14

1.16.4

  • add PHP 8 support

1.16.3

  • improve performance by not using missing package solution provider by default (closes #179)

1.16.2

  • remove ability to fix variable names

1.16.1

  • Fixes a bug when running on Vapor with the vendor folder split up

1.16.0

  • add named routes (#197)

1.15.0

  • add exception to the bottom of the html (#230)

1.14.0

  • add indicator that solution is running (#212)

1.13.1

  • Remove external reference for icons (#134)

1.13.0

  • Allow custom grouping types

1.12.1

  • Detect multibyte position offsets when adding line numbers to the blade view - Fixes #193

1.12.0

  • Add exception to html (#206)
  • Add a clear exception when passing no parameters to ddd (#205)
  • Ignore JS tests (#215)
  • Fix share report route bug
Changelog

Sourced from facade/ignition's changelog.

Changelog

All notable changes to ignition will be documented in this file

2.17.7 - 2023-01-26

What's Changed

New Contributors

Full Changelog: facade/ignition@2.17.6...2.17.7

2.17.6 - 2022-06-30

What's Changed

New Contributors

Full Changelog: facade/ignition@2.17.5...2.17.6

2.17.5 - 2022-02-23

What's Changed

New Contributors

Full Changelog: facade/ignition@2.17.4...2.17.5

2.17.4 - 2021-12-27

  • fix bug where uninitialized property within a job could break Ignition

... (truncated)

Commits

Updates league/flysystem from 1.0.56 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 nesbot/carbon from 2.25.2 to 2.73.0

Release notes

Sourced from nesbot/carbon's releases.

2.73.0

Complete commits list: briannesbitt/Carbon@2.72.6...2.73.0

Summary:

2.72.6

Complete commits list: CarbonPHP/carbon@2.72.5...2.72.6

Summary:

  • Validate locale earlier
Commits
  • 9228ce9 Merge pull request #13 from thecaliskan/2.x
  • 142f0f5 changed CS rule
  • dc27804 changed CS rule
  • 8910c51 changed expected result for PHP 8.4
  • d1e695f Added PHP 8.3 and PHP 8.4 test for laravel and removed PHP 8.4 lowest test ma...
  • 5dca8dc Fixes for PHP 8.4
  • 8c3e607 Fixes for implicit nullability deprecation
  • 5f4c750 upgraded phpunit version on tests
  • a4932f3 Fixed CS
  • d6f5afb Added PHP 8.4 support
  • Additional commits viewable in compare view

Updates swiftmailer/swiftmailer from 6.2.1 to 6.3.0

Changelog

Sourced from swiftmailer/swiftmailer's changelog.

6.3.0 (2021-10-18)

  • Fix support for PHP 8.1

6.2.7 (2021-03-09)

  • Allow egulias/email-validator 3.1+

6.2.6 (2021-03-05)

  • Fix Bcc support

6.2.5 (2021-01-12)

  • Don't trust properties at destruct time
  • Remove invalid PHPDocs param in EventDispatcher interface
  • Bump license year
  • Removes PHP version from README

6.2.4 (2020-12-08)

  • Prevent flushing of the bubble queue when event handler raises another event
  • Add support for PHP 8
  • Code cleanups

6.2.3 (2019-11-12)

  • no changes

6.2.2 (2019-11-12)

  • fixed compat with PHP 7.4
  • fixed error message when connecting to a stream raises an error before connect()
Commits
  • 8a5d507 Prepare 6.3.0 release
  • 56dccc1 Fix changelog
  • bc28df7 bug #1355 PHP 8.1 Support (driesvints)
  • ee8a1d9 PHP 8.1 Support
  • 2a7fb75 minor #1352 Add information about EOM (fabpot)
  • 0863074 Add information about EOM
  • 23e9ffa Change intro doc page title
  • 0cf1030 minor #1336 [Doc] Fixed the syntax of a table in messages.rst (javiereguiluz)
  • 93ab97b [Doc] Fixed the syntax of a table in messages.rst
  • 6044649 minor #1335 [Doc] Fixed a minor issue in a code example (javiereguiluz)
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 4.3.5 to 4.4.49

Changelog

Sourced from symfony/http-foundation's changelog.

CHANGELOG

7.3

  • Add support for iterable of string in StreamedResponse
  • Add EventStreamResponse and ServerEvent classes to streamline server event streaming
  • Add support for valkey: / valkeys: schemes for sessions
  • Request::getPreferredLanguage() now favors a more preferred language above exactly matching a locale
  • Allow UriSigner to use a ClockInterface
  • Add UriSigner::verify()

7.2

  • Add optional $requests parameter to RequestStack::__construct()
  • Add optional $v4Bytes and $v6Bytes parameters to IpUtils::anonymize()
  • Add PRIVATE_SUBNETS as a shortcut for private IP address ranges to Request::setTrustedProxies()
  • Deprecate passing referer_check, use_only_cookies, use_trans_sid, trans_sid_hosts, trans_sid_tags, sid_bits_per_character and sid_length options to NativeSessionStorage

7.1

  • Add optional $expirationParameter argument to UriSigner::__construct()
  • Add optional $expiration argument to UriSigner::sign()
  • Rename $parameter argument of UriSigner::__construct() to $hashParameter
  • Add UploadedFile::getClientOriginalPath()
  • Add QueryParameterRequestMatcher
  • Add HeaderRequestMatcher
  • Add support for \SplTempFileObject in BinaryFileResponse
  • Add verbose argument to response test constraints

7.0

  • Calling ParameterBag::filter() throws an UnexpectedValueException on invalid value, unless flag FILTER_NULL_ON_FAILURE is set
  • Calling ParameterBag::getInt() and ParameterBag::getBool() throws an UnexpectedValueException on invalid value
  • Remove classes RequestMatcher and ExpressionRequestMatcher
  • Remove Request::getContentType(), use Request::getContentTypeFormat() instead
  • Throw an InvalidArgumentException when calling Request::create() with a malformed URI
  • Require explicit argument when calling JsonResponse::setCallback(), Response::setExpires/setLastModified/setEtag(), MockArraySessionStorage/NativeSessionStorage::setMetadataBag(), NativeSessionStorage::setSaveHandler()
  • Add argument $statusCode to Response::sendHeaders() and StreamedResponse::sendHeaders()

6.4

  • Make HeaderBag::getDate(), Response::getDate(), getExpires() and getLastModified() return a DateTimeImmutable
  • Support root-level Generator in StreamedJsonResponse
  • Add UriSigner from the HttpKernel component

... (truncated)

Commits
  • 191413c [HttpFoundation] Compare cookie with null value as empty string in ResponseCo...
  • 773aca6 [HttpFoundation] Check IPv6 is valid before comparing it
  • cd4f478 [HttpFoundation] Fix session tests
  • 7eea76a skip a test if the mime type detection feature will not work
  • 9aeb286 Fix BinaryFileResponse content type detection logic
  • 7acdc97 [HttpFoundation] Prevent BinaryFileResponse::prepare from adding content type...
  • 935f796 [HttpFoundation] Always return strings from accept headers
  • 518e21d [HttpFoundation] move flushing outside of Response::closeOutputBuffers
  • b2f2e3c [HttpFoundation] Fix tests on PHP 8.2 (bis)
  • 32589ae [HttpFoundation] Fix tests on PHP 8.2
  • Additional commits viewable in compare view

Updates symfony/http-kernel from 4.3.5 to 4.4.51

Changelog

Sourced from symfony/http-kernel's changelog.

CHANGELOG

7.3

  • Add $key argument to #[MapQueryString] that allows using a specific key for argument resolving
  • Support Uid in #[MapQueryParameter]
  • Add ServicesResetterInterface, implemented by ServicesResetter
  • Allow configuring the logging channel per type of exceptions in ErrorListener

7.2

  • Remove @internal flag and add @final to ServicesResetter
  • Add support for SYMFONY_DISABLE_RESOURCE_TRACKING env var
  • Add support for configuring trusted proxies/headers/hosts via env vars

7.1

  • Add method isKernelTerminating() to ExceptionEvent that allows to check if an exception was thrown while the kernel is being terminated
  • Add HttpException::fromStatusCode()
  • Add $validationFailedStatusCode argument to #[MapQueryParameter] that allows setting a custom HTTP status code when validation fails
  • Add NearMissValueResolverException to let value resolvers report when an argument could be under their watch but failed to be resolved
  • Add $type argument to #[MapRequestPayload] that allows mapping a list of items
  • The Extension class is marked as internal, extend the Extension class from the DependencyInjection component instead
  • Deprecate Extension::addAnnotatedClassesToCompile()
  • Deprecate AddAnnotatedClassesToCachePass
  • Deprecate the setAnnotatedClassCache() and getAnnotatedClassesToCompile() methods of the Kernel class
  • Add #[MapUploadedFile] attribute to fetch, validate, and inject uploaded files into controller arguments

7.0

  • Add argument $reflector to ArgumentResolverInterface::getArguments() and ArgumentMetadataFactoryInterface::createArgumentMetadata()
  • Remove ArgumentValueResolverInterface, use ValueResolverInterface instead
  • Remove StreamedResponseListener
  • Remove AbstractSurrogate::$phpEscapeMap
  • Remove HttpKernelInterface::MASTER_REQUEST
  • Remove terminate_on_cache_hit option from HttpCache
  • Require explicit argument when calling ConfigDataCollector::setKernel(), RouterListener::setCurrentRequest()
  • Remove Kernel::stripComments()
  • Remove FileLinkFormatter, use FileLinkFormatter from the ErrorHandler component instead
  • Remove UriSigner, use UriSigner from the HttpFoundation component instead
  • Add argument $buildDir to WarmableInterface
  • Add argument $filter to Profiler::find() and FileProfilerStorage::find()

6.4

... (truncated)

Commits
  • ad8ab19 Update VERSION for 4.4.51
  • aa6df6c Update VERSION for 4.4.50
  • f7822a7 security #cve-2022-24894 [HttpKernel] Remove private headers before storing r...
  • 4e36db8 Update VERSION for 4.4.49
  • bc62d95 [HttpKernel] Fix message for unresovable arguments of invokable controllers
  • 0924172 Bump Symfony version to 4.4.49
  • a6d5229 Update VERSION for 4.4.48
  • 26989b2 bug #47857 [HttpKernel] Fix empty request stack when terminating with excepti...
  • 3f61170 [HttpKernel] Fix empty request stack when terminating with exception
  • 9a34f1a bug #47878 [HttpKernel] Remove EOL when using error_log() in HttpKernel Logge...
  • Additional commits viewable in compare view

Updates symfony/process from 4.3.5 to 4.4.44

Release notes

Sourced from symfony/process's releases.

v4.4.44

Changelog (symfony/process@v4.4.43...v4.4.44)

  • no significant changes

v4.4.41

Changelog (symfony/process@v4.4.40...v4.4.41)

  • bug #45931 Fix Process::getEnv() when setEnv() hasn't been called before (asika32764)

v4.4.40

Changelog (symfony/process@v4.4.39...v4.4.40)

  • bug #45676 Don't return executable directories in PhpExecutableFinder (fancyweb)
Changelog

Sourced from symfony/process's changelog.

CHANGELOG

7.3

  • Add RunProcessMessage::fromShellCommandline() to instantiate a Process via the fromShellCommandline method

7.1

  • Add Process::setIgnoredSignals() to disable signal propagation to the child process

6.4

  • Add PhpSubprocess to handle PHP subprocesses that take over the configuration from their parent
  • Add RunProcessMessage and RunProcessMessageHandler

5.2.0

  • added Process::setOptions() to set Process specific options
  • added option create_new_console to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows

5.1.0

  • added Process::getStartTime() to retrieve the start time of the process as float

5.0.0

  • removed Process::inheritEnvironmentVariables()
  • removed PhpProcess::setPhpBinary()
  • Process must be instantiated with a command array, use Process::fromShellCommandline() when the command should be parsed by the shell
  • removed Process::setCommandLine()

4.4.0

  • deprecated Process::inheritEnvironmentVariables(): env variables are always inherited.
  • added Process::getLastOutputTime() method

4.2.0

... (truncated)

Commits
  • 5cee9cd CS fixes
  • 9eedd60 [Process] Fix Process::getEnv() when setEnv() hasn't been called before
  • 54e9d76 [Finder] fix tests on Windows
  • 7489e29 [Process] Don't return executable directories in PhpExecutableFinder
  • b2d924e [Process] Update PHPDoc to use proper placeholder syntax
  • 96532c9 [Process] Avoid calling fclose on an already closed resource
  • f0521ab Bump license year
  • a35d6b8 Run open_basedir tests in separate processes
  • ff1cabb CS fixes
  • c1d5c35 [Process] fixed uppercase ARGC and ARGV should also be skipped
  • 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 1 update in the /Service/VideoMetrics directory: [facade/ignition](https://github.com/facade/ignition).


Updates `facade/ignition` from 1.11.2 to 1.16.15
- [Release notes](https://github.com/facade/ignition/releases)
- [Changelog](https://github.com/facade/ignition/blob/main/CHANGELOG.md)
- [Commits](facade/ignition@1.11.2...1.16.15)

Updates `league/flysystem` from 1.0.56 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.56...1.0.70)

Updates `nesbot/carbon` from 2.25.2 to 2.73.0
- [Release notes](https://github.com/CarbonPHP/carbon/releases)
- [Commits](CarbonPHP/carbon@2.25.2...2.73.0)

Updates `swiftmailer/swiftmailer` from 6.2.1 to 6.3.0
- [Changelog](https://github.com/swiftmailer/swiftmailer/blob/master/CHANGES)
- [Commits](swiftmailer/swiftmailer@v6.2.1...v6.3.0)

Updates `symfony/http-foundation` from 4.3.5 to 4.4.49
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.3/CHANGELOG.md)
- [Commits](symfony/http-foundation@v4.3.5...v4.4.49)

Updates `symfony/http-kernel` from 4.3.5 to 4.4.51
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/7.3/CHANGELOG.md)
- [Commits](symfony/http-kernel@v4.3.5...v4.4.51)

Updates `symfony/process` from 4.3.5 to 4.4.44
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.3/CHANGELOG.md)
- [Commits](symfony/process@v4.3.5...v4.4.44)

---
updated-dependencies:
- dependency-name: facade/ignition
  dependency-version: 1.16.15
  dependency-type: direct:development
  dependency-group: composer
- dependency-name: league/flysystem
  dependency-version: 1.0.70
  dependency-type: indirect
  dependency-group: composer
- dependency-name: nesbot/carbon
  dependency-version: 2.73.0
  dependency-type: indirect
  dependency-group: composer
- dependency-name: swiftmailer/swiftmailer
  dependency-version: 6.3.0
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-foundation
  dependency-version: 4.4.49
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-kernel
  dependency-version: 4.4.51
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/process
  dependency-version: 4.4.44
  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 12, 2025
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.

1 participant