Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps the version-updates group with 25 updates in the / directory:

Package From To
@vueuse/core 11.1.0 12.7.0
firebase 10.14.1 11.4.0
lightningcss 1.27.0 1.29.1
pinia 2.2.4 3.0.1
vue 3.5.12 3.5.13
vue-i18n 10.0.4 11.1.1
vue-router 4.4.5 4.5.0
vuefire 3.2.0 3.2.1
@eslint/js 9.12.0 9.21.0
@types/eslint__js 8.42.3 9.14.0
@rushstack/eslint-patch 1.10.4 1.10.5
@stylistic/eslint-plugin 2.9.0 4.1.0
@tailwindcss/typography 0.5.15 0.5.16
@types/node 22.7.5 22.13.7
@vitejs/plugin-vue 5.1.4 5.2.1
@vue/eslint-config-typescript 14.1.1 14.4.0
@vue/tsconfig 0.5.1 0.7.0
eslint 9.12.0 9.21.0
eslint-plugin-vue 9.29.0 9.32.0
globals 15.11.0 16.0.0
rollup-plugin-visualizer 5.12.0 5.14.0
tailwindcss 3.4.14 4.0.9
typescript 5.6.3 5.8.2
vite 5.4.9 6.2.0
vue-tsc 2.1.6 2.2.4

Updates @vueuse/core from 11.1.0 to 12.7.0

Release notes

Sourced from @​vueuse/core's releases.

v12.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.6.1

No significant changes

    View changes on GitHub

v12.6.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.5.0

   🚀 Features

... (truncated)

Commits
  • bc9683f chore: release v12.7.0
  • 3ca0d92 fix(useFetch): partial overwrite when {combination: 'overwrite'} (#4430)
  • e1a7ef3 fix(useTextareaAutosize): improve resize handling with requestAnimationFrame ...
  • 5dd2a1e refactor: migrate more shallowRef
  • d9352a3 refactor: change primitive to shallowRef, rename ref usage to deepRef (...
  • 3041e78 feat(useRafFn): add once option (#4583)
  • 4c233b0 refactor: replace tryOnBeforeUnmount with tryOnScopeDispose (#4584)
  • 77c795d chore: release v12.6.1
  • 92d6e47 chore: fix bundle
  • 5234db2 chore: release v12.6.0
  • Additional commits viewable in compare view

Updates firebase from 10.14.1 to 11.4.0

Release notes

Sourced from firebase's releases.

firebase@11.4.0

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

firebase@11.4.0

Minor Changes

  • 9d82665 #8757 - Added support for modality-based token count.

  • 70e08cf #8699 - Adds support for initial state hydration (from SSR contexts)

  • 777f465 #8483 - Add support for the FIREBASE_WEBAPP_CONFIG environment variable at install time.

  • ce2c775 #8683 - Public Preview Added support for generating images using the Imagen 3 model.

Patch Changes

... (truncated)

Commits

Updates lightningcss from 1.27.0 to 1.29.1

Release notes

Sourced from lightningcss's releases.

v1.29.0

Added

  • Implement view transitions level 2, including the @view-transition rule, view-transition-class and view-transition-group properties, and class selector features of the view transition pseudo elements. This enables CSS module scoping and better minification when using these features. – #885
  • Support parsing the @font-feature-values rule – #840
  • Add a feature flag to explicitly enable or disable transpiling the light-dark() function – parcel-bundler/lightningcss@3043896

Fixed

v1.28.2

Fixes

  • Fix duplicate prefixed properties in transition-property#850 (thanks @​RobinMalfait and @​LeoniePhiline!)
  • Fix mapping original name from source maps – 78f2fc479537ec68a7481e33db571385cc21cdb7
  • Bump browser compat data – 4159bc507baa1ec438f89b20bdf9e8e74c7f48e4
  • Ensure consistent order of custom properties when all property is set – d4eec3593fe3c2244693d9e11af3547d6651ce57

v1.28.0

Added

Fixed

Commits

Updates pinia from 2.2.4 to 3.0.1

Release notes

Sourced from pinia's releases.

pinia@2.2.6

Please refer to CHANGELOG.md for details.

pinia@2.2.5

Please refer to CHANGELOG.md for details.

Commits

Updates vue from 3.5.12 to 3.5.13

Release notes

Sourced from vue's releases.

v3.5.13

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.13 (2024-11-15)

Bug Fixes

  • compiler-core: handle v-memo + v-for with functional key (#12014) (99009ee), closes #12013
  • compiler-dom: properly stringify template string style (#12392) (2d78539), closes #12391
  • custom-element: avoid triggering mutationObserver when relecting props (352bc88), closes #12214 #12215
  • deps: update dependency postcss to ^8.4.48 (#12356) (b5ff930)
  • hydration: the component vnode's el should be updated when a mismatch occurs. (#12255) (a20a4cb), closes #12253
  • reactiivty: avoid unnecessary watcher effect removal from inactive scope (2193284), closes #5783 #5806
  • reactivity: release nested effects/scopes on effect scope stop (#12373) (bee2f5e), closes #12370
  • runtime-dom: set css vars before user onMounted hooks (2d5c5e2), closes #11533
  • runtime-dom: set css vars on update to handle child forcing reflow in onMount (#11561) (c4312f9)
  • ssr: avoid updating subtree of async component if it is resolved (#12363) (da7ad5e), closes #12362
  • ssr: ensure v-text updates correctly with custom directives in SSR output (#12311) (1f75d4e), closes #12309
  • ssr: handle initial selected state for select with v-model + v-for option (#12399) (4f8d807), closes #12395
  • teleport: handle deferred teleport update before mounted (#12168) (8bff142), closes #12161
  • templateRef: set ref on cached async component which wrapped in KeepAlive (#12290) (983eb50), closes #4999 #5004
  • test: update snapshot (#12169) (828d4a4)
  • Transition: fix transition memory leak edge case (#12182) (660132d), closes #12181
  • transition: reflow before leave-active class after leave-from (#12288) (4b479db), closes #2593
  • types: defineEmits w/ interface declaration (#12343) (1022eab), closes #8457
  • v-once: setting hasOnce to current block only when in v-once (#12374) (37300fc), closes #12371

Performance Improvements

  • reactivity: do not track inner key `__v_skip`` (#11690) (d637bd6)
  • runtime-core: use feature flag for call to resolveMergedOptions (#12163) (1755ac0)
Commits
  • 6eb29d3 release: v3.5.13
  • 4f8d807 fix(ssr): handle initial selected state for select with v-model + v-for optio...
  • 983eb50 fix(templateRef): set ref on cached async component which wrapped in KeepAliv...
  • da7ad5e fix(ssr): avoid updating subtree of async component if it is resolved (#12363)
  • 1f75d4e fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...
  • 4b479db fix(transition): reflow before leave-active class after leave-from (#12288)
  • a20a4cb fix(hydration): the component vnode's el should be updated when a mismatch oc...
  • 352bc88 fix(custom-element): avoid triggering mutationObserver when relecting props
  • 10ab8c0 chore(playground): reset version when opening local playground from reproduction
  • d637bd6 perf(reactivity): do not track inner key `__v_skip`` (#11690)
  • Additional commits viewable in compare view

Updates vue-i18n from 10.0.4 to 11.1.1

Release notes

Sourced from vue-i18n's releases.

v11.1.1

Full Changelog: intlify/vue-i18n@v11.1.0...v11.1.1

v11.1.0

What's Changed

🌟 Features

📝️ Documentations

Full Changelog: intlify/vue-i18n@v11.0.1...v11.1.0

v11.0.1

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.0.0...v11.0.1

v11.0.0

We are excited to announce the release of Vue I18n v11. We had many contributors.

Thanks for your contributing ❤️

Summary

Deprecate Legacy API mode

The Legacy API mode was the API mode compatible with v8 for Vue 2. When v9 was released, the Legacy API was provided to smooth the migration from v8 to v9.

Legacy API mode will be deprecated in v11, as previous vue-i18n releases have already provided the following to support migration to Composition API mode

  • Migration from Legacy API mode to Composition API mode, see the docs
  • Composition API usage, see the docs

For compatibility, Legacy API mode still works in v11, but will be removed entirely in v12, so Legacy API mode will not work after that version.

... (truncated)

Changelog

Sourced from vue-i18n's changelog.

v11.0.1 (2024-12-26T07:40:58Z)

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.0.0...v11.0.1

v11.0.0 (2024-12-24T15:01:00Z)

This changelog is generated by GitHub Releases

What's Changed

Deprecate Legacy API mode

The Legacy API mode was the API mode compatible with v8 for Vue 2. When v9 was released, the Legacy API was provided to smooth the migration from v8 to v9.

Legacy API mode will be deprecated in v11, as previous vue-i18n releases have already provided the following to support migration to Composition API mode

  • Migration from Legacy API mode to Composition API mode, see the docs
  • Composition API usage, see the docs

For compatibility, Legacy API mode still works in v11, but will be removed entirely in v12, so Legacy API mode will not work after that version.

Deprecate Custom Directive v-t

The advantage of v-t was that it could optimize performance using the vue compiler transform and the pre-translation of vue-i18n-extension.

This feature was supported from Vue 2. About details see the blog article

In Vue 3, due to the Composition API, the pre-translation of vue-i18n-extension is now limited only for global scope.

In addition, Vue 3 Virtual DOM optimization has been introduced, and the optimization provided by vue-i18n-extension is no longer very effective. We need to require settings for SSR, the benefits of using v-t have disappeared. And DX of templates using v-t is not good. Custom directives do not work with key completion in editors (e.g. vscode).

For compatibility, v-t mode still works in v11, but will be removed entirely in v12, so v-t will not work after that version.

Drop tc and $tc for Legacy API mode

These APIs had already deprecated in warning about being dropped in v11. docs says

... (truncated)

Commits

Updates vue-router from 4.4.5 to 4.5.0

Release notes

Sourced from vue-router's releases.

v4.5.0

Please refer to CHANGELOG.md for details.

Commits

Updates vuefire from 3.2.0 to 3.2.1

Changelog

Sourced from vuefire's changelog.

3.2.1 (2024-12-18)

Features

  • support latest firebase (062c044)
Commits
  • ef86e44 release: vuefire@3.2.1 nuxt-vuefire@1.0.5
  • 33441f7 chore: fix edp
  • 3657ba4 chore: update eslint
  • 4087474 release: nuxt-vuefire@1.0.5-beta.1
  • 062c044 feat: support latest firebase
  • c33617d build: up release tools
  • 4372234 style: lint
  • f16a81c chore: update firebase-admin
  • 4cd3475 chore: make emulator work locally
  • ab50fa2 release: vuefire@3.2.1-beta.0 nuxt-vuefire@1.0.5-beta.0
  • Additional commits viewable in compare view

Updates @eslint/js from 9.12.0 to 9.21.0

Release notes

Sourced from @​eslint/js's releases.

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

Bug Fixes

  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)

v9.20.1

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Features

  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.21.0 - February 21, 2025

…7 updates

Bumps the version-updates group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.1.0` | `12.7.0` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `10.14.1` | `11.4.0` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.27.0` | `1.29.1` |
| [pinia](https://github.com/vuejs/pinia) | `2.2.4` | `3.0.1` |
| [vue](https://github.com/vuejs/core) | `3.5.12` | `3.5.13` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `10.0.4` | `11.1.1` |
| [vue-router](https://github.com/vuejs/router) | `4.4.5` | `4.5.0` |
| [vuefire](https://github.com/vuejs/vuefire) | `3.2.0` | `3.2.1` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.12.0` | `9.21.0` |
| [@types/eslint__js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint__js) | `8.42.3` | `9.14.0` |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.10.4` | `1.10.5` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `2.9.0` | `4.1.0` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.15` | `0.5.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.13.7` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.4` | `5.2.1` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `14.1.1` | `14.4.0` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.5.1` | `0.7.0` |
| [eslint](https://github.com/eslint/eslint) | `9.12.0` | `9.21.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.29.0` | `9.32.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.11.0` | `16.0.0` |
| [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) | `5.12.0` | `5.14.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.14` | `4.0.9` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.8.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `6.2.0` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.6` | `2.2.4` |



Updates `@vueuse/core` from 11.1.0 to 12.7.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.7.0/packages/core)

Updates `firebase` from 10.14.1 to 11.4.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@10.14.1...firebase@11.4.0)

Updates `lightningcss` from 1.27.0 to 1.29.1
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits)

Updates `pinia` from 2.2.4 to 3.0.1
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/commits)

Updates `vue` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.12...v3.5.13)

Updates `vue-i18n` from 10.0.4 to 11.1.1
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.1.1/packages/vue-i18n)

Updates `vue-router` from 4.4.5 to 4.5.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.5...v4.5.0)

Updates `vuefire` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/vuejs/vuefire/releases)
- [Changelog](https://github.com/vuejs/vuefire/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuefire/compare/vuefire@3.2.0...v3.2.1)

Updates `@eslint/js` from 9.12.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js)

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

Updates `@rushstack/eslint-patch` from 1.10.4 to 1.10.5
- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.5/eslint/eslint-patch)

Updates `@stylistic/eslint-plugin` from 2.9.0 to 4.1.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.1.0/packages/eslint-plugin)

Updates `@tailwindcss/typography` from 0.5.15 to 0.5.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.15...v0.5.16)

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

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

Updates `@vitejs/plugin-vue` from 5.1.4 to 5.2.1
- [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@5.2.1/packages/plugin-vue)

Updates `@vue/eslint-config-typescript` from 14.1.1 to 14.4.0
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v14.1.1...v14.4.0)

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

Updates `eslint` from 9.12.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.12.0...v9.21.0)

Updates `eslint-plugin-vue` from 9.29.0 to 9.32.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.29.0...v9.32.0)

Updates `globals` from 15.11.0 to 16.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.11.0...v16.0.0)

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

Updates `rollup-plugin-visualizer` from 5.12.0 to 5.14.0
- [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md)
- [Commits](btd/rollup-plugin-visualizer@v5.12.0...v5.14.0)

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

Updates `typescript` from 5.6.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.8.2)

Updates `typescript-eslint` from 8.9.0 to 8.25.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/typescript-eslint)

Updates `vite` from 5.4.9 to 6.2.0
- [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/create-vite@6.2.0/packages/vite)

Updates `vue-tsc` from 2.1.6 to 2.2.4
- [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/v2.2.4/packages/tsc)

---
updated-dependencies:
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: firebase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: lightningcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: vuefire
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: "@types/eslint__js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: "@rushstack/eslint-patch"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: "@stylistic/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: "@types/eslint__js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: "@vue/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: rollup-plugin-visualizer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2025

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

@dependabot dependabot bot closed this Apr 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/version-updates-4f2d7a1530 branch April 1, 2025 01:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant