Bump the prod-dependencies group across 1 directory with 5 updates#1197
Merged
Merged
Conversation
Bumps the prod-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.25` | `0.26.27` | | [css-tree](https://github.com/csstree/csstree) | `3.0.0` | `3.0.1` | | [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.2` | `5.2.3` | | [remark-github-blockquote-alert](https://github.com/jaywcjlove/remark-github-blockquote-alert) | `1.2.1` | `1.3.0` | | [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0` | Updates `@floating-ui/react` from 0.26.25 to 0.26.27 - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.27/packages/react) Updates `css-tree` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/csstree/csstree/releases) - [Changelog](https://github.com/csstree/csstree/blob/master/CHANGELOG.md) - [Commits](csstree/csstree@v3.0.0...v3.0.1) Updates `monaco-yaml` from 5.2.2 to 5.2.3 - [Release notes](https://github.com/remcohaszing/monaco-yaml/releases) - [Commits](remcohaszing/monaco-yaml@v5.2.2...v5.2.3) Updates `remark-github-blockquote-alert` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/jaywcjlove/remark-github-blockquote-alert/releases) - [Commits](jaywcjlove/remark-github-blockquote-alert@v1.2.1...v1.3.0) Updates `winston` from 3.15.0 to 3.16.0 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.15.0...v3.16.0) --- updated-dependencies: - dependency-name: "@floating-ui/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: css-tree dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: monaco-yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: remark-github-blockquote-alert dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
xxyy2024
pushed a commit
to xxyy2024/waveterm_aipy
that referenced
this pull request
Jun 24, 2025
…avetermdev#1197) Bumps the prod-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.25` | `0.26.27` | | [css-tree](https://github.com/csstree/csstree) | `3.0.0` | `3.0.1` | | [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.2` | `5.2.3` | | [remark-github-blockquote-alert](https://github.com/jaywcjlove/remark-github-blockquote-alert) | `1.2.1` | `1.3.0` | | [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0` | Updates `@floating-ui/react` from 0.26.25 to 0.26.27 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/releases"><code>@floating-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@floating-ui/react</code><a href="https://github.com/0"><code>@0</code></a>.26.27</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): ignore Home/End key press for typeable combobox references</li> <li>fix(useListNavigation): ensure submenu references are set as <code>virtualItemRef</code> on floating close</li> <li>fix(inner): use list ref length for fallback detection</li> <li>fix(FloatingPortal): allow <code>root</code> to be reactive from <code>null</code> to an element.⚠️ an always-<code>null</code> value will never render a portal node as this indicates it's waiting for an element; it must be <code>undefined</code></li> </ul> <h2><code>@floating-ui/react</code><a href="https://github.com/0"><code>@0</code></a>.26.26</h2> <h3>Patch Changes</h3> <ul> <li>fix(useFloating): access <code>domReference</code> instead of <code>reference</code></li> <li>feat(FloatingFocusManager): specify element to return focus to</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@floating-ui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>0.26.27</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): ignore Home/End key press for typeable combobox references</li> <li>fix(useListNavigation): ensure submenu references are set as <code>virtualItemRef</code> on floating close</li> <li>fix(inner): use list ref length for fallback detection</li> <li>fix(FloatingPortal): allow <code>root</code> to be reactive from <code>null</code> to an element</li> </ul> <h2>0.26.26</h2> <h3>Patch Changes</h3> <ul> <li>fix(useFloating): access <code>domReference</code> instead of <code>reference</code></li> <li>feat(FloatingFocusManager): specify element to return focus to</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/floating-ui/floating-ui/commit/f1d95ac5ba8ce6eee128915c983326fbf0387cef"><code>f1d95ac</code></a> Version Packages (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3102">#3102</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/e05d561c60687b4cc12e2c232fc9ff1e97636eb8"><code>e05d561</code></a> fix(FloatingPortal): allow <code>root</code> to be reactive from <code>null</code> to an element (#...</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/c4aba7aa7242e0574d12acd4198bded3f43132bc"><code>c4aba7a</code></a> fix(useListNavigation): ensure submenu references are set as <code>virtualItemRef</code>...</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/f65f9e2be0249e9add0299f9a3c5b79824ad6094"><code>f65f9e2</code></a> fix(useListNavigation): ignore Home/End key press for typeable combobox refer...</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/229c5f71903e933fefe1f98f2457cf1210b8c960"><code>229c5f7</code></a> fix(inner): use list ref length for fallback detection (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3101">#3101</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/c9672007a7cf8a0b3b0b3b654a234dbe681a1a1c"><code>c967200</code></a> Version Packages (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3084">#3084</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/24f2c4d6a7efd4ca3ecda9dda8a3a3595682ab80"><code>24f2c4d</code></a> fix(useFloating): access <code>domReference</code> instead of <code>reference</code> (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3094">#3094</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/703db3bf19ebcd2fc1a75ef2e6edbc1c6f2468c2"><code>703db3b</code></a> feat(FloatingFocusManager): specify element to return focus to (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3083">#3083</a>)</li> <li>See full diff in <a href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.27/packages/react">compare view</a></li> </ul> </details> <br /> Updates `css-tree` from 3.0.0 to 3.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/csstree/csstree/releases">css-tree's releases</a>.</em></p> <blockquote> <h2>3.0.1</h2> <ul> <li>Bumped <code>mdn/data</code> to 2.12.1</li> <li>Added <code>errors</code> array to the <code>Lexer#validate()</code> method result, providing details on problematic syntax.</li> <li>Added CSS wide keyword customization and introspection: <ul> <li>Added a <code>Lexer#cssWideKeywords</code> dictionary to list CSS-wide keywords</li> <li>Updated the Lexer's constructor to consider <code>config.cssWideKeywords</code> for overriding the default list</li> <li>Expanded the lexer's dump output to include the <code>cssWideKeywords</code> dictionary</li> <li>Modified the <code>fork()</code> method to accept a <code>cssWideKeywords</code> option, allowing the addition of new keywords to the existing list</li> </ul> </li> <li>Reverted changes to <code>Block</code> to include <code>{</code> and <code>}</code>, and <code>Atrule</code> and <code>Rule</code> to exclude <code>{</code> and <code>}</code> for a <code>block</code> (<a href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li> <li>Removed second parameter (<code>assign</code>) for the callback in the <code>fork()</code> method (e.g., <code>syntax.fork((config, assign) => { ... })</code>), as it simply refers to <code>Object.assign()</code></li> <li>Fixes in syntaxes: <code><basic-shapes></code>, <code><absolute-color-function></code> and <code><'stroke-opacity'></code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/csstree/csstree/blob/master/CHANGELOG.md">css-tree's changelog</a>.</em></p> <blockquote> <h2>3.0.1 (November 1, 2024)</h2> <ul> <li>Bumped <code>mdn/data</code> to 2.12.1</li> <li>Added <code>errors</code> array to the <code>Lexer#validate()</code> method result, providing details on problematic syntax.</li> <li>Added CSS wide keyword customization and introspection: <ul> <li>Added a <code>Lexer#cssWideKeywords</code> dictionary to list CSS-wide keywords</li> <li>Updated the Lexer's constructor to consider <code>config.cssWideKeywords</code> for overriding the default list</li> <li>Expanded the lexer's dump output to include the <code>cssWideKeywords</code> dictionary</li> <li>Modified the <code>fork()</code> method to accept a <code>cssWideKeywords</code> option, allowing the addition of new keywords to the existing list</li> </ul> </li> <li>Reverted changes to <code>Block</code> to include <code>{</code> and <code>}</code>, and <code>Atrule</code> and <code>Rule</code> to exclude <code>{</code> and <code>}</code> for a <code>block</code> (<a href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li> <li>Removed second parameter (<code>assign</code>) for the callback in the <code>fork()</code> method (e.g., <code>syntax.fork((config, assign) => { ... })</code>), as it simply refers to <code>Object.assign()</code></li> <li>Fixes in syntaxes: <code><basic-shapes></code>, <code><absolute-color-function></code> and <code><'stroke-opacity'></code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/csstree/csstree/commit/9825221fa5d930e10610de9eba85f51149c329ce"><code>9825221</code></a> 3.0.1</li> <li><a href="https://github.com/csstree/csstree/commit/d3ce7e918d6de3f7cf77b91850c3a9c58c73ec14"><code>d3ce7e9</code></a> Revert changes to <code>Block</code> to include curlies (fixes <a href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li> <li><a href="https://github.com/csstree/csstree/commit/4175e97e17747cdd67bc84cfc6f3f6b6f02e7ea3"><code>4175e97</code></a> Fix <'stroke-opacity'> syntax (fixes <a href="https://redirect.github.com/csstree/csstree/issues/299">#299</a>)</li> <li><a href="https://github.com/csstree/csstree/commit/6c761e7ffaad5ef7ccddc7cbca922049e151b809"><code>6c761e7</code></a> Merge pull request <a href="https://redirect.github.com/csstree/csstree/issues/291">#291</a> from pamelalozano16/master</li> <li><a href="https://github.com/csstree/csstree/commit/074269277d964ce024080df893dc0595b06fd20a"><code>0742692</code></a> Add <code>errors</code> array to the <code>Lexer#validate()</code> method result</li> <li><a href="https://github.com/csstree/csstree/commit/c20b5c50408526da7f4b640588597bbbeb4e13bd"><code>c20b5c5</code></a> Make tests stable to errors in definition syntaxes</li> <li><a href="https://github.com/csstree/csstree/commit/8aeb7bf83f75b8f397ceb692b0888d4d517e1463"><code>8aeb7bf</code></a> Bump mdn/data to 2.12.1</li> <li><a href="https://github.com/csstree/csstree/commit/7a3f134cccf123a1fed94e591843d9857302149f"><code>7a3f134</code></a> Fix lint warning</li> <li><a href="https://github.com/csstree/csstree/commit/a6c7db08c714b575a687b2d30e159739f706f242"><code>a6c7db0</code></a> Fix broken mdn/data syntaxes</li> <li><a href="https://github.com/csstree/csstree/commit/e7c8320992b330d2ac0a63c3c1a4bb6d9fad2f29"><code>e7c8320</code></a> Merge branch 'master' into pr/291</li> <li>Additional commits viewable in <a href="https://github.com/csstree/csstree/compare/v3.0.0...v3.0.1">compare view</a></li> </ul> </details> <br /> Updates `monaco-yaml` from 5.2.2 to 5.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remcohaszing/monaco-yaml/releases">monaco-yaml's releases</a>.</em></p> <blockquote> <h2>v5.2.3</h2> <h2>What's Changed</h2> <ul> <li>467b134 fix: missing client capabilities by <a href="https://github.com/sumimakito"><code>@sumimakito</code></a> in <a href="https://redirect.github.com/remcohaszing/monaco-yaml/pull/248">#248 </a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sumimakito"><code>@sumimakito</code></a> made their first contribution in <a href="https://redirect.github.com/remcohaszing/monaco-yaml/pull/248">remcohaszing/monaco-yaml#248</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3">https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remcohaszing/monaco-yaml/commit/f38e40c9bebb4778e0d1ffd49abe661f3f74b2b9"><code>f38e40c</code></a> 5.2.3</li> <li><a href="https://github.com/remcohaszing/monaco-yaml/commit/a9b0d812d1be52f7f57c6a0efe2d18368abff56a"><code>a9b0d81</code></a> Add markdownEnumDescriptions to the demo</li> <li><a href="https://github.com/remcohaszing/monaco-yaml/commit/c7479a210ac50c08748f5a35eace85ec4ed21c70"><code>c7479a2</code></a> Avoid language-server-types import at runtime</li> <li><a href="https://github.com/remcohaszing/monaco-yaml/commit/467b13485397885ddf6dc51ba4f8b0b8eff5d9df"><code>467b134</code></a> fix: missing client capabilities</li> <li><a href="https://github.com/remcohaszing/monaco-yaml/commit/5beb6100a538391effba847f09bca32d99972b8a"><code>5beb610</code></a> Explain why syntax highlighting might not work</li> <li>See full diff in <a href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3">compare view</a></li> </ul> </details> <br /> Updates `remark-github-blockquote-alert` from 1.2.1 to 1.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jaywcjlove/remark-github-blockquote-alert/releases">remark-github-blockquote-alert's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <p><a href="https://jaywcjlove.github.io/#/sponsor"><img src="https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee" alt="Buy me a coffee" /></a> <a href="https://uiwjs.github.io/npm-unpkg/#/pkg/remark-github-blockquote-alert@1.3.0/file/README.md"><img src="https://img.shields.io/badge/Open%20in-unpkg-blue" alt="" /></a></p> <p>Documentation v1.3.0: <a href="https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html">https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html</a><br /> Comparing Changes: <a href="https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0">https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0</a></p> <ul> <li>💢 ci: update workflows config. a18169c <a href="https://github.com/jaywcjlove"><code>@jaywcjlove</code></a></li> <li>💢 ci: Update FUNDING.yml 718850f <a href="https://github.com/jaywcjlove"><code>@jaywcjlove</code></a></li> <li>🌟 feat: add <code>tagName</code> option. <a href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a> f5c617e <a href="https://github.com/jaywcjlove"><code>@jaywcjlove</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaywcjlove/remark-github-blockquote-alert/commit/e9c3ca4b581f743bc0832f3a7425749a19262f2c"><code>e9c3ca4</code></a> released v1.3.0 <a href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a></li> <li><a href="https://github.com/jaywcjlove/remark-github-blockquote-alert/commit/f5c617e8dbf36695e6ed9b683838af5b983712ff"><code>f5c617e</code></a> feat: add <code>tagName</code> option. <a href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a></li> <li><a href="https://github.com/jaywcjlove/remark-github-blockquote-alert/commit/718850fd14c800de1505a2e7de940c00ad0ec55d"><code>718850f</code></a> ci: Update FUNDING.yml</li> <li><a href="https://github.com/jaywcjlove/remark-github-blockquote-alert/commit/a18169c2bfb13db7e734545570346ef05599961a"><code>a18169c</code></a> ci: update workflows config.</li> <li>See full diff in <a href="https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.15.0 to 3.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.16.0</h2> <ul> <li>Feature - optionally include Error.cause property (<a href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>) 201b6f1</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/06749a96115a0ed75783761e596754ab7ec9d16b"><code>06749a9</code></a> 3.16.0</li> <li><a href="https://github.com/winstonjs/winston/commit/201b6f1d739022b24109eade5b1dc1abf1fd287c"><code>201b6f1</code></a> Feature - optionally include Error.cause property (<a href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the prod-dependencies group with 5 updates in the / directory:
0.26.250.26.273.0.03.0.15.2.25.2.31.2.11.3.03.15.03.16.0Updates
@floating-ui/reactfrom 0.26.25 to 0.26.27Release notes
Sourced from
@floating-ui/react's releases.Changelog
Sourced from
@floating-ui/react's changelog.Commits
f1d95acVersion Packages (#3102)e05d561fix(FloatingPortal): allowrootto be reactive fromnullto an element (#...c4aba7afix(useListNavigation): ensure submenu references are set asvirtualItemRef...f65f9e2fix(useListNavigation): ignore Home/End key press for typeable combobox refer...229c5f7fix(inner): use list ref length for fallback detection (#3101)c967200Version Packages (#3084)24f2c4dfix(useFloating): accessdomReferenceinstead ofreference(#3094)703db3bfeat(FloatingFocusManager): specify element to return focus to (#3083)Updates
css-treefrom 3.0.0 to 3.0.1Release notes
Sourced from css-tree's releases.
Changelog
Sourced from css-tree's changelog.
Commits
98252213.0.1d3ce7e9Revert changes toBlockto include curlies (fixes #296)4175e97Fix <'stroke-opacity'> syntax (fixes #299)6c761e7Merge pull request #291 from pamelalozano16/master0742692Adderrorsarray to theLexer#validate()method resultc20b5c5Make tests stable to errors in definition syntaxes8aeb7bfBump mdn/data to 2.12.17a3f134Fix lint warninga6c7db0Fix broken mdn/data syntaxese7c8320Merge branch 'master' into pr/291Updates
monaco-yamlfrom 5.2.2 to 5.2.3Release notes
Sourced from monaco-yaml's releases.
Commits
f38e40c5.2.3a9b0d81Add markdownEnumDescriptions to the democ7479a2Avoid language-server-types import at runtime467b134fix: missing client capabilities5beb610Explain why syntax highlighting might not workUpdates
remark-github-blockquote-alertfrom 1.2.1 to 1.3.0Release notes
Sourced from remark-github-blockquote-alert's releases.
Commits
e9c3ca4released v1.3.0 #4f5c617efeat: addtagNameoption. #4718850fci: Update FUNDING.ymla18169cci: update workflows config.Updates
winstonfrom 3.15.0 to 3.16.0Release notes
Sourced from winston's releases.
Commits
06749a93.16.0201b6f1Feature - optionally include Error.cause property (#2447)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions