Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps psy/psysh from 0.11.4 to 0.11.10.

Release notes

Sourced from psy/psysh's releases.

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
  • Ensure that pre-built phars exclude dependencies with known vulnerabilities
  • Set the update checker timeout to 1 second
Commits
  • e9eadff Bump to v0.11.10
  • be8e4ce Misc cleanup.
  • f534ad1 Update github actions badge.
  • 28237d3 Remove composer autoload user function from enumerator test.
  • 6d3d217 Support Throwables directly in PsySH.
  • c50e88a Add return types in doc to avoid symfony deprecation (#749)
  • 1acec99 Merge branch 'release/0.11.9'
  • 2ed72f5 Bump to v0.11.9
  • 7ec1e31 Add link to Themes docs to README.
  • c419169 Run PHPStan once (on 7.4), update all the configs and builds.
  • 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.10.
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.11.4...v0.11.10)

---
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 Dec 26, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2023

Superseded by #120.

@dependabot dependabot bot closed this Jan 24, 2023
@dependabot dependabot bot deleted the dependabot/composer/psy/psysh-0.11.10 branch January 24, 2023 12:05
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