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
40 changes: 40 additions & 0 deletions .chronus/changes/upgrade-deps-march-2026-2026-2-16-20-14-38.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
changeKind: dependencies
packages:
- "@typespec/asset-emitter"
- "@typespec/bundler"
- "@typespec/compiler"
- "@typespec/emitter-framework"
- "@typespec/eslint-plugin"
- "@typespec/events"
- "@typespec/html-program-viewer"
- "@typespec/http-canonicalization"
- "@typespec/http-client-js"
- "@typespec/http-client"
- "@typespec/http-server-csharp"
- "@typespec/http-server-js"
- "@typespec/http-specs"
- "@typespec/http"
- "@typespec/internal-build-utils"
- "@typespec/json-schema"
- "@typespec/library-linter"
- "@typespec/mutator-framework"
- "@typespec/openapi"
- "@typespec/openapi3"
- "@typespec/playground"
- "@typespec/prettier-plugin-typespec"
- "@typespec/protobuf"
- "@typespec/rest"
- "@typespec/spec-api"
- "@typespec/spec-coverage-sdk"
- "@typespec/spector"
- "@typespec/sse"
- "@typespec/streams"
- tmlanguage-generator
- "@typespec/tspd"
- typespec-vscode
- "@typespec/versioning"
- "@typespec/xml"
---

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 eng/tsp-core/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:
- template: /eng/tsp-core/pipelines/templates/install.yml
Expand Down
2 changes: 1 addition & 1 deletion eng/tsp-core/pipelines/jobs/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

variables:
TYPESPEC_VS_CI_BUILD: false # Enable official Visual Studio extension build
TYPESPEC_SKIP_DOCUSAURUS_BUILD: true # Disable docusaurus build
TYPESPEC_SKIP_WEBSITE_BUILD: true # Disable docusaurus build
DISPLAY: ":99" # Set DISPLAY for Linux GUI applications

pool:
Expand Down
4 changes: 2 additions & 2 deletions eng/tsp-core/pipelines/stages/ci-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:

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 @@ -38,7 +38,7 @@ stages:

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 website build

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion eng/tsp-core/pipelines/templates/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
parameters:
- name: nodeVersion
type: string
default: 22.x
default: 24.x

