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

🐛 fix uv version implementation #15

Merged
merged 4 commits into from
Mar 7, 2024
Merged

🐛 fix uv version implementation #15

merged 4 commits into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. Add version support

    * Add `venv` creation and activation support (#7)
    
    * 🎨 Fix import statement in main.ts
    
    * 📝 Remove unused scripts from package.json
    
    * ✨ Add check-dist.yml workflow for transpiled JavaScript
    
    * ⬆️  Bump the npm-development group with 1 update (#8)
    
    Bumps the npm-development group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    Updates `@types/node` from 20.11.19 to 20.11.20
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * 🔥 remove preview version
    
    * ✅ remove preview tests
    
    * 📝 update documentation
    
    * ✨ Remove unused code
    
    * 🐛 Remove lint and coverage scripts from "all" script
    
    * ⬆️ Bump the npm-development group with 1 update (#11)
    
    Bumps the npm-development group with 1 update: [eslint](https://github.com/eslint/eslint).
    
    
    Updates `eslint` from 8.56.0 to 8.57.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.56.0...v8.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ⬆️ Bump the npm-production group with 1 update (#12)
    
    Bumps the npm-production group with 1 update: [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver).
    
    
    Updates `@types/semver` from 7.5.7 to 7.5.8
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/semver"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump the npm-development group with 2 updates (#13)
    
    Bumps the npm-development group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github).
    
    
    Updates `@types/node` from 20.11.20 to 20.11.24
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint-plugin-github` from 4.10.1 to 4.10.2
    - [Release notes](https://github.com/github/eslint-plugin-github/releases)
    - [Commits](github/eslint-plugin-github@v4.10.1...v4.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: eslint-plugin-github
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Refactor UV installation script and add version support
    
    * Add warning if no version provided
    
    * Fix CI
    
    * Fix no version case in CI
    
    * Use uv v.0.1.12 in CI
    
    * Update UV installer script URL
    
    * Fix UV installation command for Windows
    
    * Update UV installation command for Windows
    
    * Add .ps1 extension to downloaded file
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Yasser Tahiri <yasserth19@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    62a57aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ecd974 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b1263b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6157db View commit details
    Browse the repository at this point in the history