Skip to content

Commit 83cc0d8

Browse files
authored
Merge branch 'main' into csv-encoding
2 parents fbbfaf5 + 1b44449 commit 83cc0d8

83 files changed

Lines changed: 5403 additions & 4199 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.chronus/changes/copilot-add-test-case-http-client-2026-0-19-7-35-17.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/copilot-add-test-case-http-client-python-2026-0-15-4-53-44.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: fix
4+
packages:
5+
- "@typespec/versioning"
6+
---
7+
8+
Fix incorrect incompatible versioning error in model expressions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: feature
3+
packages:
4+
- "@typespec/openapi3"
5+
---
6+
7+
importer - OpenAPI number type with duration format now converts to TypeSpec duration type with @encode("seconds", float32) decorator

.chronus/changes/python-fix-nightly-2026-0-20-15-4-26.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: internal
4+
packages:
5+
- typespec-vscode
6+
---
7+
8+
Reenable and improve vscode e2e tests
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: dependencies
4+
packages:
5+
- "@typespec/compiler"
6+
- "@typespec/emitter-framework"
7+
- "@typespec/html-program-viewer"
8+
- "@typespec/http-canonicalization"
9+
- "@typespec/http-client-js"
10+
- "@typespec/http-client"
11+
- "@typespec/http-server-csharp"
12+
- "@typespec/http-server-js"
13+
- "@typespec/mutator-framework"
14+
- "@typespec/openapi3"
15+
- "@typespec/playground"
16+
- "@typespec/prettier-plugin-typespec"
17+
- "@typespec/spec-coverage-sdk"
18+
- "@typespec/spector"
19+
- "@typespec/tspd"
20+
- typespec-vscode
21+
---
22+
23+
Upgrade dependencies

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Add the IDs of extensions you want installed when the container is created.
1010
"extensions": [
1111
"dbaeumer.vscode-eslint",
12-
"prettier.prettier-vscode",
12+
"esbenp.prettier-vscode",
1313
"streetsidesoftware.code-spell-checker",
1414
"vitest.explorer"
1515
]

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v3
41+
uses: github/codeql-action/init@v4
4242
with:
4343
languages: ${{ matrix.language }}
4444
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,7 +51,7 @@ jobs:
5151
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
5252
# If this step fails, then you should remove it and run the build manually (see below)
5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v2
54+
uses: github/codeql-action/autobuild@v4
5555

5656
# ℹ️ Command-line programs to run using the OS shell.
5757
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -64,6 +64,6 @@ jobs:
6464
# ./location_of_script_within_repo/buildscript.sh
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v3
67+
uses: github/codeql-action/analyze@v4
6868
with:
6969
category: "/language:${{matrix.language}}"

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"recommendations": [
33
"dbaeumer.vscode-eslint",
4-
"prettier.prettier-vscode",
4+
"esbenp.prettier-vscode",
55
"streetsidesoftware.code-spell-checker",
66
"astro-build.astro-vscode",
77
"vitest.explorer",

0 commit comments

Comments
 (0)