Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps the all-dependencies group with 9 updates:

Package From To
pinia 3.0.2 3.0.3
vue-router 4.5.1 4.6.3
@tailwindcss/vite 4.1.14 4.1.16
@vue-vine/eslint-config 1.1.0 1.1.11
tailwindcss 4.1.7 4.1.16
typescript 5.8.3 5.9.3
vite 6.3.5 7.1.12
vue-vine 1.2.1 1.7.20
vue-vine-tsc 0.1.9 1.7.20

Updates pinia from 3.0.2 to 3.0.3

Commits

Updates vue-router from 4.5.1 to 4.6.3

Release notes

Sourced from vue-router's releases.

v4.6.3

Please refer to CHANGELOG.md for details.

v4.6.2

Please refer to CHANGELOG.md for details.

v4.6.1

Please refer to CHANGELOG.md for details.

v4.6.0

Please refer to CHANGELOG.md for details.

Commits

Updates @tailwindcss/vite from 4.1.14 to 4.1.16

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.16

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

v4.1.15

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

  • Remove the postinstall script from oxide (#19149)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.16] - 2025-10-23

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

[4.1.15] - 2025-10-20

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

Commits

Updates @vue-vine/eslint-config from 1.1.0 to 1.1.11

Changelog

Sourced from @​vue-vine/eslint-config's changelog.

1.1.11

Patch Changes

  • Fix typeof guard expression not complete for #309
  • Updated dependencies
    • @​vue-vine/eslint-plugin@​1.1.11

1.1.10

Patch Changes

  • Fix HMR ts-morph add source file panic and unrecongnized reference for template TS code in ESLint parser.
  • Updated dependencies
    • @​vue-vine/eslint-plugin@​1.1.10

1.1.9

Patch Changes

  • Fix eslint format autofix and HMR stablity.
  • Updated dependencies
    • @​vue-vine/eslint-plugin@​1.1.9

1.1.8

Patch Changes

  • Don't apply format change on empty line of template.
  • Updated dependencies
    • @​vue-vine/eslint-plugin@​1.1.8

1.1.7

Patch Changes

  • Improve template formatting to align with Prettier result and add base indent.
  • Updated dependencies
    • @​vue-vine/eslint-plugin@​1.1.7

1.1.6

Patch Changes

  • Fix indent format infinite loop
  • Updated dependencies
    • @​vue-vine/eslint-plugin@​1.1.6

1.1.5

... (truncated)

Commits

Updates tailwindcss from 4.1.7 to 4.1.16

Release notes

Sourced from tailwindcss's releases.

v4.1.16

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

v4.1.15

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

  • Remove the postinstall script from oxide (#19149)

v4.1.14

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)
  • Support Maud templates when extracting classes (#18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
  • Upgrade: Ensure first class inside className is migrated (#19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#19031)

v4.1.13

Changed

  • Drop warning from browser build (#18731)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.1.16] - 2025-10-23

Fixed

  • Discard candidates with an empty data type (#19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#19176)
  • Fix invalid colors due to nested & (#19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#19178)

[4.1.15] - 2025-10-20

Fixed

  • Fix Safari devtools rendering issue due to color-mix fallback (#19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#19100)
  • Prevent important utilities from affecting other utilities (#19110)
  • Don’t index into strings with the theme(…) function (#19111)
  • Fix parsing issue when \t is used in at-rules (#19130)
  • Upgrade: Canonicalize utilities containing 0 values (#19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#19157)

Changed

[4.1.14] - 2025-10-01

Fixed

  • Handle ' syntax in ClojureScript when extracting classes (#18888)
  • Handle @variant inside @custom-variant (#18885)
  • Merge suggestions when using @utility (#18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
  • Use default export condition for @tailwindcss/vite (#18948)
  • Re-throw errors from PostCSS nodes (#18373)
  • Detect classes in markdown inline directives (#18967)
  • Ensure files with only @theme produce no output when built (#18979)
  • Support Maud templates when extracting classes (#18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
  • Upgrade: Ensure first class inside className is migrated (#19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#19031)

[4.1.13] - 2025-09-03

... (truncated)

Commits

Updates typescript from 5.8.3 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

Updates vite from 6.3.5 to 7.1.12

Release notes

Sourced from vite's releases.

v7.1.12

Please refer to CHANGELOG.md for details.

v7.1.11

Please refer to CHANGELOG.md for details.

v7.1.10

Please refer to CHANGELOG.md for details.

v7.1.9

Please refer to CHANGELOG.md for details.

v7.1.8

Please refer to CHANGELOG.md for details.

v7.1.7

Please refer to CHANGELOG.md for details.

v7.1.6

Please refer to CHANGELOG.md for details.

v7.1.5

Please refer to CHANGELOG.md for details.

v7.1.4

Please refer to CHANGELOG.md for details.

v7.1.3

Please refer to CHANGELOG.md for details.

create-vite@7.1.3

Please refer to CHANGELOG.md for details.

v7.1.2

Please refer to CHANGELOG.md for details.

create-vite@7.1.2

Please refer to CHANGELOG.md for details.

v7.1.1

Please refer to CHANGELOG.md for details.

create-vite@7.1.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.1.0

Please refer to CHANGELOG.md for details.

create-vite@7.1.0

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

7.1.12 (2025-10-23)

Bug Fixes

  • deps: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909 (#20990) (56fd722)

7.1.11 (2025-10-20)

Bug Fixes

  • dev: trim trailing slash before server.fs.deny check (#20968) (f479cc5)

Miscellaneous Chores

Code Refactoring

  • use subpath imports for types module reference (#20921) (d0094af)

Build System

7.1.10 (2025-10-14)

Bug Fixes

  • css: avoid duplicate style for server rendered stylesheet link and client inline style during dev (#20767) (3a92bc7)
  • css: respect emitAssets when cssCodeSplit=false (#20883) (d3e7eee)
  • deps: update all non-major dependencies (879de86)
  • deps: update all non-major dependencies (#20894) (3213f90)
  • dev: allow aliases starting with // (#20760) (b95fa2a)
  • dev: remove timestamp query consistently (#20887) (6537d15)
  • esbuild: inject esbuild helpers correctly for esbuild 0.25.9+ (#20906) (446eb38)
  • normalize path before calling fileToBuiltUrl (#20898) (73b6d24)
  • preserve original sourcemap file field when combining sourcemaps (#20926) (c714776)

Documentation

Miscellaneous Chores

7.1.9 (2025-10-03)

Reverts

7.1.8 (2025-10-02)

... (truncated)

Commits
Maintainer changes

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


Updates vue-vine from 1.2.1 to 1.7.20

Release notes

Sourced from vue-vine's releases.

v1.7.20

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.19...v1.7.20

v1.7.19

  • fix(lang-service): incorrect reference emits type name

Full Changelog: vue-vine/vue-vine@v1.7.18...v1.7.19

v1.7.18

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.17...v1.7.18

v1.7.17

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.16...v1.7.17

v1.7.16

  • fix(compiler): complete fix for #321. Sorry for v1.7.15 is incomplete

Full Changelog: vue-vine/vue-vine@v1.7.15...v1.7.16

v1.7.15

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.14...v1.7.15

v1.7.14

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.13...v1.7.14

v1.7.13

What's Changed

  • In v1.7.12 we incorrectly release main package with an unresolved entrypoint /rsbuild because we didn't declare it in tsdown.config.ts so there're not that files in dist

... (truncated)

Changelog

Sourced from vue-vine's changelog.

1.7.20

Patch Changes

  • Fix compiler for correctly handling kebab-case props in transform phase.
  • Updated dependencies
    • @​vue-vine/rsbuild-plugin@​1.7.19
    • @​vue-vine/rspack-loader@​1.7.19
    • @​vue-vine/vite-plugin@​1.7.20

1.7.19

Patch Changes

  • Fix lang-service for incorrect reference emits type name.
  • Updated dependencies
    • @​vue-vine/rsbuild-plugin@​1.7.18
    • @​vue-vine/rspack-loader@​1.7.18
    • @​vue-vine/vite-plugin@​1.7.19

1.7.18

Patch Changes

  • Fix language service for missing referencing type declarations in generated dts.
  • Updated dependencies
    • @​vue-vine/rsbuild-plugin@​1.7.17
    • @​vue-vine/rspack-loader@​1.7.17
    • @​vue-vine/vite-plugin@​1.7.18

1.7.17

Patch Changes

  • Cancel error report for using typename as slot props type annotation.
  • Updated dependencies
    • @​vue-vine/rsbuild-plugin@​1.7.16
    • @​vue-vine/rspack-loader@​1.7.16
    • @​vue-vine/vite-plugin@​1.7.17

1.7.16

Patch Changes

  • Supplement fix for empty slots props validation in compiler.
  • Updated dependencies
    • @​vue-vine/rsbuild-plugin@​1.7.15
    • @​vue-vine/rspack-loader@​1.7.15
    • @​vue-vine/vite-plugin@​1.7.16

... (truncated)

Commits

Updates vue-vine-tsc from 0.1.9 to 1.7.20

Release notes

Sourced from vue-vine-tsc's releases.

v1.7.20

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.19...v1.7.20

v1.7.19

  • fix(lang-service): incorrect reference emits type name

Full Changelog: vue-vine/vue-vine@v1.7.18...v1.7.19

v1.7.18

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.17...v1.7.18

v1.7.17

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.16...v1.7.17

v1.7.16

  • fix(compiler): complete fix for #321. Sorry for v1.7.15 is incomplete

Full Changelog: vue-vine/vue-vine@v1.7.15...v1.7.16

v1.7.15

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.14...v1.7.15

v1.7.14

What's Changed

Full Changelog: vue-vine/vue-vine@v1.7.13...v1.7.14

v1.7.13

What's Changed

  • In v1.7.12 we incorrectly release main package with an unresolved entrypoint /rsbuild because we didn't declare it in tsdown.config.ts so there're not that files in dist

... (truncated)

Changelog

Sourced from vue-vine-tsc's changelog.

1.7.20

Patch Changes

  • Fix compiler for correctly handling kebab-case props in transform phase.
  • Updated dependencies
    • @​vue-vine/language-service@​1.7.20

1.7.19

Patch Changes

  • Fix lang-service for incorrect reference emits type name.
  • Updated dependencies
    • @​vue-vine/language-service@​1.7.19

1.7.18

Patch Changes

  • Fix language service for missing referencing type declarations in generated dts.
  • Updated dependencies
    • @​vue-vine/language-service@​1.7.18

1.7.17

Patch Changes

  • Cancel error report for using typename as slot props type annotation.
  • Updated dependencies
    • @​vue-vine/language-service@​1.7.17

1.7.16

Patch Changes

  • Supplement fix for empty slots props validation in compiler.
  • Updated dependencies
    • @​vue-vine/language-service@​1.7.16

1.7.15

Patch Changes

  • Allow empty slot props definition and no error diagnostics.
  • Updated dependencies
    • @​vue-vine/language-service@​1.7.15

1.7.14

... (truncated)

Commits

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 all-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [pinia](https://github.com/vuejs/pinia) | `3.0.2` | `3.0.3` |
| [vue-router](https://github.com/vuejs/router) | `4.5.1` | `4.6.3` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.14` | `4.1.16` |
| [@vue-vine/eslint-config](https://github.com/vue-vine/vue-vine/tree/HEAD/packages/eslint-config) | `1.1.0` | `1.1.11` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.7` | `4.1.16` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.3.5` | `7.1.12` |
| [vue-vine](https://github.com/vue-vine/vue-vine/tree/HEAD/packages/vue-vine) | `1.2.1` | `1.7.20` |
| [vue-vine-tsc](https://github.com/vue-vine/vue-vine/tree/HEAD/packages/tsc) | `0.1.9` | `1.7.20` |


Updates `pinia` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.2...v3.0.3)

Updates `vue-router` from 4.5.1 to 4.6.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.5.1...v4.6.3)

Updates `@tailwindcss/vite` from 4.1.14 to 4.1.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/@tailwindcss-vite)

Updates `@vue-vine/eslint-config` from 1.1.0 to 1.1.11
- [Release notes](https://github.com/vue-vine/vue-vine/releases)
- [Changelog](https://github.com/vue-vine/vue-vine/blob/main/packages/eslint-config/CHANGELOG.md)
- [Commits](https://github.com/vue-vine/vue-vine/commits/HEAD/packages/eslint-config)

Updates `tailwindcss` from 4.1.7 to 4.1.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/tailwindcss)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `vite` from 6.3.5 to 7.1.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)

Updates `vue-vine` from 1.2.1 to 1.7.20
- [Release notes](https://github.com/vue-vine/vue-vine/releases)
- [Changelog](https://github.com/vue-vine/vue-vine/blob/main/packages/vue-vine/CHANGELOG.md)
- [Commits](https://github.com/vue-vine/vue-vine/commits/v1.7.20/packages/vue-vine)

Updates `vue-vine-tsc` from 0.1.9 to 1.7.20
- [Release notes](https://github.com/vue-vine/vue-vine/releases)
- [Changelog](https://github.com/vue-vine/vue-vine/blob/main/packages/tsc/CHANGELOG.md)
- [Commits](https://github.com/vue-vine/vue-vine/commits/v1.7.20/packages/tsc)

---
updated-dependencies:
- dependency-name: pinia
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vue-router
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vue-vine/eslint-config"
  dependency-version: 1.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vite
  dependency-version: 7.1.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: vue-vine
  dependency-version: 1.7.20
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vue-vine-tsc
  dependency-version: 1.7.20
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

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 Oct 24, 2025
@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@coderabbitai
Copy link

coderabbitai bot commented Oct 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@ShenQingchuan ShenQingchuan merged commit f6a634d into main Oct 25, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-6d9cceea0b branch October 25, 2025 12:02
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.

2 participants