Commit cc39994
authored
Update dependency octokit to v4
| datasource | package | from | to |
| ---------- | ------- | ----- | ----- |
| npm | octokit | 3.2.1 | 4.0.2 |
## [v4.0.2](https://github.com/octokit/octokit.js/releases/tag/v4.0.2)
##### Bug Fixes
- **build:** actually output ESM ([#2678](octokit/octokit.js#2678)) ([9604674](octokit/octokit.js@9604674))
## [v4.0.1](https://github.com/octokit/octokit.js/releases/tag/v4.0.1)
##### Bug Fixes
- **docs:** remove NodeJS 10 and add callout for conditional exports ([#2675](octokit/octokit.js#2675)) ([c99ff62](octokit/octokit.js@c99ff62))
## [v4.0.0](https://github.com/octokit/octokit.js/releases/tag/v4.0.0)
##### BREAKING CHANGES
- package is now ESM
- remove authentication type "oauth" that was previously deprecated
- Switch from `@octokit/webhooks-types` to `@octokit/openapi-webhooks-types` due to the transition to using GitHub's OpenAPI schema1 parent 54ccf5c commit cc39994
2 files changed
+154
-311
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments