Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2025

Bumps @typespec/openapi from 1.1.0 to 1.2.1.

Release notes

Sourced from @​typespec/openapi's releases.

@​typespec/openapi3@​1.0.0-rc.1

Bug Fixes

  • #6279 Fix various issues when using xml payloads and custom scalars
  • #6887 Fix using union templates

@​typespec/openapi3@​1.0.0-rc.0

Breaking Changes

  • #6557 Remove support for removed feature implicit multipart.

  • #6563 Separate file bodies into their own bodyKind.

    The HTTP library will now return a body with bodyKind: "file" in all cases where emitters should treat the body as a file upload or download. Emitters that previously attempted to recognize File bodies by checking the type of an HTTP "single" body may now simply check if the bodyKind is "file". This applies to all HTTP payloads where an HttpOperationBody can appear, including requests, responses, and multipart parts.

Bump dependencies

  • #6595 Upgrade dependencies

Bug Fixes

  • #6559 Fix missing application of description on multipart properties
  • #6729 Fix duplicate name error when using named union inside multipart part.
  • #6506 Fix union of custom scalar with null creating an object with allOf reference
Commits

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 [@typespec/openapi](https://github.com/microsoft/typespec) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/commits)

---
updated-dependencies:
- dependency-name: "@typespec/openapi"
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 16, 2025 01:32
@baywet baywet merged commit 9103253 into master Jul 16, 2025
12 of 21 checks passed
@baywet baywet deleted the dependabot/npm_and_yarn/additions/typespec/openapi-1.2.1 branch July 16, 2025 13:13
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants