extenda / structurizr-to-png

Create PNGs from Structurizr DSL
MIT License
21 stars 7 forks source link

build(deps): Bump structurizr-export from 1.6.1 to 1.10.1 #45

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps structurizr-export from 1.6.1 to 1.10.1.

Release notes

Sourced from structurizr-export's releases.

v1.10.1

  • Fixes #47 (StructurizrPlantUMLExporter crashes when used in native binaries).
  • Fixes #49 (Internal property 'structurizr.dsl.identifier' on exported diagrams should be hidden).

v1.10.0

v1.9.0

  • Breaking change: Renamed com.structurizr.view.View to com.structurizr.view.ModelView.
  • StructurizrPlantUMLExporter: Adds the ability to set a default font, based upon the branding font defined in the workspace (#41).
  • C4PlantUMLExporter: Adds the ability to set a default font, based upon the branding font defined in the workspace (#41).
  • C4PlantUMLExporter: Adds support for showing properties on deployment nodes (#46).

v1.8.4

  • Fixes #39 (WebSequenceDiagrams exporter only shows relationship descriptions defined in the dynamic view).
  • Fixes #40 (WebSequenceDiagrams exporter has a triple >>> ending the stereotype).

v1.8.2

  • Fixes #37 (Mermaid diagrams have a yellow border).

v1.8.1

  • Updated dependencies.

v1.8.0

  • The C4-PlantUML export now mimics how the Structurizr renderer uses tags when a view set or view property named c4plantuml.tags is set to true.
  • Fixes #24 (plantuml.sequenceDiagrams changes the export of static diagrams).
  • Adds the ability to configure the PlantUML exports via properties on the view set or view (#22).
  • Renamed plantuml.legend to c4plantuml.legend.
  • Renamed plantuml.sequenceDiagrams to plantuml.sequenceDiagram.
  • Adds a view/view set property named c4plantuml.stereotypes that can be used to enable/disable stereotypes (these are always on by default when the legend is not shown; #29).
  • Adds a c4plantuml.stdlib view/view set property to allow users to choose which version of C4-PlantUML should be used (built-in standard library, or GitHub).
  • Fixes an issue with relationship properties not showing when c4plantuml.relationshipProperties is set to true.
  • Fixes #35 (Dark mode interfaces not well supported by Mermaid exporter).
  • Adds a mermaid.title property that can be used to enable/disable diagram titles.
  • Renamed mermaid.sequenceDiagrams to mermaid.sequenceDiagram.

v1.7.0

  • Adds the ability to export a diagram legend when using the StructurizrPlantUMLExporter.
  • Adds support for icons to the StructurizrPlantUMLExporter (HTTP/HTTPS icon URLs only).
Changelog

Sourced from structurizr-export's changelog.

1.10.1 (27th February 2023)

  • Fixes #47 (StructurizrPlantUMLExporter crashes when used in native binaries).
  • Fixes #49 (Internal property 'structurizr.dsl.identifier' on exported diagrams should be hidden).

1.10.0 (18th February 2023)

1.9.0 (18th February 2023)

  • Breaking change: Renamed com.structurizr.view.View to com.structurizr.view.ModelView.
  • StructurizrPlantUMLExporter: Adds the ability to set a default font, based upon the branding font defined in the workspace (#41).
  • C4PlantUMLExporter: Adds the ability to set a default font, based upon the branding font defined in the workspace (#41).
  • C4PlantUMLExporter: Adds support for showing properties on deployment nodes (#46).

1.8.4 (3rd February 2023)

  • Fixes #39 (WebSequenceDiagrams exporter only shows relationship descriptions defined in the dynamic view).
  • Fixes #40 (WebSequenceDiagrams exporter has a triple >>> ending the stereotype).

1.8.3 (16th January 2023)

  • Updated the structurizr-core dependency, which is now included as an "API dependency".

1.8.2 (5th January 2023)

  • Fixes #37 (Mermaid diagrams have a yellow border).

1.8.1 (23rd December 2022)

  • Updated dependencies.

1.8.0 (21st December 2022)

  • The C4-PlantUML export now mimics how the Structurizr renderer uses tags when a view set or view property named c4plantuml.tags is set to true.
  • Fixes #24 (plantuml.sequenceDiagrams changes the export of static diagrams).
  • Adds the ability to configure the PlantUML exports via properties on the view set or view (#22).
  • Renamed plantuml.legend to c4plantuml.legend.
  • Renamed plantuml.sequenceDiagrams to plantuml.sequenceDiagram.
  • Adds a view/view set property named c4plantuml.stereotypes that can be used to enable/disable stereotypes (these are always on by default when the legend is not shown; #29).
  • Adds a c4plantuml.stdlib view/view set property to allow users to choose which version of C4-PlantUML should be used (built-in standard library, or GitHub).
  • Fixes an issue with relationship properties not showing when c4plantuml.relationshipProperties is set to true.
  • Fixes #35 (Dark mode interfaces not well supported by Mermaid exporter).
  • Adds a mermaid.title property that can be used to enable/disable diagram titles.
  • Renamed mermaid.sequenceDiagrams to mermaid.sequenceDiagram.

1.7.0 (3rd October 2022)

  • Adds the ability to export a diagram legend when using the StructurizrPlantUMLExporter.

... (truncated)

Commits
  • 3561f48 Updated to reflect release.
  • 347fde5 Fixes #49 (Internal property 'structurizr.dsl.identifier' on exported diagram...
  • 2b44e61 Updated changelog.
  • 49f1413 Fixes compilation error related to PR #48.
  • 57ded48 Merge pull request #48 from dylanwatsonsoftware/patch-1
  • 3a1b0eb Swallow IIOException
  • c0fa500 Swallow UnsatisfiedLinkErrors in calculateIconScale
  • 1ba181c Adds set separator none to PlantUML exports for compatibility with [PlantUM...
  • d2fb753 Updated structurizr-core dependency.
  • d41c336 Updated changelog.
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
sasjo commented 1 year ago

@dependabot recreate

dependabot[bot] commented 1 year ago

Looks like com.structurizr:structurizr-export is up-to-date now, so this is no longer needed.