8000 Tags · octokit/plugin-request-log.js · GitHub
[go: up one dir, main page]

Skip to content

Tags: octokit/plugin-request-log.js

Tags

v6.0.0

Toggle v6.0.0'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.
chore(deps): modernize devDependencies, update `@octokit/core`, fix w…

…orkflows (#419)

* chore(deps): update dependency @octokit/core to v7

* ci: replace usage of `OCTOKITBOT_TOKEN` with octokit app

* style lint

* ci: use node LTS for prettier

* maint: modernize devDependencies

---------

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

v5.3.1

Toggle v5.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: dont throw if error does not have response attached (#399)

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Workflows have changed (#387)

Updates for workflows

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add x-github-request-id into logging message (#382)

v5.1.1

Toggle v5.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 (#379)

* docs: add note on needed config changes for TypeScript

* fix(pkg): add a `default` fallback export

* style: prettier

* docs: update tsconfig changes

* style: prettier

v5.1.0

Toggle v5.1.0's commit message

Verified

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

* Enable provenance in package.json

* Add necessary permissions to the release workflow

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: package is now ESM (#372)

* feat: package is now ESM

BREAKING CHANGE: package is now ESM

* docs(README): update for ESM

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.
fix(deps): pin @octokit/core peerDependency to v5 (#371)

v4.0.0

Toggle v4.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore(deps): update dependency @octokit/core to v5 (#332)

BREAKING CHANGE: require `@octokit/core` > 5

---------

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

v3.0.0

Toggle v3.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 v14, v16 (#321)

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

* ci: stop testing against NodeJS v14, v16

* ci: stop testing against NodeJS v14, v16

* ci: stop testing against NodeJS v14, v16

* ci: stop testing against NodeJS v14, v16

* ci: stop testing against NodeJS v14, v16

* Update build.mjs
0