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

Update dependency @kusto/monaco-kusto to v10 #81382

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@kusto/monaco-kusto ^7.4.0 -> ^10.0.0 age adoption passing confidence

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team as code owners January 26, 2024 15:11
@renovate renovate bot added area/frontend dependencies Pull requests that update a dependency file no-changelog Skip including change in changelog/release notes labels Jan 26, 2024
@renovate renovate bot requested review from asimpson, bossinc, aangelisc, adamyeats and kaydelaney and removed request for a team January 26, 2024 15:11
@grafana-delivery-bot grafana-delivery-bot bot added this to the 10.4.x milestone Jan 26, 2024
@grafana-pr-automation grafana-pr-automation bot added the datasource/Azure Azure Monitor Datasource label Jan 26, 2024
Copy link
Contributor Author

renovate bot commented Jan 29, 2024

Edited/Blocked Notification

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

@ashharrison90
Copy link
Contributor

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

@aangelisc aangelisc modified the milestones: 10.4.x, 11.0.x Feb 20, 2024
@aangelisc
Copy link
Contributor

Sorry we missed this @ashharrison90, I'll take an action to test this properly..

@ashharrison90 ashharrison90 modified the milestones: 11.0.x, 11.1.x Mar 26, 2024
Copy link
Contributor

@aangelisc aangelisc left a 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!

@aangelisc aangelisc merged commit 5146896 into main Mar 26, 2024
13 checks passed
@aangelisc aangelisc deleted the renovate/kusto-monaco-kusto-10.x branch March 26, 2024 16:10
@ashharrison90 ashharrison90 modified the milestones: 11.1.x, 11.0.0-preview Apr 15, 2024
@ashharrison90 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 15, 2024

This comment was marked as duplicate.

@grafana-delivery-bot grafana-delivery-bot bot added the backport-failed Failed to generate backport PR. Please resolve conflicts and create one manually. label Apr 15, 2024
@ashharrison90 ashharrison90 added backport v11.0.x Mark PR for automatic backport to v11.0.x and removed backport v11.0.x Mark PR for automatic backport to v11.0.x labels Apr 15, 2024
Copy link
Contributor

The backport to v11.0.x failed:

The process '/usr/bin/git' failed with exit code 1

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:

git add . && git cherry-pick --continue

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

ashharrison90 pushed a commit that referenced this pull request Apr 16, 2024
* 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)
ashharrison90 added a commit that referenced this pull request Apr 16, 2024
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>
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 backport-failed Failed to generate backport PR. Please resolve conflicts and create one manually. datasource/Azure Azure Monitor Datasource datasource/GoogleCloudMonitoring 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants