thinkingreed-inc / oss-calendar

OSS Calendarは企業で使うことを想定したオープンソースのカレンダーアプリです。
https://oss-calendar.com/
30 stars 12 forks source link

Bump symfony/http-foundation from 4.3.4 to 4.4.2 #2

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps symfony/http-foundation from 4.3.4 to 4.4.2.

Changelog *Sourced from [symfony/http-foundation's changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md).* > CHANGELOG > ========= > > 5.1.0 > ----- > > * Deprecate `Response::create()`, `JsonResponse::create()`, > `RedirectResponse::create()`, and `StreamedResponse::create()` methods (use > `__construct()` instead) > > 5.0.0 > ----- > > * made `Cookie` auto-secure and lax by default > * removed classes in the `MimeType` namespace, use the Symfony Mime component instead > * removed method `UploadedFile::getClientSize()` and the related constructor argument > * made `Request::getSession()` throw if the session has not been set before > * removed `Response::HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL` > * passing a null url when instantiating a `RedirectResponse` is not allowed > > 4.4.0 > ----- > > * passing arguments to `Request::isMethodSafe()` is deprecated. > * `ApacheRequest` is deprecated, use the `Request` class instead. > * passing a third argument to `HeaderBag::get()` is deprecated, use method `all()` instead > * [BC BREAK] `PdoSessionHandler` with MySQL changed the type of the lifetime column, > make sure to run `ALTER TABLE sessions MODIFY sess_lifetime INTEGER UNSIGNED NOT NULL` to > update your database. > * `PdoSessionHandler` now precalculates the expiry timestamp in the lifetime column, > make sure to run `CREATE INDEX EXPIRY ON sessions (sess_lifetime)` to update your database > to speed up garbage collection of expired sessions. > * added `SessionHandlerFactory` to create session handlers with a DSN > * added `IpUtils::anonymize()` to help with GDPR compliance. > > 4.3.0 > ----- > > * added PHPUnit constraints: `RequestAttributeValueSame`, `ResponseCookieValueSame`, `ResponseHasCookie`, > `ResponseHasHeader`, `ResponseHeaderSame`, `ResponseIsRedirected`, `ResponseIsSuccessful`, and `ResponseStatusCodeSame` > * deprecated `MimeTypeGuesserInterface` and `ExtensionGuesserInterface` in favor of `Symfony\Component\Mime\MimeTypesInterface`. > * deprecated `MimeType` and `MimeTypeExtensionGuesser` in favor of `Symfony\Component\Mime\MimeTypes`. > * deprecated `FileBinaryMimeTypeGuesser` in favor of `Symfony\Component\Mime\FileBinaryMimeTypeGuesser`. > * deprecated `FileinfoMimeTypeGuesser` in favor of `Symfony\Component\Mime\FileinfoMimeTypeGuesser`. > * added `UrlHelper` that allows to get an absolute URL and a relative path for a given path > > 4.2.0 > ----- > > * the default value of the "$secure" and "$samesite" arguments of Cookie's constructor > ... (truncated)
Commits - [`fcae1cf`](https://github.com/symfony/http-foundation/commit/fcae1cff5b57b2a9c3aabefeb1527678705ddb62) Merge branch '4.3' into 4.4 - [`9c06bf6`](https://github.com/symfony/http-foundation/commit/9c06bf65e4aa6b29c773cc5f88e2f548bb56b18a) Merge branch '3.4' into 4.3 - [`5b932ee`](https://github.com/symfony/http-foundation/commit/5b932eed42c1f5172bd4ba46eef0525fce190502) Fix typo - [`760e8fb`](https://github.com/symfony/http-foundation/commit/760e8fb0b9d8c764ec10ccf7dd949b69bc59bd26) [HttpFoundation] fix pdo session handler for sqlsrv - [`a7ea28e`](https://github.com/symfony/http-foundation/commit/a7ea28e4c1184b48874ce4bbd348dbee3b3c9ada) Merge branch '4.3' into 4.4 - [`5a40ccd`](https://github.com/symfony/http-foundation/commit/5a40ccddac8f1471738b9264a00c75acfbe686ac) Merge branch '3.4' into 4.3 - [`7d2f82a`](https://github.com/symfony/http-foundation/commit/7d2f82af89da0490e2ca88a7f309cc9d32c4494c) use utf8mb4_bin to align code with documentation - [`5a5c3b3`](https://github.com/symfony/http-foundation/commit/5a5c3b31482ffc655a74de3e55d87ec81291f3b5) fix redis multi host dsn not recognized - [`da246f4`](https://github.com/symfony/http-foundation/commit/da246f427905248a690142b56dfaf00b18b77e30) Removed request header "Content-Type" from the preferred format guessing mech... - [`3439147`](https://github.com/symfony/http-foundation/commit/3439147b7c739d064352b5d60a0486b602743d4f) Merge branch '4.3' into 4.4 - Additional commits viewable in [compare view](https://github.com/symfony/http-foundation/compare/v4.3.4...v4.4.2)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/thinkingreed-inc/oss-calendar/network/alerts).
dependabot[bot] commented 4 years ago

Looks like symfony/http-foundation is no longer a dependency, so this is no longer needed.