You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@causeway.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/31 04:12:11 UTC

[GitHub] [causeway] dependabot[bot] opened a new pull request, #1546: Bump structurizr-export from 1.13.0 to 1.14.0

dependabot[bot] opened a new pull request, #1546:
URL: https://github.com/apache/causeway/pull/1546

   Bumps [structurizr-export](https://github.com/structurizr/export) from 1.13.0 to 1.14.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/structurizr/export/releases">structurizr-export's releases</a>.</em></p>
   <blockquote>
   <h2>v1.14.0</h2>
   <ul>
   <li>C4PlantUMLExporter: <code>c4plantuml.stdlib</code> is now <code>true</code> by default.</li>
   <li>StructurizrPlantUMLExporter: Adds a <code>plantuml.shadow</code> element style property.</li>
   <li>StructurizrPlantUMLExporter: Groups now have a dashed border.</li>
   <li>MermaidDiagramExporter: Groups now have a dashed border.</li>
   <li>DOTExporter: Groups now have a dashed border.</li>
   <li>Fixes some minor indentation issues with the diagram exporters.</li>
   <li>Adds support for grouping deployment nodes, infrastructure nodes, software system instances, and container instances.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/structurizr/export/blob/main/docs/changelog.md">structurizr-export's changelog</a>.</em></p>
   <blockquote>
   <h2>1.14.0 (30th March 2023)</h2>
   <ul>
   <li>C4PlantUMLExporter: <code>c4plantuml.stdlib</code> is now <code>true</code> by default.</li>
   <li>StructurizrPlantUMLExporter: Adds a <code>plantuml.shadow</code> element style property.</li>
   <li>StructurizrPlantUMLExporter: Groups now have a dashed border.</li>
   <li>MermaidDiagramExporter: Groups now have a dashed border.</li>
   <li>DOTExporter: Groups now have a dashed border.</li>
   <li>Fixes some minor indentation issues with the diagram exporters.</li>
   <li>Adds support for grouping deployment nodes, infrastructure nodes, software system instances, and container instances.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/structurizr/export/commit/028e266370f2ffd37c82b8c5ca7383ccc9cd4e09"><code>028e266</code></a> Updated for release.</li>
   <li><a href="https://github.com/structurizr/export/commit/55cee4b9483f3ec2b245f09c4b436c03d7fd1d8f"><code>55cee4b</code></a> DOTExporter: Groups now have a dashed border.</li>
   <li><a href="https://github.com/structurizr/export/commit/957289e5bb154f0e94c7fc566a60c4c8e7ac7235"><code>957289e</code></a> MermaidDiagramExporter: Groups now have a dashed border.</li>
   <li><a href="https://github.com/structurizr/export/commit/9465470ef795cf5da05d77672e05ea4dba657073"><code>9465470</code></a> StructurizrPlantUMLExporter: Groups now have a dashed border.</li>
   <li><a href="https://github.com/structurizr/export/commit/36440560e5d0f71f6237832eea8ce40f226019c8"><code>3644056</code></a> Reorder lines.</li>
   <li><a href="https://github.com/structurizr/export/commit/a6abefd7ba7437e0d318f303e94c64ba785d5f23"><code>a6abefd</code></a> Adds support for grouping deployment nodes, infrastructure nodes, software sy...</li>
   <li><a href="https://github.com/structurizr/export/commit/0b9b6bdd10181506b53cb8b5cc5e3ef368428008"><code>0b9b6bd</code></a> Fixes some minor indentation issues with the diagram exporters.</li>
   <li><a href="https://github.com/structurizr/export/commit/6de00c26aec4491f700e2e3516d0900ae7ebcb2d"><code>6de00c2</code></a> Closes <a href="https://redirect.github.com/structurizr/export/issues/51">#51</a> (shadow property for both plantuml exporters).</li>
   <li><a href="https://github.com/structurizr/export/commit/eacdbb1fedd71acefad6e5c229cc164a235fbc00"><code>eacdbb1</code></a> C4PlantUMLExporter: <code>c4plantuml.stdlib</code> is now <code>true</code> by default.</li>
   <li>See full diff in <a href="https://github.com/structurizr/export/compare/v1.13.0...v1.14.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.structurizr:structurizr-export&package-manager=maven&previous-version=1.13.0&new-version=1.14.0)](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 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>


-- 
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: dev-unsubscribe@causeway.apache.org

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


[GitHub] [causeway] dependabot[bot] closed pull request #1546: Bump structurizr-export from 1.13.0 to 1.14.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #1546: Bump structurizr-export from 1.13.0 to 1.14.0
URL: https://github.com/apache/causeway/pull/1546


-- 
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: dev-unsubscribe@causeway.apache.org

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


[GitHub] [causeway] andi-huber commented on pull request #1546: Bump structurizr-export from 1.13.0 to 1.14.0

Posted by "andi-huber (via GitHub)" <gi...@apache.org>.
andi-huber commented on PR #1546:
URL: https://github.com/apache/causeway/pull/1546#issuecomment-1491324051

   @dependabot rebase


-- 
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: dev-unsubscribe@causeway.apache.org

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


[GitHub] [causeway] dependabot[bot] commented on pull request #1546: Bump structurizr-export from 1.13.0 to 1.14.0

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

   Looks like com.structurizr:structurizr-export is 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: dev-unsubscribe@causeway.apache.org

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