Skip to content

chore(deps): bump the all-npm group in /templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web with 19 updates#726

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web/all-npm-321f1e55f1
Open

chore(deps): bump the all-npm group in /templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web with 19 updates#726
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web/all-npm-321f1e55f1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps the all-npm group in /templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web with 19 updates:

Package From To
coalesce-vue 6.5.0 6.5.1
coalesce-vue-vuetify3 6.5.0 6.5.1
date-fns 4.1.0 4.4.0
vue 3.5.33 3.5.35
vue-router 5.0.6 5.1.0
vuetify 4.0.6 4.1.0
@types/node 24.12.2 25.9.1
@vitejs/plugin-vue 6.0.6 6.0.7
@vitest/coverage-v8 4.1.5 4.1.8
@vitest/eslint-plugin 1.6.16 1.6.19
eslint 10.3.0 10.4.1
eslint-plugin-coalesce 6.5.0 6.5.1
eslint-plugin-prettier 5.5.5 5.5.6
eslint-plugin-vue 10.9.0 10.9.1
sass 1.99.0 1.100.0
unplugin-vue-components 32.0.0 32.1.0
vite 8.0.10 8.0.16
vitest 4.1.5 4.1.8
vue-tsc 3.2.7 3.3.3

Updates coalesce-vue from 6.5.0 to 6.5.1

Release notes

Sourced from coalesce-vue's releases.

6.5.1

  • Broad improvements to accessibility issues identified by axe-core across all components.

  • vue, date-fns, and date-fns-tz are now peer dependencies instead of direct dependencies of coalesce-vue and coalesce-vue-vuetify3.

  • Fix self-referential foreign key infinite recursion in code generation.

  • Fix Vuetify 4 issues:

    • Margin issue in c-admin-audit-log-page pre elements
    • Color issue in c-time-picker.
  • The template now uses pnpm instead of npm for better DX. To migrate an existing project:

    1. Install pnpm: npm install -g pnpm
    2. Delete package-lock.json, and copy pnpm-workspace.yaml and the root package.json from the template into your solution root (next to your .slnx). Add your web project as a package in the workspace (packages: - YourProject.Web).
    3. Run pnpm install.
    4. In Program.cs, add c.PackageManagerCommand = "pnpm"; to UseViteDevelopmentServer options.
    5. Add any phantom dependencies that pnpm's strict node_modules structure reveals (e.g. date-fns, date-fns-tz). Build errors or runtime import failures will indicate which ones are missing.
    6. Update CI/CD scripts to use pnpm instead of npm. Add a step to install pnpm. Run pnpm install --frozen-lockfile from the solution root. Replace other npm commands with pnpm.
Changelog

Sourced from coalesce-vue's changelog.

6.5.1

  • Broad improvements to accessibility issues identified by axe-core across all components.

  • vue, date-fns, and date-fns-tz are now peer dependencies instead of direct dependencies of coalesce-vue and coalesce-vue-vuetify3.

  • Fix self-referential foreign key infinite recursion in code generation.

  • Fix Vuetify 4 issues:

    • Margin issue in c-admin-audit-log-page pre elements
    • Color issue in c-time-picker.
  • The template now uses pnpm instead of npm for better DX. To migrate an existing project:

    1. Install pnpm: npm install -g pnpm
    2. Delete package-lock.json, and copy pnpm-workspace.yaml and the root package.json from the template into your solution root (next to your .slnx). Add your web project as a package in the workspace (packages: - YourProject.Web).
    3. Run pnpm install.
    4. In Program.cs, add c.PackageManagerCommand = "pnpm"; to UseViteDevelopmentServer options.
    5. Add any phantom dependencies that pnpm's strict node_modules structure reveals (e.g. date-fns, date-fns-tz). Build errors or runtime import failures will indicate which ones are missing.
    6. Update CI/CD scripts to use pnpm instead of npm. Add a step to install pnpm. Run pnpm install --frozen-lockfile from the solution root. Replace other npm commands with pnpm.
