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

Diff @actions/http-client changes #1064

Closed
wants to merge 3 commits into from

Commits on Apr 28, 2022

  1. Move @actions/http-client into toolkit

    fix failing http-client tests
    
    npm run lint-fix
    
    Simple manual fixes for lint rules
    
    Silence some linter errors
    
    Silence some linter warnings, but not "explicit any"
    
    Silence @typescript-eslint/no-explicit-any
    
    fix @typescript-eslint/no-non-null-assertion
    
    fix npm audit for http-client
    
    don't use I- prefix on interface names
    
    Get rid of `any` type in `Headers`
    
    Add http-client to the main README
    
    Update release notes
    brcrista committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    f300e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25bdb14 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. npm run lint-fix

    brcrista committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    336fe03 View commit details
    Browse the repository at this point in the history