Skip to content

chore(deps): bump oas from 28.9.0 to 33.1.4#1143

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oas-33.0.0
Closed

chore(deps): bump oas from 28.9.0 to 33.1.4#1143
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oas-33.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

Bumps oas from 28.9.0 to 33.1.4.

Changelog

Sourced from oas's changelog.

oas

33.1.3

Patch Changes

  • 4a2f23e: Isolate default lookup while traversing sibling schemas so inline object defaults from one property do not apply to siblings with matching nested property names.

33.0.0

Major Changes

  • 77182a7: getParameterAsJSONSchema returns based on content-type parameter

Patch Changes

  • b37f577: Preserve metadata siblings (e.g. description, summary) alongside $ref pointers on properties inside allOf branches so they survive merging instead of being silently dropped during inlining. Continues to strip the invalid properties sibling to keep the CX-3171 crash regression covered.
  • 80a22cd: Deep-merge allOf branches when nested properties at the same path resolve through a chain of $ref schemas. Previously inlinePropertyRefsForMerge only inlined one ref level deep; if two branches reached the same property path through chained refs, the inner refs survived into json-schema-merge-allof, which silently kept only the first branch. Now allOf branches are scanned for conflicting property paths and refs along those paths are recursively inlined before merging. Non-conflicting refs are still preserved.
  • Updated dependencies [4a1f41c]
    • @​readme/openapi-parser@​6.1.0

32.1.18

Patch Changes

  • 6867a30: Fixed oneOf/anyOf items being duplicated when a variant contains a deep $ref through an allOf path by inlining stale allOf-path refs before the allOf merge.

32.1.17

Patch Changes

  • 0008dcb: Fixed allOf merging silently dropping properties when two or more branches define the same nested property path with $ref leaf values by making inlinePropertyRefsForMerge recurse into nested object properties.

32.1.16

Patch Changes

  • bf07fe4: Fixed a crash when a schema contains a deep self-referencing $ref through an allOf (e.g. #/components/schemas/Foo/allOf/1/properties/bar) by sorting ref entries by path depth before merging into the root schema.

32.1.15

Patch Changes

  • c4e6015: Improved support for polymorphic schema payload matching during HAR generation.

32.1.13

Patch Changes

  • e67bb92: Fixing issues in JSON Schema generation where $ref pointers in subschemas weren't always preserved.
Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 1, 2026
@dependabot dependabot Bot requested a review from erunion as a code owner May 1, 2026 06:02
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/oas-33.0.0 branch from cd98c7d to 0fee65e Compare May 1, 2026 18:03
@erunion erunion removed their request for review May 1, 2026 18:03
@dependabot dependabot Bot changed the title chore(deps): bump oas from 28.9.0 to 33.0.0 chore(deps): bump oas from 28.9.0 to 33.1.4 May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/oas-33.0.0 branch from 0fee65e to 99af200 Compare May 12, 2026 16:49
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/oas-33.0.0 branch from 99af200 to a4782ff Compare May 13, 2026 00:50
@gkoberger gkoberger force-pushed the dependabot/npm_and_yarn/oas-33.0.0 branch from a4782ff to ae8868c Compare June 7, 2026 00:12
@gkoberger gkoberger requested a review from a team June 7, 2026 00:12
@erunion erunion closed this Jun 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@erunion erunion deleted the dependabot/npm_and_yarn/oas-33.0.0 branch June 7, 2026 07:26
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant