Skip to content

Bump spatie/laravel-ignition from 2.11.0 to 2.12.0#414

Merged
guibranco merged 1 commit intomainfrom
dependabot/composer/spatie/laravel-ignition-2.12.0
Mar 23, 2026
Merged

Bump spatie/laravel-ignition from 2.11.0 to 2.12.0#414
guibranco merged 1 commit intomainfrom
dependabot/composer/spatie/laravel-ignition-2.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps spatie/laravel-ignition from 2.11.0 to 2.12.0.

Release notes

Sourced from spatie/laravel-ignition's releases.

2.12.0

What's Changed

  • Fix HTML view data leaking into laravel.log (#224)
  • Bump spatie/ignition to ^1.16 for Symfony 8 / Laravel 13 support (#253)
  • Bump ramsey/composer-install from 3 to 4
Changelog

Sourced from spatie/laravel-ignition's changelog.

2.12.0 - 2026-03-17

What's Changed

  • Fix HTML view data leaking into laravel.log (#224)
  • Bump spatie/ignition to ^1.16 for Symfony 8 / Laravel 13 support (#253)
  • Bump ramsey/composer-install from 3 to 4

1.7.1 - 2026-03-17

What's Changed

  • Fix HTML view data leaking into laravel.log (#224)

ViewException's context() method HTML-dumped all view data, which Laravel's exception handler then included in log entries. Moved the HTML dumping into the Flare middleware so it only applies when rendering the error page or reporting to Flare.

Commits
  • 45b3b6e Bump spatie/ignition to ^1.16 for Symfony 8 support
  • 2c735a9 Update CHANGELOG
  • 2570778 Add .claude/ to .gitignore
  • 3542809 Fix HTML view data leaking into laravel.log
  • 999983b Merge pull request #252 from spatie/dependabot/github_actions/ramsey/composer...
  • fe9d3c2 Bump ramsey/composer-install from 3 to 4
  • 5206951 Update CHANGELOG
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ignition@2.11.0...2.12.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Labels

The following labels could not be found: composer, dependencies, php. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@semanticdiff-com
Copy link
Copy Markdown

Review changes with  SemanticDiff

@pr-code-reviewer
Copy link
Copy Markdown

👋 Hi there!

  1. Update the version of "guzzlehttp/psr7" from "2.8.0" to "2.9.0."
  2. Update the "reference" field URLs to match the new version.
  3. Check if any other dependencies need to be updated due to this change.


Automatically generated with the help of gpt-3.5-turbo.
Feedback? Please don't hesitate to drop me an email at webber@takken.io.

@github-actions github-actions bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 23, 2026
@deepsource-io
Copy link
Copy Markdown

deepsource-io bot commented Mar 23, 2026

DeepSource Code Review

We reviewed changes in 9f4c3ba...fa29ded on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Coverage  

Code Review Summary

Analyzer Status Updated (UTC) Details
SQL Mar 23, 2026 7:11p.m. Review ↗
Test coverage Mar 23, 2026 7:11p.m. Review ↗
Secrets Mar 23, 2026 7:11p.m. Review ↗
PHP Mar 23, 2026 7:11p.m. Review ↗
Docker Mar 23, 2026 7:11p.m. Review ↗

Code Coverage Summary

Language Line Coverage (Overall)
Aggregate
33.3%
Php
33.3%

➟ Additional coverage metrics may have been reported. See full coverage report ↗

@github-actions
Copy link
Copy Markdown

Infisical secrets check: ✅ No secrets leaked!

💻 Scan logs
2026-03-23T19:11:43Z INF scanning for exposed secrets...
7:11PM INF 389 commits scanned.
2026-03-23T19:11:44Z INF scan completed in 866ms
2026-03-23T19:11:44Z INF no leaks found

@sonarqubecloud
Copy link
Copy Markdown

@guibranco guibranco enabled auto-merge (squash) March 23, 2026 19:11
@gstraccini gstraccini bot added the ☑️ auto-merge Automatic merging of pull requests (gstraccini-bot) label Mar 23, 2026
Copy link
Copy Markdown
Member

@guibranco guibranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved by gstraccini[bot]

@gstraccini gstraccini bot added the 🤖 bot Automated processes or integrations label Mar 23, 2026
@guibranco guibranco merged commit 0a2471d into main Mar 23, 2026
23 of 24 checks passed
@guibranco guibranco deleted the dependabot/composer/spatie/laravel-ignition-2.12.0 branch March 23, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

☑️ auto-merge Automatic merging of pull requests (gstraccini-bot) 🤖 bot Automated processes or integrations size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant