kai0310 / OpinionBox

Public Comment in a closed community
https://opinionbox.netlify.app
Apache License 2.0
9 stars 2 forks source link

chore(deps): bump blade-ui-kit/blade-heroicons from 1.3.1 to 2.1.0 #1000

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps blade-ui-kit/blade-heroicons from 1.3.1 to 2.1.0.

Release notes

Sourced from blade-ui-kit/blade-heroicons's releases.

2.1.0

Added

2.0.5

Changed

  • Updated to Heroicons v2.0.13

2.0.4

Changed

2.0.3

Changed

2.0.2

Changed

  • Updated to Heroicons v2.0.10

2.0.1

Changed

  • Update to Heroicons v2.0.8

2.0.0

Changed

Removed

Changelog

Sourced from blade-ui-kit/blade-heroicons's changelog.

2.1.0 - 2023-01-11

Added

2.0.5 - 2022-11-02

Changed

  • Updated to Heroicons v2.0.13

2.0.4 - 2022-10-06

Changed

2.0.3 - 2022-09-14

Changed

2.0.2 - 2022-08-31

Changed

  • Updated to Heroicons v2.0.10

2.0.1 - 2022-08-28

Changed

  • Update to Heroicons v2.0.8

2.0.0 - 2022-08-24

Changed

Removed

Upgrade guide

Sourced from blade-ui-kit/blade-heroicons's upgrade guide.

Upgrade Guide

General steps for every update:

  • Run php artisan view:clear

Upgrading from 1.x to 2.0

Minimum Requirements

The package now requires as a minimum:

  • PHP 8.0
  • Laravel 9.0

Heroicons v2.0

PR: blade-ui-kit/blade-heroicons#28

The shipped Heroicons are upgraded to the new v2 version. You should adjust any icon that was removed or renamed. While it's impossible to list all removed and renamed icons, it should become fairly obvious because Blade Icons will warn you with an exception when you try to generate an icon that doesn't exist anymore. You could also review all icons in the above PR.

Upgrading from 0.3.1 to 1.0

Minimum Requirements

The package now requires as a minimum:

  • PHP 7.3
  • Laravel 8.0
  • Blade Icons 1.0

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-heroicons --force

The new way to reference them is:

<img src="{{ asset('vendor/blade-heroicons/o-adjustments.svg') }}" width="10" height="10"/>

Chevron Icons

... (truncated)

Commits


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)