Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2023

Bumps psy/psysh from 0.11.4 to 0.11.11.

Release notes

Sourced from psy/psysh's releases.

PsySH v0.11.11

  • Fix a type error when calling Docblock::tag with a non-existant tag (Thanks @​ExeQue!)
  • Comment updates, tighten up a few types, fix warnings in newer PHP.

PsySH v0.11.10

  • Support Throwables directly in PsySH commands and output (for legacy reasons we were wrapping Errors in Exceptions, but we don't need to do this anymore!)
  • Fix deprecation notices for future Symfony releases (Thanks @​Nek-!)

PsySH v0.11.9 includes a lighter, more refined visual style thanks to @​nunomaduro and Laravel Tinker! It also introduces a --compact command-line flag, and support for output themes. Check out the wiki for more information.

And if you're ever nostalgic for the old style, add 'theme' => 'classic' to your PsySH config 🙂

PsySH release builds also now feature a self-updater, thanks to @​gefd! For future releases, you can run psysh --self-update and it'll pull down the latest build and update in place.

New:

  • Clean up console output and styling (Thanks @​nunomaduro!)
  • Add a flag for --compact output.
  • Add support for output themes.
  • Add a --self-update option to release builds (Thanks @​gefd!)
  • Introduce PHPStan for static analysis (Thanks @​Wirone!)
  • Bypass private constructors with sudo.

Improved:

  • Configure system less pager without spawning a shell (Thanks @​wdoekes!)
  • Add the psysh.org/psysh download URL to the "new version available" message (Thanks @​gefd!)
  • Fix a few bugs in the userland readline implementation (Thanks @​Wirone!)
  • Make manual lookups less likely to fail with database errors.
  • Disable process forking by default while xdebug is debugging.
  • Misc code cleanup.

PsySH v0.11.8

  • Fix error starting PsySH on systems with no Readline (Thanks @​daniser!)

PsySH v0.11.7

  • Fix return type warning on tab completion (Thanks @​zonuexe!)
  • Fix warning output formatting.

PsySH v0.11.6

New:

  • Allow disabling paging entirely by setting 'pager' => false via PsySH config.

Improved:

  • Disable paging when TERM=dumb (Thanks @​zonuexe!)
  • Handle pager failure more gracefully (Thanks @​zonuexe!)
  • Better handling for systems without terminfo, or with incomplete terminfo capabilities.
  • Improve support for union return types.

PsySH v0.11.5

  • Fix PHP 8.2 deprecated string interpolation syntax (Thanks @​Ayesh!)
  • Fix PHP 8.1 deprecation warnings in Hoa readline code

... (truncated)

Commits
  • ba67f2d Bump to v0.11.11
  • 60af519 [Fix] Docblock::tag(...) throws TypeError (#753)
  • 20df571 Command::getApplication can't work with both PHP 7.0 and 8.x /shrug
  • a615d62 Bump actions versions
  • fd49a9d Fix PHP 8 warning about self::x callable.
  • 5925ddb Clean up return annotations that don't add anything, make some array returns ...
  • 17d77f2 Tighten up some types.
  • 4c0aa68 Update box deps.
  • 08eed6e $year++
  • 00a7311 Bump all the actions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [psy/psysh](https://github.com/bobthecow/psysh) from 0.11.4 to 0.11.11.
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.11.4...v0.11.11)

---
updated-dependencies:
- dependency-name: psy/psysh
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2023

Superseded by #121.

@dependabot dependabot bot closed this Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/composer/psy/psysh-0.11.11 branch January 30, 2023 12:13
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.

0 participants