-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Update dependency nanoid to v5.0.6 #85205
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
area/frontend
dependencies
Pull requests that update a dependency file
labels
Mar 26, 2024
renovate
bot
requested review from
ashharrison90
and removed request for
a team
March 26, 2024 18:26
renovate
bot
added
the
no-changelog
Skip including change in changelog/release notes
label
Mar 26, 2024
ashharrison90
approved these changes
Mar 27, 2024
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.
lgtm bot 🤖
ashharrison90
added
product-approved
Pull requests that are approved by product/managers and are allowed to be backported
backport v11.0.x
Mark PR for automatic backport to v11.0.x
labels
Apr 16, 2024
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-85205-to-v11.0.x origin/v11.0.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 7df1f84c63e0e2cdfa62254daef684f7ce5ab10f When the conflicts are resolved, stage and commit the changes:
If you have the GitHub CLI installed: # Push the branch to GitHub:
git push --set-upstream origin backport-85205-to-v11.0.x
# Create the PR body template
PR_BODY=$(gh pr view 85205 --json body --template 'Backport 7df1f84c63e0e2cdfa62254daef684f7ce5ab10f from #85205{{ "\n\n---\n\n" }}{{ index . "body" }}')
# Create the PR on GitHub
echo "${PR_BODY}" | gh pr create --title "[v11.0.x] Update dependency nanoid to v5.0.6" --body-file - --label "area/frontend" --label "dependencies" --label "no-changelog" --label "product-approved" --label "backport" --base v11.0.x --milestone 11.0.x --web Or, if you don't have the GitHub CLI installed (we recommend you install it!): # Push the branch to GitHub:
git push --set-upstream origin backport-85205-to-v11.0.x
# Create a pull request where the `base` branch is `v11.0.x` and the `compare`/`head` branch is `backport-85205-to-v11.0.x`.
# Remove the local backport branch
git switch main
git branch -D backport-85205-to-v11.0.x |
grafana-delivery-bot
bot
added
the
backport-failed
Failed to generate backport PR. Please resolve conflicts and create one manually.
label
Apr 16, 2024
ashharrison90
added
backport v11.0.x
Mark PR for automatic backport to v11.0.x
and removed
backport-failed
Failed to generate backport PR. Please resolve conflicts and create one manually.
backport v11.0.x
Mark PR for automatic backport to v11.0.x
labels
Apr 16, 2024
1 task
grafana-delivery-bot bot
pushed a commit
that referenced
this pull request
Apr 16, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (cherry picked from commit 7df1f84)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/frontend
backport v11.0.x
Mark PR for automatic backport to v11.0.x
dependencies
Pull requests that update a dependency file
no-changelog
Skip including change in changelog/release notes
product-approved
Pull requests that are approved by product/managers and are allowed to be backported
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.4
->5.0.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ai/nanoid (nanoid)
v5.0.6
Compare Source
v5.0.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ 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 has been generated by Mend Renovate. View repository job log here.