Skip to content

Commit

Permalink
Bump core from 6a0458c to 12a5605 (#1718)
Browse files Browse the repository at this point in the history
Bumps [core](https://github.com/microsoft/typespec) from `6a0458c` to
`12a5605`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/12a560559b173468176a4d57436964b70a7a6e27"><code>12a5605</code></a>
Fix serialization of properties customized to be framework types (<a
href="https://redirect.github.com/microsoft/typespec/issues/4812">#4812</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/b33fe857f4b8f7d6fbfbdfacb9677f0c88371e59"><code>b33fe85</code></a>
[http-client-csharp] Fix: remove setters for props in readonly structs
(<a
href="https://redirect.github.com/microsoft/typespec/issues/4809">#4809</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/1a276608036a81d4cbca317d029e0f99a9ee28b7"><code>1a27660</code></a>
Responsive header (<a
href="https://redirect.github.com/microsoft/typespec/issues/4800">#4800</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/a8c67ff628e8c3c0a98dd0b69b899a8b7ae17768"><code>a8c67ff</code></a>
[http-client-csharp] Fix: allow suppressing &amp; replacing fields (<a
href="https://redirect.github.com/microsoft/typespec/issues/4795">#4795</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/48d7bc0cd22a6adf2a8c8affa63fc133b3a9ade3"><code>48d7bc0</code></a>
Generate raw data field as readonly (<a
href="https://redirect.github.com/microsoft/typespec/issues/4808">#4808</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/1b266e4bf8e3e90c5063419d2fb00892a55c3c6a"><code>1b266e4</code></a>
Fix decorator docs (<a
href="https://redirect.github.com/microsoft/typespec/issues/4785">#4785</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/bf632a7f24464da9032b2a6b6f0629a4b9e39fd2"><code>bf632a7</code></a>
[<code>@​typespec/http-specs</code>] - Modify code to handle
http-client-* packages tests (...</li>
<li><a
href="https://github.com/microsoft/typespec/commit/bb7d035c56fc08ee83ab301d214091d6e1a11179"><code>bb7d035</code></a>
Add blog back to astro (<a
href="https://redirect.github.com/microsoft/typespec/issues/4797">#4797</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/642a1d3e3360551c21ce32cb5463589eeac673bc"><code>642a1d3</code></a>
Fix publishing to github pages (<a
href="https://redirect.github.com/microsoft/typespec/issues/4801">#4801</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/6a0458c3fc363fcacd50e2f81dd899e40e962271...12a560559b173468176a4d57436964b70a7a6e27">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 Oct 22, 2024
1 parent b5a16a0 commit 7b8d751
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 21 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 68 files
+2 −0 blog/2024-04-25-introducing/blog.md
+1 −0 cspell.yaml
+2 −2 docs/language-basics/decorators.md
+2 −3 ...ent-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Providers/FixedEnumSerializationProvider.cs
+27 −0 ...r/Microsoft.Generator.CSharp.ClientModel/test/Providers/ClientProviders/ClientProviderCustomizationTests.cs
+12 −0 ...rs/ClientProviders/TestData/ClientProviderCustomizationTests/CanRemoveCachingField/CanRemoveCachingField.cs
+54 −0 ...soft.Generator.CSharp.ClientModel/test/Providers/MrwSerializationTypeDefinitions/ModelCustomizationTests.cs
+1 −1 ...el/test/Providers/MrwSerializationTypeDefinitions/TestData/ModelCustomizationTests/CanChangePropertyName.cs
+148 −0 ...rs/MrwSerializationTypeDefinitions/TestData/ModelCustomizationTests/CanCustomizeEnumToFieldFrameworkType.cs
+12 −0 ...tionTypeDefinitions/TestData/ModelCustomizationTests/CanCustomizeEnumToFieldFrameworkType/MockInputModel.cs
+148 −0 ...oviders/MrwSerializationTypeDefinitions/TestData/ModelCustomizationTests/CanCustomizeEnumToFrameworkType.cs
+11 −0 ...alizationTypeDefinitions/TestData/ModelCustomizationTests/CanCustomizeEnumToFrameworkType/MockInputModel.cs
+1 −1 ...roviders/MrwSerializationTypeDefinitions/TestData/ModelCustomizationTests/CanCustomizePropertyUsingField.cs
+2 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/CanonicalTypeProvider.cs
+2 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/ModelProvider.cs
+7 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/PropertyProvider.cs
+48 −3 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/TypeProvider.cs
+1 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/InputLibraryVisitorTests.cs
+36 −5 ...client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/ModelProviders/ModelCustomizationTests.cs
+17 −9 ...http-client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/ModelProviders/ModelProviderTests.cs
+8 −0 ...ator.CSharp/test/Providers/ModelProviders/TestData/ModelCustomizationTests/CanRemoveField/MockInputModel.cs
+14 −0 ...tor.CSharp/test/Providers/ModelProviders/TestData/ModelCustomizationTests/CanReplaceField/MockInputModel.cs
+39 −13 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Providers/PropertyProviderTests.cs
+9 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/TestHelpers/TestTypeProvider.cs
+1 −1 ...r/Microsoft.Generator.CSharp/test/Writers/TestData/TypeProviderWriterTests/TypeProviderWriter_WriteModel.cs
+3 −3 ...oft.Generator.CSharp/test/Writers/TestData/TypeProviderWriterTests/TypeProviderWriter_WriteModelAsStruct.cs
+1 −1 packages/http-client-csharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/Friend.cs
+1 −1 ...generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/ModelWithRequiredNullableProperties.cs
+1 −1 ...s/http-client-csharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/ProjectedModel.cs
+1 −1 ...sharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/ReturnsAnonymousModelResponse.cs
+1 −1 ...s/http-client-csharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/RoundTripModel.cs
+1 −1 packages/http-client-csharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/Thing.cs
+1 −1 packages/http-specs/package.json
+8 −1 packages/http-specs/specs/encode/bytes/mockapi.ts
+0 −2 packages/http-specs/specs/payload/json-merge-patch/mockapi.ts
+8 −1 packages/http-specs/specs/payload/xml/mockapi.ts
+29 −6 packages/spector/src/app/app.ts
+1 −0 packages/website-astro/.gitignore
+3 −0 packages/website-astro/astro.config.mjs
+6 −2 packages/website-astro/package.json
+36 −0 packages/website-astro/src/components/editor-tabs.astro
+3 −3 packages/website-astro/src/components/fluent-img.astro
+191 −83 packages/website-astro/src/components/header/header.astro
+0 −29 packages/website-astro/src/components/header/menu.tsx
+11 −13 packages/website-astro/src/components/homepage/data-validation-hero-illustration.astro
+0 −1 packages/website-astro/src/components/homepage/hero.astro
+14 −16 packages/website-astro/src/components/homepage/openapi3-hero-illustration.astro
+10 −8 packages/website-astro/src/components/homepage/overview-illustration-terminal-content.tsx
+1 −3 packages/website-astro/src/components/homepage/overview-illustration.astro
+3 −28 packages/website-astro/src/components/section.astro
+8 −3 packages/website-astro/src/components/starlight-overrides/PageFrame.astro
+2 −3 packages/website-astro/src/components/terminal.astro
+1 −0 packages/website-astro/src/components/theme-picker.astro
+15 −1 packages/website-astro/src/content/config.ts
+11 −0 packages/website-astro/src/css/custom.css
+1 −1 packages/website-astro/src/layouts/base-layout.astro
+80 −0 packages/website-astro/src/layouts/blog-post.astro
+0 −10 packages/website-astro/src/layouts/fluentui.astro
+20 −0 packages/website-astro/src/pages/blog/[...slug].astro
+119 −0 packages/website-astro/src/pages/blog/_BlogPostPreview.astro
+44 −0 packages/website-astro/src/pages/blog/index.astro
+11 −0 packages/website-astro/src/pages/blog/resolve-image.ts
+26 −38 packages/website-astro/src/pages/data-validation.astro
+0 −1 packages/website-astro/src/pages/playground.astro
+6 −6 packages/website-astro/src/pages/tooling.astro
+10 −0 packages/website-astro/tailwind.config.mjs
+1 −1 packages/website/package.json
+243 −46 pnpm-lock.yaml
Loading

0 comments on commit 7b8d751

Please sign in to comment.