Skip to content

Bump vue-color-input from 1.0.9 to 2.0.0 in /_dev - #351

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/_dev/vue-color-input-2.0.0
Open

Bump vue-color-input from 1.0.9 to 2.0.0 in /_dev#351
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/_dev/vue-color-input-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps vue-color-input from 1.0.9 to 2.0.0.

Release notes

Sourced from vue-color-input's releases.

2.0.0

src

  • add Teleport to body
  • update all classnames to bem methodology (to support the fact that popup is now teleported)
  • remove default .user class, but user can now specify his own custom class

chore

  • Upgrade to Vite
  • Rewrite main component to script-setup synthax + TS
  • auto-generate .d.ts file during build
  • update readme to reflect the changes

Migration from v1

If you used vue-color-input v1 in default mode - only providing v-model and other props, there's no need to adjust anything. The component will continue working out of the box, you likely won't even notice the difference. Just keep using it like before and enjoy improved typescript support.

On the other hand, if you added some custom styles, you will have to migrate in order to adjust to the new class names and DOM structure. I recommend that you read the Styling section of the Readme to familiaraize yourself with the current version.

Commits
  • e484bb5 rewrite main component to script setup with native typescript support, update...
  • 2bc8f76 update version to 2.0.0, delete old build config
  • 21f0f45 update to v2, implement teleport, update class names, update dom structure
  • 88638db update build
  • 8fcb84b upgrade to vite
  • 0b4377f Merge pull request #6 from farena/feat/append-to-external-element
  • 164b2dc remove console.log
  • f271108 updated README with new feature
  • a6669c9 added appendTo optional parameter and changed styles to show picker correctly
  • 9f1027d updated engines to avoid errors serving with version 12 of node
  • 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 [vue-color-input](https://github.com/gVguy/vue-color-input) from 1.0.9 to 2.0.0.
- [Release notes](https://github.com/gVguy/vue-color-input/releases)
- [Commits](gVguy/vue-color-input@v1.0.9...v2.0.0)

---
updated-dependencies:
- dependency-name: vue-color-input
  dependency-version: 2.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 javascript Pull requests that update Javascript code labels Aug 1, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants