Skip to content

fix(deps): add explicit dependency on @octokit/webhooks #2847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 20, 2025

Conversation

wolfy1339
Copy link
Member

Because of the way that the types are defined, the App class definition created with App#defaults() contains references to @octokit/webhooks.

Adds an explicit dependency on @octokit/webhooks to avoid any issue for consumers.

Fixes #2844

Resolves #ISSUE_NUMBER


Before the change?

After the change?

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

Because of the way that the types are defined, the `App` class definition created with `App#defaults()` contains references to `@octokit/webhooks`.

Adds an explicit dependency on `@octokit/webhooks` to avoid any issue for consumers.

Fixes #2844
Copy link

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@wolfy1339 wolfy1339 added the Type: Bug Something isn't working as documented label May 13, 2025
@wolfy1339 wolfy1339 enabled auto-merge (squash) May 20, 2025 11:35
@wolfy1339 wolfy1339 merged commit 2b5ed09 into main May 20, 2025
6 checks passed
@wolfy1339 wolfy1339 deleted the fix-types-yarn-pnp branch May 20, 2025 11:35
@github-project-automation github-project-automation bot moved this from 🆕 Triage to ✅ Done in 🧰 Octokit Active May 20, 2025
Copy link

🎉 This PR is included in version 5.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@wolfy1339
Copy link
Member Author

I will backport this to previous versions where needed

wolfy1339 added a commit that referenced this pull request May 20, 2025
Because of the way that the types are defined, the `App` class definition created with `App#defaults()` contains references to `@octokit/webhooks`.

Adds an explicit dependency on `@octokit/webhooks` to avoid any issue for consumers.

Fixes #2844
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 24, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 5.0.2 |


## [v5.0.2](https://github.com/octokit/octokit.js/releases/tag/v5.0.2)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2853](octokit/octokit.js#2853)) ([edfce61](octokit/octokit.js@edfce61))


## [v5.0.1](https://github.com/octokit/octokit.js/releases/tag/v5.0.1)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([2b5ed09](octokit/octokit.js@2b5ed09)), closes [#2844](octokit/octokit.js#2844)


## [v5.0.0](https://github.com/octokit/octokit.js/releases/tag/v5.0.0)

##### Continuous Integration

