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 @vue/language-server from 1.8.27 to 2.2.0 in /server #247

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2024

Bumps @vue/language-server from 1.8.27 to 2.2.0.

Release notes

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

v2.1.10

Features

  • language-service: auto insert const props = with props completion (#4942) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: revert #4902
  • language-core: inject as assertion of useCssModule into correct location (#4952) - Thanks to @​KazariEX!
  • language-core: hold prev track id correctly (#4961) - Thanks to @​KazariEX!
  • language-core: generate style modules type as needed (#4953) - Thanks to @​KazariEX!
  • language-core: reference global types file with relative path (#4966)

Refactors

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

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

2.2.0 official, 2.2.1 insiders (2024-12-24)

Features

  • feat(language-core): support @vue-generic (#4971) - Thanks to @​KazariEX!
  • feat(vscode): add configuration for skipping automatic detection of Hybrid Mode (#5046) - Thanks to @​KazariEX!
  • feat(language-service): crawl html data of data-allow-mismatch - Thanks to @​KazariEX!
  • feat(language-core): type support of $attrs (#5076) - Thanks to @​KazariEX!
  • feat(language-core): type support of useSlots and $slots (#5055) - Thanks to @​KazariEX!
  • feat(language-core): type support of v-model modifiers (#5061) - Thanks to @​KazariEX!
  • feat(language-service): process references data at runtime to reduce bundle size (#5054) - Thanks to @​KazariEX!
  • feat(language-core): support the use of sfc root comment to configure vueCompilerOptions (#4987) - Thanks to @​KazariEX!
  • feat(vscode): add timeout logic for insiders fetching (#5048) - Thanks to @​KazariEX!
  • feat(vscode): add examples to inlay hints configuration (#5068) - Thanks to @​KazariEX!

Performance

  • perf(typescript-plugin): use named pipe servers more efficiently (#5070)

Bug Fixes

  • fix(language-core): generate script setup starting from last leading comment without @ts-check - Thanks to @​KazariEX!
  • fix(language-core): make model modifiers optional (#4978) - Thanks to @​stafyniaksacha!
  • fix(language-core): always report missing props on <slot> (#4982) - Thanks to @​KazariEX!
  • fix(language-core): avoid unchecked index access when parsing defineEmits (#5028) - Thanks to @​KazariEX!
  • fix(language-service): handle text edit of special closing tags completion correctly (#5016) - Thanks to @​KazariEX!
  • fix(language-core): don't generate variable access of template refs using useTemplateRef (#5032) - Thanks to @​KazariEX!
  • fix(vscode): update enabledHybridMode before activate extension (#5019) - Thanks to @​nieyuyao!
  • fix(tsc): point to shimmed tsc entry point to support ts 5.7 (#5020) - Thanks to @​davidmatter!
  • fix(vscode): add GitHub.copilot-chat to hybrid mode compatible list (#5047) - Thanks to @​KazariEX!
  • fix(language-core): generate generics normally when useTemplateRef has no parameters (#5051) - Thanks to @​KazariEX!
  • fix(language-core): avoid clipping prop name using .prop or .attr on v-model - Thanks to @​KazariEX!
  • fix(language-core): handle named default import of components correctly (#5066) - Thanks to @​KazariEX!
  • fix(language-core): disable navigation feature on non-binding prop values (#5040) - Thanks to @​KazariEX!
  • fix(language-core): do not generate useTemplateRef parameter repeatedly (#5009)
  • fix(language-core): generate macros after script setup content (#5071) - Thanks to @​KazariEX!
  • fix(language-core): correct type and completion support of vue: event (#4969) - Thanks to @​KazariEX!
  • fix(language-core): prevent visiting functional components for parseScriptSetupRanges (#5049) - Thanks to @​zhiyuanzmj!
  • fix(language-service): don't provide modifier completion for @ and : (#5052) - Thanks to @​KazariEX!
  • fix(language-core): consistent interpolation behavior of shorthand binding (#4975) - Thanks to @​KazariEX!
  • fix(language-core): resolve components with various name cases correctly (#5067) - Thanks to @​KazariEX!
  • fix(language-core): map v-slot correctly to report error when missing default slot - Thanks to @​KazariEX!
  • fix(language-core): map component loc to instance variable for verification - Thanks to @​KazariEX!

Other Changes

... (truncated)

Commits
  • 55638ff v2.2.0 (#5079)
  • 3862e76 perf(typescript-plugin): use named pipe servers more efficiently (#5070)
  • edf161a fix(language-core): do not generate useTemplateRef parameter repeatedly
  • 1d0acb4 chore: update deps
  • d0a9e5f chore: bump volar
  • 874300c refactor: remove unnecessary type annotation
  • cfd34e7 refactor: use node: protocol imports consistently
  • 34e6982 refactor: use slice instead of substring
  • 3f3a4b8 v2.1.10 (#4968)
  • 82d27ce feat(language-service): auto insert const props = with props completion (...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vue/language-server](https://github.com/vuejs/language-tools/tree/HEAD/packages/language-server) from 1.8.27 to 2.2.0.
- [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.0/packages/language-server)

---
updated-dependencies:
- dependency-name: "@vue/language-server"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 24, 2024
@rchl rchl closed this Dec 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/server/master/vue/language-server-2.2.0 branch December 25, 2024 20:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant