Skip to content
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 all group with 3 updates #301

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps the all group with 3 updates: symfony/translation-contracts, phpstan/phpstan and rector/rector.

Updates symfony/translation-contracts from 3.3.0 to 3.4.0

Commits

Updates phpstan/phpstan from 1.10.41 to 1.10.43

Release notes

Sourced from phpstan/phpstan's releases.

1.10.43

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • Add named arguments variants to reflection golden test (#2743), thanks @​schlndh!

1.10.42

This release closes 25 issues! 🎉

Major new features 🚀

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

... (truncated)

Commits
  • 2c4129f PHPStan 1.10.43
  • 93af41b Updated PHPStan to commit 93af41bf52b47bbfbc533efea75f515a4caddc0e
  • 2ec416e Updated PHPStan to commit 2ec416e11202f150b880619c5bc6416bf17b8e3e
  • d0c0938 Updated PHPStan to commit d0c09389bcbb65a0d5ec8a12987c55e04eec0f2f
  • fc23154 Updated PHPStan to commit fc23154e0a417d63d8e5a8036ceafe5405773ca3
  • 93ef7c0 Use BetterReflection baseline
  • 380912b Updated PHPStan to commit 380912bba690ff3a963257ea4f2586b6529ccf2a
  • 3863da9 Updated PHPStan to commit 3863da94553e875a8326f0c658f4e04b1ee30320
  • dce0a9f Update baselines
  • dacb505 Updated PHPStan to commit dacb505e5dffaa1e5ffcecafaaba2f13009ae4d6
  • Additional commits viewable in compare view

Updates rector/rector from 0.18.7 to 0.18.10

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.10

Bugfixes 🐛

  • [Renaming] FQN-ize namespaced import no namespace -> namespaced name on RenameClassRector (#5256)

Released Rector 0.18.9

New Features 🥳

  • [DeadCode]: Support functions in RemoveUnusedVariableAssignRector (#5249
  • [Performance][PostRector] Only process FullyQualified on import Node name on NameImportingPostRector (#5255)

Bugfixes 🐛

  • [AutoImport][Php70] Keep FQCN on conflict last name on TernaryToNullCoalescingRector (#5251)
  • [Naming] Fix dotted name on generics bug in RenameVariableToMatchMethodCallReturnTypeRector (#5250)
  • [Php73] Handle crash on JsonThrowOnErrorRector + SensitiveConstantNameRector (#5253)
  • [CodingStyle] Refactor UseImportsAdder to return [FileWithoutNamespace] code on no namespaced code (#5254)

Released Rector 0.18.8

Bugfixes 🐛

  • Bump to reactphp/event-loop ^1.5 (#5246)
  • [AutoImport] Skip auto import on no namespace used class on auto import enabled (#5247)
  • [AutoImport][Renaming] Handle same last name no namespace just renamed auto import (#5248)
Commits
  • f36bc0a Rector 0.18.10
  • b89547b Updated Rector to commit 2d1b9ab461c35e326b2ad78bd2758c5c3a69c9cc
  • 5aeafef Rector 0.18.9
  • 2da1774 Updated Rector to commit 363ae1bd444c365e38aef1cfcd69324b734c3c9c
  • 1d5d0dd Updated Rector to commit 1595e34d12d856eab8e2478de357f0b1dff3556f
  • b4cef81 Updated Rector to commit 60047ce7785545401ad870d483060ce640fa3369
  • 0f9778f Updated Rector to commit 52ef7b830be95c27141d893308d7fa27ff4a2290
  • 4f6134d Updated Rector to commit 5647e1b818482552a447d7f79392c7e2f0dce86e
  • 9aef117 Updated Rector to commit 7ec1be6b828042b27e3f40ed41b3285a6fe78502
  • 374bab1 Rector 0.18.8
  • Additional commits viewable in compare view

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 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

Bumps the all group with 3 updates: [symfony/translation-contracts](https://github.com/symfony/translation-contracts), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector).


Updates `symfony/translation-contracts` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/symfony/translation-contracts/releases)
- [Changelog](https://github.com/symfony/translation-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/translation-contracts@v3.3.0...v3.4.0)

Updates `phpstan/phpstan` from 1.10.41 to 1.10.43
- [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.41...1.10.43)

Updates `rector/rector` from 0.18.7 to 0.18.10
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.7...0.18.10)

---
updated-dependencies:
- dependency-name: symfony/translation-contracts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 20, 2023
@TravisCarden TravisCarden merged commit 15ab960 into develop Nov 20, 2023
9 checks passed
@TravisCarden TravisCarden deleted the dependabot/composer/all-7fc2b469f7 branch November 20, 2023 17:36
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant