Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

Bumps the vue group in /org.eclipse.wildwebdeveloper with 2 updates: @vue/language-server and @vue/typescript-plugin.

Updates @vue/language-server from 3.1.0 to 3.1.1

Release notes

Sourced from @​vue/language-server's releases.

v3.1.1

Features

  • feat(language-server): support --tsdk command line arg (#5691)

Bug Fixes

  • fix(language-core): tolerate non-literal export default (#5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#5696) - Thanks to @​KazariEX!

Other Changes

  • refactor(language-core): reimplement writeGlobalTypes without side effects

❤️ Thanks to Our Sponsors

... (truncated)

Changelog

Sourced from @​vue/language-server's changelog.

3.1.1 (2025-10-07)

Features

  • feat(language-server): support --tsdk command line arg (#5691)

Bug Fixes

  • fix(language-core): tolerate non-literal export default (#5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#5696) - Thanks to @​KazariEX!

Other Changes

  • refactor(language-core): reimplement writeGlobalTypes without side effects
Commits

Updates @vue/typescript-plugin from 3.1.0 to 3.1.1

Release notes

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

v3.1.1

Features

  • feat(language-server): support --tsdk command line arg (#5691)

Bug Fixes

  • fix(language-core): tolerate non-literal export default (#5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#5696) - Thanks to @​KazariEX!

Other Changes

  • refactor(language-core): reimplement writeGlobalTypes without side effects

❤️ Thanks to Our Sponsors

... (truncated)

Changelog

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

3.1.1 (2025-10-07)

Features

  • feat(language-server): support --tsdk command line arg (#5691)

Bug Fixes

  • fix(language-core): tolerate non-literal export default (#5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#5696) - Thanks to @​KazariEX!

Other Changes

  • refactor(language-core): reimplement writeGlobalTypes without side effects
Commits
  • 4f2bac6 v3.1.1 (#5699)
  • cb39157 refactor: replace 'vue' imports with 'core'
  • 335eca3 refactor(language-core): reimplement writeGlobalTypes without side effects
  • 7a75463 fix(typescript-plugin): place __vue__ in project instead of program (#5690)
  • 49aa565 fix(typescript-plugin): determine if variable is Ref by RefSymbol propert...
  • 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 vue group in /org.eclipse.wildwebdeveloper with 2 updates: [@vue/language-server](https://github.com/vuejs/language-tools/tree/HEAD/packages/language-server) and [@vue/typescript-plugin](https://github.com/vuejs/language-tools/tree/HEAD/packages/typescript-plugin).


Updates `@vue/language-server` from 3.1.0 to 3.1.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.1.1/packages/language-server)

Updates `@vue/typescript-plugin` from 3.1.0 to 3.1.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.1.1/packages/typescript-plugin)

---
updated-dependencies:
- dependency-name: "@vue/language-server"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vue/typescript-plugin"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
...

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 Oct 7, 2025
@vrubezhny vrubezhny merged commit 75538e9 into master Oct 11, 2025
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/vue-91dcd45f1d branch October 11, 2025 15:31
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.

2 participants