Skip to content

Commit 819ef86

Browse files
dependabot[bot]timotheeguerin
andauthoredJul 30, 2024··
Bump core from eb24510 to 60d87bc (#1255)
Bumps [core](https://github.com/microsoft/typespec) from `eb24510` to `60d87bc`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/typespec/commit/60d87bc77014a6756b255f3e81f931ea8b25e80f"><code>60d87bc</code></a> ignore eng emitters for pr tools pipeline (<a href="https://redirect.github.com/microsoft/typespec/issues/4035">#4035</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/6253c6f193d3d9ba3e0d5bf2e074d15212ab2dad"><code>6253c6f</code></a> Update so coverage is generated (<a href="https://redirect.github.com/microsoft/typespec/issues/4027">#4027</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/868891845fdd7ca497fcbdad5a1353a3aa4da32a"><code>8688918</code></a> Analyze change ts (<a href="https://redirect.github.com/microsoft/typespec/issues/3415">#3415</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/typespec/compare/eb245109c05e98e10fdd75c48040d33c432a6a98...60d87bc77014a6756b255f3e81f931ea8b25e80f">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]>

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎pnpm-lock.yaml

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

‎tsconfig.eng.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "./core/tsconfig.base.json",
3-
"include": ["./eng", "./core/eng"]
3+
"include": ["./eng", "./core/eng"],
4+
"exclude": ["./core/eng/vitest.config.ts"]
45
}

0 commit comments

Comments
 (0)
Please sign in to comment.