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 across 1 directory with 2 updates #1668

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2024

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

Updates @vue/language-server from 2.0.22 to 2.1.2

Release notes

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

v2.1.2

Bug Fixes

  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#4740) (#4737) (#4738) (#4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

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

2.1.2 official, 2.1.3 insiders (2024-08-29)

Bug Fixes

  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#4740) (#4737) (#4738) (#4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

2.1.0 official, 2.1.1 insiders (2024-08-29)

Features

Bug Fixes

  • vscode: type of vue.server.hybridMode config (#4703) - Thanks to @​KermanX!
  • language-core: dependency on vulnerable version of vue-template-compiler (#4613) - Thanks to @​yyx990803!
  • language-core: support parse method to access ctx var in object (#4609) - Thanks to @​linghaoSu!
  • language-core: escape \ and ' in className avoid type error (#4619) - Thanks to @​linghaoSu!
  • language-core: semantic highlight of the end tag of namespaced elements (#4623) - Thanks to @​KermanX!
  • language-core: nullable modelvalues (#4648) - Thanks to @​davidmatter!
  • language-core: should try casting dynamic slot name into constant (#4669) - Thanks to @​KermanX!
  • language-core: local name support for prop using runtime api (#4650) - Thanks to @​KazariEX!
  • language-core: optimize matching of scoped class and v-bind() (#4679) - Thanks to @​KazariEX!
  • language-core: should preserve generic info in directive (#4686) - Thanks to @​KermanX!
  • language-core: generate ref as identifier instead of interpolation (#4688) - Thanks to @​KazariEX!
  • language-core: correct type narrowing from script to template (#4689) - Thanks to @​KazariEX!
  • language-core: should camelize prop name in experimentalModelPropName (#4691) - Thanks to @​KermanX!
  • language-core: drop duplicate hints on incomplete tag (#4696) - Thanks to @​KazariEX!
  • language-core: correct inlay hints for v-bind with modifier (#4721) - Thanks to @​KazariEX!
  • language-core: transform range of file-md correctly (#4735) - Thanks to @​KazariEX!
  • language-plugin-pug: should cache proxyed object (#4626) - Thanks to @​KermanX!
  • language-plugin-pug: compute offset correctly of pug class (#4652) - Thanks to @​KazariEX!
  • language-service: completion documentations for binding attributes (#4667) - Thanks to @​KazariEX!
  • language-service: avoid converting internal id of special tags (#4643) - Thanks to @​KazariEX!
  • language-service: reinstate the completion for modifiers (#4639) - Thanks to @​KazariEX!
  • language-service: consistent data from provider for sfc completion (#4645) - Thanks to @​KazariEX!
  • typescript-plugin: unknown request type warning (#4715) - Thanks to @​davidmatter!

Refactors

  • language-core: extract SFC root tags to separate virtual code
  • language-core: removed __hint trick from codegen

... (truncated)

Commits
  • 4e4b839 v2.1.2
  • 5100637 v2.1.0
  • e41e56b chore: bump deps
  • 38c1e48 refactor: write real files to FS for shared global types (#4736)
  • 5936c82 refactor(language-core): reduce virtual code generated by component tags (#4714)
  • 29b13cf test: add scoped classes renaming case (#4727)
  • 66920c8 fix(language-core): correct inlay hints for v-bind with modifier (#4721)
  • 333d73e feat(language-service): add style scoped and module completion (#4705)
  • d35cb82 fix(language-core): optimize matching of scoped class and v-bind() (#4679)
  • c7fe96f feat(language-core): type support for CSS Modules API (#4674)
  • Additional commits viewable in compare view

Updates @vue/typescript-plugin from 2.0.22 to 2.1.2

Release notes

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

v2.1.2

Bug Fixes

  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#4740) (#4737) (#4738) (#4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

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

2.1.2 official, 2.1.3 insiders (2024-08-29)

Bug Fixes

  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#4740) (#4737) (#4738) (#4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

2.1.0 official, 2.1.1 insiders (2024-08-29)

Features

Bug Fixes

  • vscode: type of vue.server.hybridMode config (#4703) - Thanks to @​KermanX!
  • language-core: dependency on vulnerable version of vue-template-compiler (#4613) - Thanks to @​yyx990803!
  • language-core: support parse method to access ctx var in object (#4609) - Thanks to @​linghaoSu!
  • language-core: escape \ and ' in className avoid type error (#4619) - Thanks to @​linghaoSu!
  • language-core: semantic highlight of the end tag of namespaced elements (#4623) - Thanks to @​KermanX!
  • language-core: nullable modelvalues (#4648) - Thanks to @​davidmatter!
  • language-core: should try casting dynamic slot name into constant (#4669) - Thanks to @​KermanX!
  • language-core: local name support for prop using runtime api (#4650) - Thanks to @​KazariEX!
  • language-core: optimize matching of scoped class and v-bind() (#4679) - Thanks to @​KazariEX!
  • language-core: should preserve generic info in directive (#4686) - Thanks to @​KermanX!
  • language-core: generate ref as identifier instead of interpolation (#4688) - Thanks to @​KazariEX!
  • language-core: correct type narrowing from script to template (#4689) - Thanks to @​KazariEX!
  • language-core: should camelize prop name in experimentalModelPropName (#4691) - Thanks to @​KermanX!
  • language-core: drop duplicate hints on incomplete tag (#4696) - Thanks to @​KazariEX!
  • language-core: correct inlay hints for v-bind with modifier (#4721) - Thanks to @​KazariEX!
  • language-core: transform range of file-md correctly (#4735) - Thanks to @​KazariEX!
  • language-plugin-pug: should cache proxyed object (#4626) - Thanks to @​KermanX!
  • language-plugin-pug: compute offset correctly of pug class (#4652) - Thanks to @​KazariEX!
  • language-service: completion documentations for binding attributes (#4667) - Thanks to @​KazariEX!
  • language-service: avoid converting internal id of special tags (#4643) - Thanks to @​KazariEX!
  • language-service: reinstate the completion for modifiers (#4639) - Thanks to @​KazariEX!
  • language-service: consistent data from provider for sfc completion (#4645) - Thanks to @​KazariEX!
  • typescript-plugin: unknown request type warning (#4715) - Thanks to @​davidmatter!

Refactors

  • language-core: extract SFC root tags to separate virtual code
  • language-core: removed __hint trick from codegen

... (truncated)

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 with 2 updates in the /org.eclipse.wildwebdeveloper directory: [@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.0.22 to 2.1.2
- [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.2/packages/language-server)

Updates `@vue/typescript-plugin` from 2.0.22 to 2.1.2
- [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.2/packages/typescript-plugin)

---
updated-dependencies:
- dependency-name: "@vue/language-server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@vue/typescript-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 29, 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/10614712016

```
Failures:
  TestVue.testVueTemplate:178 Incorrect completion insertion ==> expected: <<template>
  <div>
    <only-start></only-start>
  </div>
</template>
<script>
export default {
  name: 'HelloWorld',
  props: {
    msg: String
  }
}
</script>
<style scoped>
h3 {
  margin: 40px 0 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  display: inline-block;
  margin: 0 10px;
}
a {
  color: #42b983;
}
</style>> but was: <<template>
  <div>
    <only-start><style
  </div>
</template>
<script>
export default {
  name: 'HelloWorld',
  props: {
    msg: String
  }
}
</script>
<style scoped>
h3 {
  margin: 40px 0 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  display: inline-block;
  margin: 0 10px;
}
a {
  color: #42b983;
}
</style>>
```
@vrubezhny vrubezhny merged commit 72eee34 into master Aug 29, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/vue-67c9f71ca6 branch August 29, 2024 14:39
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