Closed jaylenw closed 2 years ago
:tada: This PR is included in version 3.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
thanks a lot! There don't seem to be any breaking changes, but I'll release it as a breaking version anyway, out of caution
@gr2m You're welcome and thank you!! 😀
What does this PR do?
The pull request has changes that includes updating the Probot dependency from v11 to v12, updating dependencies that includes Jest, Nock, and Prettier, and modifying the tests to reflect the changes that were introduced by upgrading Probot.
Background info
Probot v12 has been released. The adapter has to be updated to be compatible with this latest release of the Probot Framework.
Please view #82 for additional background info.
Useful links that were referenced to make the changes included in this PR:
How can this be tested (manually and/or automated test)?
Unit Tests
1.) Checkout this branch and run
npm install
.2.) Run
npm run lint
and see that linting passes.3.) Run
npm test
and you should see all the tests succeed.Manual tests
We copied the repository with these changes included into our
node_modules/@probot/adapter-aws-lambda-serverless
folder of our Probot application to make sure the issue seen in #82 was resolved.Which issue(s) is/are related to this PR?
This PR is related to issue #82 close #82
BREAKING CHANGE: Probot dependency has been upgraded from Probot v11 to v12.