eclipse-wildwebdeveloper / wildwebdeveloper

Simple and productive Web Development Tools in the Eclipse IDE
https://projects.eclipse.org/projects/tools.wildwebdeveloper
Eclipse Public License 2.0
189 stars 70 forks source link

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

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Updates @vue/language-server from 2.0.26 to 2.0.28

Release notes

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

v2.0.28

Features

  • vscode: focus mode Insiders (volarjs/insiders#24)
  • language-core: Plugin API 2.1
    • Added plugin hooks: getLanguageId, isValidFile, parseSFC2
    • Improve backward compatibility (#4585) - Thanks @​zhiyuanzmj
  • language-core: support default prop when using __typeProps (#4602) - Thanks @​zhiyuanzmj
  • language-core: improve nested plugins (#4581) - Thanks @​zhiyuanzmj
  • language-service: remove v-bind code action (#4601)
  • vscode: add empty pattern to codeblock attributes scope (#4590) - Thanks @​KermanX

Fixes

  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#4292)
  • language-core: infer define model type from options type (#4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#4603)
  • language-core property access is incorrectly identified as compound expression (#4600)
  • language-core fix compatibility of generic component virtual code with TS 5.5 (#4577)
  • tsc TS4082 not reported for functional component (#4569)

Other Changes

  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#4424)
    • Add workspace symbols support in Hybrid Mode (#4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#4586)
  • Fix yarn 4 compatibility (#4587)
  • Add vue vine to hybrid mode compatible list (#4543) - Thanks @​so1ve
  • Add global components prop validation test (#4542) - Thanks @​davidmatter

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

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

2.0.28 official, 2.0.29 insiders (2024-07-22)

Features

  • vscode: focus mode Insiders (volarjs/insiders#24)
  • language-core: Plugin API 2.1
    • Added plugin hooks: getLanguageId, isValidFile, parseSFC2
    • Improve backward compatibility (#4585) - Thanks @​zhiyuanzmj
  • language-core: support default prop when using __typeProps (#4602) - Thanks @​zhiyuanzmj
  • language-core: improve nested plugins (#4581) - Thanks @​zhiyuanzmj
  • language-service: remove v-bind code action (#4601)
  • vscode: add empty pattern to codeblock attributes scope (#4590) - Thanks @​KermanX

Fixes

  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#4292)
  • language-core: infer define model type from options type (#4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#4603)
  • language-core property access is incorrectly identified as compound expression (#4600)
  • language-core fix compatibility of generic component virtual code with TS 5.5 (#4577)
  • tsc TS4082 not reported for functional component (#4569)

Other Changes

  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#4424)
    • Add workspace symbols support in Hybrid Mode (#4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#4586)
  • Fix yarn 4 compatibility (#4587)
  • Add vue vine to hybrid mode compatible list (#4543) - Thanks @​so1ve
  • Add global components prop validation test (#4542) - Thanks @​davidmatter
Commits
  • 0cdbd70 v2.0.28
  • b4a8178 chore: bump volar
  • 917a676 ci(lint): auto-fix
  • 1d1d8d3 fix(typescript-plugin): improve named pipes reliability (#4603)
  • 5b53aea chore: bump volar
  • e6c431c fix(language-server): observe named pipe servers within 20 seconds of server ...
  • ce61a0d fix(language-core): preserve backward compatibility
  • e753366 refactor(language-core): add getAllExtensions function
  • 519e916 fix(language-core): getProjectVersion param has no effect
  • See full diff in compare view


Updates @vue/typescript-plugin from 2.0.26 to 2.0.28

Release notes

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

v2.0.28

Features

  • vscode: focus mode Insiders (volarjs/insiders#24)
  • language-core: Plugin API 2.1
    • Added plugin hooks: getLanguageId, isValidFile, parseSFC2
    • Improve backward compatibility (#4585) - Thanks @​zhiyuanzmj
  • language-core: support default prop when using __typeProps (#4602) - Thanks @​zhiyuanzmj
  • language-core: improve nested plugins (#4581) - Thanks @​zhiyuanzmj
  • language-service: remove v-bind code action (#4601)
  • vscode: add empty pattern to codeblock attributes scope (#4590) - Thanks @​KermanX

Fixes

  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#4292)
  • language-core: infer define model type from options type (#4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#4603)
  • language-core property access is incorrectly identified as compound expression (#4600)
  • language-core fix compatibility of generic component virtual code with TS 5.5 (#4577)
  • tsc TS4082 not reported for functional component (#4569)

Other Changes

  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#4424)
    • Add workspace symbols support in Hybrid Mode (#4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#4586)
  • Fix yarn 4 compatibility (#4587)
  • Add vue vine to hybrid mode compatible list (#4543) - Thanks @​so1ve
  • Add global components prop validation test (#4542) - Thanks @​davidmatter

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

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

2.0.28 official, 2.0.29 insiders (2024-07-22)

Features

  • vscode: focus mode Insiders (volarjs/insiders#24)
  • language-core: Plugin API 2.1
    • Added plugin hooks: getLanguageId, isValidFile, parseSFC2
    • Improve backward compatibility (#4585) - Thanks @​zhiyuanzmj
  • language-core: support default prop when using __typeProps (#4602) - Thanks @​zhiyuanzmj
  • language-core: improve nested plugins (#4581) - Thanks @​zhiyuanzmj
  • language-service: remove v-bind code action (#4601)
  • vscode: add empty pattern to codeblock attributes scope (#4590) - Thanks @​KermanX

Fixes

  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#4292)
  • language-core: infer define model type from options type (#4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#4603)
  • language-core property access is incorrectly identified as compound expression (#4600)
  • language-core fix compatibility of generic component virtual code with TS 5.5 (#4577)
  • tsc TS4082 not reported for functional component (#4569)

Other Changes

  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#4424)
    • Add workspace symbols support in Hybrid Mode (#4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#4586)
  • Fix yarn 4 compatibility (#4587)
  • Add vue vine to hybrid mode compatible list (#4543) - Thanks @​so1ve
  • Add global components prop validation test (#4542) - Thanks @​davidmatter
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
mickaelistria commented 2 months ago

As many failures as master, let's merge.

mickaelistria commented 2 months ago

/request-license-review

github-actions[bot] commented 2 months ago

/request-license-review

:heavy_check_mark: All licenses already successfully vetted.

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