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: add types to fix deprecation warning #571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: add types to fix deprecation warning #571

wants to merge 1 commit into from

Conversation

dnicolson
Copy link
Contributor

What did you implement:

This pull request adds types to command line options.

Closes #568

How can we verify it:

Run serverless info and check for deprecation warnings.

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

  • Ensure there are no lint errors.
    Validate via npm run lint
    Note: Some reported issues can be automatically fixed by running npm run lint:fix
  • Write tests and confirm existing functionality is not broken.
    Validate via npm test
  • Write documentation
  • Provide verification config / commands / resources
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES
Is it a breaking change?: NO

@pgrzesik
Copy link
Collaborator

Thank you @dnicolson - it looks good, however, the branch is not up-to-date with `master. Could you please update it so it's either rebased on top of current master or has current master merged into it?

Serverless v2.33.0+ will display a deprecation warning for options without a type value.

closes #568
@dnicolson
Copy link
Contributor Author

Hi @pgrzesik, I updated master a while back but a few days ago #577 was merged so it needs updating again. The fork has since been deleted, is someone able to merge master into this pull request?

@pgrzesik
Copy link
Collaborator

Hello @dnicolson 👋 @tbarlow12 would you be able to help out with that?

@akurtz
Copy link

akurtz commented Mar 16, 2022

Bumping this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type deprecation warning
3 participants