laravelio / laravel.io

The Laravel.io Community Portal.
https://laravel.io
MIT License
2.43k stars 643 forks source link

Bump codeat3/blade-simple-icons from 3.14.0 to 4.0.0 #1088

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps codeat3/blade-simple-icons from 3.14.0 to 4.0.0.

Release notes

Sourced from codeat3/blade-simple-icons's releases.

4.0.0

What's Changed

Full Changelog: https://github.com/codeat3/blade-simple-icons/compare/3.15.0...4.0.0

3.15.0

What's Changed

Full Changelog: https://github.com/codeat3/blade-simple-icons/compare/3.14.0...3.15.0

Changelog

Sourced from codeat3/blade-simple-icons's changelog.

4.0.0 - 2024-05-28

What's Changed

Full Changelog: https://github.com/codeat3/blade-simple-icons/compare/3.15.0...4.0.0

3.15.0 - 2024-05-23

What's Changed

Full Changelog: https://github.com/codeat3/blade-simple-icons/compare/3.14.0...3.15.0

Upgrade guide

Sourced from codeat3/blade-simple-icons's upgrade guide.

Upgrade Guide

General steps for every update:

  • Run php artisan view:clear

Upgrading from Blade Icons

If you're upgrading from the original Blade Icons package there's very little steps you would need to take. The syntax for the Blade components has remained the same.

Raw Icons

If you were using the raw exported icons you'll need to re-publish them with:

php artisan vendor:publish --tag=blade-si --force

The new way to reference them is:

<img src="{{ asset('vendor/blade-si/laravelnova.svg') }}" width="10" height="10"/>
Commits
  • 8896475 auto-update: update icons with the latest commit cffa080ca9470893355db2e4e958...
  • b1da0d1 Update CHANGELOG
  • 4a9eee3 auto-update: update icons with the latest commit 1b5de1079691ffd4b0f59376f8d0...
  • 35b6a9e 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 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 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)