Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the minor-updates group with 5 updates in the / directory:

Package From To
chroma-js 3.1.2 3.2.0
@types/chroma-js 2.4.5 3.1.2
lucide-vue-next 0.487.0 0.555.0
@vue/tsconfig 0.5.1 0.8.1
vite-plugin-checker 0.8.0 0.11.0

Updates chroma-js from 3.1.2 to 3.2.0

Release notes

Sourced from chroma-js's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: gka/chroma.js@v3.1.4...v3.2.0

v3.1.4

What's Changed

Full Changelog: gka/chroma.js@v3.1.3...v3.1.4

v3.1.3

What's Changed

New Contributors

Full Changelog: gka/chroma.js@v3.1.2...v3.1.3

Changelog

Sourced from chroma-js's changelog.

3.2.0

  • scale.domain now returns the original domain array when called with no arguments

3.1.3

  • updated dependencies
Commits

Updates @types/chroma-js from 2.4.5 to 3.1.2

Commits

Updates lucide-vue-next from 0.487.0 to 0.555.0

Release notes

Sourced from lucide-vue-next's releases.

Version 0.555.0

What's Changed

Full Changelog: lucide-icons/lucide@0.554.0...0.555.0

Version 0.554.0

What's Changed

Breaking change

For lucide-react and lucide-solid, imports for Fingerprint icon are changed to FingerprintPattern.

Lucide React

- import { Fingerprint } from "lucide-react";
+ import { FingerprintPattern } from "lucide-react";

Lucide Solid

- import { Fingerprint } from "lucide/solid";
+ import { FingerprintPattern } from "lucide/solid";
// Or

import Fingerprint from "lucide/solid/icons/fingerprint";


import FingerprintPattern from "lucide/solid/icons/fingerprint-pattern";

New Contributors

Full Changelog: lucide-icons/lucide@0.553.0...0.554.0

Version 0.553.0

What's Changed

... (truncated)

Commits

Updates @types/chroma-js from 2.4.5 to 3.1.2

Commits

Updates @vue/tsconfig from 0.5.1 to 0.8.1

Release notes

Sourced from @​vue/tsconfig's releases.

v0.8.1

fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]

Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1

v0.8.0

Breaking Changes


If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0

v0.7.0

Breaking Changes

  • Set skipLibCheck: false in tsconfig.lib.json [cee76cf]
  • Require Vue.js >= 3.4

Full Changelog: vuejs/tsconfig@v0.6.0...v0.7.0

v0.6.0

Notable Changes

Full Changelog: vuejs/tsconfig@v0.5.1...v0.6.0

Commits
  • 4a223b2 0.8.1
  • a235c5f fix: disable exactOptionalPropertyTypes for now
  • c2c92d6 0.8.0
  • 4f1e64a ci: use trusted publisher for npm publish
  • e690a76 feat!: enable noUncheckedIndexedAccess and exactOptionalPropertyTypes (#36)
  • 85a620a feat!: disable libReplacement for better performance (#35)
  • b22acb3 docs: explain the options in tsconfig.lib.json
  • 1334411 docs: Bump up the requred Vue.js version to >= 3.4 in README (#34)
  • 1a34344 chore: use lowercase bundler for moduleResolution
  • 29acc1a docs: be specific about what kind of unwanted types we're avoiding
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vue/tsconfig since your current version.


Updates vite-plugin-checker from 0.8.0 to 0.11.0

Release notes

Sourced from vite-plugin-checker's releases.

[email protected]

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

[email protected]

   🐞 Bug Fixes

    View changes on GitHub

[email protected]

   🐞 Bug Fixes

    View changes on GitHub

[email protected]

   🐞 Bug Fixes

    View changes on GitHub

[email protected]

No significant changes

    View changes on GitHub

[email protected]

   🐞 Bug Fixes

... (truncated)

Commits
  • 44a86f7 v0.11.0
  • d22d54a chore: remove in-source changelogs
  • baf7152 ci: use trusted publishing
  • bac91cf fix: address merge conflict with strip-ansi
  • 66a10dc perf!: use node built-in instead of strip-ansi (#588)
  • 61408e7 feat(oxlint): add support for oxlint (#578)
  • 5ddc18c fix(deps): update dependency strip-ansi to ^7.1.2 (#587)
  • bfc6118 chore(deps): update dependency @​tsconfig/strictest to ^2.0.6 (#586)
  • fd3443a chore(deps): update dependency vite to v5 [security] (#585)
  • 9158f8f chore(deps): update dependency publint to ^0.3.13 (#584)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite-plugin-checker since your current version.


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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [chroma-js](https://github.com/gka/chroma.js) | `3.1.2` | `3.2.0` |
| [@types/chroma-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chroma-js) | `2.4.5` | `3.1.2` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.487.0` | `0.555.0` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.5.1` | `0.8.1` |
| [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.8.0` | `0.11.0` |



Updates `chroma-js` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/gka/chroma.js/releases)
- [Changelog](https://github.com/gka/chroma.js/blob/main/CHANGELOG.md)
- [Commits](gka/chroma.js@v3.1.2...v3.2.0)

Updates `@types/chroma-js` from 2.4.5 to 3.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chroma-js)

Updates `lucide-vue-next` from 0.487.0 to 0.555.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.555.0/packages/lucide-vue-next)

Updates `@types/chroma-js` from 2.4.5 to 3.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chroma-js)

Updates `@vue/tsconfig` from 0.5.1 to 0.8.1
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.5.1...v0.8.1)

Updates `vite-plugin-checker` from 0.8.0 to 0.11.0
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.11.0)

---
updated-dependencies:
- dependency-name: chroma-js
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/chroma-js"
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: lucide-vue-next
  dependency-version: 0.555.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/chroma-js"
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vite-plugin-checker
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/minor-updates-2ae507f863 branch December 8, 2025 03:22
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.

1 participant