Skip to content

Bump yaml, @typespec/compiler, @typespec/http, @typespec/openapi, @typespec/openapi3 and @typespec/versioning in /src/main/resources/apps.methodscript.com#1411

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/src/main/resources/apps.methodscript.com/multi-1e9430e355
Open

Bump yaml, @typespec/compiler, @typespec/http, @typespec/openapi, @typespec/openapi3 and @typespec/versioning in /src/main/resources/apps.methodscript.com#1411
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/src/main/resources/apps.methodscript.com/multi-1e9430e355

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps yaml to 2.8.3 and updates ancestor dependencies yaml, @typespec/compiler, @typespec/http, @typespec/openapi, @typespec/openapi3 and @typespec/versioning. These dependencies need to be updated together.

Updates yaml from 2.4.2 to 2.8.3

Release notes

Sourced from yaml's releases.

v2.8.3

  • Add trailingComma ToString option for multiline flow formatting (#670)
  • Catch stack overflow during node composition (1e84ebb)

v2.8.2

  • Serialize -0 as -0 (#638)
  • Do not double newlines for empty map values (#642)

v2.8.1

  • Preserve empty block literals (#634)

v2.8.0

  • Add node cache for faster alias resolution (#612)
  • Re-introduce compatibility with Node.js 14.6 (#614)
  • Add --merge option to CLI tool (#611)
  • Improve error for tag resolution error on null value (#616)
  • Allow empty string as plain scalar representation, for failsafe schema (#616)
  • docs: include cli example (#617)

v2.7.1

  • Do not allow seq with single-line collection value on same line with map key (#603)
  • Improve warning & avoid TypeError on bad YAML 1.1 nodes (#610)

v2.7.0

The library is now available on JSR as @​eemeli/yaml and on deno.land/x as yaml. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.

  • Use .ts extension in all relative imports (#591)
  • Ignore newline after block seq indicator as space before value (#590)
  • Require Node.js 14.18 or later (was 14.6) (#598)

v2.6.1

  • Do not strip :00 seconds from !!timestamp values (#578, with thanks to @​qraynaud)
  • Tighten regexp for JSON !!bool (#587, with thanks to @​vra5107)
  • Default to literal block scalar if folded would overflow (#585)

v2.6.0

  • Use a proper tag for !!merge << keys (#580)
  • Add stringKeys parse option (#581)
  • Stringify a Document as a Document (#576)
  • Add sponsorship by Manifest

v2.5.1

  • Include range in flow sequence pair maps (#573)

v2.5.0

  • Add --indent option to CLI tool (#559, with thanks to @​danielbayley)
  • Require newline in all cases for props on block sequence (#557)
  • Always reset indentation in lexer on ... (#558)
  • Ignore minContentWidth if greater than lineWidth (#562)
  • Drop unused Collection.maxFlowStringSingleLineLength (#522, #421)

... (truncated)

Commits
  • ce14587 2.8.3
  • 1e84ebb fix: Catch stack overflow during node composition
  • 6b24090 ci: Include Prettier check in lint action
  • 9424dee chore: Refresh lockfile
  • d1aca82 Add trailingComma ToString option for multiline flow formatting (#670)
  • 4321509 ci: Drop the branch filter from GitHub PR actions
  • 47207d0 chore: Update docs-slate
  • 5212fae chore: Update docs-slate
  • 086fa6b 2.8.2
  • 95f01e9 chore: Add funding to package.json
  • Additional commits viewable in compare view

Updates @typespec/compiler from 0.55.0 to 1.10.0

Release notes

Sourced from @​typespec/compiler's releases.

@​typespec/compiler@​1.7.1

Bug Fixes

  • #9210 Fix crash in tsp init introduced in 1.7.0
Commits
  • 707a748 Bump version for 1.10 release (#9981)
  • 3859f57 [http-client-csharp] Render field attributes on enum members in TypeProviderW...
  • a5cd673 Initialize non-nullable required unwrapped XML list properties to empty colle...
  • 8c91b9d Add e2e tests for azure.resourcemanager.methodsubscriptionid.operations and n...
  • 904c959 Fix running multiple versioning mutators (#9932)
  • 6c959b6 Do not join ? and : with / (#9935)
  • 959aa0a fix: set git user and email in Submit-AzureSdkForNetPr.ps1 (#9960)
  • b900cab Remove includeRootSlash client option logic from http-client-python (#9964)
  • 83756ed http-client-java, use lib to convert plural to singular (#9963)
  • a8f07f4 Fix float comparison in duration encode mockapi for query and header params (...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​typespec/compiler since your current version.


Updates @typespec/http from 0.55.0 to 1.10.0

Release notes

Sourced from @​typespec/http's releases.

@​typespec/http@​1.9.1

Bug Fixes

  • [API] Fix Content-Type header will not be dropped in the response headers of HttpOperationResponseContent for HEAD requests.

@​typespec/http-server-csharp@​0.58.0-alpha.26

Bump dependencies

  • #9838 Upgrade dependencies

Bug Fixes

  • #9896 Fix missing using namespace imports in C# files generated from MergePatchUpdate<T> when model properties reference enum or named types from a different namespace
  • #9895 Fix controller generation to use correct ASP.NET Core result methods for non-200/204 status codes. Previously all operations returned Ok(...) or NoContent() regardless of the declared status code. Now operations returning 202 use Accepted(...), and other status codes use StatusCode(code, ...).
  • #9894 Fix crash when emitting interfaces that contain template operations. Template operations (e.g. getItem<T>(): T) within interfaces will simply be skipped when emitting the interface.

@​typespec/http-server-csharp@​0.58.0-alpha.25

Bump dependencies

  • #9446 Upgrade dependencies

@​typespec/http-server-js@​0.58.0-alpha.25

Bump dependencies

  • #9838 Upgrade dependencies

@​typespec/http-server-csharp@​0.58.0-alpha.24

Bump dependencies

  • #9223 Upgrade dependencies

@​typespec/http-server-js@​0.58.0-alpha.24

Bump dependencies

  • #9446 Upgrade dependencies

@​typespec/http-server-js@​0.58.0-alpha.23

Bump dependencies

  • #9223 Upgrade dependencies

Bug Fixes

... (truncated)

Commits
  • 707a748 Bump version for 1.10 release (#9981)
  • 3859f57 [http-client-csharp] Render field attributes on enum members in TypeProviderW...
  • a5cd673 Initialize non-nullable required unwrapped XML list properties to empty colle...
  • 8c91b9d Add e2e tests for azure.resourcemanager.methodsubscriptionid.operations and n...
  • 904c959 Fix running multiple versioning mutators (#9932)
  • 6c959b6 Do not join ? and : with / (#9935)
  • 959aa0a fix: set git user and email in Submit-AzureSdkForNetPr.ps1 (#9960)
  • b900cab Remove includeRootSlash client option logic from http-client-python (#9964)
  • 83756ed http-client-java, use lib to convert plural to singular (#9963)
  • a8f07f4 Fix float comparison in duration encode mockapi for query and header params (...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​typespec/http since your current version.


Updates @typespec/openapi from 0.55.0 to 1.10.0

Release notes

Sourced from @​typespec/openapi's releases.

typespec-stable@1.10.0

@​typespec/compiler

Features

  • #9819 Export resolveCodeFix function to allow resolving a CodeFix into CodeFixEdit[] without the LSP layer.
  • #9829 tsp info now accepts an optional <libName> argument to display detailed information about a specific library or emitter, including all available options.
  • #9060 Added support for Functions, a new type graph entity and language feature. Functions enable library authors to provide input-output style transforms that operate on types and values. See the Functions Documentation for more information about the use and implementation of functions.
  • #9762 Added experimental support for internal modifiers on type declarations. Any type except namespace can be declared internal. An internal symbol can only be accessed from within the same package where it was declared.

Bump dependencies

  • #9838 Upgrade dependencies

Bug Fixes

  • #9939 Fix @overload interface validation failing when the enclosing namespace is versioned
  • #9641 Don't report non-literal-string-template diagnostic when interpolating an invalid reference
  • #9803 Support TYPESPEC_NPM_REGISTRY environment variable to configure the npm registry used by tsp init and tsp install when fetching package manifests and downloading packages.
  • #9804 Fix crash when using custom scalar initializer in examples or default values [API] Fix crash in serializeValueAsJson when a custom scalar initializer has no recognized constructor (e.g. S.i() with no args). Now returns undefined instead of crashing.
  • #9670 Fixed an issue where referencing a member of a templated alias with defaultable parameters would fail to instantiate the alias, leaking template parameters.

@​typespec/http

Bump dependencies

  • #9838 Upgrade dependencies

Bug Fixes

  • #9935 Do not join routes starting with ? or : with /(e.g. @route("?pet=cat) would result in /?pet=cat)
  • #9887 Remove patch-implicit-optional warning.

@​typespec/openapi

Features

  • #9577 Add support for OpenAPI 3.2 nested tags via parent field in @tagMetadata decorator

Bump dependencies

  • #9838 Upgrade dependencies

... (truncated)

Commits
  • 707a748 Bump version for 1.10 release (#9981)
  • 3859f57 [http-client-csharp] Render field attributes on enum members in TypeProviderW...
  • a5cd673 Initialize non-nullable required unwrapped XML list properties to empty colle...
  • 8c91b9d Add e2e tests for azure.resourcemanager.methodsubscriptionid.operations and n...
  • 904c959 Fix running multiple versioning mutators (#9932)
  • 6c959b6 Do not join ? and : with / (#9935)
  • 959aa0a fix: set git user and email in Submit-AzureSdkForNetPr.ps1 (#9960)
  • b900cab Remove includeRootSlash client option logic from http-client-python (#9964)
  • 83756ed http-client-java, use lib to convert plural to singular (#9963)
  • a8f07f4 Fix float comparison in duration encode mockapi for query and header params (...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​typespec/openapi since your current version.


Updates @typespec/openapi3 from 0.55.0 to 1.10.0

Release notes

Sourced from @​typespec/openapi3's releases.

typespec-stable@1.10.0

@​typespec/compiler

Features

  • #9819 Export resolveCodeFix function to allow resolving a CodeFix into CodeFixEdit[] without the LSP layer.
  • #9829 tsp info now accepts an optional <libName> argument to display detailed information about a specific library or emitter, including all available options.
  • #9060 Added support for Functions, a new type graph entity and language feature. Functions enable library authors to provide input-output style transforms that operate on types and values. See the Functions Documentation for more information about the use and implementation of functions.
  • #9762 Added experimental support for internal modifiers on type declarations. Any type except namespace can be declared internal. An internal symbol can only be accessed from within the same package where it was declared.

Bump dependencies

  • #9838 Upgrade dependencies

Bug Fixes

  • #9939 Fix @overload interface validation failing when the enclosing namespace is versioned
  • #9641 Don't report non-literal-string-template diagnostic when interpolating an invalid reference
  • #9803 Support TYPESPEC_NPM_REGISTRY environment variable to configure the npm registry used by tsp init and tsp install when fetching package manifests and downloading packages.
  • #9804 Fix crash when using custom scalar initializer in examples or default values [API] Fix crash in serializeValueAsJson when a custom scalar initializer has no recognized constructor (e.g. S.i() with no args). Now returns undefined instead of crashing.
  • #9670 Fixed an issue where referencing a member of a templated alias with defaultable parameters would fail to instantiate the alias, leaking template parameters.

@​typespec/http

Bump dependencies

  • #9838 Upgrade dependencies

Bug Fixes

  • #9935 Do not join routes starting with ? or : with /(e.g. @route("?pet=cat) would result in /?pet=cat)
  • #9887 Remove patch-implicit-optional warning.

@​typespec/openapi

Features

  • #9577 Add support for OpenAPI 3.2 nested tags via parent field in @tagMetadata decorator

Bump dependencies

  • #9838 Upgrade dependencies

... (truncated)

Commits
  • 707a748 Bump version for 1.10 release (#9981)
  • 3859f57 [http-client-csharp] Render field attributes on enum members in TypeProviderW...
  • a5cd673 Initialize non-nullable required unwrapped XML list properties to empty colle...
  • 8c91b9d Add e2e tests for azure.resourcemanager.methodsubscriptionid.operations and n...
  • 904c959 Fix running multiple versioning mutators (#9932)
  • 6c959b6 Do not join ? and : with / (#9935)
  • 959aa0a fix: set git user and email in Submit-AzureSdkForNetPr.ps1 (#9960)
  • b900cab Remove includeRootSlash client option logic from http-client-python (#9964)
  • 83756ed http-client-java, use lib to convert plural to singular (#9963)
  • a8f07f4 Fix float comparison in duration encode mockapi for query and header params (...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​typespec/openapi3 since your current version.


Updates @typespec/versioning from 0.55.0 to 0.80.0

Release notes

Sourced from @​typespec/versioning's releases.

@​typespec/versioning@​0.80.0

Bump dependencies

  • #9838 Upgrade dependencies

Bug Fixes

  • #9932 [API] Fix running multiple versioning mutators together

@​typespec/versioning@​0.79.0

Bug Fixes

  • #9444 Fix incorrect incompatible versioning error in model expressions

@​typespec/versioning@​0.78.0

Bump dependencies

  • #9223 Upgrade dependencies

@​typespec/versioning@​0.77.0

Bump dependencies

  • #9046 Upgrade dependencies
Commits
  • 707a748 Bump version for 1.10 release (#9981)
  • 3859f57 [http-client-csharp] Render field attributes on enum members in TypeProviderW...
  • a5cd673 Initialize non-nullable required unwrapped XML list properties to empty colle...
  • 8c91b9d Add e2e tests for azure.resourcemanager.methodsubscriptionid.operations and n...
  • 904c959 Fix running multiple versioning mutators (#9932)
  • 6c959b6 Do not join ? and : with / (#9935)
  • 959aa0a fix: set git user and email in Submit-AzureSdkForNetPr.ps1 (#9960)
  • b900cab Remove includeRootSlash client option logic from http-client-python (#9964)
  • 83756ed http-client-java, use lib to convert plural to singular (#9963)
  • a8f07f4 Fix float comparison in duration encode mockapi for query and header params (...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​typespec/versioning since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…pespec/openapi3 and @typespec/versioning

Bumps [yaml](https://github.com/eemeli/yaml) to 2.8.3 and updates ancestor dependencies [yaml](https://github.com/eemeli/yaml), [@typespec/compiler](https://github.com/microsoft/typespec), [@typespec/http](https://github.com/microsoft/typespec), [@typespec/openapi](https://github.com/microsoft/typespec), [@typespec/openapi3](https://github.com/microsoft/typespec) and [@typespec/versioning](https://github.com/microsoft/typespec). These dependencies need to be updated together.


Updates `yaml` from 2.4.2 to 2.8.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.4.2...v2.8.3)

Updates `@typespec/compiler` from 0.55.0 to 1.10.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec@0.55.0...typespec-stable@1.10.0)

Updates `@typespec/http` from 0.55.0 to 1.10.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec@0.55.0...typespec-stable@1.10.0)

Updates `@typespec/openapi` from 0.55.0 to 1.10.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec@0.55.0...typespec-stable@1.10.0)

Updates `@typespec/openapi3` from 0.55.0 to 1.10.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec@0.55.0...typespec-stable@1.10.0)

Updates `@typespec/versioning` from 0.55.0 to 0.80.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec@0.55.0...@typespec/versioning@0.80.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: indirect
- dependency-name: "@typespec/compiler"
  dependency-version: 1.10.0
  dependency-type: direct:production
- dependency-name: "@typespec/http"
  dependency-version: 1.10.0
  dependency-type: direct:production
- dependency-name: "@typespec/openapi"
  dependency-version: 1.10.0
  dependency-type: direct:production
- dependency-name: "@typespec/openapi3"
  dependency-version: 1.10.0
  dependency-type: direct:production
- dependency-name: "@typespec/versioning"
  dependency-version: 0.80.0
  dependency-type: direct:production
...

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 Mar 25, 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