Skip to content

Commit

Permalink
Bump core from fa70428 to 611667c (#1286)
Browse files Browse the repository at this point in the history
Bumps [core](https://github.com/microsoft/typespec) from `fa70428` to
`611667c`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/611667c535b6bd282682e5eb86204096f8ee7acb"><code>611667c</code></a>
Try fix website pr playground (<a
href="https://github.com/microsoft/typespec/issues/4076">#4076</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/8a2ac5bdc8ce3bf62ce7e2638d95c53f6c6c9592"><code>8a2ac5b</code></a>
Float for preview of next two releases for peer dependencies (<a
href="https://github.com/microsoft/typespec/issues/4075">#4075</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/94c083c192a61db1f4193a2f3aa7c8010db3f438"><code>94c083c</code></a>
Update cadl ranch name to differ from language short name (<a
href="https://github.com/microsoft/typespec/issues/4072">#4072</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/977a9b5d4a7647cbd8994e473fe4908dc6f0621e"><code>977a9b5</code></a>
Add documentation on examples (<a
href="https://github.com/microsoft/typespec/issues/4074">#4074</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/fb63f5765b0c3b451de1dfa7d80c5cb390fbb9d7"><code>fb63f57</code></a>
Remove docs for deprecated projected names (<a
href="https://github.com/microsoft/typespec/issues/4073">#4073</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/2cd3154d5e5817ce50a764668e43c858eca4be71"><code>2cd3154</code></a>
Properly Generate Variables of Reference Types (<a
href="https://github.com/microsoft/typespec/issues/4069">#4069</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/0fbfced6c4d43e68f4bcc6852cabc72c25a8908f"><code>0fbfced</code></a>
bump TCGC version to 0.44.3 (<a
href="https://github.com/microsoft/typespec/issues/3922">#3922</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/6ba4ca33d33e78c9b4e24d3b9e99fa4511c9770f"><code>6ba4ca3</code></a>
Add new project scaffolding (<a
href="https://github.com/microsoft/typespec/issues/4068">#4068</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/fa704283140eb278d4c66a6e350969bd418d0575...611667c535b6bd282682e5eb86204096f8ee7acb">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 2a5768a commit e6d8370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core
Submodule core updated 78 files
+30 −0 docs/libraries/http/examples.md
+103 −0 docs/standard-library/examples.md
+0 −146 docs/standard-library/projected-names.md
+5 −0 eng/emitters/pipelines/templates/jobs/test-job.yml
+5 −0 eng/emitters/pipelines/templates/stages/emitter-stages.yml
+5 −1 eng/emitters/pipelines/templates/steps/test-step.yml
+1 −1 eng/tsp-core/pipelines/pr-tools.yml
+3 −4 packages/http-client-csharp/emitter/src/emitter.ts
+9 −5 packages/http-client-csharp/emitter/src/lib/client-model-builder.ts
+19 −5 packages/http-client-csharp/emitter/src/lib/converter.ts
+4 −1 packages/http-client-csharp/emitter/src/lib/operation.ts
+6 −0 packages/http-client-csharp/emitter/src/lib/typespec-server.ts
+4 −2 packages/http-client-csharp/emitter/src/lib/utils.ts
+1 −0 packages/http-client-csharp/emitter/src/options.ts
+9 −0 packages/http-client-csharp/emitter/src/type/input-type.ts
+65 −80 packages/http-client-csharp/emitter/test/Unit/encode.test.ts
+38 −105 packages/http-client-csharp/emitter/test/Unit/model-type.test.ts
+9 −5 packages/http-client-csharp/emitter/test/Unit/property-type.test.ts
+9 −10 packages/http-client-csharp/emitter/test/Unit/scalar.test.ts
+9 −19 packages/http-client-csharp/emitter/test/Unit/string-format.test.ts
+15 −15 packages/http-client-csharp/emitter/test/Unit/usage.test.ts
+5 −5 packages/http-client-csharp/emitter/test/Unit/utils/test-util.ts
+1 −0 packages/http-client-csharp/eng/pipeline/publish.yml
+7 −7 ...s/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/test/Providers/ClientProviderTests.cs
+1 −1 ...nt-csharp/generator/Microsoft.Generator.CSharp.ClientModel/test/Providers/EnumProviderSerializationTests.cs
+4 −4 ...Microsoft.Generator.CSharp.ClientModel/test/Providers/MrwSerializationTypeDefinitions/JsonModelCoreTests.cs
+2 −2 ...or.CSharp.ClientModel/test/Providers/MrwSerializationTypeDefinitions/MrwSerializationTypeDefinitionTests.cs
+1 −1 ...tp-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/test/Providers/RestClientProviderTests.cs
+1 −1 ...-csharp/generator/Microsoft.Generator.CSharp.ClientModel/test/Providers/ScmMethodProviderCollectionTests.cs
+1 −3 ...ges/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/ExampleMockValueBuilder.cs
+8 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/InputDateTimeType.cs
+5 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/InputDurationType.cs
+22 −21 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/InputPrimitiveType.cs
+2 −9 ...ages/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/InputPrimitiveTypeKind.cs
+1 −1 ...p/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/Serialization/TypeSpecInputConstantConverter.cs
+11 −4 ...nerator/Microsoft.Generator.CSharp.Input/src/InputTypes/Serialization/TypeSpecInputDateTimeTypeConverter.cs
+11 −4 ...nerator/Microsoft.Generator.CSharp.Input/src/InputTypes/Serialization/TypeSpecInputDurationTypeConverter.cs
+63 −0 ...erator/Microsoft.Generator.CSharp.Input/src/InputTypes/Serialization/TypeSpecInputPrimitiveTypeConverter.cs
+3 −37 ...sharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/Serialization/TypeSpecInputTypeConverter.cs
+1 −0 ...ent-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/Serialization/TypeSpecSerialization.cs
+1 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/perf/CodeWriterBenchmark.cs
+8 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/CSharpGen.cs
+3 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/CodeModelPlugin.cs
+3 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Expressions/VariableExpression.cs
+1 −3 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Primitives/CodeWriterDeclaration.cs
+136 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Primitives/NewProjectScaffolding.cs
+2 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/ParameterProvider.cs
+5 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/StartUp/CommandLineOptions.cs
+5 −4 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/StartUp/PluginHandler.cs
+1 −6 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/TypeFactory.cs
+223 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Writers/CSProjWriter.cs
+0 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Writers/CodeWriter.cs
+1 −1 ...ages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Expressions/NewInstanceExpressionTests.cs
+32 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Expressions/VariableExpressionTests.cs
+6 −6 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/EnumProviderTests.cs
+10 −10 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/ModelProviderTests.cs
+6 −6 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/PropertyDescriptionTests.cs
+7 −7 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/PropertyProviderTests.cs
+4 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/StartUp/PluginHandlerTests.cs
+5 −5 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/TypeFactoryTests.cs
+8 −0 packages/http-client-csharp/generator/TestProjects/CadlRanch/Directory.Build.props
+48 −0 ...s/http-client-csharp/generator/TestProjects/CadlRanch/http/authentication/api-key/Authentication.ApiKey.sln
+16 −0 ...client-csharp/generator/TestProjects/CadlRanch/http/authentication/api-key/src/Authentication.ApiKey.csproj
+12 −4 packages/http-client-csharp/generator/TestProjects/CadlRanch/http/authentication/api-key/tspCodeModel.json
+48 −0 ...ient-csharp/generator/TestProjects/CadlRanch/http/authentication/http/custom/Authentication.Http.Custom.sln
+16 −0 ...harp/generator/TestProjects/CadlRanch/http/authentication/http/custom/src/Authentication.Http.Custom.csproj
+12 −4 packages/http-client-csharp/generator/TestProjects/CadlRanch/http/authentication/http/custom/tspCodeModel.json
+48 −0 ...es/http-client-csharp/generator/TestProjects/CadlRanch/http/authentication/oauth2/Authentication.OAuth2.sln
+16 −0 ...-client-csharp/generator/TestProjects/CadlRanch/http/authentication/oauth2/src/Authentication.OAuth2.csproj
+12 −4 packages/http-client-csharp/generator/TestProjects/CadlRanch/http/authentication/oauth2/tspCodeModel.json
+48 −0 ...ages/http-client-csharp/generator/TestProjects/CadlRanch/http/authentication/union/Authentication.Union.sln
+16 −0 ...tp-client-csharp/generator/TestProjects/CadlRanch/http/authentication/union/src/Authentication.Union.csproj
+6 −2 packages/http-client-csharp/generator/TestProjects/CadlRanch/http/authentication/union/tspCodeModel.json
+48 −0 packages/http-client-csharp/generator/TestProjects/Local/Unbranded-TypeSpec/UnbrandedTypeSpec.sln
+291 −97 packages/http-client-csharp/generator/TestProjects/Local/Unbranded-TypeSpec/tspCodeModel.json
+5 −4 packages/http-client-csharp/package-lock.json
+8 −8 packages/http-client-csharp/package.json
+2 −1 packages/website/sidebars.ts

0 comments on commit e6d8370

Please sign in to comment.