Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump core from c2b80f7 to 663d057 #1471

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps core from c2b80f7 to 663d057.

Commits

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 commands and options

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)

Bumps [core](https://github.com/microsoft/typespec) from `c2b80f7` to `663d057`.
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](microsoft/typespec@c2b80f7...663d057)

---
updated-dependencies:
- dependency-name: core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@timotheeguerin timotheeguerin added this pull request to the merge queue Sep 3, 2024
Merged via the queue into main with commit a3a23d1 Sep 3, 2024
18 checks passed
@timotheeguerin timotheeguerin deleted the dependabot/submodules/core-663d057 branch September 3, 2024 17:44
markcowl pushed a commit to markcowl/typespec-azure that referenced this pull request Sep 7, 2024
Bumps [core](https://github.com/microsoft/typespec) from `c2b80f7` to
`663d057`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/663d057c08c496d0fb3a858c8a528e9900c05bde"><code>663d057</code></a>
add test cases for Xml lib (<a
href="https://github.com/microsoft/typespec/issues/4306">#4306</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/a5546cafea259effdeeaf6180f6c6945c0769cd9"><code>a5546ca</code></a>
fix the response map issue in the emitter (<a
href="https://github.com/microsoft/typespec/issues/4307">#4307</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/bc1c599517b1e945a7410d19410f5b867a227590"><code>bc1c599</code></a>
Java sync to 16e2939c38dec8bb5322214d1a99f2c44284a2bf (<a
href="https://github.com/microsoft/typespec/issues/4293">#4293</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/c7ed92edbba806930e360ce84bc3b13305a2448e"><code>c7ed92e</code></a>
Java codegen: Run cadl ranch tests (<a
href="https://github.com/microsoft/typespec/issues/4303">#4303</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/11a01ce1dcc4c3c5ec9a91b956529b0043b10965"><code>11a01ce</code></a>
Read AllowReserved value (<a
href="https://github.com/microsoft/typespec/issues/4294">#4294</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/c2b80f79c75b9447f034624f97df24071ba91d00...663d057c08c496d0fb3a858c8a528e9900c05bde">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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant