Skip to content

Upgrade emitter and TypeSpec packages to latest versions#25221

Merged
JiaqiZhang-Dev merged 2 commits intomainfrom
copilot/fix-24780-4
Sep 11, 2025
Merged

Upgrade emitter and TypeSpec packages to latest versions#25221
JiaqiZhang-Dev merged 2 commits intomainfrom
copilot/fix-24780-4

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Sep 11, 2025

This PR upgrades all TypeSpec-related packages in eng/emitter-package.json to their latest available versions as requested in the issue.

Changes Made

The following packages were upgraded:

Dependencies:

  • @azure-tools/typespec-go: 0.8.1 → 0.8.2

Dev Dependencies:

  • @azure-tools/typespec-autorest: 0.59.1 → 0.60.0
  • @azure-tools/typespec-azure-core: 0.59.0 → 0.60.0
  • @azure-tools/typespec-azure-resource-manager: 0.59.2 → 0.60.0
  • @azure-tools/typespec-azure-rulesets: 0.59.0 → 0.60.0
  • @azure-tools/typespec-client-generator-core: 0.59.1 → 0.60.0
  • @typespec/compiler: 1.3.0 → 1.4.0
  • @typespec/events: 0.73.0 → 0.74.0
  • @typespec/http: 1.3.0 → 1.4.0
  • @typespec/openapi: 1.3.0 → 1.4.0
  • @typespec/rest: 0.73.0 → 0.74.0
  • @typespec/sse: 0.73.0 → 0.74.0
  • @typespec/streams: 0.73.0 → 0.74.0
  • @typespec/versioning: 0.73.0 → 0.74.0
  • @typespec/xml: 0.73.0 → 0.74.0

Process Followed

  1. Used npm-check-updates (ncu) to identify and upgrade packages to latest versions
  2. Ensured all version numbers remain absolute (no ~ or ^ prefixes)
  3. Regenerated emitter-package-lock.json using tsp-client generate-lock-file
  4. Verified no temporary files (like node_modules) were included in the commit

All version specifications remain absolute as required, maintaining compatibility with the existing build process.

Fixes #24780.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: JiaqiZhang-Dev <194873822+JiaqiZhang-Dev@users.noreply.github.com>
Copilot AI changed the title [WIP] upgrade emitter and tsp version Upgrade emitter and TypeSpec packages to latest versions Sep 11, 2025
@JiaqiZhang-Dev JiaqiZhang-Dev marked this pull request as ready for review September 11, 2025 03:04
Copilot AI review requested due to automatic review settings September 11, 2025 03:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades all TypeSpec-related packages in the emitter package configuration to their latest available versions, addressing issue #24780. The upgrade includes both production dependencies and development dependencies across the TypeSpec ecosystem.

  • Updates the main TypeSpec Go tools dependency from 0.8.1 to 0.8.2
  • Upgrades all Azure TypeSpec tools from 0.59.x versions to 0.60.0
  • Updates core TypeSpec packages from 1.3.0/0.73.0 to 1.4.0/0.74.0 respectively
Files not reviewed (1)
  • eng/emitter-package-lock.json: Language not supported

@JiaqiZhang-Dev
Copy link
Copy Markdown
Member

/check-enforcer evaluate

@JiaqiZhang-Dev JiaqiZhang-Dev merged commit 5dd8b77 into main Sep 11, 2025
22 checks passed
@JiaqiZhang-Dev JiaqiZhang-Dev deleted the copilot/fix-24780-4 branch September 11, 2025 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

upgrade emitter and tsp version

5 participants