Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the typespec group in /api with 10 updates:

Package From To
@azure-tools/typespec-autorest 0.61.0 0.63.1
@azure-tools/typespec-azure-core 0.61.0 0.63.0
@azure-tools/typespec-azure-resource-manager 0.61.0 0.63.0
@azure-tools/typespec-azure-rulesets 0.61.0 0.63.0
@typespec/http 1.5.0 1.7.0
@typespec/openapi 1.5.0 1.7.0
@typespec/openapi3 1.5.0 1.7.0
@typespec/rest 0.75.0 0.77.0
@typespec/versioning 0.75.0 0.77.0
@typespec/compiler 1.5.0 1.7.1

Updates @azure-tools/typespec-autorest from 0.61.0 to 0.63.1

Release notes

Sourced from @​azure-tools/typespec-autorest's releases.

@​azure-tools/typespec-autorest@​0.63.1

Features

  • #3656 Emit x-ms-client-default when using @Azure.ClientGenerator.Core.Legacy.clientDefaultValue

Bug Fixes

  • #3666 Allow explicit ArrayEncoding.commaDelimited on parameters
  • #3666 Fix using ArrayEncoding.pipeDelimited or ArrayEncoding.spaceDelimited on parameter would transform the type to string incorrectly
  • #3666 Don't include items when encoding change type to string
  • #3644 Ignore encoding resulting in format not explicitly supported by autorest

@​azure-tools/typespec-autorest@​0.61.1

Bug Fixes

  • #3452 Fix #3416 Allow flattening for body parameters
Commits

Updates @azure-tools/typespec-azure-core from 0.61.0 to 0.63.0

Release notes

Sourced from @​azure-tools/typespec-azure-core's releases.

@​azure-tools/typespec-azure-rulesets@​0.63.0

Features

  • #3475 Add new no-case-mismatch rule checking for types with names only differing by case

Bump dependencies

  • #3546 Upgrade dependencies

Bug Fixes

  • #3483 Add new no-unnamed-union rule to prevent usage of unnamed unions in Azure

@​azure-tools/typespec-azure-resource-manager@​0.62.1

Features

  • #3544 Add standard operations for NetworkSecurityPerimeter

Bug Fixes

  • #3525 Fix missing-x-ms-identifiers rule message pointing to legacy @extension decorator instead of @identifiers.
  • #3559 Fix #3437 Provide consistent return values for parent and scope in resolveArmResources

@​azure-tools/typespec-azure-rulesets@​0.62.0

Features

  • #3411 Add @azure-tools/typespec-azure-resource-manager/secret-prop rule to resource-manager ruleset

Bump dependencies

  • #3447 Upgrade dependencies october 2025

Bug Fixes

  • #3350 Disable retry-after rule in arm ruleset which was a noop

@​azure-tools/typespec-client-generator-core@​0.61.3

Bug Fixes

  • #3439 Support @flattenProperty on parameters.
  • #3441 Fix usage of @markAsLro for lro operations with nullable overall response types

@​azure-tools/typespec-client-generator-core@​0.61.2

Bug Fixes

... (truncated)

Commits

Updates @azure-tools/typespec-azure-resource-manager from 0.61.0 to 0.63.0

Release notes

Sourced from @​azure-tools/typespec-azure-resource-manager's releases.

@​azure-tools/typespec-azure-resource-manager@​0.62.1

Features

  • #3544 Add standard operations for NetworkSecurityPerimeter

Bug Fixes

  • #3525 Fix missing-x-ms-identifiers rule message pointing to legacy @extension decorator instead of @identifiers.
  • #3559 Fix #3437 Provide consistent return values for parent and scope in resolveArmResources

@​azure-tools/typespec-azure-resource-manager@​0.61.1

Bug Fixes

  • #3442 Fix #3420 make kind property required in polymorphic resources
  • #3396 Update resolveArmResources to allow grouping #3252
