Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: octokit/request-error.js

Tags

v7.0.0

Toggle v7.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 (#512)

* 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

v6.1.8

Toggle v6.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency @octokit/types to v14 (#505)

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

v5.1.1

Toggle v5.1.1's commit message

Verified

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

v6.1.7

Toggle v6.1.7's commit message

Verified

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

v6.1.6

Toggle v6.1.6's commit message

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

Toggle v6.1.5's commit message

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

Toggle v6.1.4's commit message

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

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

chore: correct title

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

v6.1.2

Toggle v6.1.2's commit message

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

Toggle v6.1.1's commit message

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.