Bump coduo/php-humanizer from 4.0.3 to 5.0.0 in /web/landing#1373
Merged
norberttech merged 1 commit into1.xfrom Jan 16, 2025
Merged
Conversation
Bumps [coduo/php-humanizer](https://github.com/coduo/php-humanizer) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/coduo/php-humanizer/releases) - [Changelog](https://github.com/coduo/php-humanizer/blob/5.x/CHANGELOG.md) - [Upgrade guide](https://github.com/coduo/php-humanizer/blob/5.x/UPGRADE.md) - [Commits](coduo/php-humanizer@4.0.3...5.0.0) --- updated-dependencies: - dependency-name: coduo/php-humanizer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
8166e75 to
575d895
Compare
Bellangelo
pushed a commit
to Bellangelo/flow
that referenced
this pull request
Jan 16, 2025
…p#1373) Bumps [coduo/php-humanizer](https://github.com/coduo/php-humanizer) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/coduo/php-humanizer/releases) - [Changelog](https://github.com/coduo/php-humanizer/blob/5.x/CHANGELOG.md) - [Upgrade guide](https://github.com/coduo/php-humanizer/blob/5.x/UPGRADE.md) - [Commits](coduo/php-humanizer@4.0.3...5.0.0) --- updated-dependencies: - dependency-name: coduo/php-humanizer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
norberttech
added a commit
that referenced
this pull request
Jan 17, 2025
* Update PHPUnit to v11.5.3 * Constructor of TestCase is now final * In PHPUnit11 providers need to be static * In PHPUnit11 providers need to be static * Fix styling * CacheResultFile is removed. See sebastianbergmann/phpunit#4600 * PHPStan complain that readonly properties must be handled inside the constructor * Fix cache issues * Invalidate cache * Remove composer cache * Revert changed environment variable * Call parent to initialise variables * Revert changes in Github Action * Bump symfonycasts/tailwind-bundle from 0.5.3 to 0.6.1 in /web/landing (#1376) Bumps [symfonycasts/tailwind-bundle](https://github.com/SymfonyCasts/tailwind-bundle) from 0.5.3 to 0.6.1. - [Release notes](https://github.com/SymfonyCasts/tailwind-bundle/releases) - [Commits](SymfonyCasts/tailwind-bundle@v0.5.3...v0.6.1) --- updated-dependencies: - dependency-name: symfonycasts/tailwind-bundle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Updated CHANGELOG.md * Added and/or/andNot/orNot to ScalarFunctionsChain (#1378) * Bump coduo/php-humanizer from 4.0.3 to 5.0.0 in /web/landing (#1373) Bumps [coduo/php-humanizer](https://github.com/coduo/php-humanizer) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/coduo/php-humanizer/releases) - [Changelog](https://github.com/coduo/php-humanizer/blob/5.x/CHANGELOG.md) - [Upgrade guide](https://github.com/coduo/php-humanizer/blob/5.x/UPGRADE.md) - [Commits](coduo/php-humanizer@4.0.3...5.0.0) --- updated-dependencies: - dependency-name: coduo/php-humanizer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Updated CHANGELOG.md * Fix conflicts * Updated CHANGELOG.md * Bump async-aws/s3 from 2.6.0 to 2.7.0 (#1381) Bumps [async-aws/s3](https://github.com/async-aws/s3) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/async-aws/s3/releases) - [Changelog](https://github.com/async-aws/s3/blob/master/CHANGELOG.md) - [Commits](async-aws/s3@2.6.0...2.7.0) --- updated-dependencies: - dependency-name: async-aws/s3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added elasticsearch examples (#1384) * Updated CHANGELOG.md * Fix dependencies * Fix styling * Remove duplicated path --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aeon-automation <automation-bot@aeon-php.org> Co-authored-by: Norbert Orzechowicz <1921950+norberttech@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps coduo/php-humanizer from 4.0.3 to 5.0.0.
Release notes
Sourced from coduo/php-humanizer's releases.
Changelog
Sourced from coduo/php-humanizer's changelog.
Upgrade guide
Sourced from coduo/php-humanizer's upgrade guide.
Commits
9d50586Updated CHANGELOG.mdb18a11aUpdate README.md75da446Updated CHANGELOG.md90efee5Fixed development tools dependencies configurationfe058caFixed static analyze github workflow php versionc5023faUpdated project to latest versio of php and dependencies3b63d9bUpdated CHANGELOG.mdd8b65faCzech and Slovak added (#133)9e7e2c4Updated CHANGELOG.mdbb832d5Fix CI status badge URL (#132)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)