Skip to content

Tags: octokit/oauth-app.js

Tags

v8.0.3

Toggle v8.0.3'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: set default type for TOctokitInstance in interface

Fixes octokit/octokit.js#2896

Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>

v8.0.2

Toggle v8.0.2'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: update octokit dependencies, derive `getUserOctokit` return type…

… from `Octokit` option (#620)

Fixes #262


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

v8.0.1

Toggle v8.0.1'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 monorepo (major) (#612)

* fix(deps): update octokit monorepo

* build: switch from glob to tinyglobby

---------

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

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: stop testing against NodeJS v18 (#610)

* build(package): set minimal node version in engines field to v20
BREAKING CHANGE: Drop support for NodeJS v18

* build: set minimal node version in build script to v20

* ci: stop testing against NodeJS v18

v7.1.6

Toggle v7.1.6'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): bump octokit dependencies to mitigate ReDos vulnerabilities (

#594)

fix(deps): bump @octokit/auth-oauth-app to 8.1.3
fix(deps): bump @octokit/auth-oauth-user to 5.1.3
fix(deps): bump @octokit/auth-unauthenticated to 6.1.2
fix(deps): bump @octokit/core to 6.1.4
fix(deps): bump @octokit/oauth-methods to 5.1.4


---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>

v7.1.5

Toggle v7.1.5'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 compatibility (#583)

v7.1.4

Toggle v7.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): remove `@types/node` from dependency tree (#579)

For some reason, TypeScript is including references to `@types/node` in the generated types.

See octokit/types.ts#656
See octokit/octokit.js#2762 (comment)

v7.1.3

Toggle v7.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't respond to OPTIONS requests for non-oauth requests (#539)

v7.1.2

Toggle v7.1.2's commit message

Verified

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

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

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

v7.1.1

Toggle v7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pkg): add a `default` fallback export (#523)

* fix(pkg): add a default fallback export

* docs: add note on needed config changes for TypeScript