Skip to content

Bump psy/psysh from 0.11.4 to 0.11.9 #102

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps psy/psysh from 0.11.4 to 0.11.9.

Release notes

Sourced from psy/psysh's releases.

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
  • 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.
  • f43caf5 Fix regressions.
  • 32a6a65 Clear some errors on PHPStan level 1
  • 8d813a6 Clear errors on PHPStan level 0
  • adea579 Move PHPStan baseline to subdirectory
  • 6bb2346 PHPUnit's installation is required for running PHPStan
  • 91c6d74 PHP7.1 as minimal requirement for PHPStan
  • 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.9.
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.11.4...v0.11.9)

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

dependabot bot commented on behalf of github Dec 26, 2022

Superseded by #108.

@dependabot dependabot bot closed this Dec 26, 2022
@dependabot dependabot bot deleted the dependabot/composer/psy/psysh-0.11.9 branch December 26, 2022 12:11
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