Commits

Updates @azure-tools/typespec-azure-rulesets from 0.61.0 to 0.63.0

Release notes

Sourced from @​azure-tools/typespec-azure-rulesets's releases.

@​azure-tools/typespec-azure-rulesets@​0.63.0

Features

  • #3475 Add new no-case-mismatch rule checking for types with names only differing by case

Bump dependencies

  • #3546 Upgrade dependencies

Bug Fixes

  • #3483 Add new no-unnamed-union rule to prevent usage of unnamed unions in Azure

@​azure-tools/typespec-azure-rulesets@​0.62.0

Features

  • #3411 Add @azure-tools/typespec-azure-resource-manager/secret-prop rule to resource-manager ruleset

Bump dependencies

  • #3447 Upgrade dependencies october 2025

Bug Fixes

  • #3350 Disable retry-after rule in arm ruleset which was a noop
Commits

Updates @typespec/http from 1.5.0 to 1.7.0

Commits

Updates @typespec/openapi from 1.5.0 to 1.7.0

Release notes

Sourced from @​typespec/openapi's releases.

[email protected]

@​typespec/compiler

Features

  • #9002 Add commaDelimited and newlineDelimited values to ArrayEncoding enum for serializing arrays with comma and newline delimiters
  • #8942 - Add 'exit' final event for linter rules
    • Support 'async' in linter definition and async function as callback for 'exit' event.
  • #9024 [API] Add node to SourceModel type
  • #8619 Add support for escaping param like tags(@param, @prop, etc.) identifier with backtick in doc comments to allow special characters

Bump dependencies

  • #9046 Upgrade dependencies

Bug Fixes

  • #8917 Add security warning to tsp init CLI documentation for external templates (#8916)
  • #8997 UnusedUsing Diagnostics are reported as warning instead of hint when there are linters defined in tspconfig.yaml

@​typespec/http

Features

  • #8962 support documentation on union variants for response descriptions

Bump dependencies

  • #9046 Upgrade dependencies

Bug Fixes

  • #8961 Support nested unions in operation return types

@​typespec/openapi

Bump dependencies

  • #9046 Upgrade dependencies

@​typespec/openapi3

... (truncated)

Commits

Updates @typespec/openapi3 from 1.5.0 to 1.7.0

Release notes

Sourced from @​typespec/openapi3's releases.

[email protected]

@​typespec/compiler

Features

  • #9002 Add commaDelimited and newlineDelimited values to ArrayEncoding enum for serializing arrays with comma and newline delimiters
  • #8942 - Add 'exit' final event for linter rules
    • Support 'async' in linter definition and async function as callback for 'exit' event.
  • #9024 [API] Add node to SourceModel type
  • #8619 Add support for escaping param like tags(@param, @prop, etc.) identifier with backtick in doc comments to allow special characters

Bump dependencies

  • #9046 Upgrade dependencies

Bug Fixes

  • #8917 Add security warning to tsp init CLI documentation for external templates (#8916)
  • #8997 UnusedUsing Diagnostics are reported as warning instead of hint when there are linters defined in tspconfig.yaml

@​typespec/http

Features

  • #8962 support documentation on union variants for response descriptions

Bump dependencies

  • #9046 Upgrade dependencies

Bug Fixes

  • #8961 Support nested unions in operation return types

@​typespec/openapi

Bump dependencies

  • #9046 Upgrade dependencies

@​typespec/openapi3

... (truncated)

Commits

Updates @typespec/rest from 0.75.0 to 0.77.0

Release notes

Sourced from @​typespec/rest's releases.

@​typespec/rest@​0.77.0

Bump dependencies

  • #9046 Upgrade dependencies

@​typespec/rest@​0.76.0

Bump dependencies

  • #8823 Upgrade dependencies
Commits

Updates @typespec/versioning from 0.75.0 to 0.77.0

Release notes

Sourced from @​typespec/versioning's releases.