-   stop testing against NodeJS v18 ([#2846](octokit/octokit.js#2846)) ([8ec7ed7](octokit/octokit.js@8ec7ed7))

##### BREAKING CHANGES

-   Drop support for NodeJS v18

-   ci: stop testing against NodeJS v18


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 24, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 5.0.2 |


## [v5.0.2](https://github.com/octokit/octokit.js/releases/tag/v5.0.2)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2853](octokit/octokit.js#2853)) ([edfce61](octokit/octokit.js@edfce61))


## [v5.0.1](https://github.com/octokit/octokit.js/releases/tag/v5.0.1)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([2b5ed09](octokit/octokit.js@2b5ed09)), closes [#2844](octokit/octokit.js#2844)


## [v5.0.0](https://github.com/octokit/octokit.js/releases/tag/v5.0.0)

##### Continuous Integration

-   stop testing against NodeJS v18 ([#2846](octokit/octokit.js#2846)) ([8ec7ed7](octokit/octokit.js@8ec7ed7))

##### BREAKING CHANGES

-   Drop support for NodeJS v18

-   ci: stop testing against NodeJS v18


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 24, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 4.1.4 |


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 25, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 5.0.2 |


## [v5.0.2](https://github.com/octokit/octokit.js/releases/tag/v5.0.2)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2853](octokit/octokit.js#2853)) ([edfce61](octokit/octokit.js@edfce61))


## [v5.0.1](https://github.com/octokit/octokit.js/releases/tag/v5.0.1)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([2b5ed09](octokit/octokit.js@2b5ed09)), closes [#2844](octokit/octokit.js#2844)


## [v5.0.0](https://github.com/octokit/octokit.js/releases/tag/v5.0.0)

##### Continuous Integration

-   stop testing against NodeJS v18 ([#2846](octokit/octokit.js#2846)) ([8ec7ed7](octokit/octokit.js@8ec7ed7))

##### BREAKING CHANGES

-   Drop support for NodeJS v18

-   ci: stop testing against NodeJS v18


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 25, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 4.1.4 |


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 31, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 5.0.3 |


## [v5.0.3](https://github.com/octokit/octokit.js/releases/tag/v5.0.3)

##### Bug Fixes

-   **deps:** update dependency [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods) to v16 ([#2855](octokit/octokit.js#2855)) ([310e4cb](octokit/octokit.js@310e4cb))


## [v5.0.2](https://github.com/octokit/octokit.js/releases/tag/v5.0.2)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2853](octokit/octokit.js#2853)) ([edfce61](octokit/octokit.js@edfce61))


## [v5.0.1](https://github.com/octokit/octokit.js/releases/tag/v5.0.1)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([2b5ed09](octokit/octokit.js@2b5ed09)), closes [#2844](octokit/octokit.js#2844)


## [v5.0.0](https://github.com/octokit/octokit.js/releases/tag/v5.0.0)

##### Continuous Integration

-   stop testing against NodeJS v18 ([#2846](octokit/octokit.js#2846)) ([8ec7ed7](octokit/octokit.js@8ec7ed7))

##### BREAKING CHANGES

-   Drop support for NodeJS v18

-   ci: stop testing against NodeJS v18


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 31, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 4.1.4 |


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 1, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 5.0.3 |


## [v5.0.3](https://github.com/octokit/octokit.js/releases/tag/v5.0.3)

##### Bug Fixes

-   **deps:** update dependency [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods) to v16 ([#2855](octokit/octokit.js#2855)) ([310e4cb](octokit/octokit.js@310e4cb))


## [v5.0.2](https://github.com/octokit/octokit.js/releases/tag/v5.0.2)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2853](octokit/octokit.js#2853)) ([edfce61](octokit/octokit.js@edfce61))


## [v5.0.1](https://github.com/octokit/octokit.js/releases/tag/v5.0.1)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([2b5ed09](octokit/octokit.js@2b5ed09)), closes [#2844](octokit/octokit.js#2844)


## [v5.0.0](https://github.com/octokit/octokit.js/releases/tag/v5.0.0)

##### Continuous Integration

-   stop testing against NodeJS v18 ([#2846](octokit/octokit.js#2846)) ([8ec7ed7](octokit/octokit.js@8ec7ed7))

##### BREAKING CHANGES

-   Drop support for NodeJS v18

-   ci: stop testing against NodeJS v18


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 1, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 4.1.4 |


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 6, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 5.0.3 |


## [v5.0.3](https://github.com/octokit/octokit.js/releases/tag/v5.0.3)

##### Bug Fixes

-   **deps:** update dependency [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods) to v16 ([#2855](octokit/octokit.js#2855)) ([310e4cb](octokit/octokit.js@310e4cb))


## [v5.0.2](https://github.com/octokit/octokit.js/releases/tag/v5.0.2)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2853](octokit/octokit.js#2853)) ([edfce61](octokit/octokit.js@edfce61))


## [v5.0.1](https://github.com/octokit/octokit.js/releases/tag/v5.0.1)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([2b5ed09](octokit/octokit.js@2b5ed09)), closes [#2844](octokit/octokit.js#2844)


## [v5.0.0](https://github.com/octokit/octokit.js/releases/tag/v5.0.0)

##### Continuous Integration

-   stop testing against NodeJS v18 ([#2846](octokit/octokit.js#2846)) ([8ec7ed7](octokit/octokit.js@8ec7ed7))

##### BREAKING CHANGES

-   Drop support for NodeJS v18

-   ci: stop testing against NodeJS v18


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 6, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 4.1.4 |


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 8, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 5.0.3 |


## [v5.0.3](https://github.com/octokit/octokit.js/releases/tag/v5.0.3)

##### Bug Fixes

-   **deps:** update dependency [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods) to v16 ([#2855](octokit/octokit.js#2855)) ([310e4cb](octokit/octokit.js@310e4cb))


## [v5.0.2](https://github.com/octokit/octokit.js/releases/tag/v5.0.2)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2853](octokit/octokit.js#2853)) ([edfce61](octokit/octokit.js@edfce61))


## [v5.0.1](https://github.com/octokit/octokit.js/releases/tag/v5.0.1)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([2b5ed09](octokit/octokit.js@2b5ed09)), closes [#2844](octokit/octokit.js#2844)


## [v5.0.0](https://github.com/octokit/octokit.js/releases/tag/v5.0.0)

##### Continuous Integration

-   stop testing against NodeJS v18 ([#2846](octokit/octokit.js#2846)) ([8ec7ed7](octokit/octokit.js@8ec7ed7))

##### BREAKING CHANGES

-   Drop support for NodeJS v18

-   ci: stop testing against NodeJS v18


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jun 8, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | octokit | 4.1.2 | 4.1.4 |


## [v4.1.4](https://github.com/octokit/octokit.js/releases/tag/v4.1.4)

##### Bug Fixes

-   **deps:** add explicit dependency on `@octokit/webhooks` ([#2847](octokit/octokit.js#2847)) ([3589cd2](octokit/octokit.js@3589cd2)), closes [#2844](octokit/octokit.js#2844)


## [v4.1.3](https://github.com/octokit/octokit.js/releases/tag/v4.1.3)

##### Bug Fixes

-   **deps:** update octokit monorepo (major) ([#2836](octokit/octokit.js#2836)) ([4ccc6d3](octokit/octokit.js@4ccc6d3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Type: Bug Something isn't working as documented
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[BUG]: octokit is missing its @octokit/webhooks dependency
2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy