Skip to content

chore(deps): bump the vue-ecosystem group across 1 directory with 6 updates - #296

Merged
joszz merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/vue-ecosystem-b2efc85751
Jul 28, 2026
Merged

chore(deps): bump the vue-ecosystem group across 1 directory with 6 updates#296
joszz merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/vue-ecosystem-b2efc85751

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the vue-ecosystem group with 6 updates in the /frontend directory:

Package From To
pinia 3.0.4 4.0.2
vue 3.5.39 3.5.40
vue-i18n 11.4.6 11.4.7
vue-router 5.1.0 5.2.0
@vitejs/plugin-vue 6.0.7 6.0.8
vue-tsc 3.3.7 3.3.8

Updates pinia from 3.0.4 to 4.0.2

Commits
  • ae4e3b2 release: pinia@4.0.2 @​pinia/testing@​2.0.1
  • 0203b2d ci: fix size check
  • 39aae41 refactor: build configuration (#3158)
  • 75009b0 release: pinia@4.0.1
  • 2ed563c chore: update pinia readme
  • fb21766 fix: Re-add missing types exports field (#3154)
  • d797385 fix(ci): pin pnpm to 11.7.0 to match action-setup bootstrap
  • bd3d9b3 ci: install pnpm standalone to avoid self-switch crash in release
  • acad9f2 ci: pin pnpm version in release workflow
  • 1374c9d release: pinia@4.0.0 @​pinia/testing@​2.0.0 @​pinia/nuxt@​1.0.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for pinia since your current version.


Updates vue from 3.5.39 to 3.5.40

Release notes

Sourced from vue's releases.

v3.5.40

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.40 (2026-07-16)

Bug Fixes

Commits

Updates vue-i18n from 11.4.6 to 11.4.7

Release notes

Sourced from vue-i18n's releases.

v11.4.7

Full Changelog: intlify/vue-i18n@v11.4.6...v11.4.7

Commits

Updates vue-router from 5.1.0 to 5.2.0

Release notes

Sourced from vue-router's releases.

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitejs/plugin-vue from 6.0.7 to 6.0.8

Release notes

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

plugin-vue@6.0.8

Please refer to CHANGELOG.md for details.

Changelog

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

6.0.8 (2026-07-14)

Features

  • plugin-vue: add forced vapor mode option (#766) (d59c3c0)

Bug Fixes

  • deps: update all non-major dependencies (#781) (d369e5a)
Commits

Updates vue-tsc from 3.3.7 to 3.3.8

Release notes

Sourced from vue-tsc's releases.

v3.3.8

language-core

workspace

  • chore: upgrade to TypeScript 7 and support @typescript/typescript6 (#6123) - Thanks to @​WaldemarEnns!

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.3.8 (2026-07-22)

language-core

workspace

  • chore: upgrade to TypeScript 7 and support @typescript/typescript6 (#6123) - Thanks to @​WaldemarEnns!
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
github-actions[bot]
github-actions Bot previously approved these changes Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/vue-ecosystem-b2efc85751 branch from 39f05b6 to b9c4d68 Compare July 27, 2026 05:21
github-actions[bot]
github-actions Bot previously approved these changes Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/vue-ecosystem-b2efc85751 branch from b9c4d68 to 08d4d9e Compare July 27, 2026 05:25
…pdates

Bumps the vue-ecosystem group with 6 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [pinia](https://github.com/vuejs/pinia) | `3.0.4` | `4.0.2` |
| [vue](https://github.com/vuejs/core) | `3.5.39` | `3.5.40` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.6` | `11.4.7` |
| [vue-router](https://github.com/vuejs/router) | `5.1.0` | `5.2.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.7` | `6.0.8` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.3.7` | `3.3.8` |



Updates `pinia` from 3.0.4 to 4.0.2
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.4...v4.0.2)

Updates `vue` from 3.5.39 to 3.5.40
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.39...v3.5.40)

Updates `vue-i18n` from 11.4.6 to 11.4.7
- [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.4.7/packages/vue-i18n)

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

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

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

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue-ecosystem
- dependency-name: pinia
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue-ecosystem
- dependency-name: vue
  dependency-version: 3.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue-ecosystem
- dependency-name: vue-i18n
  dependency-version: 11.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue-ecosystem
- dependency-name: vue-router
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue-ecosystem
- dependency-name: vue-tsc
  dependency-version: 3.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue-ecosystem
...

Signed-off-by: dependabot[bot] <support@github.com>
@joszz
joszz force-pushed the dependabot/npm_and_yarn/frontend/vue-ecosystem-b2efc85751 branch from 08d4d9e to 43d4c18 Compare July 28, 2026 14:19
@joszz
joszz enabled auto-merge July 28, 2026 14:19
@joszz
joszz merged commit e9cf510 into main Jul 28, 2026
21 checks passed
@joszz
joszz deleted the dependabot/npm_and_yarn/frontend/vue-ecosystem-b2efc85751 branch July 28, 2026 14:21
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