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 prod-dependencies group across 1 directory with 3 updates #1317

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the prod-dependencies group with 3 updates in the / directory: @actions/core, @actions/http-client and @octokit/webhooks-types.

Updates @actions/core from 1.10.1 to 1.11.1

Changelog

Sourced from @​actions/core's changelog.

1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #1842

1.11.0

  • Add platform info utilities #1551
  • Remove dependency on uuid package #1824
Commits

Updates @actions/http-client from 2.2.1 to 2.2.3

Changelog

Sourced from @​actions/http-client's changelog.

2.2.3

  • Fixed an issue where proxy username and password were not handled correctly #1799

2.2.2

  • Better handling of url encoded usernames and passwords in proxy config #1782
Commits

Updates @octokit/webhooks-types from 7.5.1 to 7.6.1

Release notes

Sourced from @​octokit/webhooks-types's releases.

v7.6.1

7.6.1 (2024-10-03)

Bug Fixes

  • add missing property category.node_id to discussion and discussion_comment (#960) (049c104)

v7.6.0

7.6.0 (2024-10-03)

Features

  • schemas: added schema for the merge_group destroyed event (#962) (524ed0d)
Commits
  • 049c104 fix: add missing property category.node_id to discussion and `discussion_...
  • 524ed0d feat(schemas): added schema for the merge_group destroyed event (#962)
  • 927e57f build(deps): lock file maintenance (#961)
  • 9ff3b41 build(deps): lock file maintenance (#958)
  • 54e88d0 build(deps): lock file maintenance (#957)
  • 050513f build(deps): lock file maintenance (#956)
  • acc75c2 build(deps): lock file maintenance (#954)
  • cbcb00e build(deps): lock file maintenance (#953)
  • 1f04640 build(deps): lock file maintenance (#952)
  • 760f508 build(deps): lock file maintenance (#951)
  • Additional commits viewable in compare view

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 <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

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 as a code owner October 6, 2024 22:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Fanout javascript Pull requests that update Javascript code labels Oct 6, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-37c32822b6 branch from 2ff626e to 5975f7c Compare October 13, 2024 22:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-37c32822b6 branch 2 times, most recently from d14b90f to bb60cd1 Compare October 25, 2024 11:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-37c32822b6 branch from 3405c72 to 64ab8d4 Compare November 3, 2024 22:12
Bumps the prod-dependencies group with 3 updates in the / directory: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core), [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) and [@octokit/webhooks-types](https://github.com/octokit/webhooks).


Updates `@actions/core` from 1.10.1 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Updates `@actions/http-client` from 2.2.1 to 2.2.3
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)

Updates `@octokit/webhooks-types` from 7.5.1 to 7.6.1
- [Release notes](https://github.com/octokit/webhooks/releases)
- [Commits](octokit/webhooks@v7.5.1...v7.6.1)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@actions/http-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@octokit/webhooks-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-37c32822b6 branch from b331812 to d39b4c5 Compare November 8, 2024 15:16
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 Fanout javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants