serverless-azure-functions
serverless-azure-functions copied to clipboard
chore: update `@types` dependencies
What did you implement:
- removed unneeded
@typesdependencies@types/lodashshould have been removed as part of #670@types/xmlI assume was added by mistake at some point@types/openhave been deprecated because the latest version ofopenships with types
- updated existing
@typesdependencies except for@types/serverlessbecause that causes a lot of errors (which I suspect have the same root cause, but best tackled in its own PR) - added some missing types
mock-spawnandzip-folderdon't have any types though
How did you implement it:
Adjusting the contents of package.json and running npm install
How can we verify it:
By running npx tsc --noemit
Todos:
Note: Run npm run test:ci to run all validation checks on proposed changes
- [x] Ensure there are no lint errors.
Validate vianpm run lint
Note: Some reported issues can be automatically fixed by runningnpm run lint:fix - [x] Write tests and confirm existing functionality is not broken.
Validate vianpm test - [x] Write documentation
- [x] Provide verification config / commands / resources
- [x] Enable "Allow edits from maintainers" for this PR
- [x] Update the messages below
Is this ready for review?: YES Is it a breaking change?: NO