chore(deps): bump the minor-and-patch group across 1 directory with 5 updates - #34
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [firebase/php-jwt](https://github.com/googleapis/php-jwt) | `7.1.0` | `7.1.1` | | [laravel/serializable-closure](https://github.com/laravel/serializable-closure) | `2.0.15` | `2.0.16` | | [nikic/php-parser](https://github.com/nikic/PHP-Parser) | `5.8.0` | `5.9.0` | | [pear/archive_tar](https://github.com/pear/Archive_Tar) | `1.6.0` | `1.6.1` | | [punic/punic](https://github.com/punic/punic) | `3.8.1` | `3.8.2` | Updates `firebase/php-jwt` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/googleapis/php-jwt/releases) - [Changelog](https://github.com/googleapis/php-jwt/blob/main/CHANGELOG.md) - [Commits](googleapis/php-jwt@v7.1.0...v7.1.1) Updates `laravel/serializable-closure` from 2.0.15 to 2.0.16 - [Release notes](https://github.com/laravel/serializable-closure/releases) - [Changelog](https://github.com/laravel/serializable-closure/blob/2.x/CHANGELOG.md) - [Commits](laravel/serializable-closure@v2.0.15...v2.0.16) Updates `nikic/php-parser` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md) - [Commits](nikic/PHP-Parser@v5.8.0...v5.9.0) Updates `pear/archive_tar` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/pear/Archive_Tar/releases) - [Commits](pear/Archive_Tar@1.6.0...1.6.1) Updates `punic/punic` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/punic/punic/releases) - [Changelog](https://github.com/punic/punic/blob/main/CHANGELOG.md) - [Commits](punic/punic@3.8.1...3.8.2) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: laravel/serializable-closure dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: nikic/php-parser dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pear/archive_tar dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: punic/punic dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@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 the minor-and-patch group with 5 updates in the / directory:
7.1.07.1.12.0.152.0.165.8.05.9.01.6.01.6.13.8.13.8.2Updates
firebase/php-jwtfrom 7.1.0 to 7.1.1Release notes
Sourced from firebase/php-jwt's releases.
Changelog
Sourced from firebase/php-jwt's changelog.
Commits
9bc93bdMerge pull request #645 from googleapis/release-please--branches--main3654990chore(main): release 7.1.193d248cfix: limit the number of segments a JWT can be exploded into (#639)70c5221chore: allow guzzlehttp/guzzle 8.0 (#643)Updates
laravel/serializable-closurefrom 2.0.15 to 2.0.16Release notes
Sourced from laravel/serializable-closure's releases.
Changelog
Sourced from laravel/serializable-closure's changelog.
Commits
7cfc24e[2.x] Ensure$signeris configured before attempting to execute `unserializ...e276c64Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#173)38a5dcbUpdate CHANGELOGUpdates
nikic/php-parserfrom 5.8.0 to 5.9.0Release notes
Sourced from nikic/php-parser's releases.
Changelog
Sourced from nikic/php-parser's changelog.
Commits
9e33da9Release PHP-Parser 5.9.023c8e36Implement support for partial function application1aa08bfUse iteration over recursion in `PrettyPrinterAbstract:: newOperandRequiresPa...160ea57Suppress warning on hexdec/bindec/octdec overflowfbd47f7Fix attribute insertion on enum cases in formatting-preserving printer04ba49cAnchor the void cast emulator's interior whitespace check0725f08Reject Unicode escapes above the maximum code point021f412Fix attribute insertion on enums in formatting-preserving printer (#1156)10d6a90Fix typo in Pretty_printing docs: "defaul" -> "default" (#1153)Updates
pear/archive_tarfrom 1.6.0 to 1.6.1Release notes
Sourced from pear/archive_tar's releases.
Commits
a0d2c45Merge pull request #63 from pear/rel-1.6.161901a3prep for 1.6.1a58ac95Merge pull request #61 from andypost/php86dedb0d0UPdate PHP versions for CI - add 8.4-8.6fd59faaAvoid returning values from __construct() and __destruct()Updates
punic/punicfrom 3.8.1 to 3.8.2Release notes
Sourced from punic/punic's releases.
Changelog
Sourced from punic/punic's changelog.
Commits
523858cPrepare version 3.8.2855048cFix the PHPDoc type of the $onlyCodes parameter of Territory::getLanguages() ...f46a7acRun tests on PHP 8.3 and 8.4 too (#423)cd2f430[skip ci] Update APIs9fe20e3Prepare for next versionDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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