Skip to content
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

Bump @octokit/plugin-rest-endpoint-methods from 10.4.0 to 13.2.6 #116

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

Bumps @octokit/plugin-rest-endpoint-methods from 10.4.0 to 13.2.6.

Release notes

Sourced from @​octokit/plugin-rest-endpoint-methods's releases.

v13.2.6

13.2.6 (2024-10-03)

Bug Fixes

v13.2.5

13.2.5 (2024-09-27)

Bug Fixes

  • typescript: bump octokit/types for types for request.request.signal (#771) (24f5176)

v13.2.4

13.2.4 (2024-07-02)

Bug Fixes

v13.2.2

13.2.2 (2024-05-02)

Reverts

  • Revert "feat: package is now ESM (#716)" (f0e9b87), closes #716
  • Revert "fix: add main entry point (#719)" (8a45428), closes #719
  • Revert "fix(pkg): add a default fallback export (#733)" (8251b8e), closes #733
  • Revert "fix(pkg): correct path in default export fallback to point to the JS and not the types (#736)" (4aed459), closes #736

v13.2.1

13.2.1 (2024-04-30)

Bug Fixes

v13.2.0

13.2.0 (2024-04-29)

... (truncated)

Commits
  • c5271a2 fix(deps): bump @octokit/types (#773)
  • 24f5176 fix(typescript): bump octokit/types for types for request.request.signal (#771)
  • 1fe7d27 build(deps): ts-config bump in octokit/types (#769)
  • 876069d chore(deps): update dependency @​octokit/tsconfig to v4 (#770)
  • c303f9e build(deps): bump rollup from 4.21.3 to 4.22.4 (#768)
  • eb43989 chore(deps): update dependency esbuild to ^0.24.0 (#767)
  • a083869 build(deps): bump vite from 5.3.4 to 5.4.6 (#766)
  • b30964c chore(deps): update dependency sinon to v19 (#765)
  • 1cfeae4 build(deps-dev): bump dset from 3.1.3 to 3.1.4 (#764)
  • ec6e43c chore(deps): update dependency fetch-mock to v11 (#762)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team October 4, 2024 00:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 4, 2024
@dependabot dependabot bot requested review from joelmccracken and removed request for a team October 4, 2024 00:09
@github-actions github-actions bot removed the request for review from joelmccracken October 4, 2024 00:09
Copy link

github-actions bot commented Oct 4, 2024

✔️ If all status checks pass, and no other reviews are submitted, mergeabot will merge this PR the next time it runs.

As long as that's OK, no other action is necessary.

@github-actions github-actions bot enabled auto-merge (rebase) October 5, 2024 00:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/plugin-rest-endpoint-methods-13.2.6 branch from 7a7df2f to 16e6401 Compare October 5, 2024 00:09
Copy link

github-actions bot commented Oct 5, 2024

🕐 PR was updated. Mergeabot will now merge this PR the next time it runs.

@pbrisbin
Copy link
Member

pbrisbin commented Oct 7, 2024

Error: src/github.ts(3,41): error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@octokit/plugin-rest-endpoint-methods")' call instead.

I think this means the new octokit dependency has been converted to ECMAScript, but we are still compiling as CommonJS. I'm not sure the correct way to fix, and I have a feeling this is going to come up more and more.

@stackptr do you happen to know?

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/plugin-rest-endpoint-methods-13.2.6 branch 2 times, most recently from 8893246 to c0490d0 Compare October 9, 2024 00:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/plugin-rest-endpoint-methods-13.2.6 branch 3 times, most recently from c58b7be to 6c311b8 Compare October 24, 2024 00:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/plugin-rest-endpoint-methods-13.2.6 branch 4 times, most recently from 2590f7f to c04aeb5 Compare October 31, 2024 00:09
Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 10.4.0 to 13.2.6.
- [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases)
- [Commits](octokit/plugin-rest-endpoint-methods.js@v10.4.0...v13.2.6)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-rest-endpoint-methods"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/plugin-rest-endpoint-methods-13.2.6 branch from c04aeb5 to 24e0b2e Compare November 2, 2024 00:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2025

Superseded by #146.

@dependabot dependabot bot closed this Jan 9, 2025
auto-merge was automatically disabled January 9, 2025 00:38

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/octokit/plugin-rest-endpoint-methods-13.2.6 branch January 9, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant