Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenAPITools/openapi-generator-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.2
Choose a base ref
...
head repository: OpenAPITools/openapi-generator-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 5 contributors

Commits on Dec 22, 2022

  1. Replace deprecated HttpModule from @nestjs/common with @nestjs/axios (#…

    …651)
    
    * feat: replace deprecated HttpModule from @nestjs/common with @nestjs/axios
    
    * feat: repair yarn.lock-file
    
    * feat: update actions and use node 16 for pipelines/actions
    
    Co-authored-by: Rebecca Cramer <[email protected]>
    Co-authored-by: William Cheng <[email protected]>
    3 people authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    66b78ff View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. chore(deps): upgrade @nestjs to 9.3.9 (#693)

    * chore(deps): upgrade @nestjs to 9.3.9
    
    * chore(deps): expect error TS2339
    
    * chore(deps): update dependency @types/lodash to v4.14.191
    
    * chore(deps): update dependency dotenv to v16.0.3
    
    * chore(deps): update dependency ts-jest to v27.1.5
    
    * fix(deps): update dependency compare-versions to v4.1.4
    
    * fix(deps): update dependency inquirer to v8.2.5
    
    * fix(deps): update nest monorepo
    
    * chore(deps): update commitlint monorepo
    
    * chore(deps): update dependency @types/jest to v27.5.2
    
    * chore(deps): update dependency @types/node to v16.18.18
    
    * chore(deps): update dependency eslint-config-prettier to v8.8.0
    
    * fix(deps): update nest monorepo to v9.3.11
    
    * chore(deps): update dependency prettier to v2.8.6
    
    * chore(deps): update dependency ts-node to v10.9.1
    
    * chore(deps): update dependency type-fest to v2.19.0
    
    * chore(deps): update dependency typescript to v4.9.5
    
    * chore(deps): update typescript-eslint monorepo to v5.56.0
    
    * fix(deps): update dependency @nestjs/axios to v0.1.1
    
    * fix(deps): update dependency fs-extra to v10.1.0
    
    * fix(deps): update dependency rxjs to v7.8.0
    
    * chore: work around TS2339
    
    * chore: revert 6a0140c
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    bahrmichael and renovate[bot] authored Mar 31, 2023
    4 Configuration menu
    Copy the full SHA
    9e6f443 View commit details
    Browse the repository at this point in the history
  2. add --openssl-legacy-provider

    wing328 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3b1e9c2 View commit details
    Browse the repository at this point in the history
  3. Revert "add --openssl-legacy-provider"

    This reverts commit 3b1e9c2.
    wing328 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d3d0099 View commit details
    Browse the repository at this point in the history
  4. use node 17.x and NODE_OPTIONS=--openssl-legacy-provider (#699)

    * use NODE_OPTIONS=--openssl-legacy-provider
    
    * use node 17.x
    
    * remmove node option
    
    * Revert "remmove node option"
    
    This reverts commit 1db921a.
    wing328 authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f9234a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    b54ee7d View commit details
    Browse the repository at this point in the history
Loading