Commits
  • 0d96768 fix: self-referential foreign key recursion (#709)
  • 41ad348 fix: vue compiler-core incorrectly doesn't declare dependency on babel/types
  • f5d17c2 fix: ci build won't have local eslint plugin built
  • 6c7e230 refactor: centralize eslint config
  • fc4a121 feat: improve accessibility
  • a9fbf52 fix: vuetify 4 color issue in c-time-picker
  • 3fc30b0 chore: fix misplaced changelog entry
  • 829752d chore: add useful root scripts, remove build-local-deps
  • f95351c docs: update upgrade instructions
  • 4c8f7fd template: use pnpm instead of npm (#700)
  • Additional commits viewable in compare view

Updates coalesce-vue-vuetify3 from 6.5.0 to 6.5.1

Release notes

Sourced from coalesce-vue-vuetify3's releases.

6.5.1

  • Broad improvements to accessibility issues identified by axe-core across all components.

  • vue, date-fns, and date-fns-tz are now peer dependencies instead of direct dependencies of coalesce-vue and coalesce-vue-vuetify3.

  • Fix self-referential foreign key infinite recursion in code generation.

  • Fix Vuetify 4 issues:

    • Margin issue in c-admin-audit-log-page pre elements
    • Color issue in c-time-picker.
  • The template now uses pnpm instead of npm for better DX. To migrate an existing project:

    1. Install pnpm: npm install -g pnpm
    2. Delete package-lock.json, and copy pnpm-workspace.yaml and the root package.json from the template into your solution root (next to your .slnx). Add your web project as a package in the workspace (packages: - YourProject.Web).
    3. Run pnpm install.
    4. In Program.cs, add c.PackageManagerCommand = "pnpm"; to UseViteDevelopmentServer options.
    5. Add any phantom dependencies that pnpm's strict node_modules structure reveals (e.g. date-fns, date-fns-tz). Build errors or runtime import failures will indicate which ones are missing.
    6. Update CI/CD scripts to use pnpm instead of npm. Add a step to install pnpm. Run pnpm install --frozen-lockfile from the solution root. Replace other npm commands with pnpm.
Changelog

Sourced from coalesce-vue-vuetify3's changelog.

6.5.1

  • Broad improvements to accessibility issues identified by axe-core across all components.

  • vue, date-fns, and date-fns-tz are now peer dependencies instead of direct dependencies of coalesce-vue and coalesce-vue-vuetify3.

  • Fix self-referential foreign key infinite recursion in code generation.

  • Fix Vuetify 4 issues:

    • Margin issue in c-admin-audit-log-page pre elements
    • Color issue in c-time-picker.
  • The template now uses pnpm instead of npm for better DX. To migrate an existing project:

    1. Install pnpm: npm install -g pnpm
    2. Delete package-lock.json, and copy pnpm-workspace.yaml and the root package.json from the template into your solution root (next to your .slnx). Add your web project as a package in the workspace (packages: - YourProject.Web).
    3. Run pnpm install.
    4. In Program.cs, add c.PackageManagerCommand = "pnpm"; to UseViteDevelopmentServer options.
    5. Add any phantom dependencies that pnpm's strict node_modules structure reveals (e.g. date-fns, date-fns-tz). Build errors or runtime import failures will indicate which ones are missing.
    6. Update CI/CD scripts to use pnpm instead of npm. Add a step to install pnpm. Run pnpm install --frozen-lockfile from the solution root. Replace other npm commands with pnpm.
Commits
  • 0d96768 fix: self-referential foreign key recursion (#709)
  • 41ad348 fix: vue compiler-core incorrectly doesn't declare dependency on babel/types
  • f5d17c2 fix: ci build won't have local eslint plugin built
  • 6c7e230 refactor: centralize eslint config
  • fc4a121 feat: improve accessibility
  • a9fbf52 fix: vuetify 4 color issue in c-time-picker
  • 3fc30b0 chore: fix misplaced changelog entry
  • 829752d chore: add useful root scripts, remove build-local-deps
  • f95351c docs: update upgrade instructions
  • 4c8f7fd template: use pnpm instead of npm (#700)
  • Additional commits viewable in compare view

Updates date-fns from 4.1.0 to 4.4.0

Release notes

Sourced from date-fns's releases.

v4.4.0

This release revisits the approach to CDN usage and introduces a new package, @date-fns/cdn and deprecates the date-fns CDN scripts. It allowed reducing the zipped package size from 5.83 MB down to 3.96 MB without introducing any breaking changes.

In v5.0.0-alpha.0 where CDN scripts are completely removed from date-fns the change is more significant and brings the zipped package size down to 2.89 MB.

It is just the first step in optimizing the package size. Expect further size reduction in the future v4 and v5 versions.

Changed

  • DEPRECATED: The date-fns CDN scripts are now deprecated and will be removed in the next major release. Please switch to the new @date-fns/cdn package for CDN usage.

  • Removed CDN source maps to reduce the package size. If you rely on them, please switch to the new @date-fns/cdn package that still includes them.

v4.3.0

Kudos to @​ImRodry and @​puneetdixit200 for their contributions.

Fixed

v4.2.1

Fixed

  • Fixed type definitions missing in v4.2.0 due to TypeScript misconfiguration.

v4.2.0

This is a minor release in all senses, it only includes documentation updates (first of many) that points to the new You Don't Need date-fns* page.

* Not really

Changed

  • Added Temporal API references to the JSDoc annotations of add, addBusinessDays, and addDays.
Commits
  • cd53d25 Promote to v4.4.0
  • d948ec1 Preserve but deprecate CDN versions for v4, set up v5 with polyfills
  • ee65753 Add root mise :format task
  • 9f5bdf5 Add positional argument to test/smoke.sh script
  • 651ead6 Split CDN bundles into separate @​date-fns/cdn package
  • 224c1a2 Deprecate type tests as attw hangs on date-fns package
  • 7bb2842 Switch PACKAGE_OUTPUT_PATH to --dist flag in the package build script
  • b6ad5ac Add flags to control package build script
  • 424a783 Fix docs release after moving to monorepo setup
  • f95bcf1 (docs): Add missing tsx dependency
  • Additional commits viewable in compare view

Updates vue from 3.5.33 to 3.5.35

Release notes

Sourced from vue's releases.

v3.5.35

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.34

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.35 (2026-05-27)

Bug Fixes

Performance Improvements

  • reactivity: skip type checks for cached proxies (#14860) (5734fe9)
  • runtime-dom: optimize array event handler dispatch (#14828) (bb18dc8)
  • server-renderer: avoid materializing iterables in ssrRenderList (#14821) (1b7a2cc)

3.5.34 (2026-05-06)

Bug Fixes

  • compiler-sfc: infer Vue ref wrapper types when source is unresolvable (#14758) (7f46fd4), closes #14729
  • compiler-sfc: preserve hash hrefs on <image> elements (#14756) (090b2e3)
  • compiler-sfc: resolve type re-exports inside declare global (#14766) (acfffe3)
  • reactivity: prevent orphan effect when created in a stopped scope (#14778) (c8e2d4a), closes #14777
  • runtime-core: avoid symbol coercion during props validation (#8539) (23d4fb5), closes #8487
  • suspense: avoid DOM leak with out-in transition in v-if fragment (#14762) (9667e0d), closes #14761
Commits
  • 8be32d6 release: v3.5.35
  • 80fc139 fix(runtime-core): skip idle persisted transition hooks in keep-alive moves (...
  • d6c7371 ci: use backup action for size report comments
  • bb18dc8 perf(runtime-dom): optimize array event handler dispatch (#14828)
  • 5734fe9 perf(reactivity): skip type checks for cached proxies (#14860)
  • 584beb1 fix(teleport): skip child unmount when pending mount discarded (#14876) (#14877)
  • 34a0ded fix(compiler-core): avoid double processing v-for keys with v-memo (#14861)
  • 170fc95 fix(runtime-core): avoid repeated hydration mismatch checks (#14857)
  • 1b7a2cc perf(server-renderer): avoid materializing iterables in ssrRenderList (#14821)
  • 3d077f2 fix(compiler-sfc): resolve top-level exports from files registered as global ...
  • Additional commits viewable in compare view

Updates vue-router from 5.0.6 to 5.1.0

Release notes

Sourced from vue-router's releases.

v5.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.7

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • c0e3226 release: vue-router@5.1.0
  • 9ca7672 chore: fix playgroundc usage
  • 315cc09 refactor(experimental): remove defineQueryParamParser and definePathParamParser
  • 7fa42f4 docs: fix gen and dead links
  • 1b3a068 refactor: organize imports and exports add back Router
  • 665be2d docs: links update
  • 5d79bd2 chore: unused param
  • 9ccf3d1 docs: experimental
  • eee8ac6 chore: playground param parsers testing
  • 0194b85 build: build before test:types
  • Additional commits viewable in compare view

Updates vuetify from 4.0.6 to 4.1.0

Release notes

Sourced from vuetify's releases.

v4.1.0

The following components have been promoted to the core framework from labs:

🚀 Features

... (truncated)

Commits
  • f8ba871 chore(release): publish v4.1.0
  • a7d0bae fix(VSwitch): tune track color for inset material
  • 4929c2c Merge branch 'master' into dev
  • e3bc5b4 chore(release): publish v4.0.9
  • 23f139b fix(VSwitch): outline should have neutral color
  • 4b1b720 feat(VCalendar): add interval-highlight prop (#22885)
  • 359a492 fix(VProgressLinear): avoid opacity:NaN when rendering with SSR (#22880)
  • e0133c2 fix(VNumberInput): keep both controls enabled when empty
  • 451e7c3 fix(focusTrap): prevent page scroll when capturing focus
  • d0fb972 feat(VSwitch): add size prop (#22882)
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 25.9.1

Commits

Updates @vitejs/plugin-vue from 6.0.6 to 6.0.7

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@6.0.7

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

6.0.7 (2026-05-15)

Features

  • use carets for @rolldown/pluginutils version (#776) (941b651)

Bug Fixes

  • deps: update all non-major dependencies (#762) (9e825b8)
  • deps: update all non-major dependencies (#774) (77dc8bc)
Commits

Updates @vitest/coverage-v8 from 4.1.5 to 4.1.8

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • a09d472 chore: release v4.1.7
  • a8fd24c chore: release v4.1.6
  • See full diff in compare view

Updates @vitest/eslint-plugin from 1.6.16 to 1.6.19

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.19

No significant changes

    View changes on GitHub

v1.6.18

   🐞 Bug Fixes

    View changes on GitHub

v1.6.17

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 28bc45f chore: release v1.6.19
  • 8566d7f chore: prefer-called-with should report toHaveBeenCalledOnce() (#911)
  • 3b428d6 chore: release v1.6.18
  • e06a3dc fix: correct requiresTypeChecking metadata for four rules (#905)
  • 789966e chore: release v1.6.17
  • a4bcdf5 fix: recommend toBeTypeOf instead of expectTypeOf in `prefer-expect-type-...
  • fd8eb3c fix(no-standalone-expect): allow expect inside vi.defineHelper callbacks (#894)
  • dbf423c refactor: simplify ParsedGeneralVitestFnCall type exclusion (#895)
  • See full diff in compare view

Updates eslint from 10.3.0 to 10.4.1

Release notes

Sourced from eslint's releases.

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in Description has been truncated

Bumps the all-npm group in /templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [coalesce-vue](https://github.com/IntelliTect/Coalesce) | `6.5.0` | `6.5.1` |
| [coalesce-vue-vuetify3](https://github.com/IntelliTect/Coalesce) | `6.5.0` | `6.5.1` |
| [date-fns](https://github.com/date-fns/date-fns) | `4.1.0` | `4.4.0` |
| [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.35` |
| [vue-router](https://github.com/vuejs/router) | `5.0.6` | `5.1.0` |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `4.0.6` | `4.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `25.9.1` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.6` | `6.0.7` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.5` | `4.1.8` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.16` | `1.6.19` |
| [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.4.1` |
| [eslint-plugin-coalesce](https://github.com/IntelliTect/Coalesce) | `6.5.0` | `6.5.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.9.0` | `10.9.1` |
| [sass](https://github.com/sass/dart-sass) | `1.99.0` | `1.100.0` |
| [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) | `32.0.0` | `32.1.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.16` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.5` | `4.1.8` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.7` | `3.3.3` |


Updates `coalesce-vue` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/IntelliTect/Coalesce/releases)
- [Changelog](https://github.com/IntelliTect/Coalesce/blob/main/CHANGELOG.md)
- [Commits](6.5.0...6.5.1)

Updates `coalesce-vue-vuetify3` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/IntelliTect/Coalesce/releases)
- [Changelog](https://github.com/IntelliTect/Coalesce/blob/main/CHANGELOG.md)
- [Commits](6.5.0...6.5.1)

Updates `date-fns` from 4.1.0 to 4.4.0
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Commits](date-fns/date-fns@v4.1.0...v4.4.0)

Updates `vue` from 3.5.33 to 3.5.35
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.33...v3.5.35)

Updates `vue-router` from 5.0.6 to 5.1.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.0.6...v5.1.0)

Updates `vuetify` from 4.0.6 to 4.1.0
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v4.1.0/packages/vuetify)

Updates `@types/node` from 24.12.2 to 25.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-vue` from 6.0.6 to 6.0.7
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.7/packages/plugin-vue)

Updates `@vitest/coverage-v8` from 4.1.5 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/coverage-v8)

Updates `@vitest/eslint-plugin` from 1.6.16 to 1.6.19
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.16...v1.6.19)

Updates `eslint` from 10.3.0 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.3.0...v10.4.1)

Updates `eslint-plugin-coalesce` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/IntelliTect/Coalesce/releases)
- [Changelog](https://github.com/IntelliTect/Coalesce/blob/main/CHANGELOG.md)
- [Commits](6.5.0...6.5.1)

Updates `eslint-plugin-prettier` from 5.5.5 to 5.5.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.5...v5.5.6)

Updates `eslint-plugin-vue` from 10.9.0 to 10.9.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.9.0...v10.9.1)

Updates `sass` from 1.99.0 to 1.100.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.99.0...1.100.0)

Updates `unplugin-vue-components` from 32.0.0 to 32.1.0
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v32.0.0...v32.1.0)

Updates `vite` from 8.0.10 to 8.0.16
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

Updates `vitest` from 4.1.5 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest)

Updates `vue-tsc` from 3.2.7 to 3.3.3
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.3/packages/tsc)

---
updated-dependencies:
- dependency-name: coalesce-vue
  dependency-version: 6.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: coalesce-vue-vuetify3
  dependency-version: 6.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: date-fns
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: vue
  dependency-version: 3.5.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: vue-router
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: vuetify
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: eslint-plugin-coalesce
  dependency-version: 6.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: eslint-plugin-vue
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: sass
  dependency-version: 1.100.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: unplugin-vue-components
  dependency-version: 32.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: vue-tsc
  dependency-version: 3.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
...

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 Jun 3, 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