Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the bun group with 4 updates in the /edge-apps/asset-metadata directory: @typescript-eslint/typescript-estree, @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 3 updates in the /edge-apps/bamboo-hr-app directory: @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 4 updates in the /edge-apps/blueprint directory: @typescript-eslint/typescript-estree, @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 3 updates in the /edge-apps/calendar directory: @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 4 updates in the /edge-apps/clock directory: @typescript-eslint/typescript-estree, @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 3 updates in the /edge-apps/google-calendar directory: @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 3 updates in the /edge-apps/outlook-calendar directory: @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 3 updates in the /edge-apps/simple-message-app directory: @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 4 updates in the /edge-apps/simple-table-app directory: @typescript-eslint/typescript-estree, @vitest/eslint-plugin, sass-embedded and vue-tsc.
Bumps the bun group with 3 updates in the /edge-apps/welcome-app directory: @vitest/eslint-plugin, sass-embedded and vue-tsc.

Updates @typescript-eslint/typescript-estree from 8.50.0 to 8.50.1

Release notes

Sourced from @​typescript-eslint/typescript-estree's releases.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/typescript-estree's changelog.

8.50.1 (2025-12-22)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @vitest/eslint-plugin from 1.5.4 to 1.6.3

Release notes

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

v1.6.3

   🚀 Features

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2

v1.6.2

   🚀 Features

    View changes on GitHub

v1.6.1

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.0

v1.6.0

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates sass-embedded from 1.97.0 to 1.97.1

Changelog

Sourced from sass-embedded's changelog.

1.97.1

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated even if their conditions didn't match.
Commits

Updates vue-tsc from 3.1.8 to 3.2.1

Release notes

Sourced from vue-tsc's releases.

v3.2.1

language-core

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to @​KazariEX!

