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 the octokit group in /extensions/ql-vscode with 2 updates #3963

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2025

Bumps the octokit group in /extensions/ql-vscode with 2 updates: @octokit/plugin-retry and @octokit/plugin-throttling.

Updates @octokit/plugin-retry from 7.1.4 to 7.2.0

Release notes

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

v7.2.0

7.2.0 (2025-03-18)

Features

Commits
  • 40a8c8b feat: don't retry on HTTP 410 (#621)
  • 470ac38 chore(deps): update dependency prettier to v3.5.3 (#618)
  • 85a5c95 build(deps): lock file maintenance (#619)
  • ea0d5d8 build(deps): lock file maintenance (#617)
  • 4daf959 chore(deps): update dependency semantic-release-plugin-update-version-in-file...
  • 33e0076 chore(deps): update dependency prettier to v3.5.2 (#616)
  • 0d36408 build(deps): lock file maintenance (#614)
  • See full diff in compare view

Updates @octokit/plugin-throttling from 9.4.0 to 9.6.0

Release notes

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

v9.6.0

9.6.0 (2025-03-18)

Features

  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints (#778) (b879eb9)

v9.5.0

9.5.0 (2025-03-18)

Features

  • new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history,/repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#777) (52d925e)
Commits
  • b879eb9 feat: new /orgs/{org}/issue-types, `/orgs/{org}/issue-types/{issue_type_id}...
  • 52d925e feat: new /enterprises/{enterprise}/actions/hosted-runners, `/orgs/{org}/ac...
  • 7429d8b chore(deps): update dependency prettier to v3.5.3 (#774)
  • 4f4a3db build(deps): lock file maintenance (#776)
  • b5f63ae chore(deps): update dependency semantic-release-plugin-update-version-in-file...
  • e80b371 build(deps): lock file maintenance (#771)
  • 9537978 chore(deps): update dependency prettier to v3.5.2 (#773)
  • a99a1ea chore(deps): update dependency prettier to v3.5.1 (#769)
  • 1a4ab47 build(deps): lock file maintenance (#770)
  • 97e6809 chore(deps): update dependency esbuild to ^0.25.0 (#768)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@octokit/plugin-throttling [>= 6.a, < 7]
@octokit/plugin-retry [>= 5.a, < 6]
@octokit/plugin-throttling [>= 7.a, < 8]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the octokit group in /extensions/ql-vscode with 2 updates: [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) and [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js).


Updates `@octokit/plugin-retry` from 7.1.4 to 7.2.0
- [Release notes](https://github.com/octokit/plugin-retry.js/releases)
- [Commits](octokit/plugin-retry.js@v7.1.4...v7.2.0)

Updates `@octokit/plugin-throttling` from 9.4.0 to 9.6.0
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v9.4.0...v9.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 20, 2025 13:57
@dependabot dependabot bot added the Update dependencies Dependabot update PRs label Mar 20, 2025
@angelapwen angelapwen merged commit f490777 into main Mar 20, 2025
18 checks passed
@angelapwen angelapwen deleted the dependabot/npm_and_yarn/extensions/ql-vscode/octokit-d10c36bf20 branch March 20, 2025 15:45
tuan-nguen pushed a commit that referenced this pull request Mar 25, 2025
…ns/ql-vscode/octokit-d10c36bf20

Bump the octokit group in /extensions/ql-vscode with 2 updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Update dependencies Dependabot update PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant