Skip to content

Commit

Permalink
Bump core from d1bcbf2 to 6227751 (#1822)
Browse files Browse the repository at this point in the history
Bumps [core](https://github.com/microsoft/typespec) from `d1bcbf2` to
`6227751`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/62277511dfc86592da8dd656ddef550befec680b"><code>6227751</code></a>
[Python] Update dependencies to fix install (<a
href="https://redirect.github.com/microsoft/typespec/issues/5005">#5005</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/a20cde15606398a52685dbca8417d9172fc3f579"><code>a20cde1</code></a>
Fix to property setters (<a
href="https://redirect.github.com/microsoft/typespec/issues/5002">#5002</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/86f02c6e91ff99fad2cf1162496a5a823e72b9a1"><code>86f02c6</code></a>
Replace AsExpression and explicit casting with extension methods (<a
href="https://redirect.github.com/microsoft/typespec/issues/4940">#4940</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/e984e7494fcd852504e6a52852eb69eac15d368f"><code>e984e74</code></a>
Don't include property setter for input-only model properties (<a
href="https://redirect.github.com/microsoft/typespec/issues/4997">#4997</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/72e5c09a306da55a7e19a248beef6413687d25e1"><code>72e5c09</code></a>
Bump happy-dom from 15.7.4 to 15.10.2 (<a
href="https://redirect.github.com/microsoft/typespec/issues/4992">#4992</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/163912b68a5fd8ca0d91ef06058828fbd3e840aa"><code>163912b</code></a>
fix incorrect config schema in Docs
(<code>TypeSpecProjectSchema.output-dir</code>) (<a
href="https://redirect.github.com/microsoft/typespec/issues/4965">#4965</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/ad3a7a1359d23bc28b44c3a1945c700b91e78a70"><code>ad3a7a1</code></a>
New version banner that shows up for 7 days after the release (<a
href="https://redirect.github.com/microsoft/typespec/issues/4984">#4984</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/aa531cfafced44988828865e39ffa8f1adc9943f"><code>aa531cf</code></a>
[http-client-csharp] fix: generate deserialization switch for nested
discrimi...</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/d1bcbf2240d87aa1984b17e89ce3ed243f560777...62277511dfc86592da8dd656ddef550befec680b">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>
Co-authored-by: Timothee Guerin <[email protected]>
  • Loading branch information
dependabot[bot] and timotheeguerin authored Nov 7, 2024
1 parent b255746 commit 57a6590
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 35 files
+1 −1 ...rp/generator/Microsoft.Generator.CSharp.ClientModel/src/Providers/ModelSerializationExtensionsDefinition.cs
+6 −6 ...ent-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Providers/MrwSerializationTypeDefinition.cs
+51 −0 ...Microsoft.Generator.CSharp.ClientModel/test/Providers/MrwSerializationTypeDefinitions/DiscriminatorTests.cs
+127 −0 ...erializationTypeDefinitions/TestData/DiscriminatorTests/TestNestedDiscriminatedModelWithOwnDiscriminator.cs
+2 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Primitives/ConstructorInitializer.cs
+2 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/ArgumentDefinition.cs
+1 −1 ...http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/ChangeTrackingDictionaryDefinition.cs
+1 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/ExtensibleEnumProvider.cs
+1 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/ModelProvider.cs
+3 −3 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/OptionalDefinition.cs
+1 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/ParameterProvider.cs
+11 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/PropertyProvider.cs
+10 −5 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Snippets/Snippet.cs
+3 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Writers/CodeWriter.cs
+2 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/ParameterProviderTests.cs
+26 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/PropertyProviderTests.cs
+1 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Writers/CodeWriterDeclarationTests.cs
+1 −5 ...ages/http-client-csharp/generator/TestProjects/CadlRanch/http/client/naming/src/Generated/Models/CSModel.cs
+1 −5 .../http-client-csharp/generator/TestProjects/CadlRanch/http/client/naming/src/Generated/Models/ClientModel.cs
+1 −5 ...nerator/TestProjects/CadlRanch/http/client/naming/src/Generated/Models/ClientNameAndJsonEncodedNameModel.cs
+1 −5 ...p-client-csharp/generator/TestProjects/CadlRanch/http/client/naming/src/Generated/Models/ClientNameModel.cs
+1 −5 ...-csharp/generator/TestProjects/CadlRanch/http/client/naming/src/Generated/Models/LanguageClientNameModel.cs
+1 −5 ...ages/http-client-csharp/generator/TestProjects/CadlRanch/http/parameters/basic/src/Generated/Models/User.cs
+1 −5 ...client-csharp/generator/TestProjects/CadlRanch/http/parameters/spread/src/Generated/Models/BodyParameter.cs
+1 −5 ...tp-client-csharp/generator/TestProjects/CadlRanch/http/type/model/usage/src/Generated/Models/InputRecord.cs
+6 −0 packages/http-client-python/CHANGELOG.md
+4 −33 packages/http-client-python/package-lock.json
+4 −4 packages/http-client-python/package.json
+1 −1 packages/monarch/package.json
+70 −70 pnpm-lock.yaml
+2 −0 website/src/components/header/header.astro
+64 −0 website/src/components/release-notification.astro
+13 −1 website/src/content/config.ts
+1 −1 website/src/content/docs/docs/handbook/configuration/configuration.md
+2 −0 website/src/content/docs/docs/release-notes/release-2024-11-05.md
Loading

0 comments on commit 57a6590

Please sign in to comment.