Commit b7123b1
authored
Bumps [core](https://github.com/microsoft/typespec) from `2a1a1a5` to
`93a7dae`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/93a7daeb894ad41d96235c5c34cbf3bebaa86b85"><code>93a7dae</code></a>
test(http-client-csharp): support customizing a string property to Guid
(<a
href="https://redirect.github.com/microsoft/typespec/issues/11033">#11033</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/509c39636627c4a14e5039b3d1001ff16db0680a"><code>509c396</code></a>
Ignore modifications to META-INF metadata.json files (<a
href="https://redirect.github.com/microsoft/typespec/issues/11029">#11029</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/ad547245118a699d4629d4406922f3ebc674cead"><code>ad54724</code></a>
CODEOWNER cleanup (<a
href="https://redirect.github.com/microsoft/typespec/issues/11030">#11030</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/38a554af799a6d65849eec75647732e719d2a3b7"><code>38a554a</code></a>
C# server emitter union failures (<a
href="https://redirect.github.com/microsoft/typespec/issues/10999">#10999</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/8e06de6ef02759b93de8eca202c1215cdf2024ba"><code>8e06de6</code></a>
bypass pyproject setting like license (<a
href="https://redirect.github.com/microsoft/typespec/issues/11025">#11025</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/388eeccbd884b241989454a89b2eea8ee9d24b43"><code>388eecc</code></a>
feat(playground): make raw tspconfig.yaml the source of truth with LSP
(<a
href="https://redirect.github.com/microsoft/typespec/issues/11016">#11016</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/c81d9d941b990b3c04bcf8de3fbad5ee425068aa"><code>c81d9d9</code></a>
[skip chg] Publish missing emitter-framework 0.18.0 changes (<a
href="https://redirect.github.com/microsoft/typespec/issues/11021">#11021</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/33a1da2a58bc2f39b12f1f27e158f5dc2fdeb0c0"><code>33a1da2</code></a>
Add kashifkhan to http-client-python CODEOWNERS (<a
href="https://redirect.github.com/microsoft/typespec/issues/11024">#11024</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/2a1a1a5e1205479683f458143935c1ecd4fab377...93a7daeb894ad41d96235c5c34cbf3bebaa86b85">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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4128ef commit b7123b1
1 file changed
Lines changed: 1 addition & 1 deletion
- .chronus/changes/IgnoreGeneratedMetadataInDiffCheck-2026-5-19-20-15-30.md+8
- .chronus/changes/mismatch-2026-5-19-9-54-46.md+7
- .chronus/changes/playground-raw-tspconfig-source-of-truth-2026-6-18-10-32-45.md+7
- .chronus/changes/sramsey-csharp-server-union-failure-2026-5-17-14-5-13.md+7
- .github/CODEOWNERS+7-7
- .github/workflows/consistency.yml+1
- packages/emitter-framework/CHANGELOG.md+8
- packages/emitter-framework/package.json+1-1
- packages/http-client-csharp/.tspd/docs/customization.md+1
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.ClientModel/test/Providers/MrwSerializationTypeDefinitions/ModelCustomizationTests.cs+21
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.ClientModel/test/Providers/MrwSerializationTypeDefinitions/TestData/ModelCustomizationTests/CanCustomizeGuidProperty.cs+121
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.ClientModel/test/Providers/MrwSerializationTypeDefinitions/TestData/ModelCustomizationTests/CanCustomizeGuidProperty/MockInputModel.cs+11
- packages/http-client-java/eng/scripts/Check-GitChanges.ps1+1
- packages/http-client-python/emitter/src/emitter.ts+1-1
- packages/http-server-csharp/src/components/enums/enums.test.tsx+214-1
- packages/http-server-csharp/src/components/enums/enums.tsx+47-5
- packages/playground/src/react/compilation/compile.ts+24-10
- packages/playground/src/react/editor-panel/config-panel.tsx+31-43
- packages/playground/src/react/editor-panel/editor-panel.tsx+6
- packages/playground/src/react/editor-panel/tspconfig-utils.ts+54-2
- packages/playground/src/react/hooks/use-compilation.ts+5-5
- packages/playground/src/react/hooks/use-editor-actions.ts+4
- packages/playground/src/react/playground.tsx+6-1
- packages/playground/src/react/standalone.tsx+24-5
- packages/playground/src/react/use-playground-state.ts+53-15
- packages/playground/src/services.ts+44-1
- packages/playground/test/tspconfig-utils.test.ts+77
0 commit comments