Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/oas-33.0.0
Open

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps oas from 28.9.0 to 33.0.0.

Changelog

Sourced from oas's changelog.

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
Bumps [oas](https://github.com/readmeio/oas/tree/HEAD/packages/oas) from 28.9.0 to 33.0.0.
- [Release notes](https://github.com/readmeio/oas/releases)
- [Changelog](https://github.com/readmeio/oas/blob/main/packages/oas/CHANGELOG.md)
- [Commits](https://github.com/readmeio/oas/commits/HEAD/packages/oas)

---
updated-dependencies:
- dependency-name: oas
  dependency-version: 33.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@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
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.

0 participants