Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

This PR contains the following updates:

Package Change Age Confidence
@octokit/webhooks 12.0.11 -> 12.3.2 age confidence
octokit 3.1.2 -> 3.2.2 age confidence

Release Notes

octokit/webhooks.js (@​octokit/webhooks)

v12.3.2

Compare Source

Bug Fixes
  • createLogger should not recreate the logger object if it already exists (#​1162) (fa60c1a)

v12.3.1

Compare Source

Bug Fixes
  • type update via @octokit/webhooks-types v7.6.1 (a54faa4)

v12.3.0

Compare Source

Features
  • add new merge_group.destroyed event (c1cedbb)

v12.2.0

Compare Source

Features
  • types: add new events via @octokit/webhooks-schemas update to v7.4.0 (#​985) (9de507d)

v12.1.2

Compare Source

Bug Fixes

v12.1.1

Compare Source

Bug Fixes

v12.1.0

Compare Source

Features
  • deployment_review, bump webhooks-types and webhooks-schemas (#​964) (5ed9f2e)
octokit/octokit.js (octokit)

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

semanticdiff-com bot commented Feb 6, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  package-lock.json  55% smaller

Copy link

restack-app bot commented Feb 6, 2024

No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews.

Copy link

pr-code-reviewer bot commented Feb 6, 2024

👋 Hi there!

  1. Update the version numbers of the dependencies to align with the required versions.
  2. Ensure consistency in dependency specifications by maintaining a uniform format (e.g., use "^" or ">=").
  3. Verify compatibility with the specified Node.js version and update if necessary (e.g., "node": ">= 18" should be confirmed for correctness).


Automatically generated with the help of gpt-3.5-turbo.
Feedback? Please don't hesitate to drop me an email at [email protected].

Copy link

instapr bot commented Feb 6, 2024

The PR looks good. The package '@octokit/webhooks' has been updated from version '12.0.11' to '12.1.0'. The release notes mention the addition of a new feature related to deployment review. No issues were detected in the configuration.

Copy link

coderabbitai bot commented Feb 6, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from b12d7e9 to ffc101f Compare March 2, 2024 11:22
@renovate renovate bot changed the title Update dependency @octokit/webhooks to v12.1.0 Update dependency @octokit/webhooks to v12.1.2 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from ffc101f to dde86bf Compare March 24, 2024 02:14
@renovate renovate bot changed the title Update dependency @octokit/webhooks to v12.1.2 Update dependency @octokit/webhooks to v12.2.0 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from dde86bf to e54de1c Compare April 3, 2024 19:23
@renovate renovate bot changed the title Update dependency @octokit/webhooks to v12.2.0 Update octokit monorepo Apr 3, 2024
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch 2 times, most recently from 57298bd to 3a45ceb Compare April 21, 2024 07:28
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 3a45ceb to cadcf83 Compare May 3, 2024 19:18
Copy link

astronuts-ai bot commented May 3, 2024

@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from cadcf83 to 30e7f8b Compare October 4, 2024 01:53
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 30e7f8b to 1fc8f5c Compare December 2, 2024 09:50
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 1fc8f5c to f4b4d77 Compare January 23, 2025 21:09
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from f4b4d77 to 063c511 Compare February 9, 2025 12:47
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 063c511 to 4babb1e Compare March 3, 2025 12:07
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 4babb1e to 7427d9e Compare April 1, 2025 12:50
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 7427d9e to 96e4512 Compare May 20, 2025 20:27
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 96e4512 to f1cac4a Compare July 11, 2025 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants