Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all group with 6 updates in the / directory:

Package From To
@shopware-ag/meteor-component-library 4.22.0 4.23.0
vue 3.5.24 3.5.25
vue-i18n 11.2.1 11.2.2
eslint-plugin-vue 10.6.0 10.6.2
vite 7.2.4 7.2.7
vue-tsc 3.1.5 3.1.7

Updates @shopware-ag/meteor-component-library from 4.22.0 to 4.23.0

Release notes

Sourced from @​shopware-ag/meteor-component-library's releases.

@​shopware-ag/meteor-component-library@​4.23.0

Minor Changes

  • 43795ed: fix(mt-number-field): allow typing intermediate values below min/max during input
  • d209cdc: feat: add centered prop to mt-empty-state

Patch Changes

  • bb08d97: revert default center mt-empty-state
Commits

Updates vue from 3.5.24 to 3.5.25

Release notes

Sourced from vue's releases.

v3.5.25

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.25 (2025-11-24)

Bug Fixes

Commits
  • 25ebe3a release: v3.5.25
  • c0f63dd fix(suspense): defer clearing fallback vnode el in case it has dirs (#14080)
  • 301020b fix(reactivity): correctly wrap iterated array items to preserve their readon...
  • 0d2357e fix(reactivity): toRef edge cases for ref unwrapping (#12420)
  • 247b2c2 fix(provide): warn when using provide after mounting (#13954)
  • b50eb68 dx(runtime-core): check current and parent components in formatComponentName ...
  • 5af3dd9 refactor(runtime-core): check props rather than propsOptions[0] (#13514)
  • 2214f7a fix(compiler): share logic for comments and whitespace (#13550)
  • 8f82f23 fix(runtime-core): keep options API typing intact when expose is used (#14118)
  • 83f6ab6 chore(compiler-ssr): move defaultProps initialization into input tag bran...
  • Additional commits viewable in compare view

Updates vue-i18n from 11.2.1 to 11.2.2

Release notes

Sourced from vue-i18n's releases.

v11.2.2

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v11.2.1...v11.2.2

Commits

Updates eslint-plugin-vue from 10.6.0 to 10.6.2

Release notes

Sourced from eslint-plugin-vue's releases.

v10.6.2

Patch Changes

v10.6.1

Patch Changes

Changelog

Sourced from eslint-plugin-vue's changelog.

10.6.2

Patch Changes

10.6.1

Patch Changes

Commits
  • 701bb09 Version Packages (#2973)
  • bd4abe5 fix(vue/no-duplicate-class-names): improve non-intersecting conditions and co...
  • 2ac139a refactor(prefer-use-template-ref): optimize performance and type safety (#2982)
  • 7523350 test: remove type in errors (#2966)
  • db724d1 Update Prettier to v3.7 (#2981)
  • 9e4dde2 docs(no-async-in-computed-properties): suggest computedAsync instead of `vu...
  • 083aafe chore(lint): setup eslint-config-flat-gitignore (#2963)
  • 76c51ac chore: remove ESLint compatibility code (#2965)
  • 58e2197 fix(vue/script-indent): false positives for TSImportType (#2969)
  • 3991e41 Fix formatting in changelog
  • Additional commits viewable in compare view

Updates vite from 7.2.4 to 7.2.7

Release notes

Sourced from vite's releases.

v7.2.7

Please refer to CHANGELOG.md for details.

v7.2.6

Please refer to CHANGELOG.md for details.

v7.2.5

Please refer to CHANGELOG.md for details.

Note: 7.2.5 failed to publish so it is skipped on npm

Changelog

Sourced from vite's changelog.

7.2.7 (2025-12-08)

Bug Fixes

7.2.6 (2025-12-01)

7.2.5 (2025-12-01)

Bug Fixes

Performance Improvements

Documentation

  • clarify manifest.json imports field is JS chunks only (#21136) (46d3077)

Miscellaneous Chores

Commits

Updates vue-tsc from 3.1.5 to 3.1.7

Release notes

Sourced from vue-tsc's releases.

v3.1.7

Features

  • feat(language-core): cache virtual code by scriptId (#5811) - Thanks to @​serkodev!

Bug Fixes

  • fix(language-core): avoid using Identifier.text property (#5810)
  • fix(language-core): generate script separator on demand (#5816)
  • fix(language-core): avoid invalid __VLS_Slots generation

Other Changes

  • feat(lint): add typescript services types lint rule (#5813) - Thanks to @​serkodev!

❤️ Thanks to Our Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.1.7 (2025-12-08)

Features

  • feat(language-core): cache virtual code by scriptId (#5811) - Thanks to @​serkodev!

Bug Fixes

  • fix(language-core): avoid using Identifier.text property (#5810)
  • fix(language-core): generate script separator on demand (#5816)
  • fix(language-core): avoid invalid __VLS_Slots generation

Other Changes

  • feat(lint): add typescript services types lint rule (#5813) - Thanks to @​serkodev!

3.1.6 (2025-12-06)

Features

  • feat(vscode): add settings to enable per-block formatting (#5784) - Thanks to @​serkodev!
  • feat(language-service): enhanced component auto import (#5790)
  • feat(component-meta): add component name and description fields (#5797)
  • feat(typescript-plugin): add support for template "Add Import" quick fix (#5799) - Thanks to @​serkodev!
  • feat(typescript-plugin): mapping JSDoc informations from <script setup> (#5805)
  • feat(vscode): support tsdk path for Eclipse Theia (#5806) - Thanks to @​serkodev!

Bug Fixes

  • fix(language-service): ignore intrinsic elements when detect tag name casing (#5771)
  • fix(language-core): createParsedCommandLineByJson parsed incorrect options since v3.1.5 (vuejs/language-tools#5768)
  • fix(vscode): make vue.server.path compatible with Windows (#5772)
  • fix(vscode): analyze interpolation highlight ranges based on AST (#5777)
  • fix(vscode): sync latest vscode html language configuration (#5740)
  • fix(language-core): enhance getVIfNode to support v-else-if directives (#5765) - Thanks to @​serkodev!
  • fix(language-core): generate {} instead of its string value for style="..." (#5781) - Thanks to @​KazariEX!
  • fix(language-core): v-bind="$attrs" loses navigation when inferTemplateDollarAttrs is disabled (#5783)
  • fix(language-service): skip const props = completion in StringLiteral (#5786)
  • fix(language-core): unable to get completion for the second scoped class name
  • fix(language-service): format components with HTML void-element names (#5788) - Thanks to @​serkodev!
  • fix(language-service): properly handle promise when resolving CSS links (#5785)
  • fix(language-core): infer $el type for generic components using inferComponentDollarEl (#5794)
  • fix(language-core): ensure <script> content generates before <script setup> (#5795)
  • fix(language-core): remove bypassDefineComponent hack for better JS support (#4876) (#5379)
  • fix(language-core): Prettify<T> caused generic props gets inferred as unknown (#5667) - Thanks to @​so1ve!
  • fix(vscode): handle leading < as operator in SFC scripts (#5801) - Thanks to @​serkodev!
  • fix(vscode): patch isTypeScriptDocument in VSCode for typescript.preferences.autoImportSpecifierExcludeRegexes config support (#5364)
  • fix(language-core): ensure type consistency for optional boolean props (#5803)
  • fix(language-core): add compatibility for vapor attr (#5496)
  • fix(language-core): AST fault tolerance for key binding on template (#5807)

... (truncated)

Commits
  • a43baa2 v3.1.7 (#5817)
  • f09f173 v3.1.6 (#5809)
  • a1b8b71 feat(component-meta): add component name and description fields (#5797)
  • adeba0a fix(language-core): Prettify\<T> caused generic props gets inferred as `unkn...
  • b6254ec fix(typescript-plugin): resolve component type without __VLS_components
  • ebb2fb2 refactor(language-core): extract virtual code variables to codegen/names.ts
  • 9acb5b0 chore: update volar to 2.4.26
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@shopware-ag/meteor-component-library](https://github.com/shopware/meteor) | `4.22.0` | `4.23.0` |
| [vue](https://github.com/vuejs/core) | `3.5.24` | `3.5.25` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.2.1` | `11.2.2` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.6.0` | `10.6.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.4` | `7.2.7` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.1.5` | `3.1.7` |



Updates `@shopware-ag/meteor-component-library` from 4.22.0 to 4.23.0
- [Release notes](https://github.com/shopware/meteor/releases)
- [Commits](https://github.com/shopware/meteor/compare/@shopware-ag/[email protected]...@shopware-ag/[email protected])

Updates `vue` from 3.5.24 to 3.5.25
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.24...v3.5.25)

Updates `vue-i18n` from 11.2.1 to 11.2.2
- [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.2.2/packages/vue-i18n)

Updates `eslint-plugin-vue` from 10.6.0 to 10.6.2
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.6.0...v10.6.2)

Updates `vite` from 7.2.4 to 7.2.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.7/packages/vite)

Updates `vue-tsc` from 3.1.5 to 3.1.7
- [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.1.7/packages/tsc)

---
updated-dependencies:
- dependency-name: "@shopware-ag/meteor-component-library"
  dependency-version: 4.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vue
  dependency-version: 3.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vue-i18n
  dependency-version: 11.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-vue
  dependency-version: 10.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vite
  dependency-version: 7.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vue-tsc
  dependency-version: 3.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 8, 2025
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