diff options
author | Renovate Bot <forgejo-renovate-action@forgejo.org> | 2025-01-09 07:26:12 +0100 |
---|---|---|
committer | Gusted <gusted@noreply.codeberg.org> | 2025-01-09 07:26:12 +0100 |
commit | d2d14ce4bb2d2202f407bdbeffd7bad64fd35129 (patch) | |
tree | 550bbb94aaa2ae33a43e81793a6ec43144a5a193 | |
parent | Update dependency typescript to v5.7.3 (forgejo) (#6509) (diff) | |
download | forgejo-d2d14ce4bb2d2202f407bdbeffd7bad64fd35129.tar.xz forgejo-d2d14ce4bb2d2202f407bdbeffd7bad64fd35129.zip |
Update dependency monaco-editor to v0.52.2 (forgejo) (#6511)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [monaco-editor](https://github.com/microsoft/monaco-editor) | dependencies | minor | [`0.51.0` -> `0.52.2`](https://renovatebot.com/diffs/npm/monaco-editor/0.51.0/0.52.2) |
---
### Release Notes
<details>
<summary>microsoft/monaco-editor (monaco-editor)</summary>
### [`v0.52.2`](https://github.com/microsoft/monaco-editor/releases/tag/v0.52.2)
[Compare Source](https://github.com/microsoft/monaco-editor/compare/v0.52.0...v0.52.2)
#### Changes:
- [#​4777](https://github.com/microsoft/monaco-editor/issues/4777): 0.52.2
- [#​4774](https://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://github.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0520)
[Compare Source](https://github.com/microsoft/monaco-editor/compare/v0.51.0...v0.52.0)
- Comment added inside of `IModelContentChangedEvent`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6511
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 81031e0258..d361e77c1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "mermaid": "11.4.1", "mini-css-extract-plugin": "2.9.2", "minimatch": "10.0.1", - "monaco-editor": "0.51.0", + "monaco-editor": "0.52.2", "monaco-editor-webpack-plugin": "7.1.0", "pdfobject": "2.3.0", "postcss": "8.4.49", @@ -11155,9 +11155,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.51.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.51.0.tgz", - "integrity": "sha512-xaGwVV1fq343cM7aOYB6lVE4Ugf0UyimdD/x5PWcWBMKENwectaEu77FAN7c5sFiyumqeJdX1RPTh1ocioyDjw==", + "version": "0.52.2", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.2.tgz", + "integrity": "sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==", "license": "MIT" }, "node_modules/monaco-editor-webpack-plugin": { diff --git a/package.json b/package.json index aa7f22e9c5..c75c8146e0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "mermaid": "11.4.1", "mini-css-extract-plugin": "2.9.2", "minimatch": "10.0.1", - "monaco-editor": "0.51.0", + "monaco-editor": "0.52.2", "monaco-editor-webpack-plugin": "7.1.0", "pdfobject": "2.3.0", "postcss": "8.4.49", |