Skip to content

build(deps-dev): bump @heroicons/vue from 1.0.6 to 2.0.10#19

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/heroicons/vue-2.0.10
Closed

build(deps-dev): bump @heroicons/vue from 1.0.6 to 2.0.10#19
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/heroicons/vue-2.0.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps @heroicons/vue from 1.0.6 to 2.0.10.

Release notes

Sourced from @​heroicons/vue's releases.

v2.0.0

Heroicons v2.0

We just released Heroicons v2.0 — a brand new icon set, illustrated from scratch, that includes icons in three distinct styles.

  • Outline — line icons with a 1.5px stroke, drawn in a 24px view box.
  • Solid — solid icons with filled shapes, drawn in a 24px view box.
  • Mini — solid icons with filled shapes, drawn in a 20px view box.

Check out all of the new icons on the redesigned Heroicons v2.0 website.

Upgrading from v1

Heroicons v2.0 is a brand new icon set with a different visual style, so don't feel like you need to upgrade to avoid "being on the old version".

If you like how the v1 icons look in your project, stick with them! Heroicons v2 is more like Terminator 2 than OpenSSL 2 — they represent our best work but these are just little SVG pictures, the version you choose to use is personal preference, not a technical decision.

If you do want to upgrade to v2, understand that because it's an all-new icon set, switching to Heroicons v2 is more like migrating to a new icon set than it is just updating a dependency in your project. We've tried to make it pretty smooth, but because it's a new set, a lot things like import paths and icon names have changed, so there is some manual work involved in migrating.

Update dependencies

Install the latest version of the package you're using via npm:

# Using React
npm install @heroicons/react@latest
Using Vue
npm install @​heroicons/vue/@​latest

Update imports

Since Heroicons v2.0 comes with a new third style, we've updated the import paths for all of the icons to make them more explicit and future-proof.

# Using React

import { ... } from '@​heroicons/react/solid'


import { ... } from '@​heroicons/react/20/solid'


import { ... } from '@​heroicons/react/outline'


import { ... } from '@​heroicons/react/24/outline'

Using Vue

import { ... } from '@​heroicons/vue/solid'


import { ... } from '@​heroicons/vue/20/solid'


import { ... } from '@​heroicons/vue/outline'
</tr></table>

... (truncated)

Changelog

Sourced from @​heroicons/vue's changelog.

[2.0.10] - 2022-08-30

Fixed

  • Fix arrow-path direction and fix optical alignment of exclamation-triangle (#786)

[2.0.9] - 2022-08-30

Added

  • Add new icons (arrow-small-down, arrow-small-left, arrow-small-right, arrow-small-up, battery-0, battery-100, battery-50, cube-transparent, currency-bangladeshi, minus-small, paint-brush, plus-small, variable, wallet, arrow-path-rounded-square) and fix optical alignment and appearance of icons (bookmark-slash, bookmark, exclamation-triangle, table-cells, view-columns, arrow-path) (#785)

[2.0.8] - 2022-08-26

Fixed

  • Fix optical alignment and size of icons (heart, minus, pencil-square, user-plus, x-mark, hand-thumb-up, hand-thumb-down) (#767)
  • Fix size of icons (arrow-down-left, arrow-down-right, arrow-down, arrow-left, arrow-right, arrow-up-left, arrow-up-right, arrow-up) (#768)
  • Fix optical alignment and size of tag icon (#769)
  • Fix size of check icon (#770)

Added

  • Add user-minus icon

[2.0.7] - 2022-08-25

Fixed

  • Improve optical alignment and sizing of icons (hand-thumb-up, hand-thumb-down, plus, minus) (#746)

[2.0.6] - 2022-08-25

Fixed

  • Fix size of icons (chevron-double-down, chevron-double-left, chevron-double-right, chevron-double-up, chevron-down, chevron-left, chevron-right, chevron-up, funnel, minus, plus) (#763)

[2.0.5] - 2022-08-25

Fixed

  • Modify the curved design of the check-* icons to a straight check (#762)

[2.0.4] - 2022-08-24

Fixed

  • Remove additional stroke from outline icons (bars-arrow-down,bars-arrow-up,chevron-up-down, rss) (#759)

[2.0.3] - 2022-08-24

... (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)

Bumps [@heroicons/vue](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.0.10.
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/heroicons@v1.0.6...v2.0.10)

---
updated-dependencies:
- dependency-name: "@heroicons/vue"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2022
@netlify
Copy link
Copy Markdown

netlify bot commented Sep 5, 2022

Deploy Preview for rsmur ready!

Name Link
🔨 Latest commit 1952f32
🔍 Latest deploy log https://app.netlify.com/sites/rsmur/deploys/6315f81404cb93000810af45
😎 Deploy Preview https://deploy-preview-19--rsmur.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2022

Superseded by #26.

@dependabot dependabot bot closed this Sep 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/heroicons/vue-2.0.10 branch September 19, 2022 03:38
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants