Commit 0bc4f45
authored
Bumps [core](https://github.com/microsoft/typespec) from `5efb4f0` to
`cd13f18`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/cd13f1831bdb31f2001249c6f038a6d326965861"><code>cd13f18</code></a>
Fix OpenAPI3 converter to generate separate operations for multiple
content t...</li>
<li><a
href="https://github.com/microsoft/typespec/commit/1cb56e12dc9119cef028620450b7c7d70e704484"><code>1cb56e1</code></a>
Fix: Escape <code>${</code> in OpenAPI 3 to TypeSpec conversion to
prevent string interp...</li>
<li><a
href="https://github.com/microsoft/typespec/commit/91a4347f982102131ca312444972d11d605eff28"><code>91a4347</code></a>
chore: package migration in preparation for OAI 3.2.0 support (<a
href="https://redirect.github.com/microsoft/typespec/issues/8712">#8712</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/5d549c414f9a359fd768f5130de4f029c8cb67f9"><code>5d549c4</code></a>
build: open pr if spector regen fails (<a
href="https://redirect.github.com/microsoft/typespec/issues/8832">#8832</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/96f128b82d5b96cdd6d29512df6a4dd7e58fbf13"><code>96f128b</code></a>
Add forgotten index file for http-canonicalization. (<a
href="https://redirect.github.com/microsoft/typespec/issues/8833">#8833</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/06a0b72f195af997df1ac6d212b4d3aeede101b4"><code>06a0b72</code></a>
Fix static reference writing and assign optional discriminator
properties (<a
href="https://redirect.github.com/microsoft/typespec/issues/8">#8</a>...</li>
<li><a
href="https://github.com/microsoft/typespec/commit/8c01ab765f2c9dc6a64e06215e0c5c1d6b9ad127"><code>8c01ab7</code></a>
[http-client-csharp] Implement support for external type references (<a
href="https://redirect.github.com/microsoft/typespec/issues/8770">#8770</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/71d587e81faa8fbc3bec0697b3c2f1b95b035858"><code>71d587e</code></a>
Create documentation for backward compatibility supported scenarios (<a
href="https://redirect.github.com/microsoft/typespec/issues/8809">#8809</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/9492d038748c9b80e7a43ab3bc76b16ebbe677c9"><code>9492d03</code></a>
Add mutator framework and canonicalization engine (<a
href="https://redirect.github.com/microsoft/typespec/issues/8822">#8822</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/5efb4f090af7865c6d5d2c06bd2596394db5c724...cd13f1831bdb31f2001249c6f038a6d326965861">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>
1 parent d8cb748 commit 0bc4f45
1 file changed
+1
-1
lines changed- .chronus/changes/main-2025-9-7-12-33-46.md+7
- .chronus/changes/witemple-msft-fix-encodedname-dup-detect-2025-9-7-15-21-36.md+7
- packages/compiler/src/lib/encoded-names.ts+10-1
- packages/compiler/src/lib/visibility.ts+4-2
- packages/compiler/test/visibility.test.ts+65-45
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/src/LibraryVisitor.cs+9-1
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/src/Providers/CanonicalTypeProvider.cs+2-2
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/src/Providers/TypeProvider.cs+9-9
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/OutputLibraryVisitorTests.cs+118
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/Providers/TestData/TypeProviderTests/MatchingMethodSignatureIsFilteredAfterVisitorMutation/TestName.cs+16
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/TestData/OutputLibraryVisitorTests/MatchingConstructorSignatureIsFilteredAfterVisitorMutation/TestName.cs+16
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/TestData/OutputLibraryVisitorTests/MatchingFieldIsFilteredAfterVisitorMutation/TestName.cs+16
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/TestData/OutputLibraryVisitorTests/MatchingMethodSignatureIsFilteredAfterVisitorMutation/TestName.cs+16
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/TestData/OutputLibraryVisitorTests/MatchingPropertyIsFilteredAfterVisitorMutation/TestName.cs+16
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/TestHelpers/TestOutputLibrary.cs+19
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/Writers/RewriterTests.cs+1-9
0 commit comments