revertinc / revert

Revert makes it incredibly easy to build integrations with any third party API
https://revert.dev
GNU Affero General Public License v3.0
935 stars 74 forks source link

chore(deps-dev): bump fern-api from 0.16.22 to 0.39.19 #614

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps fern-api from 0.16.22 to 0.39.19.

Release notes

Sourced from fern-api's releases.

0.39.19

No release notes provided.

0.39.18

No release notes provided.

0.39.17

No release notes provided.

0.39.16

No release notes provided.

0.39.15

No release notes provided.

0.39.14

No release notes provided.

0.39.13

No release notes provided.

0.39.12

No release notes provided.

0.39.11

No release notes provided.

0.39.10

No release notes provided.

0.39.9

No release notes provided.

0.39.7

What's Changed

Full Changelog: https://github.com/fern-api/fern/compare/0.39.6...0.39.7

0.39.6

What's Changed

... (truncated)

Changelog

Sourced from fern-api's changelog.

[0.39.19] - 2024-08-25

  • Fix: The OpenAPI importer now handles generating examples for referenced oneOf schemas. Previously, examples generation would fail.
  • Fix: The OpenAPI importer now handles generating examples for circular oneOf schemas. Previously, the the converter would only default to generating examples for the first oneOf schema. If the first variant, circularly referenced itself, this would make terminating the example impossible. Now, the example generator tries every schema in order, guaranteeing that a termination condition will be reached.

[0.39.18] - 2024-08-23

  • Internal: Produce IR v57.8.0 with raw datetime examples. The raw datetime examples help when generating test fixtures to assert conditions about the original datetime.

[0.39.17] - 2024-08-23

  • Fix: Previously, object declarations with extends and no properties did not have examples propagating in the Docs and SDKs. The core issue was in IR generation which has now been resolved.

    The following will now work as expected:

    types: 
    

    ObjectWithNoProperties: extends: - ParentA - ParentB examples: - name: Default value: propertyFromParentA: foo propertyFromParentB: bar

[0.39.16] - 2024-08-21

  • Chore: Support running 0.2.x versions of the Postman Generator with IR V53 or above.

[0.39.15] - 2024-08-21

  • Internal: Introduce generator list and organization commands to faciliate actions taken by fern-bot

[0.39.14] - 2024-08-21

  • Fix: Format validation is enforced on date fields that are specified in examples specified in an api defintion.

[0.39.13] - 2024-08-19

... (truncated)

Commits
  • 10db746 fix(cli): openapi example generator handles circular oneOf schemas (#4414)
  • 8b65213 chore(cli): release cli to produce ir v57.8.0
  • bd78b58 fix(cli): ir generation accurately generates examples for objects with extend...
  • eec537a fix(cli): unhide generator upgrade command (#4403)
  • 0d2df13 fix(postman): upgrade from ir v23 to ir v53 (#4378)
  • 0e23255 chore(cli): release 0.39.15 (#4381)
  • 8e12d32 fix(cli): enforce date validation on date-type examples (#4358)
  • a1e2bc2 fix(cli): allow safe non-null assertion (#4368)
  • 1ec4364 chore(cli): introduce generator list and organization commands (#4356)
  • 1d59b0c fix(cli): example generation takes into account root level path parameters (#...
  • 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 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)
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
revert-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 5:16am
revert-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 5:16am
github-actions[bot] commented 1 month ago

Thank you for following the naming conventions for pull request titles! 🙏

dependabot[bot] commented 3 weeks ago

Superseded by #617.