@​typespec/versioning@​0.77.0

Bump dependencies

  • #9046 Upgrade dependencies

@​typespec/versioning@​0.76.0

Bump dependencies

  • #8823 Upgrade dependencies
Commits

Updates @typespec/compiler from 1.5.0 to 1.7.1

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
  • a2c1939 [python] release new version (#9204)
  • 4cf169f Alloy 0.22 (#9202)
  • 69e56d2 Refactor enum creation (#9197)
  • 85a59e5 Fix problem pane (#9174)
  • 08179f6 [Python] Support encode for array of string in serialization and deserializat...
  • d762544 http-client-java, bump typespec and tcgc versions (#9172)
  • b3e4cdb Upgrade @​typespec/compiler and related libraries to latest versions in http-c...
  • d2bd68e Always pass CSharpType to DeserializeJsonValue (#9191)
  • 2ab20b8 Fix for getting BinaryData from JsonElement (#9182)
  • 9aea80e [Python] fix bad indent in docstring (#8927)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 22, 2025
@openshift-ci
Copy link

openshift-ci bot commented Dec 22, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign mbarnes for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Dec 22, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Bumps the typespec group in /api with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@azure-tools/typespec-autorest](https://github.com/Azure/typespec-azure) | `0.61.0` | `0.63.1` |
| [@azure-tools/typespec-azure-core](https://github.com/Azure/typespec-azure) | `0.61.0` | `0.63.0` |
| [@azure-tools/typespec-azure-resource-manager](https://github.com/Azure/typespec-azure) | `0.61.0` | `0.63.0` |
| [@azure-tools/typespec-azure-rulesets](https://github.com/Azure/typespec-azure) | `0.61.0` | `0.63.0` |
| [@typespec/http](https://github.com/microsoft/typespec) | `1.5.0` | `1.7.0` |
| [@typespec/openapi](https://github.com/microsoft/typespec) | `1.5.0` | `1.7.0` |
| [@typespec/openapi3](https://github.com/microsoft/typespec) | `1.5.0` | `1.7.0` |
| [@typespec/rest](https://github.com/microsoft/typespec) | `0.75.0` | `0.77.0` |
| [@typespec/versioning](https://github.com/microsoft/typespec) | `0.75.0` | `0.77.0` |
| [@typespec/compiler](https://github.com/microsoft/typespec) | `1.5.0` | `1.7.1` |


Updates `@azure-tools/typespec-autorest` from 0.61.0 to 0.63.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/[email protected]...@azure-tools/[email protected])

Updates `@azure-tools/typespec-azure-core` from 0.61.0 to 0.63.0
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/[email protected]...@azure-tools/[email protected])

Updates `@azure-tools/typespec-azure-resource-manager` from 0.61.0 to 0.63.0
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/[email protected]...@azure-tools/[email protected])

Updates `@azure-tools/typespec-azure-rulesets` from 0.61.0 to 0.63.0
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/[email protected]...@azure-tools/[email protected])

Updates `@typespec/http` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@1.7.0)

Updates `@typespec/openapi` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@1.7.0)

Updates `@typespec/openapi3` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@1.7.0)

Updates `@typespec/rest` from 0.75.0 to 0.77.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/@typespec/[email protected]...@typespec/[email protected])

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

Updates `@typespec/compiler` from 1.5.0 to 1.7.1
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]...@typespec/[email protected])

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-autorest"
  dependency-version: 0.63.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@azure-tools/typespec-azure-core"
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@azure-tools/typespec-azure-resource-manager"
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@azure-tools/typespec-azure-rulesets"
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/http"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/openapi"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/openapi3"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/rest"
  dependency-version: 0.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/versioning"
  dependency-version: 0.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/compiler"
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typespec
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/api/typespec-6c36b6ea60 branch from b598a42 to 623b951 Compare December 24, 2025 15:16
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 needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant