Skip to content

Commit

Permalink
Update dependency octokit to v4
Browse files Browse the repository at this point in the history
| 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 schema
  • Loading branch information
renovate[bot] committed Aug 27, 2024
1 parent cb44f8b commit f2bac89
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 311 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"glob": "8.0.1",
"jest": "28.1.3",
"license-checker": "25.0.1",
"octokit": "3.2.1",
"octokit": "4.0.2",
"prettier": "2.8.8",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
Loading

0 comments on commit f2bac89

Please sign in to comment.