Skip to content

Comments

chore(deps): bump the typespec group across 1 directory with 8 updates#215

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typespec/typespec-7683ded5dc
Closed

chore(deps): bump the typespec group across 1 directory with 8 updates#215
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typespec/typespec-7683ded5dc

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 15, 2026

Bumps the typespec group with 5 updates in the /typespec directory:

Package From To
@azure-tools/typespec-autorest 0.63.0 0.64.0
@azure-tools/typespec-azure-core 0.63.0 0.64.0
@azure-tools/typespec-azure-resource-manager 0.63.0 0.64.0
@typespec/rest 0.77.0 0.78.0
@typespec/versioning 0.77.0 0.78.0

Updates @azure-tools/typespec-autorest from 0.63.0 to 0.64.0

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
Commits
Maintainer changes

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


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

Release notes

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

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

Bug Fixes

  • Align unknown-format rule name change
Commits
Maintainer changes

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


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

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure-tools/typespec-azure-resource-manager since your current version.


Updates @typespec/compiler from 1.7.1 to 1.8.0

Commits
Maintainer changes

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


Updates @typespec/http from 1.7.0 to 1.8.0

Commits
Maintainer changes

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


Updates @typespec/openapi from 1.7.0 to 1.8.0

Release notes

Sourced from @​typespec/openapi's releases.

typespec-stable@1.8.0

@​typespec/compiler

Features

  • #9295 Add now() initializer to date/time scalars (plainDate, plainTime, utcDateTime, offsetDateTime) for indicating current date/time at runtime. Emitters should interpret this as the appropriate runtime value (e.g., database CURRENT_TIMESTAMP, JavaScript Date.now(), etc.).
  • #9104 [API] Introduction of decorator validator callbacks. A decorator can define some callbacks to achieve some deferred validation (After the type is finished or the whole graph is)
  • #9288 [api] Expose createSuppressCodeFixes method to generate multiple code fixes from diagnostics
  • #9262 Add support for OpenAPI 3.2.0 defaultMapping in discriminated unions. When a discriminated union has a default variant (unnamed variant), it is now properly emitted:
    • For OpenAPI 3.2.0: The default variant is included in oneOf array and referenced via discriminator.defaultMapping property
    • For OpenAPI 3.0 and 3.1: The default variant is included in oneOf array and its discriminator value is added to the discriminator.mapping object
  • #9300 Add typekit to tester instances and test compile result"

Bump dependencies

  • #9223 Upgrade dependencies

Bug Fixes

  • #9280 suppress - a extends/is inner statement suppress should be generated on the parent model node
  • #9293 compiler - suppression node selection for operation response bodies
  • #9308 Fixed mutation of decorator's argument values

@​typespec/http

Bump dependencies

  • #9223 Upgrade dependencies

Bug Fixes

  • #9311 Fix empty response models with statusCode defined in a base model

@​typespec/openapi

Bump dependencies

  • #9223 Upgrade dependencies

@​typespec/openapi3

... (truncated)

Commits
Maintainer changes

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


Updates @typespec/rest from 0.77.0 to 0.78.0

Release notes

Sourced from @​typespec/rest's releases.

@​typespec/rest@​0.78.0

Bump dependencies

  • #9223 Upgrade dependencies
Commits
Maintainer changes

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


Updates @typespec/versioning from 0.77.0 to 0.78.0

Release notes

Sourced from @​typespec/versioning's releases.

@​typespec/versioning@​0.78.0

Bump dependencies

  • #9223 Upgrade dependencies
Commits
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 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

Bumps the typespec group with 5 updates in the /typespec directory:

| Package | From | To |
| --- | --- | --- |
| [@azure-tools/typespec-autorest](https://github.com/Azure/typespec-azure) | `0.63.0` | `0.64.0` |
| [@azure-tools/typespec-azure-core](https://github.com/Azure/typespec-azure) | `0.63.0` | `0.64.0` |
| [@azure-tools/typespec-azure-resource-manager](https://github.com/Azure/typespec-azure) | `0.63.0` | `0.64.0` |
| [@typespec/rest](https://github.com/microsoft/typespec) | `0.77.0` | `0.78.0` |
| [@typespec/versioning](https://github.com/microsoft/typespec) | `0.77.0` | `0.78.0` |



Updates `@azure-tools/typespec-autorest` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/commits)

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-autorest"
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@azure-tools/typespec-azure-core"
  dependency-version: 0.64.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.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/compiler"
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/http"
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/openapi"
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/rest"
  dependency-version: 0.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
- dependency-name: "@typespec/versioning"
  dependency-version: 0.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typespec
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typespec/typespec-7683ded5dc branch from fbae05d to a5f159d Compare February 5, 2026 15:26
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 11, 2026

Superseded by #234.

@dependabot dependabot bot closed this Feb 11, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typespec/typespec-7683ded5dc branch February 11, 2026 15:10
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