Skip to content

Tags: octokit/request-error.js

Tags

v5.1.1

Verified

This commit was signed with the committer’s verified signature.
 test: ReDos regex vulnerability, reported by @dayshift

v6.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: linting issues (#494)

v6.1.6

Verified

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

v6.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): add explicit `| undefined` to optional fields (#462)

When typescript is used with the option `exactOptionalProperty: true`, this code fails to typecheck if `undefined` is passed in for the response value.

This is because `exactOptionalProperty` makes tsc consider `?:..` different from `: ... | undefined` for more strictness.

v6.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve perf of request error instantiations (#444)

* add benchmarks
* remove call of captureStackTrace

v6.1.3

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(docs): correct title in README (#443)

chore: correct title

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

v6.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ensure statusCode is always an integer (#439)

* fix: ensure statusCode is always an integer

* Update src/index.ts

v6.1.1

Verified

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

* fix(pkg): add a default fallback

See octokit/core.js#665 octokit/core.js#667

* docs: add note on needed config changes for TypeScript

v5.1.0

Verified

This commit was signed with the committer’s verified signature.
fix: upgrade `@octokit/types` to v13

v6.1.0

Verified

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

* Enable provenance in package.json

* Add necessary permissions to the release workflow