You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/24 20:16:06 UTC

[GitHub] [camel-karavan] dependabot[bot] opened a new pull request, #747: Bump yaml and @svgr/webpack in /karavan-vscode

dependabot[bot] opened a new pull request, #747:
URL: https://github.com/apache/camel-karavan/pull/747

   Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [@svgr/webpack](https://github.com/gregberge/svgr). These dependencies need to be updated together.
   
   Removes `yaml`
   
   Updates `@svgr/webpack` from 6.2.1 to 7.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/gregberge/svgr/releases"><code>@​svgr/webpack</code>'s releases</a>.</em></p>
   <blockquote>
   <h2>v7.0.0</h2>
   <h3>Features</h3>
   <ul>
   <li>allow specifying <code>jsxRuntimeImport</code> in config (<a href="https://github.com/gregberge/svgr/commit/86bb86f">86bb86f</a>), closes <a href="https://redirect.github.com/gregberge/svgr/issues/801">#801</a> <a href="https://redirect.github.com/gregberge/svgr/issues/801">#801</a></li>
   <li>remove <a href="https://github.com/svgr"><code>@​svgr</code></a>/plugin-jsx from core (<a href="https://github.com/gregberge/svgr/commit/a0f078d">a0f078d</a>)</li>
   <li>upgrade to svgo v3 (<a href="https://redirect.github.com/gregberge/svgr/issues/798">#798</a>) (<a href="https://github.com/gregberge/svgr/commit/21b6209">21b6209</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>plugin-jsx is no longer included by default in core</li>
   <li>svgr now requires Node.js v14+</li>
   </ul>
   <h2>v6.5.1</h2>
   <p>No release notes provided.</p>
   <h2>v6.5.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix Yarn peer dependency warning from <a href="https://github.com/babel"><code>@​babel</code></a>/core (<a href="https://redirect.github.com/gregberge/svgr/issues/786">#786</a>) (<a href="https://github.com/gregberge/svgr/commit/db35837">db35837</a>), closes <a href="https://redirect.github.com/gregberge/svgr/issues/785">#785</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>babel-preset:</strong> fix 'role' attribute on svg element for react native (<a href="https://redirect.github.com/gregberge/svgr/issues/787">#787</a>) (<a href="https://github.com/gregberge/svgr/commit/35d85e0">35d85e0</a>)</li>
   </ul>
   <h2>v6.4.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> add babel-preset to core dependencies (<a href="https://redirect.github.com/gregberge/svgr/issues/782">#782</a>) (<a href="https://github.com/gregberge/svgr/commit/464ec5f">464ec5f</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>a11y:</strong> add attribute role=&quot;img&quot; to the svg element (<a href="https://redirect.github.com/gregberge/svgr/issues/750">#750</a>) (<a href="https://github.com/gregberge/svgr/commit/8b9edc4">8b9edc4</a>)</li>
   <li>support spaces in file names (<a href="https://redirect.github.com/gregberge/svgr/issues/779">#779</a>) (<a href="https://github.com/gregberge/svgr/commit/6ee639a">6ee639a</a>)</li>
   </ul>
   <h2>v6.3.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix duplicate plugin/preset detected error (<a href="https://redirect.github.com/gregberge/svgr/issues/747">#747</a>) (<a href="https://github.com/gregberge/svgr/commit/3c6a54c">3c6a54c</a>), closes <a href="https://redirect.github.com/gregberge/svgr/issues/746">#746</a></li>
   <li>fix exports compat with ESM (<a href="https://redirect.github.com/gregberge/svgr/issues/749">#749</a>) (<a href="https://github.com/gregberge/svgr/commit/f3e304c">f3e304c</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/gregberge/svgr/blob/main/CHANGELOG.md"><code>@​svgr/webpack</code>'s changelog</a>.</em></p>
   <blockquote>
   <h1><a href="https://github.com/gregberge/svgr/compare/v6.5.1...v7.0.0">7.0.0</a> (2023-03-24)</h1>
   <h3>Features</h3>
   <ul>
   <li>allow specifying <code>jsxRuntimeImport</code> in config (<a href="https://github.com/gregberge/svgr/commit/86bb86f47748618f729742e56199355d9c0bc518">86bb86f</a>), closes <a href="https://redirect.github.com/gregberge/svgr/issues/801">#801</a> <a href="https://redirect.github.com/gregberge/svgr/issues/801">#801</a></li>
   <li>remove <code>@​svgr/plugin-jsx</code> from core (<a href="https://github.com/gregberge/svgr/commit/a0f078db13936800a32c14ade08b670a14b5a886">a0f078d</a>)</li>
   <li>upgrade to svgo v3 (<a href="https://redirect.github.com/gregberge/svgr/issues/798">#798</a>) (<a href="https://github.com/gregberge/svgr/commit/21b6209ef34c51cc0313901f31061afe587ab29b">21b6209</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>plugin-jsx is no longer included by default in core</li>
   <li>svgr now requires Node.js v14+</li>
   </ul>
   <h2><a href="https://github.com/gregberge/svgr/compare/v6.5.0...v6.5.1">6.5.1</a> (2022-10-27)</h2>
   <h3>Reverts</h3>
   <ul>
   <li>Revert &quot;feat(a11y): add attribute role=&quot;img&quot; to the svg element (<a href="https://redirect.github.com/gregberge/svgr/issues/750">#750</a>)&quot; (<a href="https://github.com/gregberge/svgr/commit/138223284ad9aebc5bbf94ed3ae7174a66dbc7f5">1382232</a>), closes <a href="https://redirect.github.com/gregberge/svgr/issues/750">#750</a></li>
   </ul>
   <h1><a href="https://github.com/gregberge/svgr/compare/v6.4.0...v6.5.0">6.5.0</a> (2022-10-14)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix Yarn peer dependency warning from <code>@​babel/core</code> (<a href="https://redirect.github.com/gregberge/svgr/issues/786">#786</a>) (<a href="https://github.com/gregberge/svgr/commit/db3583751474997dd72a0209ca61daddbac16c46">db35837</a>), closes <a href="https://redirect.github.com/gregberge/svgr/issues/785">#785</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>babel-preset:</strong> fix 'role' attribute on svg element for react native (<a href="https://redirect.github.com/gregberge/svgr/issues/787">#787</a>) (<a href="https://github.com/gregberge/svgr/commit/35d85e069ebfef1b26ba181f443d9377a7bc003e">35d85e0</a>)</li>
   </ul>
   <h1><a href="https://github.com/gregberge/svgr/compare/v6.3.1...v6.4.0">6.4.0</a> (2022-10-01)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> add babel-preset to core dependencies (<a href="https://redirect.github.com/gregberge/svgr/issues/782">#782</a>) (<a href="https://github.com/gregberge/svgr/commit/464ec5fe81c6ba98be5a26923f3ad19fc2ef7fc6">464ec5f</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>a11y:</strong> add attribute role=&quot;img&quot; to the svg element (<a href="https://redirect.github.com/gregberge/svgr/issues/750">#750</a>) (<a href="https://github.com/gregberge/svgr/commit/8b9edc4e712f3adbd9f9c503dfc5e4d627f763cd">8b9edc4</a>)</li>
   <li>support spaces in file names (<a href="https://redirect.github.com/gregberge/svgr/issues/779">#779</a>) (<a href="https://github.com/gregberge/svgr/commit/6ee639a039a0001d3b97fef024f2bd0c3e107182">6ee639a</a>)</li>
   </ul>
   <h2><a href="https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1">6.3.1</a> (2022-07-22)</h2>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/gregberge/svgr/commit/3b04a923ae6e0945a9401ad7da7efe26204c8390"><code>3b04a92</code></a> v7.0.0</li>
   <li><a href="https://github.com/gregberge/svgr/commit/f751da86bb84185ac6ad2e636a7b2018835480d1"><code>f751da8</code></a> chore: fix package-lock.json</li>
   <li><a href="https://github.com/gregberge/svgr/commit/16d4e8b9cd4870a42979e424402a66317e03de0f"><code>16d4e8b</code></a> chore: remove peer dep</li>
   <li><a href="https://github.com/gregberge/svgr/commit/649fa65ba545ede9e64dac824b76117adbb4c187"><code>649fa65</code></a> chore: upgrade package-lock.json</li>
   <li><a href="https://github.com/gregberge/svgr/commit/260f09728c4401dfdacc6b28af3642093e30d57c"><code>260f097</code></a> chore: fix package-lock.json</li>
   <li><a href="https://github.com/gregberge/svgr/commit/20ba44663aac3f26b274cc8621a84a89bfa1baf4"><code>20ba446</code></a> chore: fix workspace deps</li>
   <li><a href="https://github.com/gregberge/svgr/commit/582d5100b6e336eda4e0f23228c61b1e5a9881b2"><code>582d510</code></a> chore: fix package-lock.json</li>
   <li><a href="https://github.com/gregberge/svgr/commit/279ffe230f434a25f56623d7c6ea663b6c5301fb"><code>279ffe2</code></a> Merge pull request <a href="https://redirect.github.com/gregberge/svgr/issues/841">#841</a> from gregberge/no-cycle-build</li>
   <li><a href="https://github.com/gregberge/svgr/commit/b7477c6a0aa1b76e9b001a7607b01097394457c9"><code>b7477c6</code></a> chore: add netlify config</li>
   <li><a href="https://github.com/gregberge/svgr/commit/fb9e57911f12ec83cf15c6f18fd67b55dde257be"><code>fb9e579</code></a> chore: speed up build</li>
   <li>Additional commits viewable in <a href="https://github.com/gregberge/svgr/compare/v6.2.1...v7.0.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 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/apache/camel-karavan/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] dependabot[bot] closed pull request #747: Bump yaml and @svgr/webpack in /karavan-vscode

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #747: Bump yaml and @svgr/webpack in /karavan-vscode
URL: https://github.com/apache/camel-karavan/pull/747


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] dependabot[bot] commented on pull request #747: Bump yaml and @svgr/webpack in /karavan-vscode

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #747:
URL: https://github.com/apache/camel-karavan/pull/747#issuecomment-1530786753

   Looks like these dependencies are up-to-date now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org