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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ts-json-schema-generator from 2.0.1 to 2.1.1 in /extensions/ql-vscode #3581

Commits on May 1, 2024

  1. Bump ts-json-schema-generator in /extensions/ql-vscode

    Bumps [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) from 2.0.1 to 2.1.1.
    - [Release notes](https://github.com/vega/ts-json-schema-generator/releases)
    - [Changelog](https://github.com/vega/ts-json-schema-generator/blob/v2.1.1/CHANGELOG.md)
    - [Commits](vega/ts-json-schema-generator@v2.0.1...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: ts-json-schema-generator
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1c7f92b View commit details
    Browse the repository at this point in the history
  2. Switch from ts-node to vite-node

    vite-node seems to have better support for mixed ESM and CJS modules and
    makes the scripts work with both kinds of packages without having to
    change the project configuration.
    koesie10 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    85abd9a View commit details
    Browse the repository at this point in the history
  3. Add back ts-node for Gulp

    koesie10 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f698ac3 View commit details
    Browse the repository at this point in the history