Commit fa8a80d
authored
Bumps [core](https://github.com/microsoft/typespec) from `d9d9ab6` to
`bd5c41f`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/bd5c41fe23186f3476019fa183210416b75764b3"><code>bd5c41f</code></a>
Replace js-yaml with yaml and lodash with built-ins in http-client-java
(<a
href="https://redirect.github.com/microsoft/typespec/issues/11134">#11134</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/3a27bb378bd30d8ae0096ec7675280d7a3f29b89"><code>3a27bb3</code></a>
chore(http-client-java): update Node.js dependencies (<a
href="https://redirect.github.com/microsoft/typespec/issues/11147">#11147</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/d9d9ab64199fb9bb23ca3b824425c86d915f3238...bd5c41fe23186f3476019fa183210416b75764b3">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 d56eaff commit fa8a80d
1 file changed
Lines changed: 1 addition & 1 deletion
- .chronus/changes/http-client-java-replace-js-yaml-lodash-2026-7-1-17-16-0.md+7
- .chronus/changes/http-client-java-update-node-dependencies-2026-7-2.md+7
- packages/http-client-java/emitter/src/code-model-builder.ts+3-3
- packages/http-client-java/emitter/src/emitter.ts+6-2
- packages/http-client-java/generator/http-client-generator-clientcore-test/package.json+2-2
- packages/http-client-java/generator/http-client-generator-clientcore-test/pom.xml+2-2
- packages/http-client-java/generator/http-client-generator-core/pom.xml+1-1
- packages/http-client-java/generator/http-client-generator-core/src/main/java/com/microsoft/typespec/http/client/generator/core/model/projectmodel/Project.java+6-6
- packages/http-client-java/generator/http-client-generator-core/src/main/resources/pom.xml+3-3
- packages/http-client-java/generator/http-client-generator-mgmt/pom.xml+1-1
- packages/http-client-java/generator/http-client-generator-test/package.json+2-2
- packages/http-client-java/generator/http-client-generator-test/pom.xml+5-5
- packages/http-client-java/generator/http-client-generator/pom.xml+1-1
- packages/http-client-java/package-lock.json+33-86
- packages/http-client-java/package.json+8-11
0 commit comments