-
Notifications
You must be signed in to change notification settings - Fork 9
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 dev-dependencies group across 1 directory with 6 updates #37
Closed
Conversation
This file contains 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
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.49.0` | `3.54.0` | | [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.57` | `1.10.67` | | [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.7` | `1.3.12` | | [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.10` | `10.5.20` | | [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) | `1.4.0` | `1.5.3` | | [vimeo/psalm](https://github.com/vimeo/psalm) | `5.20.0` | `5.23.1` | Updates `friendsofphp/php-cs-fixer` from 3.49.0 to 3.54.0 - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.49.0...v3.54.0) Updates `phpstan/phpstan` from 1.10.57 to 1.10.67 - [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.57...1.10.67) Updates `phpstan/phpstan-symfony` from 1.3.7 to 1.3.12 - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](phpstan/phpstan-symfony@1.3.7...1.3.12) Updates `phpunit/phpunit` from 10.5.10 to 10.5.20 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.20/ChangeLog-10.5.md) - [Commits](sebastianbergmann/phpunit@10.5.10...10.5.20) Updates `shipmonk/composer-dependency-analyser` from 1.4.0 to 1.5.3 - [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases) - [Commits](shipmonk-rnd/composer-dependency-analyser@1.4.0...1.5.3) Updates `vimeo/psalm` from 5.20.0 to 5.23.1 - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](vimeo/psalm@5.20.0...5.23.1) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: phpstan/phpstan-symfony dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: shipmonk/composer-dependency-analyser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vimeo/psalm dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
The following labels could not be found: |
🏰 Composer Production Dependency changes 🏰
|
🚧 Composer Development Dependency changes 🚧 |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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 dev-dependencies group with 6 updates in the / directory:
3.49.0
3.54.0
1.10.57
1.10.67
1.3.7
1.3.12
10.5.10
10.5.20
1.4.0
1.5.3
5.20.0
5.23.1
Updates
friendsofphp/php-cs-fixer
from 3.49.0 to 3.54.0Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
... (truncated)
Commits
2aecbc8
prepared the 3.54.0 release28209a2
DX: Improve internal dist config for Fixer (#7952)f40f18e
fix:FullyQualifiedStrictTypesFixer
- do not add imports before PHP opening...35aca55
DX: cleanupFullyQualifiedStrictTypesFixerTest
(#7954)1e6e13b
DX: there is no namespace if there is no PHP code (#7953)0e9f115
fix:PhpUnitMethodCasingFixer
- do not double underscore (#7949)8a115cd
fix:PhpUnitTestClassRequiresCoversFixer
- do not add annotation when there...6a69160
feat: introducePhpUnitAttributesFixer
(#7831)8713dfd
DX: cleanupPhpUnitMethodCasingFixerTest
(#7948)ce40b80
DX: Improve issue templates (#7942)Updates
phpstan/phpstan
from 1.10.57 to 1.10.67Release notes
Sourced from phpstan/phpstan's releases.
... (truncated)
Commits
16ddbe7
PHPStan 1.10.677961f7a
Updated PHPStan to commit 7961f7ae1fe815b0796e4d73717f1b117d4a71637f8f9cc
Updated PHPStan to commit 7f8f9cce7f3903e505916c7afe04b7912570b5e2f71da02
Updated PHPStan to commit f71da02958da0dd6b40193c64fcb6da12daf7227074de75
Updated PHPStan to commit 074de75ff3bffd32e554e3ce8b0dbbde003e471e1453c3f
Updated PHPStan to commit 1453c3f160075f299dc4fc3b3098e8b0b3739b854a4c739
Updated PHPStan to commit 4a4c739f9ff85b6c73659c21f8f3b8b7af8c82c928c5729
Updated PHPStan to commit 28c57296288b78707902fdb4cdf9313a60eff363a80cd8a
Update Larastan336ab5c
Update baselinesUpdates
phpstan/phpstan-symfony
from 1.3.7 to 1.3.12Release notes
Sourced from phpstan/phpstan-symfony's releases.
Commits
f4b9407
Synchronize stub with symfony3fbf634
Synchronize stub with symfony99848d8
Add stub for Compound::getConstraints()a32bc86
Add@param-out
for PropertyAccessord8a0bc0
Narrow type for Extension::getConfiguration if class existsUpdates
phpunit/phpunit
from 10.5.10 to 10.5.20Release notes
Sourced from phpunit/phpunit's releases.
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
... (truncated)
Commits
547d314
Prepare release6da42ed
Make this test work on Windows371fc2c
Update ChangeLog77dc808
Use JUnit XML logfile as expectation instead of test runner outputc722fb2
Do not crash when test run in child process ends unexpectedly and `--log-juni...b2b3555
Add--log-junit
to test94c00e3
Add test without--log-junit
9d1c41f
Merge branch '9.6' into 10.533a0610
Merge branch '8.5' into 9.6920716c
Update toolsUpdates
shipmonk/composer-dependency-analyser
from 1.4.0 to 1.5.3Release notes
Sourced from shipmonk/composer-dependency-analyser's releases.
Commits
00b5023
Add balikobot to e2e (#132)d374d4b
Check invalid cli options combination (#131)c55b7bc
Readme: minor format typo (#130)d37bcd0
Ensure stdout is valid XML for junit format (#129)701b485
Readme: improve, mainly config section (#127)06ab7c6
Readme: mention ignoreUnknownFunctions (#126)f4001af
cs: enforce array trailing commas (#125)0501e73
Fix false positive in multi-attribute usages (#124)2f65e4f
Add PHP syntax checks for supported versions (#122)82b9f82
UsedSymbolExtractor: fix incorrect detection of attribute (#121)Updates
vimeo/psalm
from 5.20.0 to 5.23.1Release notes
Sourced from vimeo/psalm's releases.
... (truncated)
Commits
8471a89
Merge pull request #10812 from issidorov/bug-10807fe42e88
Resolve fail test #108072a91bd6
Added test for #10807005e318
Merge pull request #10800 from weirdan/10799-use-wider-classstring739d87d
Use wider class-string when combining class strings with intersections87f7101
Merge pull request #10802 from weirdan/10796-nullable-resource-for-mkdir5c780c7
$resource
parameter ofmkdir()
is nullable since PHP 7.302b58a5
Merge pull request #10801 from weirdan/fix-trailing-commas-after-anon-functions8e1aa46
CS fixdca888c
Merge pull request #10781 from theodorejb/fix-sqlsrv-callmapDependabot 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