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

Tags: mathieubathalon/core.js

Tags

v4.0.4

Toggle v4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @octokit/graphql to v5 (octokit#492)

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

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @octokit/request-error to v3 (octokit#493)

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

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @octokit/auth-token to v3 (octokit#490)

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

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @octokit/request to v6 (octokit#491)

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

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: stop testing against NodeJS v10, v12 (octokit#488)

BREAKING CHANGE: Drop support for NodeJS v10, v12

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(npm): replace 'pika' command with 'pika-pack' (octokit#454)

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(typescript): avoid the `void` (octokit#356)

See octokit/octokit.js#2115

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `error.response` (octokit#355)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(typescript): do not permit unknown keys on `octokit` instance (e…

…ven when used with plugins and defaults) (octokit#312) thanks to @Andarist

thanks to @Andarist gr2m/javascript-plugin-architecture-with-typescript-definitions#31

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(typescript): remove `[key: string]: any` from `Octokit` class (oc…

…tokit#309)

Before any property on an `octokit` instance could be used without complaint at build time. With this change, all additional properties on an `octokit` instance need to be added explicitly using plugins
0