- name: useDotNet
type: string
Expand Down
32 changes: 15 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,38 +41,36 @@
"tsp-integration": "node packages/tsp-integration/cmd/tsp-integration.js"
},
"devDependencies": {
"@chronus/chronus": "^1.0.1",
"@chronus/github": "^1.0.1",
"@chronus/github-pr-commenter": "^1.0.1",
"@chronus/chronus": "^1.3.1",
"@chronus/github": "^1.0.6",
"@chronus/github-pr-commenter": "^1.0.6",
"@eslint/js": "^10.0.1",
"@microsoft/api-extractor": "^7.57.4",
"@octokit/core": "^7.0.2",
"@microsoft/api-extractor": "^7.57.7",
"@octokit/core": "^7.0.6",
"@octokit/plugin-paginate-graphql": "^6.0.0",
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
"@types/micromatch": "^4.0.9",
"@types/node": "~25.3.0",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/eslint-plugin": "^1.5.2",
"@types/micromatch": "^4.0.10",
"@types/node": "~25.5.0",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/eslint-plugin": "^1.6.12",
"c8": "^11.0.0",
"cspell": "^9.4.0",
"eslint": "^10.0.2",
"eslint-plugin-import": "^2.31.0",
"cspell": "^9.7.0",
"eslint": "^10.0.3",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-unicorn": "^63.0.0",
"micromatch": "^4.0.8",
"picocolors": "~1.1.1",
"playwright": "^1.57.0",
"prettier": "~3.8.0",
"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",
"vite-plugin-node-polyfills": "^0.25.0",
"vitest": "^4.0.18",
"typescript-eslint": "^8.57.0",
"vitest": "^4.1.0",
"yaml": "~2.8.2"
},
"syncpack": {
Expand Down
8 changes: 4 additions & 4 deletions packages/asset-emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,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"
}
}
18 changes: 9 additions & 9 deletions packages/astro-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"index.ts"
],
"scripts": {
"build": "astro check && tsc -p ./tsconfig.build.json",
"build": "node -e \"if(process.env.TYPESPEC_SKIP_WEBSITE_BUILD==='true'){console.log('Skipping astro-utils build');process.exit(0)}else{process.exit(1)}\" || (astro check && tsc -p ./tsconfig.build.json)",
"watch": "tsc -p ./tsconfig.build.json --watch"
},
"devDependencies": {
"@types/react": "~19.2.7",
"astro": "^5.16.5"
"@types/react": "~19.2.14",
"astro": "^6.0.4"
},
"peerDependencies": {
"astro": "^5.16.5"
"astro": "^6.0.4"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.37.0",
"@expressive-code/core": "^0.41.2",
"@astrojs/check": "^0.9.7",
"@astrojs/starlight": "^0.38.1",
"@expressive-code/core": "^0.41.7",
"@typespec/playground": "workspace:^",
"astro-expressive-code": "^0.41.2",
"astro-expressive-code": "^0.41.7",
"pathe": "^2.0.3",
"react": "~19.2.3",
"react": "~19.2.4",
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/astro-utils/src/llmstxt/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { z } from "astro:content";
import { z } from "astro/zod";
import { generateMarkdownPath } from "./generators";
import type { llmstxtSchema } from "./schema";

Expand Down
2 changes: 1 addition & 1 deletion packages/astro-utils/src/llmstxt/schema.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { z } from "astro:content";
import { z } from "astro/zod";

export const llmstxtSchema = z.boolean().optional();
8 changes: 4 additions & 4 deletions packages/best-practices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,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"
}
}
14 changes: 7 additions & 7 deletions packages/bundle-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"dependencies": {
"@azure/identity": "~4.13.0",
"@azure/storage-blob": "~12.31.0",
"@pnpm/workspace.find-packages": "^1000.0.24",
"@pnpm/workspace.find-packages": "^1000.0.64",
"@typespec/bundler": "workspace:^",
"json5": "^2.2.3",
"picocolors": "~1.1.1",
"semver": "^7.7.1"
"semver": "^7.7.4"
},
"devDependencies": {
"@types/node": "~25.3.0",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@types/node": "~25.5.0",
"@types/semver": "^7.7.1",
"@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"
}
}
14 changes: 7 additions & 7 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
],
"dependencies": {
"@typespec/compiler": "workspace:^",
"esbuild": "^0.27.0",
"esbuild-plugins-node-modules-polyfill": "^1.7.0",
"esbuild": "^0.27.4",
"esbuild-plugins-node-modules-polyfill": "^1.8.1",
"node-stdlib-browser": "~1.3.1",
"picocolors": "~1.1.1",
"yargs": "~18.0.0"
},
"devDependencies": {
"@types/node": "~25.3.0",
"@types/yargs": "~17.0.33",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@types/node": "~25.5.0",
"@types/yargs": "~17.0.35",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"c8": "^11.0.0",
"rimraf": "~6.1.3",
"typescript": "~5.9.3",
"vite": "^7.2.7",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
}
}
28 changes: 14 additions & 14 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,41 +106,41 @@
},
"dependencies": {
"@babel/code-frame": "~7.29.0",
"@inquirer/prompts": "^8.0.1",
"@inquirer/prompts": "^8.3.0",
"ajv": "~8.18.0",
"change-case": "~5.4.4",
"env-paths": "^4.0.0",
"globby": "~16.1.0",
"globby": "~16.1.1",
"is-unicode-supported": "^2.1.0",
"mustache": "~4.2.0",
"picocolors": "~1.1.1",
"prettier": "~3.8.0",
"semver": "^7.7.1",
"tar": "^7.5.2",
"temporal-polyfill": "^0.3.0",
"prettier": "~3.8.1",
"semver": "^7.7.4",
"tar": "^7.5.11",
"temporal-polyfill": "^0.3.2",
"vscode-languageserver": "~9.0.1",
"vscode-languageserver-textdocument": "~1.0.12",
"yaml": "~2.8.2",
"yargs": "~18.0.0"
},
"devDependencies": {
"@types/babel__code-frame": "~7.27.0",
"@types/mustache": "~4.2.5",
"@types/node": "~25.3.0",
"@types/semver": "^7.5.8",
"@types/yargs": "~17.0.33",
"@types/mustache": "~4.2.6",
"@types/node": "~25.5.0",
"@types/semver": "^7.7.1",
"@types/yargs": "~17.0.35",
"@typespec/internal-build-utils": "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",
"grammarkdown": "~3.3.2",
"pathe": "^2.0.3",
"rimraf": "~6.1.3",
"source-map-support": "~0.5.21",
"tmlanguage-generator": "workspace:^",
"typescript": "~5.9.3",
"vitest": "^4.0.18",
"vitest": "^4.1.0",
"vscode-oniguruma": "~2.0.1",
"vscode-textmate": "~9.3.0"
"vscode-textmate": "~9.3.2"
}
}
14 changes: 7 additions & 7 deletions packages/emitter-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@
"@alloy-js/rollup-plugin": "^0.1.0",
"@alloy-js/typescript": "^0.22.0",
"@typespec/compiler": "workspace:^",
"concurrently": "^9.1.2",
"concurrently": "^9.2.1",
"pathe": "^2.0.3",
"prettier": "~3.8.0",
"tree-sitter-c-sharp": "^0.23.0",
"tree-sitter-java": "^0.23.2",
"prettier": "~3.8.1",
"tree-sitter-c-sharp": "^0.23.1",
"tree-sitter-java": "^0.23.5",
"tree-sitter-javascript": "^0.25.0",
"tree-sitter-python": "^0.25.0",
"tree-sitter-typescript": "^0.23.0",
"tree-sitter-typescript": "^0.23.2",
"typescript": "~5.9.3",
"vitest": "^4.0.18",
"web-tree-sitter": "^0.26.3"
"vitest": "^4.1.0",
"web-tree-sitter": "^0.26.7"
}
}
Loading
Loading