Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump capellambse from 0.5.36 to 0.5.42 in /backend #1264

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps capellambse from 0.5.36 to 0.5.42.

Release notes

Sourced from capellambse's releases.

capellambse v0.5.42

New features

  • diagram_cache: Add a flag to refresh diagrams before export by @​Wuestengecko (a4820a0e5fb98473c4bbd341063b1431324aca12)

Bug fixes

  • diagram: Fix default styling of PhysicalComponent by @​ewuerger (3466c0064fdff298f30c0da9f7f7cf2d10c9bc2b)
  • diagram: Fix symbols of Human and Functions by @​ewuerger (55e8cfaf5a1bf5eb7db85a8e59c90ccdc5f67631)
  • diagram: Ignore UNSET nature in PhysicalComponent style classes by @​ewuerger (b9f13e210789e41f085c168bd60fb9d2f47c8631)
  • model: Change LiteralNumericValue.value to a string field by @​Wuestengecko (0329cdb0aa8efbdbdd39dbe1584e1e5d4725aa8d)
  • model: Use a two-element list for BooleanType.literals by @​Wuestengecko (b9c47910d6b31998760defb80d3d787621649f7a)
  • svg: Add handling for rotation to text inside a rectangle by @​ewuerger (587d857b848d288cf37c4da40a887da3d98a9bb4)

Build system changes

  • Update supported Python versions by @​Wuestengecko (98c243a21d7c67bac2a2b486dd6a6dfa5a171768)

CI/CD changes

  • Switch to commitlint by @​Wuestengecko (9993dcc8999e8be5e24c103e56b1f977b53a4d1c)

Unit test changes

  • Fix tests using wrong assumptions by @​Wuestengecko (b3a07381e002cbc32d5f99f16081d7f613240979)

Code refactorings

  • diagram_cache: Don't initialize the cache handler twice by @​Wuestengecko (c0ef227795b6642a6b6c47022aae58853bdf9bfd)
  • svg: Factor out common code for PhysicalComponent symbols by @​freshavocado7 (725adde3f09afbae6a7a39fbcd5ac1ae02f1d812)

capellambse v0.5.41

Bug fixes

  • model: Fix definitions of PhysicalComponent nature and kind by @​Wuestengecko (4b079dbf5d315484b8c17eb46d52af9a628a2ae1)
  • svg: Feature text alignment by @​ewuerger (457fb59a0aa6baa45ce71f3a986055f6ce858334)

Documentation changes

  • Add a "Related projects" section to README by @​Wuestengecko (cf7d3a0668f12de30bdedacd97074d0d4412cc3f)

capellambse v0.5.40

New features

  • cli_helpers: Add a small CLI to dump info about known_models by @​Wuestengecko (c5a3c555d0ea671512b54bc11ee5e5dbc33e7d91)

Bug fixes

... (truncated)

Commits
  • e355744 merge: Optionally refresh diagrams before caching them
  • a4820a0 feat(diagram_cache): Add a flag to refresh diagrams before export
  • c0ef227 refactor(diagram_cache): Don't initialize the cache handler twice
  • 2167a5e merge: Use a two-element list for BooleanType.literals
  • 1a1d604 merge: Fix some issues in diagrams
  • 55e8cfa fix(diagram): Fix symbols of Human and Functions
  • 3466c00 fix(diagram): Fix default styling of PhysicalComponent
  • 725adde refactor(svg): Factor out common code for PhysicalComponent symbols
  • 587d857 fix(svg): Add handling for rotation to text inside a rectangle
  • b9f13e2 fix(diagram): Ignore UNSET nature in PhysicalComponent style classes
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [capellambse](https://github.com/DSD-DBS/py-capellambse) from 0.5.36 to 0.5.42.
- [Release notes](https://github.com/DSD-DBS/py-capellambse/releases)
- [Commits](DSD-DBS/py-capellambse@v0.5.36...v0.5.42)

---
updated-dependencies:
- dependency-name: capellambse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from MoritzWeber0 as a code owner January 8, 2024 16:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 8, 2024
Copy link

sonarqubecloud bot commented Jan 8, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c272d34) 72.85% compared to head (468f83d) 72.85%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1264   +/-   ##
=======================================
  Coverage   72.85%   72.85%           
=======================================
  Files         162      162           
  Lines        5345     5345           
  Branches      601      601           
=======================================
  Hits         3894     3894           
  Misses       1320     1320           
  Partials      131      131           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Superseded by #1280.

@dependabot dependabot bot closed this Jan 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/backend/capellambse-0.5.42 branch January 22, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants