Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

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: fern-api/fern@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 <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 [fern-api](https://github.com/fern-api/fern/tree/HEAD/packages/cli/cli) from 0.16.22 to 0.39.19.
- [Release notes](https://github.com/fern-api/fern/releases)
- [Changelog](https://github.com/fern-api/fern/blob/main/packages/cli/cli/CHANGELOG.md)
- [Commits](https://github.com/fern-api/fern/commits/0.39.19/packages/cli/cli)

---
updated-dependencies:
- dependency-name: fern-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
Copy link

vercel bot commented Aug 26, 2024

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

Copy link

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #617.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fern-api-0.39.19 branch September 2, 2024 05:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants