Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Steps:
2. Go back to project root. Commit the change in "core" folder.
3. Run `ncu -u` on "package.json" in both "package.json" from "typespec-extension" and "typespec-tests" folder.
4. Update package versions in `peerDependencies` (keep the semver range) in "package.json" from "typespec-extension" folder, according to the corresponding package versions in `devDependencies`.
5. Update version of "@azure-tools/openai-typespec" in "package.json" from "typespec-extension" folder, set it to the same semantic version used in https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/package.json
5. Update version of "typescript" lib in "package.json" from "typespec-extension" folder, set it to "~5.9.2".
5. Update version of "@azure-tools/openai-typespec" lib in "package.json" from "typespec-extension" folder, set it to the same semantic version used in https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/package.json
6. Update package versions in `override` (keep the semver range) in "package.json" from "typespec-tests" folder, according to the corresponding package versions in "package.json" from "typespec-extension" folder.
7. Save the files, and run `npm install` in "typespec-extension" folder, so that "package-lock.json" would be updated.
8. Run `npm audit fix` in "typespec-extension" folder.
Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated 542 files
6 changes: 6 additions & 0 deletions typespec-extension/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 0.43.2 (2026-03-26)

Compatible with compiler 1.10.0.

- Updated package dependencies to the latest versions.

## 0.43.1 (2026-03-16)

Compatible with compiler 1.10.0.
Expand Down
Loading
Loading