Skip to content

Conversation

@violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • nikic/php-parser: v4.17.1 (updated from v4.15.4)
  • psy/psysh: v0.11.21 (updated from v0.11.16)
  • symfony/console: v6.2.13 (updated from v6.2.11)
  • symfony/string: v6.2.13 (updated from v6.2.8)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .github/workflows/actions-updater.yml
  .github/workflows/deps.yml
  .github/workflows/phpstan.yml
  .github/workflows/release.yml
  .github/workflows/run-phar-tests.yml
  .github/workflows/run-tests.yml
  .github/workflows/tests.yml
  Makefile
  composer.json
  src/CodeCleaner.php
  src/CodeCleaner/ImplicitReturnPass.php
  src/CodeCleaner/StrictTypesPass.php
  src/Command/CodeArgumentParser.php
  src/Command/Command.php
  src/Command/HelpCommand.php
  src/Command/ListCommand.php
  src/Command/ParseCommand.php
  src/Command/ReflectingCommand.php
  src/Command/SudoCommand.php
  src/Command/ThrowUpCommand.php
  src/Command/TimeitCommand.php
  src/ConfigPaths.php
  src/Configuration.php
  src/ExecutionLoop/RunkitReloader.php
  src/Output/Theme.php
  src/Readline/Hoa/Protocol.php
  src/Shell.php
  src/SystemEnv.php
  src/functions.php
  test/CodeCleaner/AbstractClassPassTest.php
  test/CodeCleaner/AssignThisVariablePassTest.php
  test/CodeCleaner/CallTimePassByReferencePassTest.php
  test/CodeCleaner/CalledClassPassTest.php
  test/CodeCleaner/EmptyArrayDimFetchPassTest.php
  test/CodeCleaner/ExitPassTest.php
  test/CodeCleaner/FinalClassPassTest.php
  test/CodeCleaner/FunctionContextPassTest.php
  test/CodeCleaner/FunctionReturnInWriteContextPassTest.php
  test/CodeCleaner/ImplicitReturnPassTest.php
  test/CodeCleaner/InstanceOfPassTest.php
  test/CodeCleaner/IssetPassTest.php
  test/CodeCleaner/LabelContextPassTest.php
  test/CodeCleaner/LeavePsyshAlonePassTest.php
  test/CodeCleaner/ListPassTest.php
  test/CodeCleaner/LoopContextPassTest.php
  test/CodeCleaner/MagicConstantsPassTest.php
  test/CodeCleaner/NamespacePassTest.php
  test/CodeCleaner/NoReturnValueTest.php
  test/CodeCleaner/PassableByReferencePassTest.php
  test/CodeCleaner/RequirePassTest.php
  test/CodeCleaner/ReturnTypePassTest.php
  test/CodeCleaner/StrictTypesPassTest.php
  test/CodeCleaner/UseStatementPassTest.php
  test/CodeCleaner/ValidClassNamePassTest.php
  test/CodeCleaner/ValidConstructorPassTest.php
  test/CodeCleaner/ValidFunctionNamePassTest.php
  test/Command/ClearCommandTest.php
  test/Command/ExitCommandTest.php
  test/Command/HelpCommandTest.php
  test/Command/ListCommand/ClassConstantEnumeratorTest.php
  test/Command/ListCommand/ClassEnumeratorTest.php
  test/Command/ListCommand/ConstantEnumeratorTest.php
  test/Command/ListCommand/FunctionEnumeratorTest.php
  test/Command/ListCommand/GlobalVariableEnumeratorTest.php
  test/Command/ListCommand/MethodEnumeratorTest.php
  test/Command/ListCommand/PropertyEnumeratorTest.php
  test/Command/ListCommand/VariableEnumeratorTest.php
  test/Command/PsyVersionCommandTest.php
  test/Command/ThrowUpCommandTest.php
  test/Command/TimeitCommand/TimeitVisitorTest.php
  test/ConfigurationTest.php
  test/Exception/ParseErrorExceptionTest.php
  test/FakeShell.php
  test/Formatter/DocblockFormatterTest.php
  test/Formatter/SignatureFormatterTest.php
  test/Input/CodeArgumentTest.php
  test/Input/FilterOptionsTest.php
  test/Input/ShellInputTest.php
  test/ParserFactoryTest.php
  test/ShellTest.php
  test/Sudo/SudoVisitorTest.php
  test/VersionUpdater/GitHubCheckerTest.php
  test/VersionUpdater/SelfUpdateTest.php
  test/fixtures/config.php
  vendor-bin/box/composer.lock
  vendor-bin/phpstan/baseline.neon
  vendor-bin/phpstan/ignore.neon

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • bcb2210 Merge branch 'release/0.11.21'
  • 2b78273 Bump to v0.11.21
  • 2be8beb Oops.
  • daee2f1 Tabs -> spaces for consistency.
  • ff42db2 Clean up some PHPStan nonsense.
  • 396b8f6 Preemptive RIP :(
  • 7dcfbed Code style fix.
  • 02ad26d Fix timeit when -n1, ensure that it always executes at least once even with weird input.
  • 27f8bdd Remove phpstan exception for TableHelper.
  • 479a68b Remove Symfony Console (2.x!) TableHelper fallback.
  • e1cc04f Stop forwarding commands in composer bin.
  • 5e3c749 Bump box composer lockfile.
  • 2b1654b Prettier output for Symfony Console Exceptions.
  • 3b8b9d9 Clean up command code argument parsing.
  • 345be54 Test Phar builds against the full test suite.
  • 29d1579 Add a test group to exclude tests incompatible with code isolation.
  • 425348d Bump Box deps.
  • 10943d4 Forward-compatible bamarni-bin config.
  • 0fa2704 Merge branch 'release/0.11.20'
  • 36b069b Bump to v0.11.20
  • 7b7cd62 Fix undefined array key when argv doesn't exists
  • 1724cef Merge branch 'release/0.11.19'
  • 373797b Bump to v0.11.19
  • 59ad30b Bump github actions.
  • bc03c6b Code style fix.
  • fc9c084 Add config option to enforce strict types by default.
  • 3100404 Include PHP 8.2 in test matrix I guess
  • 4f00ee9 Merge branch 'release/0.11.18'
  • f07a690 Bump to v0.11.18
  • b1809ed Use getenv() to lookup PSYSH_CONFIG values
  • c2534c6 Use getenv() to fetch environment variable when absent from $_SERVER
  • 3dc5d40 Merge branch 'release/0.11.17'
  • e4eb696 Bump to v0.11.17
  • aa6f21d Include <class> style formatter for stderr, as it is used in verbose error stactraces
  • 8f1957e Use <whisper> rather than <aside> with stderr output
  • 2f8c555 Store timeit times as nanoseconds, round after all the math.
  • 4d7337e Use high resolution timing for timeit command, where available.

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant