Skip to content

composer(deps-dev): bump the minor-patch-dependencies group with 5 updates #502

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on aws/aws-sdk-php, laminas/laminas-eventmanager, mimmi20/coding-standard, phpstan/phpstan and symfony/mailer to permit the latest version.
Updates aws/aws-sdk-php to 3.295.7

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.295.7

  • Aws\Connect - Minor trait updates for User APIs
  • Aws\RedshiftServerless - use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup
  • Aws\QConnect - Marked SearchQuickResponses API as readonly.
  • Aws\KMS - Documentation updates for AWS Key Management Service (KMS).
Commits

Updates laminas/laminas-eventmanager to 3.13.0

Release notes

Sourced from laminas/laminas-eventmanager's releases.

3.13.0

Release Notes for 3.13.0

Feature release (minor)

3.13.0

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

Enhancement,renovate

renovate

Commits
  • ce5ba8b Merge pull request #48 from laminas/renovate/lock-file-maintenance
  • 9a3675b Cleanup unused code, fix a range of minor psalm issues
  • 76c6d05 Bump dev deps, refresh lock
  • 633a37b Lock file maintenance
  • 50f8202 Lock file maintenance
  • 52160bb Lock file maintenance
  • e8a3c39 Lock file maintenance
  • a979359 Merge pull request #47 from laminas/renovate/lock-file-maintenance
  • 2a32434 Trim trailing whitespace
  • 5bca566 Lock file maintenance
  • See full diff in compare view

Updates mimmi20/coding-standard to 5.2.8

Commits
  • 7c20f9d Merge pull request #437 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 2ca4eb7 composer(deps): update friendsofphp/php-cs-fixer requirement
  • fe0e69a Merge pull request #436 from mimmi20/updates
  • ac0db28 skip check
  • 27ef9f2 update copyright
  • 6d2daf0 update pipeline
  • da536be Merge pull request #435 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 2aa1e93 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 0bcfeb0 Merge pull request #434 from mimmi20/dependabot/composer/master/friendsofphp/...
  • b0bc2c1 composer(deps): update friendsofphp/php-cs-fixer requirement
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.54

Release notes

Sourced from phpstan/phpstan's releases.

1.10.54

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Commits
  • 3e25f27 PHPStan 1.10.54
  • a81df66 Updated PHPStan to commit a81df66485ea7c94655d70f322775e84bef871f9
  • 941e6f1 Update baselines
  • af14d50 Updated PHPStan to commit af14d50e2b5d1b2cf91813059cdc827be63fdb20
  • 02f66df Updated PHPStan to commit 02f66df2a2997ad39ee25c92b6a7f7102f09514f
  • 6c92190 Updated PHPStan to commit 6c921904525ed039738d713d77748f6c254988de
  • ffe1073 One more polyfill fix
  • 0c48595 PHPStan 1.10.53
  • 3992d40 Fix loading polyfills twice
  • 6f0d006 Try
  • Additional commits viewable in compare view

Updates symfony/mailer to 6.4.2

Release notes

Sourced from symfony/mailer's releases.

v6.4.2

Changelog (symfony/mailer@v6.4.1...v6.4.2)

Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

7.0

  • Remove the OhMySmtp bridge in favor of the MailPace bridge

6.4

  • Add DSN parameter peer_fingerprint to verify TLS certificate fingerprint
  • Change the default port for the mailjet+smtp transport from 465 to 587

6.3

  • Add MessageEvent::reject() to allow rejecting an email before sending it
  • Change the default port for the mailgun+smtp transport from 465 to 587
  • Add $authenticators parameter in EsmtpTransport constructor and EsmtpTransport::setAuthenticators() to allow overriding of default eSMTP authenticators

6.2.7

  • [BC BREAK] The following data providers for TransportFactoryTestCase are now static: supportsProvider(), createProvider(), unsupportedSchemeProvider()and incompleteDsnProvider()

6.2

  • Add a mailer:test command
  • Add SentMessageEvent and FailedMessageEvent events

6.1

  • Make start() and stop() methods public on SmtpTransport
  • Improve extensibility of EsmtpTransport

6.0

  • The HttpTransportException class takes a string at first argument

5.4

  • Enable the mailer to operate on any PSR-14-compatible event dispatcher

... (truncated)

Commits
  • 6da89e5 Merge branch '6.3' into 6.4
  • e35910b add the MailPace transport to the UnsupportedSchemeException
  • b7a8093 Merge branch '6.3' into 6.4
  • 114eea9 Merge branch '5.4' into 6.3
  • 0d2c0e0 always pass microseconds to usleep as integers
  • 5ca8a76 Remove full DSNs from exception messages
  • See full diff 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

…dates

Updates the requirements on [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php), [laminas/laminas-eventmanager](https://github.com/laminas/laminas-eventmanager), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [symfony/mailer](https://github.com/symfony/mailer) to permit the latest version.

Updates `aws/aws-sdk-php` to 3.295.7
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.295.4...3.295.7)

Updates `laminas/laminas-eventmanager` to 3.13.0
- [Release notes](https://github.com/laminas/laminas-eventmanager/releases)
- [Commits](laminas/laminas-eventmanager@3.12.0...3.13.0)

Updates `mimmi20/coding-standard` to 5.2.8
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.2.5...5.2.8)

Updates `phpstan/phpstan` to 1.10.54
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.50...1.10.54)

Updates `symfony/mailer` to 6.4.2
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/mailer@v6.4.0...v6.4.2)

---
updated-dependencies:
- dependency-name: aws/aws-sdk-php
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: laminas/laminas-eventmanager
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: symfony/mailer
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from mimmi20 as a code owner January 6, 2024 03:51
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2024
Copy link
Contributor

github-actions bot commented Jan 6, 2024

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • aws/aws-sdk-php@>= 3.295.7, < 4.0.0
  • laminas/laminas-eventmanager@>= 3.13.0, < 4.0.0
  • mimmi20/coding-standard@>= 5.2.8, < 6.0.0
  • phpstan/phpstan@>= 1.10.54, < 2.0.0
  • symfony/mailer@>= 6.4.2, < 7.0.0
  • aws/aws-sdk-php@>= 3.295.4, < 4.0.0
  • laminas/laminas-eventmanager@>= 3.12.0, < 4.0.0
  • mimmi20/coding-standard@>= 5.2.5, < 6.0.0
  • phpstan/phpstan@>= 1.10.50, < 2.0.0
  • symfony/mailer@>= 6.4.0, < 7.0.0

Copy link

codeclimate bot commented Jan 6, 2024

Code Climate has analyzed commit c62924e and detected 0 issues on this pull request.

View more on Code Climate.

@mimmi20 mimmi20 merged commit 891152e into master Jan 6, 2024
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-859dae5a6f branch January 6, 2024 07:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant