Skip to content

composer(deps-dev): bump the version-updates group with 2 updates #585

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2024

Updates the requirements on aws/aws-sdk-php and ruflin/elastica to permit the latest version.
Updates aws/aws-sdk-php to 3.331.0

Release notes

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

Version 3.331.0

  • Aws\ - Standarize how config from env->ini is resolved.
  • Aws\ConfigService - AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.
  • Aws\ObservabilityAdmin - Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.
  • Aws\BedrockAgent - Add support for specifying embeddingDataType, either FLOAT32 or BINARY
  • Aws\FSx - This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.
Commits

Updates ruflin/elastica to 8.1.0

Release notes

Sourced from ruflin/elastica's releases.

Release 8.1.0

Added

  • Added support for the multi-match query type bool_prefix #2220
  • Added support for PHP 8.4 #2221
  • Added support for custom key to IpRange and GeoDistance addRange using a common trait #2227
  • Added bucket sort aggregation #2229

Fixed

  • Fixed Pipeline Processor handling to allow for multiple processors of the same type #2218

New Contributors

Full Changelog: ruflin/Elastica@8.0.0...8.1.0

Changelog

Sourced from ruflin/elastica's changelog.

8.1.0

Added

  • Added support for the multi-match query type bool_prefix #2220
  • Added support for PHP 8.4 #2221
  • Added support for custom key to IpRange and GeoDistance addRange using a common trait #2227
  • Added bucket sort aggregation #2229

Fixed

  • Fixed Pipeline Processor handling to allow for multiple processors of the same type #2218

8.0.0

This a major release with breaking changes. Have a look at the Upgrade guide.

Backward Compatibility Breaks

  • Dropped support for PHP <8.0 #2131
  • Removed deprecated classes in 7.x #2132
    • Elastica\Exception\ElasticsearchException -> use Elastica\Exception\ResponseException::getResponse()::getFullError() instead
    • Elastica\Exception\ResponseException::getElasticsearchException() -> use Elastica\Exception\ResponseException::getResponse()::getFullError() instead
    • Elastica\Processor\Append -> use Elastica\Processor\AppendProcessor instead
    • Elastica\Processor\Attachment -> use Elastica\Processor\AttachmentProcessor instead
    • Elastica\Processor\Convert -> use Elastica\Processor\ConvertProcessor instead
    • Elastica\Processor\Date -> use Elastica\Processor\DateProcessor instead
    • Elastica\Processor\DateIndexName -> use Elastica\Processor\DateIndexNameProcessor instead
    • Elastica\Processor\DotExpander -> use Elastica\Processor\DotExpanderProcessor instead
    • Elastica\Processor\Fail -> use Elastica\Processor\FailProcessor instead
    • Elastica\Processor\Join -> use Elastica\Processor\JoinProcessor instead
    • Elastica\Processor\Json -> use Elastica\Processor\JsonProcessor instead
    • Elastica\Processor\Kv -> use Elastica\Processor\KvProcessor instead
    • Elastica\Processor\Lowercase -> use Elastica\Processor\LowercaseProcessor instead
    • Elastica\Processor\Remove -> use Elastica\Processor\RemoveProcessor instead
    • Elastica\Processor\Rename -> use Elastica\Processor\RenameProcessor instead
    • Elastica\Processor\Set -> use Elastica\Processor\SetProcessor instead
    • Elastica\Processor\Sort -> use Elastica\Processor\SortProcessor instead
    • Elastica\Processor\Split -> use Elastica\Processor\SplitProcessor instead
    • Elastica\Processor\Trim -> use Elastica\Processor\AppendProcessor instead
    • Elastica\Processor\Uppercase -> use Elastica\Processor\UppercaseProcessor instead
    • Elastica\Query\Common -> use Elastica\Query\MatchQuery instead
    • Elastica\QueryBuilder\DSL\Query::common_terms() -> use Elastica\QueryBuilder\DSL\Query::match() instead
    • Elastica\Transport\HttpAdapter -> use Elastica\Transport\Http instead
  • Removed deprecated methods #2135
    • Elastica\Aggregation\Range::setKeyedResponse() -> use Elastica\Aggregation\Range::setKeyed() instead
    • Elastica\Bulk::toString() -> use Elastica\Bulk::__toString() or cast to string instead
    • Elastica\Query\MatchQuery::setFieldCutoffFrequency()
    • Elastica\Query\MultiMatch::setCutoffFrequency()
    • Elastica\QueryBuilder\DSL\Aggregation::global_agg() -> use Elastica\QueryBuilder\DSL\Aggregation::global() instead
    • Elastica\Request::toString() -> use Elastica\Request::__toString() or cast to string instead
    • Elastica\Result::getType()

... (truncated)

Commits
  • 5e5f9b2 Prepare release v8.1.0 (#2235)
  • 5804288 Fix documentation generation (#2230)
  • af2c684 Add Bucket sort aggregation (#2229)
  • 223a25f Add support for custom range key and refactor addRange in a trait (#2227)
  • e2cb89b Improve phpunit config and fail builds on warning, incomplete and risky test ...
  • 32b9cc1 update PHP-CS-Fixer to the latest version and enable parallelization in order...
  • edd43bb Add PHP 8.4 support (#2221)
  • 13b22af Support multi match type 'bool_prefix' (#2220)
  • 8b1826d Refactored Pipeline processor handling (#2218)
  • See full diff in compare view

You can trigger a rebase of this PR 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

Updates the requirements on [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) and [ruflin/elastica](https://github.com/ruflin/Elastica) to permit the latest version.

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

Updates `ruflin/elastica` to 8.1.0
- [Release notes](https://github.com/ruflin/Elastica/releases)
- [Changelog](https://github.com/ruflin/Elastica/blob/8.x/CHANGELOG.md)
- [Commits](ruflin/Elastica@8.0.0...8.1.0)

---
updated-dependencies:
- dependency-name: aws/aws-sdk-php
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: ruflin/elastica
  dependency-type: direct:development
  dependency-group: version-updates
...

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

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
composer/aws/aws-sdk-php >= 3.331.0, < 4.0.0 🟢 5.3
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ -1No tokens found
Dangerous-Workflow⚠️ -1no workflows found
Maintained🟢 1030 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 1Found 4/30 approved changesets -- score normalized to 1
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Binary-Artifacts🟢 10no binaries found in the repo
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Vulnerabilities🟢 100 existing vulnerabilities detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Pinned-Dependencies⚠️ -1no dependencies found
Security-Policy🟢 10security policy file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
composer/ruflin/elastica >= 8.1.0, < 9.0.0 🟢 5.6
Details
CheckScoreReason
Code-Review🟢 9Found 28/30 approved changesets -- score normalized to 9
Token-Permissions⚠️ -1No tokens found
Dangerous-Workflow⚠️ -1no workflows found
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 53 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 5
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • composer.json

Copy link

codeclimate bot commented Nov 30, 2024

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

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 87.6% (0.0% change).

View more on Code Climate.

Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.03%. Comparing base (b326b87) to head (d28bf00).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #585   +/-   ##
=========================================
  Coverage     95.03%   95.03%           
  Complexity      778      778           
=========================================
  Files           104      104           
  Lines          2842     2842           
=========================================
  Hits           2701     2701           
  Misses          141      141           
Flag Coverage Δ
php-8.1 95.03% <ø> (ø)
php-amqplib 89.97% <ø> (ø)
phpunit 95.03% <ø> (ø)
ubuntu-24.04 95.03% <ø> (ø)
with amqp 88.42% <ø> (ø)
with curl 91.09% <ø> (ø)
with mongodb 88.42% <ø> (ø)
with-sockets 90.28% <ø> (ø)
without-extensions 87.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@mimmi20 mimmi20 merged commit 3a3d894 into master Nov 30, 2024
390 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/version-updates-908963adf0 branch November 30, 2024 11:42
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