Bump dompurify and monaco-editor #588

Closed
opened 2026-04-05 17:24:07 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 11/29/2025

Bumps dompurify and monaco-editor. These dependencies needed to be updated together.
Updates dompurify from 3.1.7 to 3.2.7

Release notes

Sourced from dompurify's releases.

DOMPurify 3.2.7

  • Added new attributes and elements to default allow-list, thanks @​elrion018
  • Added tagName parameter to custom element attributeNameCheck, thanks @​nelstrom
  • Added better check for animated href attributes, thanks @​llamakko
  • Updated and improved the bundled types, thanks @​ssi02014
  • Updated several tests to better align with new browser encoding behaviors
  • Improved the handling of potentially risky content inside CDATA elements, thanks @​securityMB & @​terjanq
  • Improved the regular expression for raw-text elements to cover textareas, thanks @​securityMB & @​terjanq

DOMPurify 3.2.6

DOMPurify 3.2.5

  • Added a check to the mXSS detection regex to be more strict, thanks @​masatokinugawa
  • Added ESM type imports in source, removes patch function, thanks @​donmccurdy
  • Added script to verify various TypeScript configurations, thanks @​reduckted
  • Added more modern browsers to the Karma launchers list
  • Added Node 23.x to tested runtimes, removed Node 17.x
  • Fixed the generation of source maps, thanks @​reduckted
  • Fixed an unexpected behavior with ALLOWED_URI_REGEXP using the 'g' flag, thanks @​hhk-png
  • Fixed a few typos in the README file

DOMPurify 3.2.4

  • Fixed a conditional and config dependent mXSS-style bypass reported by @​nsysean
  • Added a new feature to allow specific hook removal, thanks @​davecardwell
  • Added purify.js and purify.min.js to exports, thanks @​Aetherinox
  • Added better logic in case no window object is president, thanks @​yehuya
  • Updated some dependencies called out by dependabot
  • Updated license files etc to show the correct year

DOMPurify 3.2.3

DOMPurify 3.2.2

  • Fixed a possible bypass in case a rather specific config for custom elements is set, thanks @​yaniv-git
  • Fixed several minor issues with the type definitions, thanks again @​reduckted
  • Fixed a minor issue with the types reference for trusted types, thanks @​reduckted
  • Fixed a minor problem with the template detection regex on some systems, thanks @​svdb99

DOMPurify 3.2.1

... (truncated)

Commits
  • eaa0bdb Merge pull request #1144 from cure53/main
  • f712593 fix: removed a possibly dossy regex
  • eb9b3b6 Merge branch 'main' of github.com:cure53/DOMPurify
  • ce006f7 chore: Preparing 3.2.7 release
  • ef0e0cb chore: Preparing 3.2.6 release
  • 2f09cd3 Update README.md
  • 6a795bc Merge pull request #1142 from cure53/dependabot/github_actions/actions/setup-...
  • 2458bbd build(deps): bump actions/setup-node from 4 to 5
  • e43d3f3 Merge pull request #1136 from cure53/dependabot/github_actions/actions/checko...
  • 6f5be37 build(deps): bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates monaco-editor from 0.54.0 to 0.55.1

Release notes

Sourced from monaco-editor's releases.

v0.55.1

Changes:

  • #5121: Fixes missing language exports
  • #5122: v0.55.1

This list of changes was auto generated.

v0.55.0

