Skip to content

Tags: octokit/octokit.js

Tags

v4.1.2

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(deps): update Octokit dependencies to mitigate ReDos vulnerabilit…

…ies [security] (#2816)

* fix(deps): bump @octokit/app to 15.1.4
* fix(deps): bump @octokit/core to 6.1.4
* fix(deps): bump @octokit/oauth-app to 7.1.6
* fix(deps): bump @octokit/plugin-paginate-rest to 11.4.2
* fix(deps): bump @octokit/plugin-rest-endpoint-methods to 13.3.1
* fix(deps): bump @octokit/plugin-retry to 7.1.4
* fix(deps): bump @octokit/plugin-throttling to 9.4.0
* fix(deps): bump @octokit/request-error to 6.1.7


---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>

v4.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump `@octokit/app` to fix web users (#2806)

The `verifyWithFallback()` function was missing from the web code in `@octokit/webhooks-methods`, and was only defined for Node, leaving users unable to use newer versions of `@octokit/webhooks` with this package

v4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(deps): bump Octokit deps to fix Deno compatibility, new endpoint…

…s via `@octokit/plugin-rest-endpoint-methods` (#2788)

* fix(deps): bump Octokit deps to fix Deno compatibility

* bump the rest of the Octokit modules

v4.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump `@octokit/app` and `@octokit/types` (#2763)

* fix(deps): bump `@octokit/app`

Resolves an issue with types not getting resolved to the proper file
Resolves an issue with esm.sh getting stuck on a previous version of `@octokit/app`

* fix(deps): bump `@octokit/types` to fix Deno compat

v4.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(build): actually output ESM (#2678)

v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 fix(docs): remove NodeJS 10 and add callout for conditional exports (#…

…2675)

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: v4 (#2674)

BREAKING CHANGE: package is now ESM
BREAKING CHANGE: remove authentication type "oauth" that was previously deprecated
BREAKING CHANGE: Switch from `@octokit/webhooks-types` to `@octokit/openapi-webhooks-types` due to the transition to using GitHub's OpenAPI schema

v3.2.1-beta.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: Beta updates (#2669)

* build: remove `semantic-release`

* build: lockfile update

* build: use node16 module in typescript test

v3.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update rest endpoints (#2667)

Final CJS release containing new Endpoints

v3.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(security): Add provenance (#2653)

* Enable provenance in package.json

* Add necessary permissions to the release workflow