kibana/packages
elastic-renovate-prod[bot] 11247fe50b
Update dependency monaco-editor to ^0.52.2 (main) (#206176)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [monaco-editor](https://redirect.github.com/microsoft/monaco-editor) |
dependencies | minor | [`^0.44.0` ->
`^0.52.2`](https://renovatebot.com/diffs/npm/monaco-editor/0.44.0/0.52.2)
|

---

### Release Notes

<details>
<summary>microsoft/monaco-editor (monaco-editor)</summary>

###
[`v0.52.2`](https://redirect.github.com/microsoft/monaco-editor/releases/tag/v0.52.2)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.52.0...v0.52.2)

#### Changes:

-
[#&#8203;4777](https://redirect.github.com/microsoft/monaco-editor/issues/4777):
0.52.2
-
[#&#8203;4774](https://redirect.github.com/microsoft/monaco-editor/issues/4774):
Updates changelog

This list of changes was [auto
generated](https://dev.azure.com/monacotools/Monaco/\_build/results?buildId=309119\&view=logs).

###
[`v0.52.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0520)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.51.0...v0.52.0)

-   Comment added inside of `IModelContentChangedEvent`

###
[`v0.51.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0510)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.50.0...v0.51.0)

- New fields `IEditorOptions.placeholder` and
`IEditorOptions.compactMode`
- New fields `IGotoLocationOptions.multipleTests` and
`IGotoLocationOptions.alternativeTestsCommand`
-   New field `IInlineEditOptions.backgroundColoring`
- New experimental field `IEditorOptions.experimental.useTrueInlineView`
-   New options `CommentThreadRevealOptions` for comments

Contributions to `monaco-editor`:

- [@&#8203;ScottCarda-MS (Scott
Carda)](https://redirect.github.com/ScottCarda-MS): Update Q# Keywords
[PR
#&#8203;4586](https://redirect.github.com/microsoft/monaco-editor/pull/4586)

###
[`v0.50.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0500)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.49.0...v0.50.0)

-   New field `IEditorMinimapOptions.sectionHeaderLetterSpacing`
-   New field `IOverlayWidgetPosition.stackOridinal`
-   New field `EmitOutput.diagnostics`
-   New event `IOverlayWidget.onDidLayout`
-   New events `ICodeEditor.onBeginUpdate` and `ICodeEditor.onEndUpdate`
- `HoverVerbosityRequest.action` ->
`HoverVerbosityRequest.verbosityDelta`
- `MultiDocumentHighlightProvider.selector` changed from
`LanguageFilter` to `LanguageSelector`
- New optional parameters in `getEmitOutput`: `emitOnlyDtsFiles` and
`forceDtsEmit`

Contributions to `monaco-editor`:

- [@&#8203;htcfreek (Heiko)](https://redirect.github.com/htcfreek): Add
extension to `csp.contribution.ts` [PR
#&#8203;4504](https://redirect.github.com/microsoft/monaco-editor/pull/4504)
- [@&#8203;jakebailey (Jake
Bailey)](https://redirect.github.com/jakebailey): Call clearFiles on
internal EmitOutput diagnostics, pass args down [PR
#&#8203;4482](https://redirect.github.com/microsoft/monaco-editor/pull/4482)
- [@&#8203;johnyanarella (John
Yanarella)](https://redirect.github.com/johnyanarella): Update
TypeScript to TS 5.4.5 in all projects, vendored files [PR
#&#8203;4305](https://redirect.github.com/microsoft/monaco-editor/pull/4305)
-
[@&#8203;samstrohkorbatt](https://redirect.github.com/samstrohkorbatt):
Adding Python f-string syntax support [PR
#&#8203;4401](https://redirect.github.com/microsoft/monaco-editor/pull/4401)

###
[`v0.49.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0490)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.48.0...v0.49.0)

-   New proposed `editorHoverVerbosityLevel` API
-   New proposed `newSymbolNamesProvider` API

Contributions to `monaco-editor`:

- [@&#8203;timotheeguerin (Timothee
Guerin)](https://redirect.github.com/timotheeguerin): Add support for
TypeSpec language [PR
#&#8203;4450](https://redirect.github.com/microsoft/monaco-editor/pull/4450)

###
[`v0.48.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0480)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.47.0...v0.48.0)

##### Additions

-   Various bug fixes
- Minimap Section Headers (see config option `showRegionSectionHeaders`)
-   Diff Editor Gutter Menu (see config option `renderGutterMenu`)
- `InlineCompletionsProvider.handlePartialAccept` has
`PartialAcceptInfo`

Contributions to `monaco-editor`:

- [@&#8203;jeremy-rifkin (Jeremy
Rifkin)](https://redirect.github.com/jeremy-rifkin): Fix bug with
highlighting of C++ raw string literals [PR
#&#8203;4436](https://redirect.github.com/microsoft/monaco-editor/pull/4436)

###
[`v0.47.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0470)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.46.0...v0.47.0)

##### Additions

-   Bug fixes
-   `registerNewSymbolNameProvider`
-   Experimental `registerInlineEditProvider`

###
[`v0.46.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0460)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.45.0...v0.46.0)

-   Bug fixes

###
[`v0.45.0`](https://redirect.github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0450)

[Compare
Source](https://redirect.github.com/microsoft/monaco-editor/compare/v0.44.0...v0.45.0)

##### Breaking Changes

- `wordBasedSuggestions: boolean` -> `'off' | 'currentDocument' |
'matchingDocuments' | 'allDocuments'`
- `occurrencesHighlight: boolean` -> `'off' | 'singleFile' |
'multiFile'`

##### Additions

-   Many bug fixes
-   `IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeight`
-   `IDiffEditor.goToDiff`
-   `IDiffEditor.revealFirstDiff`

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

---------

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Eyo Okon Eyo <eyo.eyo@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: “jeramysoucy” <jeramy.soucy@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-06-04 16:28:06 +02:00
..
kbn-babel-preset Update dependency monaco-editor to ^0.52.2 (main) (#206176) 2025-06-04 16:28:06 +02:00
kbn-bazel-runner Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-capture-oas-snapshot-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-check-mappings-update-cli [Dashboard] Add collapsible sections (#220877) 2025-05-30 11:40:28 -06:00
kbn-check-prod-native-modules-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-ci-stats-performance-metrics Disable allowAbsoluteUrls for axios (#215138) 2025-03-25 09:52:36 +01:00
kbn-ci-stats-shipper-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-cli-dev-mode [Kibana Dev Server] Fix DELETE requests without a body in Safari (#220899) 2025-05-20 09:35:30 +02:00
kbn-dependency-ownership Add conditional switching between EUI releases (#219818) 2025-05-28 15:41:19 +02:00
kbn-dependency-usage SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
kbn-docs-utils [Lint] Officially deprecate Enzyme (#221779) 2025-06-03 12:15:37 +02:00
kbn-eslint-config [Authz] Cleanup of access tags functionality and documentation (#220231) 2025-05-22 08:45:17 +02:00
kbn-eslint-plugin-disable Add ESLINT constraints to detect inter-group dependencies (#194810) 2024-10-22 06:34:19 -05:00
kbn-eslint-plugin-eslint [Lint] Officially deprecate Enzyme (#221779) 2025-06-03 12:15:37 +02:00
kbn-eslint-plugin-eui-a11y Add support for wrapping elements in eslint-plugin-eui-a11y plugin (#216339) 2025-04-09 18:16:00 +02:00
kbn-eslint-plugin-i18n Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-visualizations (#202754) 2025-01-08 12:19:24 +01:00
kbn-eslint-plugin-imports SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
kbn-eslint-plugin-telemetry [chore] Reuse bundled lodash and lodash/fp dependency (#217467) 2025-04-17 14:54:25 +02:00
kbn-failed-test-reporter-cli Disable allowAbsoluteUrls for axios (#215138) 2025-03-25 09:52:36 +01:00
kbn-find-used-node-modules Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-generate SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
kbn-generate-console-definitions SKA: Categorise remaining packages (#205875) 2025-01-08 22:20:14 +01:00
kbn-import-locator Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-json-ast Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-kibana-manifest-schema SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
kbn-lint-packages-cli [codeowners] Filter kibanamachine (#199404) 2024-11-12 12:39:17 -06:00
kbn-lint-ts-projects-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-lock-manager [LockManager] Update token and metadata when an expired lock is re-acquired (#220476) 2025-05-08 19:40:20 +02:00
kbn-managed-vscode-config SKA: Misc cleanup and enhancements (#212207) 2025-02-24 13:31:00 +00:00
kbn-managed-vscode-config-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-manifest Sustainable Kibana Architecture: Categorise straightforward packages (#199630) 2024-11-22 10:33:25 +01:00
kbn-mock-idp-plugin [workchat] Initial FTR test setup (#216828) 2025-04-09 10:31:12 +02:00
kbn-optimizer [Security Solution] Move threat intelligence to security solution (#214369) 2025-06-03 16:51:57 +02:00
kbn-peggy-loader SKA: Relocate "platform" packages that remain on /packages (#208704) 2025-02-24 11:03:30 +00:00
kbn-performance-testing-dataset-extractor [CI tools] Use ES 8.x (#213056) 2025-03-05 20:26:57 +01:00
kbn-picomatcher Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-plugin-check SKA: Categorise remaining packages (#205875) 2025-01-08 22:20:14 +01:00
kbn-plugin-generator SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
kbn-plugin-helpers Clean up REACT_18=true variable (#213246) 2025-03-05 17:40:05 +01:00
kbn-relocate SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
kbn-repo-file-maps Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-linter Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-repo-source-classifier SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
kbn-repo-source-classifier-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-set-map SKA: Categorise remaining packages (#205875) 2025-01-08 22:20:14 +01:00
kbn-sort-package-json Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-styled-components-mapping-cli SKA: Relocate "platform" packages that remain on /packages (#208704) 2025-02-24 11:03:30 +00:00
kbn-ts-projects Dependency usage CLI (#198920) 2024-11-25 14:07:40 +01:00
kbn-ts-type-check-cli [CI] Only emit .d.ts when running typecheck (#209259) 2025-03-18 11:48:14 +01:00
kbn-validate-next-docs-cli [ci] Work around docosaurus errors (#206097) 2025-01-09 16:33:30 -06:00
kbn-web-worker-stub Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-whereis-pkg-cli Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kbn-yarn-lock-validator Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00