Skip to content

chore(deps): bump @typespec/openapi from 1.13.0 to 1.15.0 in /additions - #1183

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/additions/typespec/openapi-1.15.0
Open

chore(deps): bump @typespec/openapi from 1.13.0 to 1.15.0 in /additions#1183
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/additions/typespec/openapi-1.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @typespec/openapi from 1.13.0 to 1.15.0.

Release notes

Sourced from @​typespec/openapi's releases.

typespec-stable@1.15.0

@​typespec/compiler

Breaking Changes

  • #11552 using statements declared before a file-level(blockless) namespace are now resolved from the global namespace instead of the file namespace, matching C#.

    using TypeSpec.Http; // Now resolves the global `TypeSpec` namespace instead of `_Specs_.TypeSpec`
    namespace _Specs_.TypeSpec.Foo;

    A using declared after the file namespace, or inside a namespace block, is unchanged and still resolves relative to that namespace. Code relying on a relative name in a using written above the file namespace must now use the fully qualified name.

    namespace MyOrg.Service;
    using Models; // Still resolves to `MyOrg.Models`

Features

  • #11476 Add back empty project template to tsp init options

    # Result of selecting "Empty project" in tsp init
    # main.tsp - minimal empty file to start from
  • #11000 Add setAutoDecorator API to programmatically apply an auto decorator to a target, mirroring what the synthesized auto dec implementation does when the decorator is written in source. This lets emitters and mutators mark synthetic types without reaching into the program state map directly.

    import { setAutoDecorator } from "@typespec/compiler";
    setAutoDecorator(program, "MyLib.myFlag", target);

  • #11468 Add Fix all: X code action for codefixes that can be applied to multiple instances in a file at once. When a codefix applies to more than one diagnostic of the same kind in a file, a Fix all: <fix label> quick fix action is now suggested alongside the individual fix.

  • #11209 Add support for short diagnostic and linter rule names. Diagnostic/rule codes can now be referenced by their scope-stripped short name (e.g. http/no-foo instead of @typespec/http/no-foo) or by a library-declared alias, both in #suppress directives and in the linter section of tspconfig.yaml. The full name is always accepted.

    model Post {
      #suppress "http/no-service-found" "standard library route"
      author: LegacyUser;
    }

    Libraries can declare a custom alias:

    export const $lib = createTypeSpecLibrary({
      name: "@azure-tools/typespec-client-generator-core",

... (truncated)

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 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.13.0 to 1.15.0.
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.13.0...typespec-stable@1.15.0)

---
updated-dependencies:
- dependency-name: "@typespec/openapi"
  dependency-version: 1.15.0
  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 Aug 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 17, 2026 01:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
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.

0 participants