component-type-helpers

  • fix: npm package is missing build files (#5893)

language-service

  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.2.1 (2025-12-22)

language-core

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to @​KazariEX!

component-type-helpers

  • fix: npm package is missing build files (#5893)

language-service

  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

3.2.0 (2025-12-20)

vscode

  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#5849) (#5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#5856)
  • test: add test for embedded grammars (#5861) - Thanks to @​serkodev!

language-service

  • feat: rich hover message (#5881)
  • feat: support markdown JSDoc for rich hover message description (#5890) - Thanks to @​serkodev!
  • chore: adjust rich hover message title layout (#5889) - Thanks to @​serkodev!

component-meta

  • feat: add tags to slots and exposed (#5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#5875)
  • refactor: de-dependency from component-type-helpers (#5876)
  • refactor: search prop defaults with symbol declarations (#5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#5887)

typescript-plugin

  • feat: include leading dot when finding references to CSS classes (#5852)
  • fix: missing module error after file rename (#5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#5847)
  • fix: always pass rest parameters for future compatibility (#5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#5873)

... (truncated)

Commits
  • fad5a89 v3.2.1 (#5898)
  • bd12c1d v3.2.0 (#5870)
  • f498667 refactor(language-core): replace dynamic types generation with static files (...
  • 27772e5 chore: delete tests for Vue 3.4 (#5871)
  • 232665d feat(component-meta): filter out irrelevant properties from exposed (#5868)
  • a144b6b feat(component-meta): add tags to slots and exposed (#5862)
  • b780861 chore: update package dependencies to use workspace references
  • 4fbd087 chore: update testing infrastructure (#5848)
  • 0f16db8 fix(typescript-plugin): missing module error after renaming file (#5839)
  • See full diff in compare view

Updates @vitest/eslint-plugin from 1.5.4 to 1.6.3

Release notes

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

v1.6.3

   🚀 Features

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2

v1.6.2

   🚀 Features

    View changes on GitHub

v1.6.1

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.0

v1.6.0

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates sass-embedded from 1.97.0 to 1.97.1

Changelog

Sourced from sass-embedded's changelog.

1.97.1

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated even if their conditions didn't match.
Commits

Updates vue-tsc from 3.1.8 to 3.2.1

Release notes

Sourced from vue-tsc's releases.

v3.2.1

language-core

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to @​KazariEX!

component-type-helpers

  • fix: npm package is missing build files (#5893)

language-service

  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.2.1 (2025-12-22)

language-core

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to @​KazariEX!

component-type-helpers

  • fix: npm package is missing build files (#5893)

language-service

  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

3.2.0 (2025-12-20)

vscode

  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#5849) (#5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#5856)
  • test: add test for embedded grammars (#5861) - Thanks to @​serkodev!

language-service

  • feat: rich hover message (#5881)
  • feat: support markdown JSDoc for rich hover message description (#5890) - Thanks to @​serkodev!
  • chore: adjust rich hover message title layout (#5889) - Thanks to @​serkodev!

component-meta

  • feat: add tags to slots and exposed (#5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#5875)
  • refactor: de-dependency from component-type-helpers (#5876)
  • refactor: search prop defaults with symbol declarations (#5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#5887)

typescript-plugin

  • feat: include leading dot when finding references to CSS classes (#5852)
  • fix: missing module error after file rename (#5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#5847)
  • fix: always pass rest parameters for future compatibility (#5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#5873)

... (truncated)

Commits
  • fad5a89 v3.2.1 (#5898)
  • bd12c1d v3.2.0 (#5870)
  • f498667 refactor(language-core): replace dynamic types generation with static files (...
  • 27772e5 chore: delete tests for Vue 3.4 (#5871)
  • 232665d feat(component-meta): filter out irrelevant properties from exposed (#5868)
  • a144b6b feat(component-meta): add tags to slots and exposed (#5862)
  • b780861 chore: update package dependencies to use workspace references
  • 4fbd087 chore: update testing infrastructure (#5848)
  • 0f16db8 fix(typescript-plugin): missing module error after renaming file (#5839)
  • See full diff in compare view

Updates @typescript-eslint/typescript-estree from 8.50.0 to 8.50.1

Release notes

Sourced from @​typescript-eslint/typescript-estree's releases.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/typescript-estree's changelog.

8.50.1 (2025-12-22)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @vitest/eslint-plugin from 1.5.4 to 1.6.3

Release notes

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

v1.6.3

   🚀 Features

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2

v1.6.2

   🚀 Features

    View changes on GitHub

v1.6.1

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.0

v1.6.0

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates sass-embedded from 1.97.0 to 1.97.1

Changelog

Sourced from sass-embedded's changelog.

1.97.1

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated even if their conditions didn't match.
Commits

Updates vue-tsc from 3.1.8 to 3.2.1

Release notes

Sourced from vue-tsc's releases.

v3.2.1

language-core

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to @​KazariEX!

component-type-helpers

  • fix: npm package is missing build files (#5893)

language-service

  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.2.1 (2025-12-22)

language-core

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to @​KazariEX!

component-type-helpers

  • fix: npm package is missing build files (#5893)

language-service

  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

3.2.0 (2025-12-20)

vscode

  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#5849) (#5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#5856)
  • test: add test for embedded grammars (#5861) - Thanks to @​serkodev!

language-service

  • feat: rich hover message (#5881)
  • feat: support markdown JSDoc for rich hover message description (#5890) - Thanks to @​serkodev!
  • chore: adjust rich hover message title layout (#5889) - Thanks to @​serkodev!

component-meta

  • feat: add tags to slots and exposed (#5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#5875)
  • refactor: de-dependency from component-type-helpers (#5876)
  • refactor: search prop defaults with symbol declarations (#5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#5887)

typescript-plugin

  • feat: include leading dot when finding references to CSS classes (#5852)
  • fix: missing module error after file rename (#5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#5847)
  • fix: always pass rest parameters for future compatibility (#5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#5873)

... (truncated)

Commits
  • fad5a89 v3.2.1 (#5898)
  • bd12c1d v3.2.0 (#5870)
  • f498667 refactor(language-core): replace dynamic types generation with static files (...
  • 27772e5 chore: delete tests for Vue 3.4 (#5871)
  • 232665d feat(component-meta): filter out irrelevant properties from exposed (#5868)
  • a144b6b feat(component-meta): add tags to slots and exposed (#5862)
  • b780861 chore: update package dependencies to use workspace references
  • 4fbd087 chore: update testing infrastructure (#5848)
  • 0f16db8 fix(typescript-plugin): missing module error after renaming file (#5839)
  • See full diff in compare view

Updates @vitest/eslint-plugin from 1.5.4 to 1.6.3

Release notes

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

v1.6.3

   🚀 Features

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2

v1.6.2

   🚀 Features

    View changes on GitHub

v1.6.1

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.0

v1.6.0

   🐞 Bug Fixes

    View changes on GitHub
Commits

Bumps the bun group with 4 updates in the /edge-apps/asset-metadata directory: [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 3 updates in the /edge-apps/bamboo-hr-app directory: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 4 updates in the /edge-apps/blueprint directory: [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 3 updates in the /edge-apps/calendar directory: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 4 updates in the /edge-apps/clock directory: [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 3 updates in the /edge-apps/google-calendar directory: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 3 updates in the /edge-apps/outlook-calendar directory: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 3 updates in the /edge-apps/simple-message-app directory: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 4 updates in the /edge-apps/simple-table-app directory: [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).
Bumps the bun group with 3 updates in the /edge-apps/welcome-app directory: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [sass-embedded](https://github.com/sass/embedded-host-node) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).


Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@typescript-eslint/typescript-estree` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-estree)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [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.2.1/packages/tsc)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.3)

Updates `sass-embedded` from 1.97.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.97.0...1.97.1)

Updates `vue-tsc` from 3.1.8 to 3.2.1
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/langu...

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 Dec 23, 2025
@nicomiguelino nicomiguelino merged commit dfa991c into master Dec 24, 2025
19 checks passed
@nicomiguelino nicomiguelino deleted the dependabot/bun/edge-apps/asset-metadata/bun-4cbe849c4a branch December 24, 2025 22:25
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