Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the vue group in /org.eclipse.wildwebdeveloper with 2 updates #1700

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2024

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

Updates @vue/language-server from 2.1.6 to 2.1.8

Release notes

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

v2.1.8

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

Performance

  • language-service: find destructured props only with enabled setting (#4815) - Thanks to @​KazariEX!

Other Changes

  • Upgraded Volar from v2.4.1 to v2.4.8:
    • Changing vue files causes internal state to desync in Sublime Text (#4909) - Thanks to @​rchl!
    • The syntax highlighting is not applied when destructuring props (#4811)
  • chore: fix nvim config snippet in README (#4881) - Thanks to @​LiamEderzeel!
  • chore: remove side effects (#4871) - Thanks to @​vikingair!
  • chore: remove importsNotUsedAsValues (#4897) - Thanks to @​KazariEX!
  • chore(vscode): switch to "module": "CommonJS" (#4944) - Thanks to @​KazariEX!
  • test: fix incorrect default value (#4934) - Thanks to @​jh-leong!
  • test(tsc): add a test case for class component

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

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

2.1.8 official, 2.1.9 insiders (2024-10-26)

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

Performance

  • language-service: find destructured props only with enabled setting (#4815) - Thanks to @​KazariEX!

Other Changes

  • Upgraded Volar from v2.4.1 to v2.4.8:
    • Changing vue files causes internal state to desync in Sublime Text (#4909) - Thanks to @​rchl!
    • The syntax highlighting is not applied when destructuring props (#4811)
  • chore: fix nvim config snippet in README (#4881) - Thanks to @​LiamEderzeel!
  • chore: remove side effects (#4871) - Thanks to @​vikingair!
  • chore: remove importsNotUsedAsValues (#4897) - Thanks to @​KazariEX!
  • chore(vscode): switch to "module": "CommonJS" (#4944) - Thanks to @​KazariEX!
  • test: fix incorrect default value (#4934) - Thanks to @​jh-leong!
  • test(tsc): add a test case for class component
Commits

Updates @vue/typescript-plugin from 2.1.6 to 2.1.8

Release notes

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

v2.1.8

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

Performance

  • language-service: find destructured props only with enabled setting (#4815) - Thanks to @​KazariEX!

Other Changes

  • Upgraded Volar from v2.4.1 to v2.4.8:
    • Changing vue files causes internal state to desync in Sublime Text (#4909) - Thanks to @​rchl!
    • The syntax highlighting is not applied when destructuring props (#4811)
  • chore: fix nvim config snippet in README (#4881) - Thanks to @​LiamEderzeel!
  • chore: remove side effects (#4871) - Thanks to @​vikingair!
  • chore: remove importsNotUsedAsValues (#4897) - Thanks to @​KazariEX!
  • chore(vscode): switch to "module": "CommonJS" (#4944) - Thanks to @​KazariEX!
  • test: fix incorrect default value (#4934) - Thanks to @​jh-leong!
  • test(tsc): add a test case for class component

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

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

2.1.8 official, 2.1.9 insiders (2024-10-26)

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

Performance

  • language-service: find destructured props only with enabled setting (#4815) - Thanks to @​KazariEX!

Other Changes

  • Upgraded Volar from v2.4.1 to v2.4.8:
    • Changing vue files causes internal state to desync in Sublime Text (#4909) - Thanks to @​rchl!
    • The syntax highlighting is not applied when destructuring props (#4811)
  • chore: fix nvim config snippet in README (#4881) - Thanks to @​LiamEderzeel!
  • chore: remove side effects (#4871) - Thanks to @​vikingair!
  • chore: remove importsNotUsedAsValues (#4897) - Thanks to @​KazariEX!
  • chore(vscode): switch to "module": "CommonJS" (#4944) - Thanks to @​KazariEX!
  • test: fix incorrect default value (#4934) - Thanks to @​jh-leong!
  • test(tsc): add a test case for class component
Commits

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 2.1.6 to 2.1.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/v2.1.8/packages/language-server)

Updates `@vue/typescript-plugin` from 2.1.6 to 2.1.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/v2.1.8/packages/typescript-plugin)

---
updated-dependencies:
- dependency-name: "@vue/language-server"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vue/typescript-plugin"
  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 26, 2024
@vrubezhny
Copy link
Contributor

/request-license-review

Copy link

/request-license-review

✔️ All licenses already successfully vetted.

Workflow run (with attached summary files):
https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/actions/runs/11533278896

@vrubezhny vrubezhny merged commit 72d0c98 into master Oct 26, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/vue-3096768f9f branch October 26, 2024 23:20
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