Changes:

  • #5120: Fixes npx playwright install --with-deps
  • #5118: Fixes microsoft/monaco-editor#5113
  • #5117: v0.55.0
  • #5116: Install playwright dependencies in monaco-editor-core job
  • #5105: Fixes website
  • #5104: fixes website & adds editor.api.d.ts
  • #5102: Fixes typedoc & updates pipelines to test website
  • #5100: Updates website dependencies
  • #5071: Bump vite from 5.4.20 to 5.4.21 in /samples/browser-esm-vite-react
  • #4961: Bump on-headers and compression in /samples
  • #5040: Bump @​babel/runtime from 7.18.9 to 7.28.4 in /website
  • #5095: Bump vite from 7.1.9 to 7.1.11 in /samples/browser-esm-vite
  • #5097: Cleans up build scripts
  • #5098: Dont build the editor when building the website
  • #5099: Run tests
  • #5094: Adds vite esm example
  • #5093: Adds playground support for esmUrl
  • #5092: Updates changelog
  • #5090: Adds localization section to readme
  • #5089: Adds missing NLS files
  • #5088: Dont use .js for typescript imports, as rollup adds them to the output
  • #5070: Bump vite from 7.1.5 to 7.1.11
  • #5069: Bump playwright and @​playwright/test
  • #5058: Add monaco-editor-core dependencies to monaco-editor after updating monaco-editor-core.
  • #5053: Bump loader-utils from 2.0.2 to 2.0.4 in /website
  • #5055: Bump postcss and css-loader in /website
  • #5054: Bump json5 from 2.2.1 to 2.2.3 in /website
  • #4973: Fix Kotlin number literals
  • #4991: Bump vite from 2.9.17 to 5.4.20 in /samples/browser-esm-vite-react
  • #5039: Bump webpack from 5.90.1 to 5.102.1 in /website
  • #5037: Bump ws in /website
  • #5010: [Bug] Multiple issues with how monaco-editor is published
  • #5051: Fixes #5010

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.55.1]

  • Fixes missing language exports (monaco.json/typescript/...) due to wrong "types" path - #5123

[0.55.0]

Breaking Changes

  • Moves nested namespaces (languages.css, languages.html, languages.json, languages.typescript) to top level namespaces (css, html, json, typescript) to simplify the build process and align with typescript recommendations.

New Features

  • Adds native LSP support (see new lsp namespace).

Bug Fixes

  • Updates dompurify to 3.2.7
Commits

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
*Originally created by @dependabot[bot] on 11/29/2025* Bumps [dompurify](https://github.com/cure53/DOMPurify) and [monaco-editor](https://github.com/microsoft/monaco-editor). These dependencies needed to be updated together. Updates `dompurify` from 3.1.7 to 3.2.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cure53/DOMPurify/releases">dompurify's releases</a>.</em></p> <blockquote> <h2>DOMPurify 3.2.7</h2> <ul> <li>Added new attributes and elements to default allow-list, thanks <a href="https://github.com/elrion018"><code>@​elrion018</code></a></li> <li>Added <code>tagName</code> parameter to custom element <code>attributeNameCheck</code>, thanks <a href="https://github.com/nelstrom"><code>@​nelstrom</code></a></li> <li>Added better check for animated <code>href</code> attributes, thanks <a href="https://github.com/llamakko"><code>@​llamakko</code></a></li> <li>Updated and improved the bundled types, thanks <a href="https://github.com/ssi02014"><code>@​ssi02014</code></a></li> <li>Updated several tests to better align with new browser encoding behaviors</li> <li>Improved the handling of potentially risky content inside CDATA elements, thanks <a href="https://github.com/securityMB"><code>@​securityMB</code></a> &amp; <a href="https://github.com/terjanq"><code>@​terjanq</code></a></li> <li>Improved the regular expression for raw-text elements to cover textareas, thanks <a href="https://github.com/securityMB"><code>@​securityMB</code></a> &amp; <a href="https://github.com/terjanq"><code>@​terjanq</code></a></li> </ul> <h2>DOMPurify 3.2.6</h2> <ul> <li>Fixed several typos and removed clutter from our documentation, thanks <a href="https://github.com/Rotzbua"><code>@​Rotzbua</code></a></li> <li>Added <code>matrix:</code> as an allowed URI scheme, thanks <a href="https://github.com/kleinesfilmroellchen"><code>@​kleinesfilmroellchen</code></a></li> <li>Added better config hardening against prototype pollution, thanks <a href="https://github.com/EffectRenan"><code>@​EffectRenan</code></a></li> <li>Added better handling of attribute removal, thanks <a href="https://github.com/michalnieruchalski-tiugo"><code>@​michalnieruchalski-tiugo</code></a></li> <li>Added better configuration for aggressive mXSS scrubbing behavior, thanks <a href="https://github.com/BryanValverdeU"><code>@​BryanValverdeU</code></a></li> <li>Removed the script that caused the fake entry <a href="https://security.snyk.io/vuln/SNYK-JS-DOMPURIFY-10176060">CVE-2025-48050</a></li> </ul> <h2>DOMPurify 3.2.5</h2> <ul> <li>Added a check to the mXSS detection regex to be more strict, thanks <a href="https://github.com/masatokinugawa"><code>@​masatokinugawa</code></a></li> <li>Added ESM type imports in source, removes patch function, thanks <a href="https://github.com/donmccurdy"><code>@​donmccurdy</code></a></li> <li>Added script to verify various TypeScript configurations, thanks <a href="https://github.com/reduckted"><code>@​reduckted</code></a></li> <li>Added more modern browsers to the Karma launchers list</li> <li>Added Node 23.x to tested runtimes, removed Node 17.x</li> <li>Fixed the generation of source maps, thanks <a href="https://github.com/reduckted"><code>@​reduckted</code></a></li> <li>Fixed an unexpected behavior with <code>ALLOWED_URI_REGEXP</code> using the 'g' flag, thanks <a href="https://github.com/hhk-png"><code>@​hhk-png</code></a></li> <li>Fixed a few typos in the README file</li> </ul> <h2>DOMPurify 3.2.4</h2> <ul> <li>Fixed a conditional and config dependent mXSS-style <a href="https://nsysean.github.io/posts/dompurify-323-bypass/">bypass</a> reported by <a href="https://github.com/nsysean"><code>@​nsysean</code></a></li> <li>Added a new feature to allow specific hook removal, thanks <a href="https://github.com/davecardwell"><code>@​davecardwell</code></a></li> <li>Added <em>purify.js</em> and <em>purify.min.js</em> to exports, thanks <a href="https://github.com/Aetherinox"><code>@​Aetherinox</code></a></li> <li>Added better logic in case no window object is president, thanks <a href="https://github.com/yehuya"><code>@​yehuya</code></a></li> <li>Updated some dependencies called out by dependabot</li> <li>Updated license files etc to show the correct year</li> </ul> <h2>DOMPurify 3.2.3</h2> <ul> <li>Fixed two conditional sanitizer bypasses discovered by <a href="https://github.com/parrot409"><code>@​parrot409</code></a> and <a href="https://x.com/slonser_"><code>@​Slonser</code></a></li> <li>Updated the attribute clobbering checks to prevent future bypasses, thanks <a href="https://github.com/parrot409"><code>@​parrot409</code></a></li> </ul> <h2>DOMPurify 3.2.2</h2> <ul> <li>Fixed a possible bypass in case a rather specific config for custom elements is set, thanks <a href="https://github.com/yaniv-git"><code>@​yaniv-git</code></a></li> <li>Fixed several minor issues with the type definitions, thanks again <a href="https://github.com/reduckted"><code>@​reduckted</code></a></li> <li>Fixed a minor issue with the types reference for trusted types, thanks <a href="https://github.com/reduckted"><code>@​reduckted</code></a></li> <li>Fixed a minor problem with the template detection regex on some systems, thanks <a href="https://github.com/svdb99"><code>@​svdb99</code></a></li> </ul> <h2>DOMPurify 3.2.1</h2> <ul> <li>Fixed several minor issues with the type definitions, thanks <a href="https://github.com/reduckted"><code>@​reduckted</code></a> <a href="https://github.com/ghiscoding"><code>@​ghiscoding</code></a> <a href="https://github.com/asamuzaK"><code>@​asamuzaK</code></a> <a href="https://github.com/MiniDigger"><code>@​MiniDigger</code></a></li> <li>Fixed an issue with non-minified dist files and order of imports, thanks <a href="https://github.com/reduckted"><code>@​reduckted</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cure53/DOMPurify/commit/eaa0bdb26a1d0164af587d9059b98269008faece"><code>eaa0bdb</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/1144">#1144</a> from cure53/main</li> <li><a href="https://github.com/cure53/DOMPurify/commit/f712593118c158c0daaf16527d804c84c96f4ce5"><code>f712593</code></a> fix: removed a possibly dossy regex</li> <li><a href="https://github.com/cure53/DOMPurify/commit/eb9b3b68747fa2cf99629c6b764a14c041f96c23"><code>eb9b3b6</code></a> Merge branch 'main' of github.com:cure53/DOMPurify</li> <li><a href="https://github.com/cure53/DOMPurify/commit/ce006f705cfa16836271d2d92cf0f57487361ac6"><code>ce006f7</code></a> chore: Preparing 3.2.7 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/ef0e0cb6eb8bdee8ed9651b7340226136287aac1"><code>ef0e0cb</code></a> chore: Preparing 3.2.6 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/2f09cd3c8ed58906e5cd12e9bebc15c60fd48c4c"><code>2f09cd3</code></a> Update README.md</li> <li><a href="https://github.com/cure53/DOMPurify/commit/6a795bcf3e67712f481e8b32616e218d5a389cc3"><code>6a795bc</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/1142">#1142</a> from cure53/dependabot/github_actions/actions/setup-...</li> <li><a href="https://github.com/cure53/DOMPurify/commit/2458bbdfcaf9b77423ef5e201a435f98ab229355"><code>2458bbd</code></a> build(deps): bump actions/setup-node from 4 to 5</li> <li><a href="https://github.com/cure53/DOMPurify/commit/e43d3f354861f273852d16f35359f529199dc104"><code>e43d3f3</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/1136">#1136</a> from cure53/dependabot/github_actions/actions/checko...</li> <li><a href="https://github.com/cure53/DOMPurify/commit/6f5be37ee02c145b30ca58b1c57264b1b84b99ff"><code>6f5be37</code></a> build(deps): bump actions/checkout from 4 to 5</li> <li>Additional commits viewable in <a href="https://github.com/cure53/DOMPurify/compare/3.1.7...3.2.7">compare view</a></li> </ul> </details> <br /> Updates `monaco-editor` from 0.54.0 to 0.55.1 <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.55.1</h2> <h2>Changes:</h2> <ul> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5121">#5121</a>: Fixes missing language exports</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5122">#5122</a>: v0.55.1</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/monacotools/Monaco/_build/results?buildId=377315&amp;view=logs">auto generated</a>.</p> <h2>v0.55.0</h2> <h2>Changes:</h2> <ul> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5120">#5120</a>: Fixes npx playwright install --with-deps</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5118">#5118</a>: Fixes <a href="https://redirect.github.com/microsoft/monaco-editor/issues/5113">microsoft/monaco-editor#5113</a></li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5117">#5117</a>: v0.55.0</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5116">#5116</a>: Install playwright dependencies in monaco-editor-core job</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5105">#5105</a>: Fixes website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5104">#5104</a>: fixes website &amp; adds editor.api.d.ts</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5102">#5102</a>: Fixes typedoc &amp; updates pipelines to test website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5100">#5100</a>: Updates website dependencies</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5071">#5071</a>: Bump vite from 5.4.20 to 5.4.21 in /samples/browser-esm-vite-react</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4961">#4961</a>: Bump on-headers and compression in /samples</li> </ul> <!-- raw HTML omitted --> <ul> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5040">#5040</a>: Bump <code>@​babel/runtime</code> from 7.18.9 to 7.28.4 in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5095">#5095</a>: Bump vite from 7.1.9 to 7.1.11 in /samples/browser-esm-vite</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5097">#5097</a>: Cleans up build scripts</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5098">#5098</a>: Dont build the editor when building the website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5099">#5099</a>: Run tests</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5094">#5094</a>: Adds vite esm example</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5093">#5093</a>: Adds playground support for esmUrl</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5092">#5092</a>: Updates changelog</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5090">#5090</a>: Adds localization section to readme</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5089">#5089</a>: Adds missing NLS files</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5088">#5088</a>: Dont use .js for typescript imports, as rollup adds them to the output</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5070">#5070</a>: Bump vite from 7.1.5 to 7.1.11</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5069">#5069</a>: Bump playwright and <code>@​playwright/test</code></li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5058">#5058</a>: Add monaco-editor-core dependencies to monaco-editor after updating monaco-editor-core.</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5053">#5053</a>: Bump loader-utils from 2.0.2 to 2.0.4 in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5055">#5055</a>: Bump postcss and css-loader in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5054">#5054</a>: Bump json5 from 2.2.1 to 2.2.3 in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4973">#4973</a>: Fix Kotlin number literals</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4991">#4991</a>: Bump vite from 2.9.17 to 5.4.20 in /samples/browser-esm-vite-react</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5039">#5039</a>: Bump webpack from 5.90.1 to 5.102.1 in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5037">#5037</a>: Bump ws in /website</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5010">#5010</a>: [Bug] Multiple issues with how monaco-editor is published</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/5051">#5051</a>: Fixes <a href="https://redirect.github.com/microsoft/monaco-editor/issues/5010">#5010</a></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.55.1]</h2> <ul> <li>Fixes missing language exports (monaco.json/typescript/...) due to wrong &quot;types&quot; path - <a href="https://redirect.github.com/microsoft/monaco-editor/issues/5123">#5123</a></li> </ul> <h2>[0.55.0]</h2> <h3>Breaking Changes</h3> <ul> <li>Moves nested namespaces (<code>languages.css</code>, <code>languages.html</code>, <code>languages.json</code>, <code>languages.typescript</code>) to top level namespaces (<code>css</code>, <code>html</code>, <code>json</code>, <code>typescript</code>) to simplify the build process and align with typescript recommendations.</li> </ul> <h3>New Features</h3> <ul> <li>Adds native LSP support (see new <code>lsp</code> namespace).</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Updates dompurify to 3.2.7</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/monaco-editor/commit/516f350bdaf7a82f6731bd128a9ec86a6e5fa47d"><code>516f350</code></a> Fixes missing language exports (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/5121">#5121</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/9221aa0ef8a19147fa516c2826a33d92322f47f8"><code>9221aa0</code></a> v0.55.1 (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/5122">#5122</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/d678c1d32df7e4752c7cdfdba73293c6f5beda2e"><code>d678c1d</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/monaco-editor/issues/5120">#5120</a> from microsoft/hediet/enormous-herring</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/f047a08481848639d158756535c12a8c92f7561d"><code>f047a08</code></a> Fixes npx playwright install --with-deps</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/220c1cab847519e63d1879c68d9b59930f80c601"><code>220c1ca</code></a> Fixes <a href="https://redirect.github.com/microsoft/monaco-editor/issues/5113">microsoft/monaco-editor#5113</a> (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/5118">#5118</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/1b175c701c86406f1a491aac87401dba61e04e14"><code>1b175c7</code></a> v0.55.0 (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/5117">#5117</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/574b846ad235420d94be7f66e8f800e8b236b9fd"><code>574b846</code></a> Install playwright dependencies in monaco-editor-core job (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/5116">#5116</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/5486e82ffa1bed4d7bc619d9b91d9da3d5445b26"><code>5486e82</code></a> update (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/5105">#5105</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/e70b6618f427bcd1ea144aabc7dae09bf462cd33"><code>e70b661</code></a> fixes website &amp; adds editor.api.d.ts (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/5104">#5104</a>)</li> <li><a href="https://github.com/microsoft/monaco-editor/commit/36efbe07d929083932bef67f8ff86c3d144af3f6"><code>36efbe0</code></a> Fixes typedoc &amp; updates pipelines to test website (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/5102">#5102</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/monaco-editor/compare/v0.54.0...v0.55.1">compare view</a></li> </ul> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/fosrl/pangolin/network/alerts). </details>
MrUnknownDE added the dependenciesjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependencies labels 2026-04-05 17:24:23 +02:00
Sign in to join this conversation.
No Label dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#588