Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2022

Bumps symfony/web-profiler-bundle from 5.4.8 to 6.1.1.

Release notes

Sourced from symfony/web-profiler-bundle's releases.

v6.1.1

Changelog (symfony/web-profiler-bundle@v6.1.0...v6.1.1)

  • bug #46565 Fix dark theme selected line highlight color & reuse css vars (ogizanagi)
  • bug #46553 normalizer and encoder can be undefined in template (kor3k)

v6.1.0

Changelog (symfony/web-profiler-bundle@v6.1.0-RC1...v6.1.0)

  • no significant changes

v6.1.0-RC1

Changelog (symfony/web-profiler-bundle@v6.1.0-BETA2...v6.1.0-RC1)

  • no significant changes

v6.1.0-BETA2

Changelog (symfony/web-profiler-bundle@v6.1.0-BETA1...v6.1.0-BETA2)

  • feature #45989 deprecate not setting http_method_override (Tobion)

v6.1.0-BETA1

Changelog (symfony/web-profiler-bundle@v6.0.7...v6.1.0-BETA1)

  • feature #45656 Add serializer profiler (mtarld)
  • feature #45765 Mailer - Display email recipients in Profiler (raziel057)
  • feature #43931 Add button to copy a request as a cURL command (Deuchnord)
  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
  • feature #44917 Add downloadable attachments to profiler (dbrekelmans)
  • feature #44483 adding xdebug_info page to webprofilerbundle (chr-hertel)

v6.0.8

Changelog (symfony/web-profiler-bundle@v6.0.7...v6.0.8)

  • no significant changes

v6.0.6

Changelog (symfony/web-profiler-bundle@v6.0.5...v6.0.6)

  • bug #45583 Fixes HTML syntax regression introduced by #44570 (xavismeh)

v6.0.5

Changelog (symfony/web-profiler-bundle@v6.0.4...v6.0.5)

  • bug #45351 Log section minor fixes (missing "notice" filter, log priority, accessibility) (Amunak)
  • bug #45219 Fixes weird spacing in log message context/trace output (jennevdmeer)
  • bug #44570 add nonces to profiler (garak)

v6.0.3

Changelog (symfony/web-profiler-bundle@v6.0.2...v6.0.3)

... (truncated)

Changelog

Sourced from symfony/web-profiler-bundle's changelog.

CHANGELOG

6.1

  • Add a download link in mailer profiler for email attachments

5.4

  • Add a "preview" tab in mailer profiler for HTML email

5.2.0

  • added session usage

5.0.0

  • removed the ExceptionController, use ExceptionPanelController instead
  • removed the TemplateManager::templateExists() method

4.4.0

  • added support for the Mailer component
  • added support for the HttpClient component
  • added button to clear the ajax request tab
  • deprecated the ExceptionController::templateExists() method
  • deprecated the TemplateManager::templateExists() method
  • deprecated the ExceptionController in favor of ExceptionPanelController
  • marked all classes of the WebProfilerBundle as internal
  • added a section with the stamps of a message after it is dispatched in the Messenger panel

4.3.0

  • Replaced the canvas performance graph renderer with an SVG renderer

4.1.0

  • added information about orphaned events
  • made the toolbar auto-update with info from ajax reponses when they set the Symfony-Debug-Toolbar-Replace header to 1

4.0.0

... (truncated)

Commits
  • 2a5bdd2 Merge branch '6.0' into 6.1
  • 1a574f8 Merge branch '5.4' into 6.0
  • f61c99d Merge branch '4.4' into 5.4
  • 3218f73 [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css ...
  • d88a241 [WebProfilerBundle] normalizer and encoder can be undefined in template
  • 2cbbe78 Merge branch '6.0' into 6.1
  • 3511c83 Merge branch '5.4' into 6.0
  • 39de855 Merge branch '4.4' into 5.4
  • 0a0cba7 [WebProfilerBundle] Fix AJAX requests info are truncated in the WDT
  • 1541139 [WebProfilerBundle] Fix spelling of curl
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 15, 2022
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/web-profiler-bundle-6.1.1 branch 2 times, most recently from 32922b1 to db857b5 Compare June 28, 2022 09:19
Bumps [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) from 5.4.8 to 6.1.1.
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/6.1/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v5.4.8...v6.1.1)

---
updated-dependencies:
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/web-profiler-bundle-6.1.1 branch from db857b5 to 4bf3ef0 Compare June 28, 2022 12:08
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