Skip to content

Commit

Permalink
Bump turbo from 1.10.12 to 1.10.13 (#5)
Browse files Browse the repository at this point in the history
Bumps [turbo](https://github.com/vercel/turbo) from 1.10.12 to 1.10.13.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/turbo/commit/c9cc6a92bf1acda3ce2bec054c4934ccab8f38d4"><code>c9cc6a9</code></a>
publish 1.10.13 to registry</li>
<li><a
href="https://github.com/vercel/turbo/commit/c163d14ca8986fe2f0d2a985686dae1e7c7f7f46"><code>c163d14</code></a>
Port filter and scope to rust (<a
href="https://redirect.github.com/vercel/turbo/issues/5628">#5628</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/9eceb51987c28ee1e1e732be51ffc295cc902d2b"><code>9eceb51</code></a>
docs: clairify successful tasks are cached (<a
href="https://redirect.github.com/vercel/turbo/issues/5782">#5782</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/ccefde68ee49e63a575fd7a6a02d9d3e63534c5d"><code>ccefde6</code></a>
fix(turborepo): Remove automatic linking. (<a
href="https://redirect.github.com/vercel/turbo/issues/5776">#5776</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/957460ba01ceea715dfcb00f24042389bd917ae8"><code>957460b</code></a>
feat(examples): update tailwind lint (<a
href="https://redirect.github.com/vercel/turbo/issues/5777">#5777</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/3db2ce5237cb4801c498c6e133fa57433bcc1bcf"><code>3db2ce5</code></a>
fix: take reference of run cache opts (<a
href="https://redirect.github.com/vercel/turbo/issues/5779">#5779</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/e578188388e736f818d27ef67c4dea6e0112cb5e"><code>e578188</code></a>
fix(examples): rename basic eslint config (<a
href="https://redirect.github.com/vercel/turbo/issues/5778">#5778</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/c61dc7714362e39fb8378a4e2a92ffebf824e2de"><code>c61dc77</code></a>
fix: copy root json to full directory (<a
href="https://redirect.github.com/vercel/turbo/issues/5769">#5769</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/5dc446ee220a97e03450ec5bf44b98e9a0be48ad"><code>5dc446e</code></a>
fix: make color selector threadsafe (<a
href="https://redirect.github.com/vercel/turbo/issues/5771">#5771</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/cb6105a8666dfe706f14f60a627117ea72839b4b"><code>cb6105a</code></a>
feat(examples): fix basic lint (<a
href="https://redirect.github.com/vercel/turbo/issues/5775">#5775</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/turbo/compare/v1.10.12...v1.10.13">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=turbo&package-manager=npm_and_yarn&previous-version=1.10.12&new-version=1.10.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent 7363ef1 commit a121f98
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
57 changes: 28 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"dependencies": {
"@types/jasmine": "^4.3.5",
"jasmine": "^5.1.0",
"turbo": "^1.10.12"
"turbo": "^1.10.13"
}
}

0 comments on commit a121f98

Please sign in to comment.