Skip to content

Tags: octokit/app.js

Tags

v15.1.5

Toggle v15.1.5's commit message

Verified

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

v15.1.4

Toggle v15.1.4's commit message

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] (#600)

* fix(deps): bump @octokit/auth-app to 7.1.5
* fix(deps): bump @octokit/auth-unauthenticated to 6.1.2
* 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/webhooks to 13.6.1

---------

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

v15.1.3

Toggle v15.1.3's commit message

Verified

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

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

v15.1.2

Toggle v15.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump Octokit deps to fix Deno compat (#587)

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

* bump webhooks

* downgrade glob to v10

v15.1.1

Toggle v15.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(build): correct path to types for browser (#583)

Fixes octokit/octokit.js#2759

v15.1.0

Toggle v15.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add `getInstallationUrl` method (#542)

v15.0.1

Toggle v15.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): export minimal types required for the `App` class (#536)

This resolves issues in consumers of this package getting errors from TypeScript

```
The inferred type of 'App' cannot be named without a reference to '../node_modules/@octokit/app/dist-types/types.js'. This is likely not portable. A type annotation is necessary.
```

v15.0.0

Toggle v15.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: package is now ESM (#512)

BREAKING CHANGE: package is now ESM

v15.0.0-beta.5

Toggle v15.0.0-beta.5's commit message

Verified

This commit was signed with the committer’s verified signature.
Merge branch 'main' into beta

v15.0.0-beta.4

Toggle v15.0.0-beta.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Merge branch 'main' into beta