juicyfx / vercel-examples

📦 Example projects using Vercel platform. Using Node.js, PHP and others.
https://f3l1x.io
MIT License
323 stars 151 forks source link

Bump tracy/tracy from 2.7.6 to 2.8.0 in /php-composer #30

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps tracy/tracy from 2.7.6 to 2.8.0.

Release notes

Sourced from tracy/tracy's releases.

Released version 2.8.0

requires PHP 7.2

Completely Redesigned Dumper

image

  • added themes 'light' & 'dark'
  • added background for light scheme
  • in CLI outputs to STDOUT to bypass output buffering
  • implemented Scrubber (#439)
  • default maxDepth changed to 7
  • improved dumping of PHP Incomplete Class, DOM, ArrayObject, closures
  • shows uninitialized properties [Closes #448]
  • added 'see below', 'see above'
  • added tooltips about Ctrl-click
  • redesigned source location link 📍
  • clever way of displaying strings and escaped sequences, length is in tooltip in bytes or unicode characters
  • strings are quoted in single quotes
  • shows declaring class of private properties as tooltip
  • added option to limit max items in array/objects
  • added hover effect for guide lines
  • changed '=>' to ':' as key separator for objects & resources
  • distinguishes virtual property, resources are virtual
  • shows 'pub' to distinguish between public and dynamic properties
  • hash highlighting on mouseover
  • dumps zval references

Other Improvements

  • open-editor.sh: opening from Tracy in PHPStorm for Linux users (#447)
  • install.cmd: workaround for Chrome >= 77
  • Bar: sends content in UTF-8
  • TracyExtension: configures Tracy only when is enabled
  • Helpers::detectColors() supports https://no-color.org & sapi_windows_vt100_support

Released version 2.7.7

  • Bar: fix clickable link in sortable tables (#450) (#450)
  • strict fix
  • Bar: JIT checks only buffer_size, not 'enabled'
  • bluescreen: fixed overlapping of adjacent links [Closes #449]
Commits
  • 24af254 Released version 2.8.0
  • fbefdca Dumper: added themes 'light' & 'dark'
  • 65a0197 Dumper: added background for light scheme
  • 2deb1d2 Dumper: $showLocation enabled by default in HTML
  • c481ec0 Dumper: renders HTML style & script on the first call
  • c5855a0 Dumper: in CLI outputs to STDOUT to bypass output buffering
  • bacac62 Dumper, BlueScreen: implemented Scrubber (#439)
  • abc44c7 Dumper::toHtml() accepts key, hides whole dump if sensitive
  • a946aed Helpers: added minifyCss & minifyJs
  • 09a86d6 BlueScreen, Dumper: links to editor have class tracy-editor [Closes #443]
  • 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)