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-throttling from 8.1.3 to 9.0.3 #1001

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps @octokit/plugin-throttling from 8.1.3 to 9.0.3.

Release notes

Sourced from @​octokit/plugin-throttling's releases.

v9.0.3

9.0.3 (2024-03-01)

Bug Fixes

v9.0.2

9.0.2 (2024-02-27)

Bug Fixes

v9.0.1

9.0.1 (2024-02-26)

Bug Fixes

  • add missing file extension on bottleneck import (#676) (1c64559)

v9.0.0

9.0.0 (2024-02-25)

Features

BREAKING CHANGES

  • package is now ESM

v8.2.0

8.2.0 (2024-02-22)

Features

Commits

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.

Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 8.1.3 to 9.0.3.
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v8.1.3...v9.0.3)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-throttling"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 11, 2024
@robertbrignull
Copy link
Contributor

I've combined this with #997 because it seems they need to be done together in order for the code to compile. Both of these modules have changed to ESM packages.

Thankfully, unlike the vscode-codeql repo, it seems we can make this upgrade and we aren't stuck waiting for any further packages to release their updated version.

@robertbrignull
Copy link
Contributor

It seems it's no longer auto-detecting the correct types. Possibly it's an inconsistency with the @octokit/actions package and will be resolved in the future.

For now we can get things working by adding in explicit types. These are the types that were determined automatically before, and looking at https://github.com/octokit/plugin-throttling.js/blob/v9.0.3/src/types.ts#L5 they are still the correct types.

Adding in those types didn't change the generated javascript at all.

@koesie10
Copy link
Member

I think it would be better to wait until all modules have been updated to ESM since we are now including two different versions of certain modules (e.g. @octokit/request-error, based on the paths in the package-lock.json: node_modules/@octokit/core/node_modules/@octokit/request-error).

@robertbrignull
Copy link
Contributor

Thanks for spotting that. Other than clearing the dependabot backlog there's no reason to rush these updates. We can leave this until all of the relevant packages have updated to ESM.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2024

A newer version of @​octokit/plugin-throttling exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/octokit/plugin-throttling-9.0.3 branch September 2, 2024 10:46
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.

None yet

2 participants