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

Bump psy/psysh from 0.11.2 to 0.11.12 #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps psy/psysh from 0.11.2 to 0.11.12.

Release notes

Sourced from psy/psysh's releases.

PsySH v0.11.12

  • Fix an input rendering bug in Userland readline implementation.

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.

... (truncated)

Commits
  • 52cb7c4 Merge branch 'release/0.11.12'
  • 4c51e4e Bump to v0.11.12
  • d622d91 Update baseline /shrug
  • 3089d4a Proper null coalescing for userland readline output
  • 9f7911d Merge branch 'release/0.11.11'
  • 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.
  • 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.2 to 0.11.12.
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.11.2...v0.11.12)

---
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 30, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jan 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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.

None yet

0 participants