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.28.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.28.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 8, 2026

  1. chore(deps): update dependency @types/node to v20.19.33 (#1126)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    e87ee3c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency axios to v1.13.5 (#1127)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    8f45d96 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency type-fest to v5.4.4 (#1128)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    b72547e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. chore(deps): update nx monorepo to v22.5.0 (#1129)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    13c3fc9 View commit details
    Browse the repository at this point in the history
  2. fix: resolve Node 24+ spawn deprecation warning (DEP0190) (#1130)

    When using spawn with shell: true, passing args as a separate array
    causes a deprecation warning in Node 24+:
    
    'Passing args to a child process with shell option true can lead to
    security vulnerabilities, as the arguments are not escaped, only
    concatenated.'
    
    This commit fixes the issue by joining the command and args into a
    single command string before passing to spawn, which is the recommended
    pattern for shell: true usage.
    
    Fixes #1102
    kaigritun authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    083418f View commit details
    Browse the repository at this point in the history
Loading