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 dependencies group with 2 updates #1752

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the dependencies group with 2 updates: laminas/laminas-validator and php-http/cache-plugin.

Updates laminas/laminas-validator from 2.54.0 to 2.58.0

Release notes

Sourced from laminas/laminas-validator's releases.

2.58.0

Release Notes for 2.58.0

2.58.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

2.57.0

Release Notes for 2.57.0

2.57.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

Enhancement

Enhancement,Feature Request

2.56.0

Release Notes for 2.56.0

Feature release (minor)

Important Changes

In preparation for version 3 of this component, all relevant classes are marked as final. This is done in this version via DocBlock, the final marking via PHP comes with the new major version 3.

2.56.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

... (truncated)

Commits
  • 9d5a8cf Merge pull request #263 from laminas/iana-tld-list-update
  • 606da12 Update TLD list for hostname validator
  • c244656 Lock file maintenance
  • 512e133 Merge pull request #258 from gsteel/v2/email-validator-reserved-ips
  • 55d12d1 Replace dated and flawed reserved ip checks in Email validator
  • 1e24e70 Merge pull request #257 from gsteel/v2/reserved-ip-v4-validator
  • 2dc340c Swap flawed regexes for checking ips within known reserved cidr's. Also make ...
  • 754fe72 Add new Validator: HostWithPublicIPv4Address
  • 715e115 Merge pull request #255 from gsteel/v2/soft-final-everywhere
  • 889f53f Mark all classes as soft @final where possible
  • Additional commits viewable in compare view

Updates php-http/cache-plugin from 2.x-dev to 2.0.0

Release notes

Sourced from php-http/cache-plugin's releases.

2.0.0

Changed

  • Drop support of deprecated PHP-HTTP StreamFactory, only PSR-17 StreamFactoryInterface is now supported.
Changelog

Sourced from php-http/cache-plugin's changelog.

2.0.0 - 2024-02-19

Changed

  • Drop support of deprecated PHP-HTTP StreamFactory, only PSR-17 StreamFactoryInterface is now supported.

Version 1

1.8.1 - 2023-11-21

  • Allow installation with Symfony 7.

1.8.0 - 2023-04-28

  • Avoid PHP warning about serializing resources when serializing the response by detaching the stream.

1.7.6 - 2023-04-28

  • Test with PHP 8.1 and 8.2
  • Made phpspec tests compatible with PSR-7 2.0 strict typing
  • Detect null and use 0 explicitly to calculate expiration

1.7.5 - 2022-01-18

  • Allow installation with psr/cache 3.0 (1.0 and 2.0 are still allowed too)

1.7.4 - 2021-11-30

Added

  • Allow installation with Symfony 6

1.7.3 - 2021-11-03

Changed

  • Be more defensive about cache hits. A cache entry can technically contain null.

1.7.2 - 2021-04-14

Added

  • Allow installation with psr/cache 2.0 (1.0 still allowed too)

1.7.1 - 2020-07-13

Added

  • Support for PHP 8

... (truncated)

Commits

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

Bumps the dependencies group with 2 updates: [laminas/laminas-validator](https://github.com/laminas/laminas-validator) and [php-http/cache-plugin](https://github.com/php-http/cache-plugin).


Updates `laminas/laminas-validator` from 2.54.0 to 2.58.0
- [Release notes](https://github.com/laminas/laminas-validator/releases)
- [Commits](laminas/laminas-validator@2.54.0...2.58.0)

Updates `php-http/cache-plugin` from 2.x-dev to 2.0.0
- [Release notes](https://github.com/php-http/cache-plugin/releases)
- [Changelog](https://github.com/php-http/cache-plugin/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/cache-plugin/commits/2.0.0)

---
updated-dependencies:
- dependency-name: laminas/laminas-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: php-http/cache-plugin
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

Superseded by #1755.

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/composer/dependencies-f350bd25c0 branch June 24, 2024 14:47
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