8000 Tags · octokit/oauth-app.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: octokit/oauth-app.js

Tags

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

v7.1.0

Toggle v7.1.0's commit message

Verified

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

* Enable provenance in package.json

* Add necessary permissions to the release workflow

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pkg): add `main` entry point (#508)

Some tools don't play well with only having the `exports` field present.

See octokit/core.js#662
0