-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: update pre-commit hook renovatebot/pre-commit-hooks to v38.39.6 #250
Conversation
|
WalkthroughThe update in the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .pre-commit-config.yaml (1 hunks)
Additional comments not posted (1)
.pre-commit-config.yaml (1)
15-15
: Verify compatibility of the updated version.The
renovatebot/pre-commit-hooks
version has been updated from38.25.1
to38.39.6
. Ensure that this update does not introduce breaking changes and is compatible with your existing configuration.Verification successful
No breaking changes found in the version update.
The update from
renovatebot/pre-commit-hooks
version 38.25.1 to 38.39.6 does not introduce any breaking changes according to the release notes. You can proceed with the update without concerns about compatibility issues.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for breaking changes or important notes in the release notes between the two versions. # Expected: No breaking changes that affect your configuration. # Fetch release notes for versions between 38.25.1 and 38.39.6. curl -s https://api.github.com/repos/renovatebot/pre-commit-hooks/releases | jq -r '.[] | select(.tag_name >= "38.25.1" and .tag_name <= "38.39.6") | .body'Length of output: 2044
Script:
#!/bin/bash # Description: Fetch and display detailed release notes for each version from 38.25.1 to 38.39.6. # Define the range of versions to check. versions=("38.25.1" "38.25.2" "38.25.3" "38.26.0" "38.26.1" "38.27.0" "38.27.1" "38.29.0" "38.31.0" "38.32.0" "38.32.1" "38.33.0" "38.35.0" "38.37.0" "38.37.1" "38.38.0" "38.38.1" "38.39.0" "38.39.2" "38.39.3" "38.39.4" "38.39.5" "38.39.6") # Loop through each version and fetch the release notes. for version in "${versions[@]}"; do echo "Fetching release notes for version $version..." curl -s "https://api.github.com/repos/renovatebot/renovate/releases/tags/$version" | jq -r '.body' echo -e "\n---\n" doneLength of output: 20554
This PR contains the following updates:
38.25.1
->38.39.6
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)
v38.39.6
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.39.6 for more changes
v38.39.5
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.39.5 for more changes
v38.39.4
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.39.4 for more changes
v38.39.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.39.3 for more changes
v38.39.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.39.2 for more changes
v38.39.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.39.0 for more changes
v38.38.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.38.1 for more changes
v38.38.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.38.0 for more changes
v38.37.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.37.1 for more changes
v38.37.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.37.0 for more changes
v38.35.0
Compare Source
v38.33.0
Compare Source
v38.32.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.32.1 for more changes
v38.32.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.32.0 for more changes
v38.31.0
Compare Source
v38.29.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.29.0 for more changes
v38.27.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.27.1 for more changes
v38.27.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.27.0 for more changes
v38.26.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.26.1 for more changes
v38.26.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.26.0 for more changes
v38.25.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/38.25.3 for more changes
v38.25.2
Compare Source
Configuration
📅 Schedule: Branch creation - "after 10am on monday,before 5pm on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.