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

Update psy/psysh from v0.11.12 to v0.11.20 #285

Open
wants to merge 1 commit into
base: 12.x
Choose a base branch
from

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.16.0 (updated from v4.15.3)
  • psy/psysh: v0.11.20 (updated from v0.11.12)
  • symfony/console: v6.2.13 (updated from v6.2.7)
  • symfony/deprecation-contracts: v3.2.1#e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e (updated from v3.2.1#0121954c80fd17c18cf050fe73360e63bb43d4fb)
  • symfony/event-dispatcher-contracts: v3.2.1#0ad3b6f1e4e2da5690fefe075cd53a238646d8dd (updated from v3.2.1#2265d0faa6d870182dd8c65e40d3dfbc34e79b26)
  • symfony/service-contracts: v3.2.1#a8c9cedf55f314f3a186041d19537303766df09a (updated from v3.2.1#aee5f59db63978f7785290b94d2f12286b1b590a)
  • symfony/string: v6.2.13 (updated from v6.2.7)
  • symfony/translation-contracts: v3.2.1#dfec258b9dd17a6b24420d464c43bffe347441c8 (updated from v3.2.1#1f40e77fbb12a16d841688f42fecefd8ceb43ed6)

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-tests.yml
  .github/workflows/tests.yml
  scoper.inc.php
  src/CodeCleaner.php
  src/CodeCleaner/EmptyArrayDimFetchPass.php
  src/CodeCleaner/ImplicitReturnPass.php
  src/CodeCleaner/StrictTypesPass.php
  src/CodeCleaner/ValidClassNamePass.php
  src/Command/ReflectingCommand.php
  src/Command/TimeitCommand.php
  src/ConfigPaths.php
  src/Configuration.php
  src/Exception/ErrorException.php
  src/Exception/ThrowUpException.php
  src/Exception/TypeErrorException.php
  src/Formatter/CodeFormatter.php
  src/Formatter/SignatureFormatter.php
  src/Output/Theme.php
  src/Readline/Hoa/Protocol.php
  src/Readline/Hoa/ProtocolNodeLibrary.php
  src/Shell.php
  src/SystemEnv.php
  src/TabCompletion/Matcher/CommandsMatcher.php
  src/TabCompletion/Matcher/KeywordsMatcher.php
  src/functions.php
  test/CodeCleaner/EmptyArrayDimFetchPassTest.php
  test/Command/ListCommand/ConstantEnumeratorTest.php
  test/Reflection/ReflectionConstantTest.php
  test/ShellTest.php
  test/SudoTest.php
  test/TabCompletion/AutoCompleterTest.php

Changelog

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

  • 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.
  • 151b145 Merge branch 'release/0.11.16'
  • db738da Bump to v0.11.16
  • 4f567c5 Support (more) empty array dim fetch during assignment
  • 5350ce0 Merge branch 'release/0.11.15'
  • 92c6f75 Bump to v0.11.15
  • 1abdca3 Support more cases of (valid) empty array dim fetch
  • c23d4f0 Implicit sudo for reflecting commands
  • 858f26f Fix weird capitalization
  • 0e9fcc7 Remove \define() for namespaced constants (this isn't PHP 5 anymore!)
  • 9e84a03 Highlight code comments as grey (if available)
  • 8c2e264 Merge branch 'release/0.11.14'
  • 593a7d9 Bump to v0.11.14
  • 01a527f Replace undefined DS constant (#758)
  • 722317c Merge branch 'release/0.11.13'
  • 9638d47 Bump to v0.11.13
  • 8c13df8 Fix missing variable.
  • 22ffa76 Fix tests on older dependency versions.
  • 320ce68 Support deprecated prompt config option.
  • cef2ebf Code style cleanup.
  • 6c8c0fd Remove duplicate/unused code in Theme.
  • 069bb17 Bump github actions version

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