mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: bump monaco-editor from 0.52.2 to 0.53.0 in /site (#20120)
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.52.2 to 0.53.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/releases">monaco-editor's releases</a>.</em></p> <blockquote> <h2>v0.53.0</h2> <h2>Changes:</h2> <ul> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4980">#4980</a>: sets node version</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4979">#4979</a>: v0.53.0</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4978">#4978</a>: updates changelog</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4975">#4975</a>: Fixes worker sandbox problems</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4969">#4969</a>: Implements language selection</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4967">#4967</a>: adds amd and firefox/webkit to smoke tests</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4966">#4966</a>: Fixes AMD web worker loading</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4965">#4965</a>: Updates monaco-editor-core dependency & fixes basic-languages amd file</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4964">#4964</a>: Run npm run playwright-install</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4963">#4963</a>: Hediet/b/successful mosquito</li> </ul> <!-- raw HTML omitted --> <ul> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4962">#4962</a>: Fixes node version</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4950">#4950</a>: ESM Progress</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4913">#4913</a>: Bump webpack-dev-server from 4.10.0 to 5.2.1 in /samples</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4915">#4915</a>: Add snowflake sql keywords</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4895">#4895</a>: Fixes <a href="https://redirect.github.com/microsoft/monaco-editor/issues/4799">microsoft/monaco-editor#4799</a></li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4742">#4742</a>: Update webpack plugin to support module workers</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4824">#4824</a>: Fix CI and website workflows</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4747">#4747</a>: Engineering - add dependsOn field</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4734">#4734</a>: Bump express from 4.19.2 to 4.21.1 in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4616">#4616</a>: Bump requirejs from 2.3.6 to 2.3.7</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4668">#4668</a>: Bump micromatch from 4.0.5 to 4.0.8 in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4726">#4726</a>: Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4595">#4595</a>: Bump ws from 8.8.1 to 8.18.0 in /samples</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4697">#4697</a>: Bump body-parser and express in /samples</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4696">#4696</a>: Bump rollup from 2.79.1 to 2.79.2</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/monacotools/Monaco/_build/results?buildId=356772&view=logs">auto generated</a>.<!-- raw HTML omitted --></p> <h2>v0.53.0-rc2</h2> <p>No release notes provided.</p> <h2>v0.53.0-dev-20250908</h2> <p>No release notes provided.</p> <h2>v0.53.0-dev-20250907</h2> <p>No release notes provided.</p> <h2>v0.53.0-dev-20250906</h2> <h2>Changes:</h2> <ul> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4978">#4978</a>: updates changelog</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.53.0]</h2> <ul> <li>⚠️ This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.</li> </ul> <h3>New Features</h3> <ul> <li>Next Edit Suggestion support.</li> <li>Scroll On Middle Click</li> <li>Edit Context Support</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern.</li> <li>The <a href="https://github.com/microsoft/monaco-editor/blob/a4d7907bd439b06b24e334bdf2ab597bcae658b5/samples/browser-script-editor/index.html">browser-script-editor scenario</a> for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack.</li> <li>Custom AMD workers don't work anymore out of the box.</li> </ul> <h2>[0.52.0]</h2> <ul> <li>Comment added inside of <code>IModelContentChangedEvent</code></li> </ul> <h2>[0.51.0]</h2> <ul> <li>New fields <code>IEditorOptions.placeholder</code> and <code>IEditorOptions.compactMode</code></li> <li>New fields <code>IGotoLocationOptions.multipleTests</code> and <code>IGotoLocationOptions.alternativeTestsCommand</code></li> <li>New field <code>IInlineEditOptions.backgroundColoring</code></li> <li>New experimental field <code>IEditorOptions.experimental.useTrueInlineView</code></li> <li>New options <code>CommentThreadRevealOptions</code> for comments</li> </ul> <p>Contributions to <code>monaco-editor</code>:</p> <ul> <li><a href="https://github.com/ScottCarda-MS"><code>@ScottCarda-MS (Scott Carda)</code></a>: Update Q# Keywords [PR <a href="https://redirect.github.com/microsoft/monaco-editor/issues/4586">#4586</a>](<a href="https://redirect.github.com/microsoft/monaco-editor/pull/4586">microsoft/monaco-editor#4586</a>)</li> </ul> <h2>[0.50.0]</h2> <ul> <li>New field <code>IEditorMinimapOptions.sectionHeaderLetterSpacing</code></li> <li>New field <code>IOverlayWidgetPosition.stackOridinal</code></li> <li>New field <code>EmitOutput.diagnostics</code></li> <li>New event <code>IOverlayWidget.onDidLayout</code></li> <li>New events <code>ICodeEditor.onBeginUpdate</code> and <code>ICodeEditor.onEndUpdate</code></li> <li><code>HoverVerbosityRequest.action</code> -> <code>HoverVerbosityRequest.verbosityDelta</code></li> <li><code>MultiDocumentHighlightProvider.selector</code> changed from <code>LanguageFilter</code> to <code>LanguageSelector</code></li> <li>New optional parameters in <code>getEmitOutput</code>: <code>emitOnlyDtsFiles</code> and <code>forceDtsEmit</code></li> </ul> <p>Contributions to <code>monaco-editor</code>:</p> <ul> <li><a href="https://github.com/htcfreek"><code>@htcfreek (Heiko)</code></a>: Add extension to <code>csp.contribution.ts</code> [PR <a href="https://redirect.github.com/microsoft/monaco-editor/issues/4504">#4504</a>](<a href="https://redirect.github.com/microsoft/monaco-editor/pull/4504">microsoft/monaco-editor#4504</a>)</li> <li><a href="https://github.com/jakebailey"><code>@jakebailey (Jake Bailey)</code></a>: Call clearFiles on internal EmitOutput diagnostics, pass args down [PR <a href="https://redirect.github.com/microsoft/monaco-editor/issues/4482">#4482</a>](<a href="https://redirect.github.com/microsoft/monaco-editor/pull/4482">microsoft/monaco-editor#4482</a>)</li> <li><a href="https://github.com/johnyanarella"><code>@johnyanarella (John Yanarella)</code></a>: Update TypeScript to TS 5.4.5 in all projects, vendored files [PR <a href="https://redirect.github.com/microsoft/monaco-editor/issues/4305">#4305</a>](<a href="https://redirect.github.com/microsoft/monaco-editor/pull/4305">microsoft/monaco-editor#4305</a>)</li> <li><a href="https://github.com/samstrohkorbatt"><code>@samstrohkorbatt</code></a>: Adding Python f-string syntax support [PR <a href="https://redirect.github.com/microsoft/monaco-editor/issues/4401">#4401</a>](<a href="https://redirect.github.com/microsoft/monaco-editor/pull/4401">microsoft/monaco-editor#4401</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/4e45ba0c5ff45fc61c0ccac61c0987369df04a6e"><code>4e45ba0</code></a> sets node version (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4980">#4980</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/c7f027ed9e925e7704f24eb93d99defa867cda7c"><code>c7f027e</code></a> v0.53.0 (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4979">#4979</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/c41951a02b7e9497484ed259a4af7197c4b0c123"><code>c41951a</code></a> updates changelog (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4978">#4978</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/759c442daedd192c1b61abacb624b68665dbd1b6"><code>759c442</code></a> Fixes css and amd output</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/6f3fbe8c3a8e14adff806a554cebe97aa8f4a2a3"><code>6f3fbe8</code></a> Fixes worker sandbox problems (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4975">#4975</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/a4d7907bd439b06b24e334bdf2ab597bcae658b5"><code>a4d7907</code></a> Implements language selection (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4969">#4969</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/9e4368a8e92e9035d9bdc719a90f908a01067c41"><code>9e4368a</code></a> adds amd and firefox/webkit to smoke tests (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4967">#4967</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/d2c20a1ad77b3aa406aad09f9576e91619fa5dcb"><code>d2c20a1</code></a> Fixes AMD web worker loading (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4966">#4966</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/3bfde9adce4057c11fcb56ffa39fa5ab9a463875"><code>3bfde9a</code></a> Updates monaco-editor-core dependency & fixes basic-languages amd file (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4965">#4965</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/15e0a937777d0b7639d4c987e00ad5fcf4d1d47e"><code>15e0a93</code></a> Run npm run playwright-install (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4964">#4964</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/monaco-editor/compare/v0.52.2...v0.53.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@
|
||||
"jszip": "3.10.1",
|
||||
"lodash": "4.17.21",
|
||||
"lucide-react": "0.474.0",
|
||||
"monaco-editor": "0.52.2",
|
||||
"monaco-editor": "0.53.0",
|
||||
"pretty-bytes": "6.1.1",
|
||||
"react": "19.1.1",
|
||||
"react-color": "2.19.3",
|
||||
|
||||
Generated
+15
-8
@@ -54,7 +54,7 @@ importers:
|
||||
version: 5.2.5
|
||||
'@monaco-editor/react':
|
||||
specifier: 4.7.0
|
||||
version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
|
||||
version: 4.7.0(monaco-editor@0.53.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
|
||||
'@mui/icons-material':
|
||||
specifier: 5.18.0
|
||||
version: 5.18.0(@mui/material@5.18.0(@emotion/react@11.14.0(@types/react@19.1.17)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.17)(react@19.1.1))(@types/react@19.1.17)(react@19.1.1))(@types/react@19.1.17)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(@types/react@19.1.17)(react@19.1.1)
|
||||
@@ -191,8 +191,8 @@ importers:
|
||||
specifier: 0.474.0
|
||||
version: 0.474.0(react@19.1.1)
|
||||
monaco-editor:
|
||||
specifier: 0.52.2
|
||||
version: 0.52.2
|
||||
specifier: 0.53.0
|
||||
version: 0.53.0
|
||||
pretty-bytes:
|
||||
specifier: 6.1.1
|
||||
version: 6.1.1
|
||||
@@ -3031,6 +3031,9 @@ packages:
|
||||
'@types/tough-cookie@4.0.5':
|
||||
resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==, tarball: https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz}
|
||||
|
||||
'@types/trusted-types@1.0.6':
|
||||
resolution: {integrity: sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==, tarball: https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz}
|
||||
|
||||
'@types/ua-parser-js@0.7.36':
|
||||
resolution: {integrity: sha512-N1rW+njavs70y2cApeIw1vLMYXRwfBy+7trgavGuuTfOd7j1Yh7QTRc/yqsPl6ncokt72ZXuxEU0PiCp9bSwNQ==, tarball: https://registry.npmjs.org/@types/ua-parser-js/-/ua-parser-js-0.7.36.tgz}
|
||||
|
||||
@@ -5182,8 +5185,8 @@ packages:
|
||||
resolution: {integrity: sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==, tarball: https://registry.npmjs.org/mock-socket/-/mock-socket-9.3.1.tgz}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
monaco-editor@0.52.2:
|
||||
resolution: {integrity: sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==, tarball: https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.2.tgz}
|
||||
monaco-editor@0.53.0:
|
||||
resolution: {integrity: sha512-0WNThgC6CMWNXXBxTbaYYcunj08iB5rnx4/G56UOPeL9UVIUGGHA1GR0EWIh9Ebabj7NpCRawQ5b0hfN1jQmYQ==, tarball: https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.53.0.tgz}
|
||||
|
||||
moo-color@1.0.3:
|
||||
resolution: {integrity: sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ==, tarball: https://registry.npmjs.org/moo-color/-/moo-color-1.0.3.tgz}
|
||||
@@ -7651,10 +7654,10 @@ snapshots:
|
||||
dependencies:
|
||||
state-local: 1.0.7
|
||||
|
||||
'@monaco-editor/react@4.7.0(monaco-editor@0.52.2)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
|
||||
'@monaco-editor/react@4.7.0(monaco-editor@0.53.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)':
|
||||
dependencies:
|
||||
'@monaco-editor/loader': 1.5.0
|
||||
monaco-editor: 0.52.2
|
||||
monaco-editor: 0.53.0
|
||||
react: 19.1.1
|
||||
react-dom: 19.1.1(react@19.1.1)
|
||||
|
||||
@@ -9229,6 +9232,8 @@ snapshots:
|
||||
|
||||
'@types/tough-cookie@4.0.5': {}
|
||||
|
||||
'@types/trusted-types@1.0.6': {}
|
||||
|
||||
'@types/ua-parser-js@0.7.36': {}
|
||||
|
||||
'@types/unist@2.0.11': {}
|
||||
@@ -12004,7 +12009,9 @@ snapshots:
|
||||
|
||||
mock-socket@9.3.1: {}
|
||||
|
||||
monaco-editor@0.52.2: {}
|
||||
monaco-editor@0.53.0:
|
||||
dependencies:
|
||||
'@types/trusted-types': 1.0.6
|
||||
|
||||
moo-color@1.0.3:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user