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 8 updates #1647

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps the dependencies group with 8 updates:

Package From To
laminas/laminas-validator 2.43.0 2.44.1
symfony/flex 2.4.1 2.4.2
symfony/http-kernel 6.3.10 6.4.1
infection/infection 0.27.8 0.27.9
phpspec/prophecy 1.17.0 1.18.0
phpspec/prophecy-phpunit 2.0.2 2.1.0
phpstan/phpstan 1.10.47 1.10.48
squizlabs/php_codesniffer 3.7.2 3.8.0

Updates laminas/laminas-validator from 2.43.0 to 2.44.1

Release notes

Sourced from laminas/laminas-validator's releases.

2.44.1

Release Notes for 2.44.1

2.44.x bugfix release (patch)

2.44.1

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

Bug

2.44.0

Release Notes for 2.44.0

Feature release (minor)

2.44.0

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

Documentation,Enhancement,renovate

Enhancement

Commits
  • e9228cd Merge pull request #217 from gsteel/fix/barcode-construct
  • 281cad5 Fix constructor expectations
  • 5ad3d12 Merge pull request #216 from laminas/renovate/lock-file-maintenance
  • 1166842 Remove unnecessary options nesting. No code references $this->options['option...
  • 1920b74 Re-work options massaging in constructor, correct a number of options types i...
  • 693529d Resolve psalm issues uncovered in upgrade to 5.16
  • a08658c Lock file maintenance
  • 13d1e27 Merge pull request #215 from laminas/iana-tld-list-update
  • f272b70 Update TLD list for hostname validator
  • 39be29b Lock file maintenance
  • See full diff in compare view

Updates symfony/flex from 2.4.1 to 2.4.2

Commits
  • 67ee785 Merge branch '1.x' into 2.x
  • f96b8bf bug #1005 fix(recipes:update): github api now requires is:pull-request parame...
  • bc89553 fix(recipes:update): github api now requires is:pull-request parameter
  • See full diff in compare view

Updates symfony/http-kernel from 6.3.10 to 6.4.1

Release notes

Sourced from symfony/http-kernel's releases.

v6.4.1

Changelog (symfony/http-kernel@v6.4.0...v6.4.1)

v6.4.0

Changelog (symfony/http-kernel@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC2

Changelog (symfony/http-kernel@v6.4.0-RC1...v6.4.0-RC2)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/http-kernel@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/http-kernel@v6.4.0-BETA2...v6.4.0-BETA3)

v6.4.0-BETA2

Changelog (symfony/http-kernel@v6.4.0-BETA1...v6.4.0-BETA2)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/http-kernel@v6.3.6...v6.4.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/http-kernel's changelog.

CHANGELOG

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

  • Support backed enums in #[MapQueryParameter]
  • BundleInterface no longer extends ContainerAwareInterface
  • Add optional $className parameter to ControllerEvent::getAttributes()
  • Add native return types to TraceableEventDispatcher and to MergeExtensionConfigurationPass
  • Add argument $validationFailedStatusCode to #[MapQueryString] and #[MapRequestPayload]
  • Add argument $debug to Logger
  • Add class DebugLoggerConfigurator
  • Add parameters kernel.runtime_mode and kernel.runtime_mode.*, all set from env var APP_RUNTIME_MODE
  • Deprecate Kernel::stripComments()
  • Support the ! character at the beginning of a string as a negation operator in the url filter of the profiler
  • Deprecate UriSigner, use UriSigner from the HttpFoundation component instead
  • Deprecate FileLinkFormatter, use FileLinkFormatter from the ErrorHandler component instead
  • Add argument $buildDir to WarmableInterface
  • Add argument $filter to Profiler::find() and FileProfilerStorage::find()
  • Add ControllerResolver::allowControllers() to define which callables are legit controllers when the _check_controller_is_allowed request attribute is set

6.3

  • Deprecate parameters container.dumper.inline_factories and container.dumper.inline_class_loader, use .container.dumper.inline_factories and .container.dumper.inline_class_loader instead
  • FileProfilerStorage removes profiles automatically after two days
  • Add #[WithHttpStatus] for defining status codes for exceptions
  • Use an instance of Psr\Clock\ClockInterface to generate the current date time in DateTimeValueResolver
  • Add #[WithLogLevel] for defining log levels for exceptions
  • Add skip_response_headers to the HttpCache options
  • Introduce targeted value resolvers with #[ValueResolver] and #[AsTargetedValueResolver]
  • Add #[MapRequestPayload] to map and validate request payload from Request::getContent() or Request::$request->all() to typed objects
  • Add #[MapQueryString] to map and validate request query string from Request::$query->all() to typed objects

... (truncated)

Commits
  • 2953274 Update VERSION for 6.4.1
  • d2fd289 [DependencyInjection] Fix parsing named autowiring aliases that contain under...
  • 9e63427 Fix legacy class palceholder definitions for static analysis
  • 8231b72 Bump Symfony version to 6.4.1
  • 16a29c4 Update VERSION for 6.4.0
  • 9c47386 Bump Symfony version to 6.4.0
  • 93e0ff0 Update VERSION for 6.4.0-RC2
  • 27ffde6 Bump Symfony version to 6.4.0
  • ac45583 Update VERSION for 6.4.0-RC1
  • 545e5ac Bump Symfony version to 6.4.0
  • Additional commits viewable in compare view

Updates infection/infection from 0.27.8 to 0.27.9

Release notes

Sourced from infection/infection's releases.

Fix an issue with numeric data provider keys in PHPUnit >= 10

Fixed:

Full Changelog: infection/infection@0.27.8...0.27.9

Commits
  • 61e6d06 Revert "Disable Box Requirements Checker as it conflicts as the package "symf...
  • 23c94d5 build: Disable the requirement checker (#1903)
  • 5583296 Disable Box Requirements Checker as it conflicts as the package "symfony/serv...
  • 6a46a15 Fix an issue with numeric data provider keys and run tests with format clear ...
  • 5d7a36f Upgrade to Box 4.5.1 (#1766)
  • f456c92 ci: Skip tests if Symfony6 & locked (#1837)
  • See full diff in compare view

Updates phpspec/prophecy from 1.17.0 to 1.18.0

Release notes

Sourced from phpspec/prophecy's releases.

1.18.0

  • [added] Add support for PHP 8.3 [@​rajeshreeputra]
  • [changed] Improve the error when using return types that Prophecy does not support for mocking [@​stof]
  • [changed] Add more precise type for static analysis [@​stof]
  • [fixed] Error when comparing object arguments with integers [@​lucassabreu]
  • [changed] Add PHP 8.2 to test matrix [@​Jean85]
  • [Added] Allow sebastian/comparator and sebastian/recursion-context 5, and phpunit/phpunit 10 [@​Jean85]
  • [docs] Switch travis status badge to GHA one [@​michalbundyra]
Changelog

Sourced from phpspec/prophecy's changelog.

1.18.0 / 2023-12-07

  • [added] Add support for PHP 8.3 [@​rajeshreeputra]
  • [changed] Improve the error when using return types that Prophecy does not support for mocking [@​stof]
  • [changed] Add more precise type for static analysis [@​stof]
  • [fixed] Error when comparing object arguments with integers [@​lucassabreu]
  • [changed] Add PHP 8.2 to test matrix [@​Jean85]
  • [Added] Allow sebastian/comparator and sebastian/recursion-context 5, and phpunit/phpunit 10 [@​Jean85]
  • [docs] Switch travis status badge to GHA one [@​michalbundyra]
Commits
  • d4f454f Update the changelog for 1.18.0
  • 8b82dd9 Merge pull request #605 from stof/better_analysis
  • 9ab4a3c Improve types for places dealing with class or interface names
  • 03cfe36 Merge pull request #608 from rajeshreeputra/php-8.3-compatibility
  • a2c9520 Fix the CI on PHP 8.3 until phpspec supports it officially
  • 1b4b61e PHP 8.3 compatibility checks.
  • f560293 Merge pull request #612 from Wirone/codito/phpstan-enhancements
  • 96fbb07 Introduce Composer scripts for running PHPStan commands
  • e5aa5ea Generate new PHPStan baseline
  • f972b17 Rename default PHPStan configuration file
  • Additional commits viewable in compare view

Updates phpspec/prophecy-phpunit from 2.0.2 to 2.1.0

Release notes

Sourced from phpspec/prophecy-phpunit's releases.

2.1.0

  • Add support for PHPUnit 10.1+ (10.0 is not supported)
  • Bump requirement to Prophecy 1.18+
Changelog

Sourced from phpspec/prophecy-phpunit's changelog.

2.1.0 / 2023-12-08

Add support for PHPUnit 10.1+ (10.0 is not supported) Bump requirement to Prophecy 1.18+

Commits

Updates phpstan/phpstan from 1.10.47 to 1.10.48

Release notes

Sourced from phpstan/phpstan's releases.

1.10.48

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 🐛

Function signature fixes 🤖

Commits
  • 087ed4b PHPStan 1.10.48
  • 8ada96c Update baselines
  • fa5d5f9 Updated PHPStan to commit fa5d5f958b051b088fb0824d377a091273d6436c
  • 34dfd6a Updated PHPStan to commit 34dfd6aa45963c83cb5f733dae4890ed1a63cbda
  • cf2c8bb Updated PHPStan to commit cf2c8bbd9ebd2ebe300dbd310e136ad603d7def3
  • a1fffb3 Updated PHPStan to commit a1fffb3346e09f1e8e8d987d4282263295a55142
  • 3a12724 Updated PHPStan to commit 3a12724fd636b1bcf36c22b36e8f765d97150895
  • 0a3a968 Updated PHPStan to commit 0a3a968b86773a54e102baee4f63d39a556c97fc
  • 1b126c9 Updated PHPStan to commit 1b126c9a49ec934b381e35a58bf412292762cbef
  • 942eaa4 Update baselines
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.7.2 to 3.8.0

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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [laminas/laminas-validator](https://github.com/laminas/laminas-validator) | `2.43.0` | `2.44.1` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.1` | `2.4.2` |
| [symfony/http-kernel](https://github.com/symfony/http-kernel) | `6.3.10` | `6.4.1` |
| [infection/infection](https://github.com/infection/infection) | `0.27.8` | `0.27.9` |
| [phpspec/prophecy](https://github.com/phpspec/prophecy) | `1.17.0` | `1.18.0` |
| [phpspec/prophecy-phpunit](https://github.com/phpspec/prophecy-phpunit) | `2.0.2` | `2.1.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.47` | `1.10.48` |
| [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) | `3.7.2` | `3.8.0` |


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

Updates `symfony/flex` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.1...v2.4.2)

Updates `symfony/http-kernel` from 6.3.10 to 6.4.1
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/7.0/CHANGELOG.md)
- [Commits](symfony/http-kernel@v6.3.10...v6.4.1)

Updates `infection/infection` from 0.27.8 to 0.27.9
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.27.8...0.27.9)

Updates `phpspec/prophecy` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/phpspec/prophecy/releases)
- [Changelog](https://github.com/phpspec/prophecy/blob/master/CHANGES.md)
- [Commits](phpspec/prophecy@v1.17.0...v1.18.0)

Updates `phpspec/prophecy-phpunit` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/phpspec/prophecy-phpunit/releases)
- [Changelog](https://github.com/phpspec/prophecy-phpunit/blob/master/CHANGES.md)
- [Commits](phpspec/prophecy-phpunit@v2.0.2...v2.1.0)

Updates `phpstan/phpstan` from 1.10.47 to 1.10.48
- [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.47...1.10.48)

Updates `squizlabs/php_codesniffer` from 3.7.2 to 3.8.0
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/commits)

---
updated-dependencies:
- dependency-name: laminas/laminas-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/flex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/http-kernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: infection/infection
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpspec/prophecy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpspec/prophecy-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@danepowell
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/composer/dependencies-36387a2860 branch December 11, 2023 19:35
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