Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps owenvoke/blade-fontawesome from 2.9.1 to 3.0.0.

Release notes

Sourced from owenvoke/blade-fontawesome's releases.

v3.0.0

BREAKING CHANGES

  • This upgrades to Font Awesome 7, please check the Font Awesome upgrade guide for more details.
  • The custom icon set config has been renamed to custom-icons
  • All icon sets in the config will be automatically loaded, to disable a set, set the config to false

Please check the Upgrade Guide for more details.

What's Changed

Full Changelog: owenvoke/blade-fontawesome@v2.9.1...v3.0.0

Upgrade guide

Sourced from owenvoke/blade-fontawesome's upgrade guide.

Upgrade Guide

3.x

Font Awesome 7

This major release updates to Font Awesome 7.x, if you are using Font Awesome Pro icons, these should be updated.

Configuration

Custom Kit Icons

The config key for custom icons has changed from custom to custom-icons.

Please update your config to make this change if you are using custom icons.

This does not affect the usage of the icons, which will continue to use the fak prefix.

Icon Loading

Blade FontAwesome will now load all icon sets defined in your config/blade-fontawesome.php file.

To remove a default pro icon set, set the value to false. For example:

'sharp-regular' => false,

Laravel 12 required

Laravel 12 or higher is now required.

PHP 8.4 required

PHP 8.4 or higher is now required.

2.x

Font Awesome 6

This major release updates to Font Awesome 6.x, if you are using Font Awesome Pro icons, these should be updated.

It also includes the new Thin (fat) icon set, and will support Sharp (fash) out of the box on release.

Laravel 9 required

Laravel 9 or higher is now required.

PHP 8.0 required

... (truncated)

Commits
  • 803da4c docs: update upgrade guide
  • 2e2bfe0 feat: update method to disable pro set
  • f3a1b29 feat: switch to array_keys only
  • 5f6221b feat: change custom to custom-icons
  • b8711bd chore(deps): update Blade Icons to 1.8
  • 6b52105 docs: update upgrade guide
  • 7754679 feat: only load icons if in config
  • b97d3ea style: update Pint config
  • 600087e docs: update changelog
  • db45b53 tests: update snapshots for v7.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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 [owenvoke/blade-fontawesome](https://github.com/owenvoke/blade-fontawesome) from 2.9.1 to 3.0.0.
- [Release notes](https://github.com/owenvoke/blade-fontawesome/releases)
- [Upgrade guide](https://github.com/owenvoke/blade-fontawesome/blob/main/UPGRADE.md)
- [Commits](owenvoke/blade-fontawesome@v2.9.1...v3.0.0)

---
updated-dependencies:
- dependency-name: owenvoke/blade-fontawesome
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 5, 2026
@andreiio andreiio closed this Jan 5, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/owenvoke/blade-fontawesome-3.0.0 branch January 5, 2026 16:05
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.

2 participants