build(deps): bump the symfony group across 1 directory with 4 updates#2391
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the symfony group across 1 directory with 4 updates#2391dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dc1dc7f to
2daeec2
Compare
Bumps the symfony group with 4 updates in the / directory: [symfony/polyfill-intl-normalizer](https://github.com/symfony/polyfill-intl-normalizer), [symfony/polyfill-php83](https://github.com/symfony/polyfill-php83), [symfony/polyfill-php84](https://github.com/symfony/polyfill-php84) and [symfony/polyfill-php85](https://github.com/symfony/polyfill-php85). Updates `symfony/polyfill-intl-normalizer` from 1.33.0 to 1.37.0 - [Release notes](https://github.com/symfony/polyfill-intl-normalizer/releases) - [Commits](symfony/polyfill-intl-normalizer@v1.33.0...v1.37.0) Updates `symfony/polyfill-php83` from 1.33.0 to 1.37.0 - [Release notes](https://github.com/symfony/polyfill-php83/releases) - [Commits](symfony/polyfill-php83@v1.33.0...v1.37.0) Updates `symfony/polyfill-php84` from 1.33.0 to 1.37.0 - [Release notes](https://github.com/symfony/polyfill-php84/releases) - [Commits](symfony/polyfill-php84@v1.33.0...v1.37.0) Updates `symfony/polyfill-php85` from 1.33.0 to 1.37.0 - [Release notes](https://github.com/symfony/polyfill-php85/releases) - [Commits](symfony/polyfill-php85@v1.33.0...v1.37.0) --- updated-dependencies: - dependency-name: symfony/polyfill-intl-normalizer dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: symfony - dependency-name: symfony/polyfill-php83 dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: symfony - dependency-name: symfony/polyfill-php84 dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: symfony - dependency-name: symfony/polyfill-php85 dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: symfony ... Signed-off-by: dependabot[bot] <support@github.com>
2daeec2 to
760107e
Compare
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 the symfony group with 4 updates in the / directory: symfony/polyfill-intl-normalizer, symfony/polyfill-php83, symfony/polyfill-php84 and symfony/polyfill-php85.
Updates
symfony/polyfill-intl-normalizerfrom 1.33.0 to 1.37.0Release notes
Sourced from symfony/polyfill-intl-normalizer's releases.
Commits
Updates
symfony/polyfill-php83from 1.33.0 to 1.37.0Release notes
Sourced from symfony/polyfill-php83's releases.
Commits
3600c2cmbstring polyfills must not raise value errors in PHP 741d53a2CS fixesUpdates
symfony/polyfill-php84from 1.33.0 to 1.37.0Release notes
Sourced from symfony/polyfill-php84's releases.
Commits
88486dbFix bcdiv handling of DivisionByZeroError85bd8e8mbstring polyfills must not raise value errors in PHP 7142ddfdAdd polyfill for PDO driver specific subclasses305134cCS fixesc88a18bbug #556 Fix PHP 7.2 compatibility for PHP 8.4 polyfill (Seldaek)35ccc80Fix PHP 7.2 compatibility for PHP 8.4 polyfille4e3f1c[8.4] implement bcround, bcceil and bcfloor4acd8b3[8.4][ReflectionConstant] Update authorship commentUpdates
symfony/polyfill-php85from 1.33.0 to 1.37.0Release notes
Sourced from symfony/polyfill-php85's releases.
Commits
fcfa497bug #580 Fixgrapheme_levenshtein()registration in polyfill-php85 (xabbuh)4844157do not register the locale_is_right_to_left() function without the intl exten...f936956fix class name2c408a6Add locale_is_right_to_left polyfill7e6d06cAdd the grapheme_levenshtein polyfill62aa1ca[PHP 8.5] Add new\Filter\FilterExceptionandFilter\FilterFailedException65345af[8.5] Add polyfill for DelayedTargetValidation