Skip to content

Commit e724457

Browse files
Bump core from a7836bf to b0a2267 (#2424)
Bumps [core](https://github.com/microsoft/typespec) from `a7836bf` to `b0a2267`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/typespec/commit/b0a22678f7b8b4921af86a81c72fc7fc43374fab"><code>b0a2267</code></a> [python] bump tsp 0.67 (<a href="https://redirect.github.com/microsoft/typespec/issues/6525">#6525</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/c6990eba6c93e940aadff7983e26aaa6ca68b8a7"><code>c6990eb</code></a> http-client-java, update nodejs engines to &gt;=20 (<a href="https://redirect.github.com/microsoft/typespec/issues/6501">#6501</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/586a120eb425cf8aeb383ba76becc8a8fd6efa1d"><code>586a120</code></a> [http-specs] fix tests impacted from infer logic change of http content type ...</li> <li><a href="https://github.com/microsoft/typespec/commit/50c7f5a5ab74cfe1d5c53c6243c485808fc03c84"><code>50c7f5a</code></a> change the first letter of all properties in <code>tspCodeModel.json</code> to lower cas...</li> <li><a href="https://github.com/microsoft/typespec/commit/2472f7ce8a5340ba50e15712bc10972a8bd188c7"><code>2472f7c</code></a> consistent word case (<a href="https://redirect.github.com/microsoft/typespec/issues/6531">#6531</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/2dcba6aa9101ff3325cd6d6cc9e2a73f5644b62f"><code>2dcba6a</code></a> Remove operation groups from codemodel root (<a href="https://redirect.github.com/microsoft/typespec/issues/6399">#6399</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/9529f582e4fee16271a0ad13c44d61d3eb91723f"><code>9529f58</code></a> Spector add --filter instead of other options (<a href="https://redirect.github.com/microsoft/typespec/issues/6543">#6543</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/4680d84d2366a8fce672de96d7c0656447116b0e"><code>4680d84</code></a> Encode dash in uri template (<a href="https://redirect.github.com/microsoft/typespec/issues/6542">#6542</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/9d9b1cc0e629ede80ef465b199e786c0351a410d"><code>9d9b1cc</code></a> Doc bug bash (<a href="https://redirect.github.com/microsoft/typespec/issues/6459">#6459</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/82437f9dd30b7e996bb3d4a0766b7fee1af4e575"><code>82437f9</code></a> Fix crash when customizing property of spread model (<a href="https://redirect.github.com/microsoft/typespec/issues/6540">#6540</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/typespec/compare/a7836bfba70383602565090ddd1170fade74cba0...b0a22678f7b8b4921af86a81c72fc7fc43374fab">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]>
1 parent 553c914 commit e724457

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

core

Submodule core updated 251 files

packages/azure-http-specs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"validate-mock-apis": "tsp-spector validate-mock-apis ./specs",
1818
"check-scenario-coverage": "tsp-spector check-coverage ./specs",
1919
"validate-client-server": "concurrently \"tsp-spector server start ./specs\" \"npm run client\" && tsp-spector server stop",
20-
"client": "tsp-spector server-test ./specs",
20+
"client": "tsp-spector knock ./specs",
2121
"serve": "tsp-spector serve ./specs",
2222
"test": "echo \"Error: no test specified\""
2323
},

pnpm-lock.yaml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)