Skip to content

build(deps): bump psy/psysh from 0.12.3 to 0.12.23#410

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/psy/psysh-0.12.19
Open

build(deps): bump psy/psysh from 0.12.3 to 0.12.23#410
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/psy/psysh-0.12.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 30, 2026

Copy link
Copy Markdown
Contributor

Bumps psy/psysh from 0.12.3 to 0.12.23.

Release notes

Sourced from psy/psysh's releases.

PsySH v0.12.23

Bug fixes

  • Fix interactive readline bracket matching inside interpolated strings. Fixes #930
  • Avoid infinite recursion in ShellOutput write tracking (e.g. print_r on an Exception with zend.exception_ignore_args = Off). Fixes #934
  • Include --warm-autoload in project trust restrictions
  • Exclude Symfony Console DI components from the autoload warmer (they're an optional dependency and blow up when not installed)

Under the hood

  • Tighter callable types throughout
  • Added MediaWiki downstream smoke tests, updated to 8.3
  • Fixed Drush downstream tests

PsySH v0.12.22

Runtime config and clipboard support

PsySH has a new config command for inspecting and updating runtime-configurable settings during the current session. You can tweak things like pager, theme, verbosity, useSuggestions, useSyntaxHighlighting, clipboardCommand, and semicolonsSuppressReturn without restarting the shell. Fixes #361

There’s also a new copy command for copying the last result ($_) or any expression to your clipboard. Works with system clipboard commands, or via OSC 52 for SSH and remote terminals.

Configure with clipboardCommand or useOsc52Clipboard in your config.

Semicolon-based return suppression

Optionally suppress return values by ending a statement with ;, similar to MATLAB/Octave behavior. Supports a 'double' mode requiring ;; for suppression (if requireSemicolons is also enabled, both true and 'double' require ;;).

'semicolonsSuppressReturn' => true,
'semicolonsSuppressReturn' => 'double', // Always require ;; to suppress

Output and exception display improvements

Strings are now valid PHP!

  • PsySH now preserves backslashes and other characters it previously mangled in a few cases. Fixes #351, #568
  • Multiline strings are rendered using heredoc-style output rather than triple-quoted strings """. The old format is available via useDeprecatedMultilineStrings until the next major release.

Providing an exceptionDetails callback via config renders additional context about exceptions (e.g. validation errors) alongside the error message. Fixes #648

A few other improvements:

  • More consistent compact (and non-compact) output spacing.
  • Responsive help layout adapts to terminal width.

Better completion for everyone

Legacy readline now shares PsySH’s newer completion engine, which brings much better parity between ext-readline/libedit and experimental interactive readline. Command argument completion, better multiline buffering, and a handful of command-dispatch edge cases now work much more consistently outside experimental readline too.

... (truncated)

Commits
  • 4dcc0f0 Merge branch 'release/v0.12.23'
  • e70ea1a Bump to v0.12.23
  • 961a554 Bump composer/class-map-generator from 1.7.2 to 1.7.3 in /build
  • 901a822 Bump codecov/codecov-action from 6.0.0 to 6.0.1
  • f1dea55 Bump shivammathur/setup-php from 2.37.0 to 2.37.1
  • 77c2c06 Fix drush downstream tests
  • a6a4cdd Track ShellOutput writes without listener
  • 316df3b Bump symfony/polyfill-mbstring from 1.33.0 to 1.37.0 in /build
  • d828ff9 Bump symfony/polyfill-iconv from 1.36.0 to 1.37.0 in /build
  • ced6086 Fix interactive readline bracket matching in interpolated strings
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 30, 2026
@carlobeltrame

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [psy/psysh](https://github.com/bobthecow/psysh) from 0.12.3 to 0.12.23.
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.12.3...v0.12.23)

---
updated-dependencies:
- dependency-name: psy/psysh
  dependency-version: 0.12.19
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump psy/psysh from 0.12.3 to 0.12.19 build(deps): bump psy/psysh from 0.12.3 to 0.12.23 Jun 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/composer/psy/psysh-0.12.19 branch from 94b3dcf to 14f312e Compare June 9, 2026 11:17
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.

1 participant