Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump core from 910ca35 to 3ed9b43 #1832

Merged
merged 2 commits into from
Nov 8, 2024
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
2 changes: 1 addition & 1 deletion core
Submodule core updated 37 files
+21 −0 .github/policies/prs.external-reviewers.yml
+7 −6 packages/astro-utils/package.json
+0 −1 packages/astro-utils/src/expressive-code/config.ts
+5 −0 packages/astro-utils/src/expressive-code/plugins/svg.svg
+54 −13 packages/astro-utils/src/expressive-code/plugins/tsp-tryit-code.ts
+1 −1 packages/astro-utils/src/shiki/index.ts
+1 −0 packages/astro-utils/src/sidebar/index.ts
+2 −1 packages/http-client-csharp/emitter/src/lib/model.ts
+94 −130 packages/http-client-csharp/generator/TestProjects/CadlRanch/http/type/array/tspCodeModel.json
+7 −15 packages/http-client-csharp/generator/TestProjects/CadlRanch/http/type/dictionary/tspCodeModel.json
+284 −606 packages/http-client-csharp/generator/TestProjects/CadlRanch/http/type/union/tspCodeModel.json
+143 −171 packages/http-client-csharp/package-lock.json
+5 −5 packages/http-client-csharp/package.json
+2 −0 packages/http-client-java/emitter/src/code-model-builder.ts
+3 −2 ...-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/template/ModelTemplate.java
+8 −2 ...nt-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/util/ClientModelUtil.java
+16 −0 packages/http-client-python/.vscode/launch.json
+6 −0 packages/http-client-python/CHANGELOG.md
+1 −1 packages/http-client-python/emitter/src/http.ts
+1 −1 packages/http-client-python/generator/pygen/codegen/models/operation.py
+1 −1 packages/http-client-python/package.json
+3,857 −3,644 pnpm-lock.yaml
+6 −6 website/package.json
+1 −1 website/src/content/docs/docs/emitters/openapi3/openapi.md
+5 −6 website/src/content/docs/docs/getting-started/getting-started-rest/01-setup-basic-syntax.mdx
+2 −2 website/src/content/docs/docs/getting-started/getting-started-rest/02-operations-responses.md
+1 −1 website/src/content/docs/docs/getting-started/getting-started-rest/03-handling-errors.md
+2 −2 website/src/content/docs/docs/getting-started/getting-started-rest/04-common-parameters.md
+1 −1 website/src/content/docs/docs/getting-started/getting-started-rest/05-authentication.md
+3 −3 website/src/content/docs/docs/getting-started/getting-started-rest/06-versioning.mdx
+1 −1 website/src/content/docs/docs/getting-started/getting-started-rest/07-custom-response-models.md
+129 −101 website/src/content/docs/docs/getting-started/typespec-for-openapi-dev.md
+48 −40 website/src/content/docs/docs/handbook/configuration/configuration.mdx
+1 −1 website/src/content/docs/docs/handbook/configuration/tracing.md
+3 −3 website/src/content/docs/docs/handbook/formatter.md
+1 −1 website/src/content/docs/docs/libraries/http/examples.md
+0 −91 website/src/plugins/tsp-tryit-code.js
Loading
Loading