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

Commits on Aug 29, 2024

  1. Bump the vue group across 1 directory with 2 updates

    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[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6a29f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454e0aa View commit details
    Browse the repository at this point in the history
  3. [tests] Fix for 'TestVue.testVuetemplate'

    ```
    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 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8344bc7 View commit details
    Browse the repository at this point in the history