Skip to content

chore(deps): bump the all-npm group across 1 directory with 24 updates#744

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-e7386192e6
Open

chore(deps): bump the all-npm group across 1 directory with 24 updates#744
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web/all-npm-e7386192e6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@fortawesome/fontawesome-free 7.2.0 7.3.0
@microsoft/applicationinsights-web 3.4.1 3.4.2
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.39
vue-router 5.0.6 5.1.0
vuetify 4.0.6 4.1.2
@types/node 24.12.2 26.1.0
@vitejs/plugin-vue 6.0.6 6.0.7
@vitest/coverage-v8 4.1.5 4.1.9
@vitest/eslint-plugin 1.6.16 1.6.20
@vue/eslint-config-typescript 14.7.0 14.9.0
@vue/test-utils 2.4.10 2.4.11
eslint 10.3.0 10.6.0
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.2
prettier 3.8.3 3.9.4
sass 1.99.0 1.101.0
unplugin-vue-components 32.0.0 32.1.0
vite 8.0.10 8.1.2
vitest 4.1.5 4.1.9
vue-tsc 3.2.7 3.3.6

Updates @fortawesome/fontawesome-free from 7.2.0 to 7.3.0

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 7.3.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @microsoft/applicationinsights-web from 3.4.1 to 3.4.2

Changelog

Sourced from @​microsoft/applicationinsights-web's changelog.

3.4.2 (June 18th, 2026)

This is a maintenance release for the 3.4.x version line containing security hardening, bug fixes, build tooling improvements, and CI updates. The @microsoft/1ds-post-js channel is numbered 4.4.2 and requires v3.4.2.

Commits

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.39

Release notes

Sourced from vue's releases.

v3.5.39

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

v3.5.38

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

v3.5.37

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

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.39 (2026-06-25)

Bug Fixes

3.5.38 (2026-06-11)

3.5.37 (2026-06-11)

3.5.36 (2026-06-11)

