holunda-io / polyflow-examples

A collection of examples demonstrating the usage of Polyflow library.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
6 stars 4 forks source link

Bump json-schema and ng-openapi-gen in /components/tasklist-angular #200

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps json-schema to 0.4.0 and updates ancestor dependency ng-openapi-gen. These dependencies need to be updated together.

Updates json-schema from 0.3.0 to 0.4.0

Commits
  • f6f6a3b Use a little more robust method of checking instances
  • ef60987 Update version
  • b62f1da Protect against constructor modification, #84
  • fb427cd Link to json-schema-org repository in addition to site, fixes #54
  • 22f1461 Don't allow proto property to be used for schema default/coerce, fixes #84
  • c52a27c Get basic test to pass
  • b3f42b3 Add security policy
  • See full diff in compare view


Updates ng-openapi-gen from 0.17.1 to 0.24.1

Release notes

Sourced from ng-openapi-gen's releases.

0.24.1

  • Error logging errors early in the generation (#263)

0.24.0

  • Add "ignorecase" enumStyle option (#231)
  • OneOf (from official doc) not working (#233)
  • Add "silent" option to reduce console output (#237)
  • Fix context parameters collision (#239)
  • Parameter's descriptions are html escaped (#247)
  • Generate single letter ids unescaped (#249)
  • Nullable array elements are not generated nullable in models (#255)
  • Use deep imports for rxjs operators (#257)

Starting with this version, the ApiModule is no longer generated by default. If you still need it, you can set "module": "ApiModule" in the configuration file. However, the module itself is not needed (see #178) and it will no longer be generated in some future version.

Also, if you customize the HttpContext, it now needs to be passed as a second argument to the API call, and no longer as an additional context parameter, to avoid naming collisions (see #239)

0.23.0

  • Add "ignorecase" enumStyle option (#231)

0.22.0

Thanks a lot for all contributors! This release is comprised basically of submitted pull requests.

  • Add HttpContext support for Angular 12+ apps. (#215)
  • Option to use system temporary directory (#219)
  • Added config option for EOL (#220)
  • Since version 19.0 RequestBuilder is not named after config (#224)
  • Ensure all occurrences are replaced in path parameter sanitization (#229)
  • Give direct access to the generator (#232)
  • Docs: fix link to supported vendor extensions #223

0.21.2

  • Since 0.21.0, the order of success responses has changed (#214)

0.21.1

  • Revert: Service method not generated when tags case don't match (#213)

0.21.0

  • Service method not generated when tags case don't match (#190)
  • Support (again) Swashbuckle's way of generating allOf and type: object in the same level (#206)
  • Accept default as a success response (#208)
  • Added descriptions to enums (#210)

0.20.0

  • Problem with inheritance after version 0.17.3 (#184)

0.19.4

  • TypeScript noImplicitOverride: true results in error in the generated code (#187)

0.19.3

... (truncated)

Commits


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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/holunda-io/polyflow-examples/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@5fdcf21). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #200 +/- ## ========================================== Coverage ? 71.72% ========================================== Files ? 39 Lines ? 336 Branches ? 6 ========================================== Hits ? 241 Misses ? 95 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.