-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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 @kusto/monaco-kusto to v10 #81382
Conversation
2ef3d79
to
c1ed01a
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
@grafana/partner-datasources think you'll need to review this 🙏 i've updated the types and mocks to work with the new interface, but i have no idea whether we should merge that new interface or if it'll be a breaking change etc 😅 |
Sorry we missed this @ashharrison90, I'll take an action to test this properly.. |
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.
@ashharrison90 have tested locally and everything LGTM!
This comment was marked as duplicate.
This comment was marked as duplicate.
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-81382-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 51468962640c659284e747087fc9645fd24acf67 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-81382-to-v11.0.x
# Create the PR body template
PR_BODY=$(gh pr view 81382 --json body --template 'Backport 51468962640c659284e747087fc9645fd24acf67 from #81382{{ "\n\n---\n\n" }}{{ index . "body" }}')
# Create the PR on GitHub
echo "${PR_BODY}" | gh pr create --title "[v11.0.x] Update dependency @kusto/monaco-kusto to v10" --body-file - --label "area/frontend" --label "datasource/GoogleCloudMonitoring" --label "datasource/Azure" --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-81382-to-v11.0.x
# Create a pull request where the `base` branch is `v11.0.x` and the `compare`/`head` branch is `backport-81382-to-v11.0.x`.
# Remove the local backport branch
git switch main
git branch -D backport-81382-to-v11.0.x |
* Update dependency @kusto/monaco-kusto to v10 * match types + update mocks * Add missing esModule --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: Andreas Christou <andreas.christou@grafana.com> (cherry picked from commit 5146896)
Update dependency @kusto/monaco-kusto to v10 (#81382) * Update dependency @kusto/monaco-kusto to v10 * match types + update mocks * Add missing esModule --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: Andreas Christou <andreas.christou@grafana.com> (cherry picked from commit 5146896) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
^7.4.0
->^10.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Azure/monaco-kusto (@kusto/monaco-kusto)
v10.0.12
Compare Source
v10.0.11
Compare Source
v10.0.10
Compare Source
v10.0.9
Compare Source
v10.0.8
Compare Source
v10.0.7
Compare Source
v10.0.6
Compare Source
v10.0.5
Compare Source
v10.0.4
Compare Source
v10.0.3
Compare Source
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
v8.3.0
Compare Source
v8.2.0
Compare Source
v8.1.0
Compare Source
v8.0.0
Compare Source
v7.10.0
Compare Source
v7.9.0
Compare Source
v7.8.0
Compare Source
v7.7.2
Compare Source
v7.7.1
Compare Source
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.
🔕 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.