Bug Fixes

  • compiler-core: avoid crash on CDATA at the document root (#14916) (0ea17e2)
  • compiler-core: prefix dynamic keys on v-memo elements (#14922) (68e978e), closes #14920
  • compiler-sfc: handle vue-ignore on leading intersection/union type (#14950) (0dcd225), closes #12254
  • compiler-sfc: respect var hoisting in props destructure (48ad452)
  • reactivity: preserve watch callback return value when wrapped for once: true (#14902) (450a8a8)
  • runtime-core: add dev warning for silent catch in compat mode and fix test description typo (#14891) (db3e117)
  • runtime-core: force model update when reverted before sync (#14897) (7f76378), closes #13524
  • runtime-core: skip async component callbacks after unmount (#14911) (5300ead)
  • transition: avoid move transition for hidden v-show group children (#14895) (c11f6ee), closes #14894
  • watch: trigger immediate callback for empty sources (#14914) (1f2ca7e), closes #14898

3.5.35 (2026-05-27)

Bug Fixes

... (truncated)

Commits
  • c0606e9 release: v3.5.39
  • 4b659e6 fix(runtime-dom): preserve option modifier event names (#8338)
  • 232f402 fix(types): support named tuple emits (#12676)
  • 671997a fix(teleport): handle teleport unmount edge case (#12705)
  • 164af63 fix(hydration): respect data-allow-mismatch on conditional branches (#12801)
  • 2f374cd fix(runtime-core): normalize function children for elements and Teleport (#9108)
  • 87b73b6 fix(runtime-core): preserve once event listener name (#8341)
  • 027da6b fix(ssr): dedupe inherited scope ids during vnode rendering (#15005)
  • 024cf06 fix(hydration): force patch dynamic props when hydrating (#9083)
  • be7ce31 fix(compiler-core): correct filter rewrite recursion (#14959)
  • 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.2

Release notes

Sourced from vuetify's releases.

v4.1.2

[!IMPORTANT] Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.

If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.

Sponsor via Open Collective | Sponsor via GitHub

You might see the phase of changes is surprisingly high, but it is not really a good sign. Vuetify is on borrowed time - an informal debt to maintainers - if anything happens (economic conditions worsen) they are more likely to drop off as community signal is "nobody cares enough to reward hard work done here".

Every contribution helps us keep Vuetify alive and signals to maintainers that their effort means something.

Thank you.


🔧 Bug Fixes

  • theme: async transition should return a Promise (904f949), closes #22900
  • utilites: merge height values into single group (ff6e4e4), closes #22916
  • VDialog: clear inline styles when enabling fullscreen mode (ea29378), closes #22926
  • VOverlay: static location should snap to edges using CSS (#22921) (4fc3c8e), closes #22911
  • VOverlay: do not clear position when closing (923b3b6), closes #22930
  • VOverlay: keep overlay attached with iOS keyboard open (#22923) (2e51298), closes #22376
  • VOverlay: resolve size with CSS function (calc, min, vw) to pixels (bf105bf)
  • VOverlay: dimension props should be reactive in static strategy (eb56d37)
  • VPagination: predictable length behavior in flex container (#22912) (e7016b1), closes #22907
  • VTreeview: apply hide-actions to group nodes (e5555ae), closes #22919

v4.1.1

🔧 Bug Fixes

  • VMenu: prevent focus change during IME input (#21008) (374c955), closes #21001
  • VNumberInput: emit change when using controls and arrows (2ab2509)
  • VOverlay: respect % dimension boundaries (eaec65f), closes #22890
  • VSelect: close menu when click lands inside host overlay (7ed9a54), closes #22897
  • VSnackbar: more reliable progress bar (5e6fe60), closes #22894
  • VTable: apply background and border for fixed-footer (ecabcc5)
  • VTooltip: avoid stealing focus (77d1a8a), closes #22891
  • VTooltip: merge content class and props (5cc3278)

🧪 Labs

  • VHeatmap: keep legend bar visible in forced-colors mode (58e3e7d)
  • VHighlight: support forced-colors mode (067228c)

v4.1.0

... (truncated)

Commits
  • 5cc805b chore(release): publish v4.1.2
  • 904f949 fix(theme): async transition should return a Promise
  • 4fc3c8e fix(VOverlay): static location should snap to edges using CSS (#22921)
  • 923b3b6 fix(VOverlay): do not clear position when closing
  • 2e51298 fix(VOverlay): keep overlay attached with iOS keyboard open (#22923)
  • ea29378 fix(VDialog): clear inline styles when enabling fullscreen mode
  • e5555ae fix(VTreeview): apply hide-actions to group nodes
  • ff6e4e4 fix(utilites): merge height values into single group
  • a7323f7 chore: correct name for specs folder
  • bf105bf fix(VOverlay): resolve size with CSS function (calc, min, vw) to pixels
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.1.0

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.9

Release notes

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

v4.1.9

🐞 Bug Fixes

View changes on GitHub

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
  • a7a61e7 chore: release v4.1.9 (#10598)
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: falseDescription has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.2.0` | `7.3.0` |
| [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) | `3.4.1` | `3.4.2` |
| [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.39` |
| [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.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `26.1.0` |
| [@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.9` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.16` | `1.6.20` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `14.7.0` | `14.9.0` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.10` | `2.4.11` |
| [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.6.0` |
| [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.2` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.9.4` |
| [sass](https://github.com/sass/dart-sass) | `1.99.0` | `1.101.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.1.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.5` | `4.1.9` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.7` | `3.3.6` |



Updates `@fortawesome/fontawesome-free` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.2.0...7.3.0)

Updates `@microsoft/applicationinsights-web` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](https://github.com/microsoft/ApplicationInsights-JS/commits)

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.39
- [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.39)

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.2
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v4.1.2/packages/vuetify)

Updates `@types/node` from 24.12.2 to 26.1.0
- [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.9
- [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.9/packages/coverage-v8)

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

Updates `@vue/eslint-config-typescript` from 14.7.0 to 14.9.0
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v14.7.0...v14.9.0)

Updates `@vue/test-utils` from 2.4.10 to 2.4.11
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.10...v2.4.11)

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

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.2
- [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.2)

Updates `prettier` from 3.8.3 to 3.9.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.9.4)

Updates `sass` from 1.99.0 to 1.101.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.101.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.1.2
- [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.1.2/packages/vite)

Updates `vitest` from 4.1.5 to 4.1.9
- [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.9/packages/vitest)

Updates `vue-tsc` from 3.2.7 to 3.3.6
- [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.6/packages/tsc)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@microsoft/applicationinsights-web"
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- 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.39
  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.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  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.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@vue/eslint-config-typescript"
  dependency-version: 14.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@vue/test-utils"
  dependency-version: 2.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: eslint
  dependency-version: 10.6.0
  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.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: prettier
  dependency-version: 3.9.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: sass
  dependency-version: 1.101.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.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: vue-tsc
  dependency-version: 3.3.6
  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 Jul 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