omp icon indicating copy to clipboard operation
omp copied to clipboard

Bump symfony/http-foundation from 7.1.3 to 7.2.3 in /plugins/paymethod/paypal

Open dependabot[bot] opened this issue 9 months ago • 2 comments

Bumps symfony/http-foundation from 7.1.3 to 7.2.3.

Release notes

Sourced from symfony/http-foundation's releases.

v7.2.3

Changelog (https://github.com/symfony/http-foundation/compare/v7.2.2...v7.2.3)

v7.2.2

Changelog (https://github.com/symfony/http-foundation/compare/v7.2.1...v7.2.2)

v7.2.0

Changelog (https://github.com/symfony/http-foundation/compare/v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (https://github.com/symfony/http-foundation/compare/v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (https://github.com/symfony/http-foundation/compare/v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (https://github.com/symfony/http-foundation/compare/v7.1.6...v7.2.0-BETA1)

v7.1.11

Changelog (https://github.com/symfony/http-foundation/compare/v7.1.10...v7.1.11)

v7.1.10

Changelog (https://github.com/symfony/http-foundation/compare/v7.1.9...v7.1.10)

v7.1.9

Changelog (https://github.com/symfony/http-foundation/compare/v7.1.8...v7.1.9)

... (truncated)

Changelog

Sourced from symfony/http-foundation's changelog.

CHANGELOG

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
  • Add partitioned flag to Cookie (CHIPS Cookie)
  • Add argument bool $flush = true to Response::send()
  • Make MongoDbSessionHandler instantiable with the mongodb extension directly

6.3

  • Calling ParameterBag::getDigit(), getAlnum(), getAlpha() on an array throws a UnexpectedValueException instead of a TypeError
  • Add ParameterBag::getString() to convert a parameter into string and throw an exception if the value is invalid
  • Add ParameterBag::getEnum()

... (truncated)

Commits
  • ee1b504 Merge branch '7.1' into 7.2
  • 7ced01a Merge branch '6.4' into 7.1
  • d0492d6 [HttpFoundation][FrameworkBundle] Reset Request's formats using the service r...
  • e8fdc47 [HttpFoundation] Fixed IpUtils::anonymize exception when using IPv6 link-lo...
  • 62d1a43 Merge branch '7.1' into 7.2
  • b5567e7 [HttpFoundation] Avoid mime type guess with temp files in BinaryFileResponse
  • e88a66c Merge branch '7.1' into 7.2
  • 8276584 Merge branch '6.4' into 7.1
  • 431771b Merge branch '5.4' into 6.4
  • 3f38b8a [HttpFoundation] Fix test
  • 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Mar 04 '25 00:03 dependabot[bot]

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Mar 04 '25 00:03 CLAassistant

@touhidurabir, could you look at this one?

asmecher avatar Mar 04 '25 15:03 asmecher

@asmecher this seems ok but as this something also included in OJS, we better to upgrade it there also and also for stable-3.5.0 .

touhidurabir avatar Mar 05 '25 09:03 touhidurabir

going to address this as part of https://github.com/pkp/pkp-lib/issues/10973

touhidurabir avatar Mar 06 '25 03:03 touhidurabir

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Mar 06 '25 03:03 dependabot[bot]