Skip to content
Merged
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
15 changes: 15 additions & 0 deletions .chronus/changes/upgrade-deps-march-2026-2026-2-16-20-52-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
changeKind: dependencies
packages:
- "@azure-tools/azure-http-specs"
- "@azure-tools/typespec-autorest-canonical"
- "@azure-tools/typespec-autorest"
- "@azure-tools/typespec-azure-core"
- "@azure-tools/typespec-azure-portal-core"
- "@azure-tools/typespec-azure-resource-manager"
- "@azure-tools/typespec-azure-rulesets"
- "@azure-tools/typespec-client-generator-core"
- "@azure-tools/typespec-metadata"
---

Upgrade dependencies
2 changes: 1 addition & 1 deletion .chronus/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ changeKinds:
description: Fixes to existing features

dependencies:
versionType: patch
versionType: none
title: Bump dependencies
description: Bumps dependencies

Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated 68 files
+40 −0 .chronus/changes/upgrade-deps-march-2026-2026-2-16-20-14-38.md
+1 −1 .chronus/config.yaml
+1 −1 eng/tsp-core/pipelines/jobs/build-for-publish.yml
+1 −1 eng/tsp-core/pipelines/jobs/e2e.yml
+2 −2 eng/tsp-core/pipelines/stages/ci-stages.yml
+1 −1 eng/tsp-core/pipelines/templates/install.yml
+15 −17 package.json
+4 −4 packages/asset-emitter/package.json
+9 −9 packages/astro-utils/package.json
+1 −1 packages/astro-utils/src/llmstxt/index.ts
+1 −1 packages/astro-utils/src/llmstxt/schema.ts
+4 −4 packages/best-practices/package.json
+7 −7 packages/bundle-uploader/package.json
+7 −7 packages/bundler/package.json
+14 −14 packages/compiler/package.json
+7 −7 packages/emitter-framework/package.json
+10 −10 packages/eslint-plugin-typespec/package.json
+4 −4 packages/events/package.json
+16 −17 packages/html-program-viewer/package.json
+3 −3 packages/http-canonicalization/package.json
+12 −12 packages/http-client-csharp/package-lock.json
+11 −11 packages/http-client-js/package.json
+2 −2 packages/http-client/package.json
+10 −10 packages/http-server-csharp/package.json
+14 −14 packages/http-server-js/generated-defs/package.json.ts
+14 −14 packages/http-server-js/package.json
+5 −5 packages/http-specs/package.json
+4 −4 packages/http/package.json
+10 −10 packages/internal-build-utils/package.json
+4 −4 packages/json-schema/package.json
+4 −4 packages/library-linter/package.json
+6 −6 packages/monarch/package.json
+3 −3 packages/mutator-framework/package.json
+4 −4 packages/openapi/package.json
+5 −5 packages/openapi3/package.json
+3 −2 packages/openapi3/test/tsp-openapi3/utils/spec-snapshot-testing.ts
+4 −4 packages/pack/package.json
+12 −13 packages/playground-website/package.json
+0 −11 packages/playground-website/vite.config.ts
+18 −18 packages/playground/package.json
+3 −3 packages/prettier-plugin-typespec/package.json
+5 −5 packages/protobuf/package.json
+14 −14 packages/react-components/package.json
+4 −4 packages/rest/package.json
+4 −4 packages/samples/package.json
+3 −2 packages/samples/src/sample-snapshot-testing.ts
+8 −8 packages/spec-api/package.json
+3 −3 packages/spec-coverage-sdk/package.json
+6 −6 packages/spec-dashboard/package.json
+1 −1 packages/spec/package.json
+13 −13 packages/spector/package.json
+4 −4 packages/sse/package.json
+11 −11 packages/standalone/package.json
+4 −4 packages/streams/package.json
+1 −1 packages/tmlanguage-generator/package.json
+6 −6 packages/tsp-integration/package.json
+11 −11 packages/tspd/package.json
+17 −17 packages/typespec-vscode/package.json
+4 −4 packages/versioning/package.json
+4 −4 packages/xml/package.json
+2,689 −3,183 pnpm-lock.yaml
+2 −2 website/.scripts/build.ts
+0 −12 website/astro.config.mjs
+17 −18 website/package.json
+4 −3 website/src/content.config.ts
+5 −6 website/src/pages/blog/[...slug].astro
+3 −3 website/src/pages/blog/_BlogPostPreview.astro
+7 −7 website/src/pages/blog/resolve-image.ts
2 changes: 1 addition & 1 deletion eng/feeds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"description": "",
"devDependencies": {
"@typespec/compiler": "workspace:^",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extends:
- job: Linux
variables:
TYPESPEC_VS_CI_BUILD: true # Enable official Visual Studio extension build
TYPESPEC_SKIP_DOCUSAURUS_BUILD: true # Disable docusaurus build
TYPESPEC_SKIP_WEBSITE_BUILD: true # Disable docusaurus build

strategy:
matrix:
Expand All @@ -43,7 +43,7 @@ extends:
- job: Windows
variables:
TYPESPEC_VS_CI_BUILD: true # Enable official Visual Studio extension build
TYPESPEC_SKIP_DOCUSAURUS_BUILD: true # Disable docusaurus build
TYPESPEC_SKIP_WEBSITE_BUILD: true # Disable docusaurus build

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/jobs/build-for-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
displayName: Build Packages

variables:
TYPESPEC_SKIP_DOCUSAURUS_BUILD: true # Disable docusaurus build
TYPESPEC_SKIP_WEBSITE_BUILD: true # Disable docusaurus build

steps:
- checkout: self
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/jobs/e2e-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

variables:
TYPESPEC_VS_CI_BUILD: true # Enable official Visual Studio extension build
TYPESPEC_SKIP_DOCUSAURUS_BUILD: true # Disable docusaurus build
TYPESPEC_SKIP_WEBSITE_BUILD: true # Disable docusaurus build

steps:
- checkout: self
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extends:
value: $(System.DefaultWorkingDirectory)/_artifacts/packages
- name: TYPESPEC_VS_CI_BUILD
value: true # Enable official Visual Studio extension build
- name: TYPESPEC_SKIP_DOCUSAURUS_BUILD
- name: TYPESPEC_SKIP_WEBSITE_BUILD
value: true # Disable docusaurus build

stages:
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/prepare-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function getProjectVersions() {
async function rebuildAndRegenSamplesToBumpTemplateVersions() {
await typespecAzureRunWithRetries(3, "pnpm", "install");
await typespecAzureRunWithOptions(
{ env: { ...process.env, TYPESPEC_SKIP_DOCUSAURUS_BUILD: true } },
{ env: { ...process.env, TYPESPEC_SKIP_WEBSITE_BUILD: true } },
"pnpm",
"build",
);
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,29 @@
"tsp-integration": "node core/packages/tsp-integration/cmd/tsp-integration.js"
},
"devDependencies": {
"@chronus/chronus": "^1.0.1",
"@chronus/github": "^1.0.1",
"@chronus/chronus": "^1.3.1",
"@chronus/github": "^1.0.6",
"@eslint/js": "^10.0.1",
"@pnpm/workspace.find-packages": "^1000.0.24",
"@types/node": "~25.3.0",
"@vitest/coverage-v8": "^4.0.18",
"@pnpm/workspace.find-packages": "^1000.0.64",
"@types/node": "~25.5.0",
"@vitest/coverage-v8": "^4.1.0",
"c8": "^11.0.0",
"cspell": "^9.4.0",
"eslint": "^10.0.2",
"cspell": "^9.7.0",
"eslint": "^10.0.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unicorn": "^63.0.0",
"@vitest/eslint-plugin": "^1.5.2",
"playwright": "^1.57.0",
"prettier": "~3.8.0",
"@vitest/eslint-plugin": "^1.6.12",
"playwright": "^1.58.2",
"prettier": "~3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "~4.3.0",
"prettier-plugin-sh": "^0.18.0",
"rimraf": "~6.1.3",
"syncpack": "^13.0.3",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.49.0",
"vitest": "^4.0.18"
"typescript-eslint": "^8.57.0",
"vitest": "^4.1.0"
},
"syncpack": {
"dependencyTypes": [
Expand Down
6 changes: 3 additions & 3 deletions packages/azure-http-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@azure-tools/typespec-autorest": "workspace:^",
"@azure-tools/typespec-azure-resource-manager": "workspace:^",
"@azure-tools/typespec-client-generator-core": "workspace:^",
"@types/multer": "^2.0.0",
"@types/node": "~25.3.0",
"@types/multer": "^2.1.0",
"@types/node": "~25.5.0",
"@typespec/openapi": "workspace:^",
"@typespec/openapi3": "workspace:^",
"concurrently": "^9.1.2",
"concurrently": "^9.2.1",
"rimraf": "~6.1.3",
"typescript": "~5.9.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
"@typespec/xml": "workspace:^"
},
"devDependencies": {
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@typespec/internal-build-utils": "workspace:^",
"@typespec/samples": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"autorest": "~3.7.1",
"cross-env": "~10.1.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-autorest-canonical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@
"@azure-tools/typespec-azure-core": "workspace:^",
"@azure-tools/typespec-azure-resource-manager": "workspace:^",
"@azure-tools/typespec-client-generator-core": "workspace:^",
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@typespec/compiler": "workspace:^",
"@typespec/http": "workspace:^",
"@typespec/library-linter": "workspace:^",
"@typespec/openapi": "workspace:^",
"@typespec/rest": "workspace:^",
"@typespec/tspd": "workspace:^",
"@typespec/versioning": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-autorest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@azure-tools/typespec-azure-core": "workspace:^",
"@azure-tools/typespec-azure-resource-manager": "workspace:^",
"@azure-tools/typespec-client-generator-core": "workspace:^",
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@typespec/compiler": "workspace:^",
"@typespec/http": "workspace:^",
"@typespec/json-schema": "workspace:^",
Expand All @@ -84,11 +84,11 @@
"@typespec/rest": "workspace:^",
"@typespec/tspd": "workspace:^",
"@typespec/versioning": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-azure-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
"@typespec/rest": "workspace:^"
},
"devDependencies": {
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@typespec/compiler": "workspace:^",
"@typespec/http": "workspace:^",
"@typespec/library-linter": "workspace:^",
"@typespec/openapi": "workspace:^",
"@typespec/rest": "workspace:^",
"@typespec/tspd": "workspace:^",
"@typespec/versioning": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
22 changes: 11 additions & 11 deletions packages/typespec-azure-playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@azure-tools/typespec-azure-rulesets": "workspace:^",
"@azure-tools/typespec-client-generator-core": "workspace:^",
"@emotion/react": "^11.14.0",
"@fluentui/react-components": "~9.73.1",
"@fluentui/react-icons": "^2.0.292",
"@fluentui/react-components": "~9.73.3",
"@fluentui/react-icons": "^2.0.321",
"@typespec/compiler": "workspace:^",
"@typespec/events": "workspace:^",
"@typespec/http": "workspace:^",
Expand All @@ -73,22 +73,22 @@
"@typespec/xml": "workspace:^",
"@vitejs/plugin-react": "~5.1.2",
"es-module-shims": "~2.8.0",
"react": "~19.2.3",
"react-dom": "~19.2.3",
"react": "~19.2.4",
"react-dom": "~19.2.4",
"vite": "^7.2.7"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "~25.3.0",
"@types/react": "~19.2.7",
"@types/react-dom": "~19.2.2",
"@playwright/test": "^1.58.2",
"@types/node": "~25.5.0",
"@types/react": "~19.2.14",
"@types/react-dom": "~19.2.3",
"@typespec/bundler": "workspace:^",
"@typespec/playground": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"cross-env": "~10.1.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-azure-portal-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"@azure-tools/typespec-azure-core": "workspace:^",
"@azure-tools/typespec-azure-resource-manager": "workspace:^",
"@azure-tools/typespec-client-generator-core": "workspace:^",
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@typespec/compiler": "workspace:^",
"@typespec/http": "workspace:^",
"@typespec/library-linter": "workspace:^",
"@typespec/openapi": "workspace:^",
"@typespec/rest": "workspace:^",
"@typespec/tspd": "workspace:^",
"@typespec/versioning": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"source-map-support": "~0.5.21",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-azure-resource-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@azure-tools/typespec-azure-core": "workspace:^",
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@types/pluralize": "^0.0.33",
"@typespec/compiler": "workspace:^",
"@typespec/http": "workspace:^",
Expand All @@ -79,11 +79,11 @@
"@typespec/tspd": "workspace:^",
"@typespec/versioning": "workspace:^",
"@typespec/openapi": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-azure-rulesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"@azure-tools/typespec-azure-core": "workspace:^",
"@azure-tools/typespec-azure-resource-manager": "workspace:^",
"@azure-tools/typespec-client-generator-core": "workspace:^",
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@typespec/compiler": "workspace:^",
"@typespec/tspd": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"change-case": "~5.4.4",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-client-generator-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"devDependencies": {
"@azure-tools/typespec-azure-core": "workspace:^",
"@azure-tools/typespec-azure-resource-manager": "workspace:^",
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@types/pluralize": "^0.0.33",
"@typespec/compiler": "workspace:^",
"@typespec/events": "workspace:^",
Expand All @@ -87,11 +87,11 @@
"@typespec/streams": "workspace:^",
"@typespec/tspd": "workspace:^",
"@typespec/xml": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"@typespec/compiler": "workspace:^"
},
"devDependencies": {
"@types/node": "~25.3.0",
"@types/node": "~25.5.0",
"@typespec/compiler": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
Loading
Loading