Skip to content

Commit

Permalink
deps(dev): bump turbo from 2.1.3 to 2.2.1 (#1984)
Browse files Browse the repository at this point in the history
Bumps [turbo](https://github.com/vercel/turborepo) from 2.1.3 to 2.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vercel/turborepo/releases">turbo's releases</a>.</em></p>
<blockquote>
<h2>Turborepo v2.2.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Changelog</h3>
<ul>
<li>handle VERCEL_ARTIFACTS_* env vars override by <a href="https://github.com/dimitropoulos"><code>@​dimitropoulos</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9249">vercel/turborepo#9249</a></li>
<li>fix(tui): avoid tui shutdown on unrecognized input by <a href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9289">vercel/turborepo#9289</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/turborepo/compare/v2.2.0...v2.2.1">https://github.com/vercel/turborepo/compare/v2.2.0...v2.2.1</a></p>
<h2>Turborepo v2.2.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Docs</h3>
<ul>
<li>(docs) Consistency for configurations between docs and examples. by <a href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9212">vercel/turborepo#9212</a></li>
<li>(docs) Fix spacing on link. by <a href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9213">vercel/turborepo#9213</a></li>
<li>Removed an extra comma by <a href="https://github.com/itssidhere"><code>@​itssidhere</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9220">vercel/turborepo#9220</a></li>
<li>docs: add missing <code>}</code> and remove comma by <a href="https://github.com/morinokami"><code>@​morinokami</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9223">vercel/turborepo#9223</a></li>
<li>fix casing for product names by <a href="https://github.com/dimitropoulos"><code>@​dimitropoulos</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9229">vercel/turborepo#9229</a></li>
<li>log::debug and ignore on daemon usage in CI by <a href="https://github.com/dimitropoulos"><code>@​dimitropoulos</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9237">vercel/turborepo#9237</a></li>
<li>Update package-configurations.mdx by <a href="https://github.com/robertoms99"><code>@​robertoms99</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9232">vercel/turborepo#9232</a></li>
<li>fix(docs): circleci config - remove excess colon when calling node/install-packages by <a href="https://github.com/komichar"><code>@​komichar</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9264">vercel/turborepo#9264</a></li>
<li>docs: query documentation by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9258">vercel/turborepo#9258</a></li>
<li>docs for <code>--affected</code> on GitHub by <a href="https://github.com/dimitropoulos"><code>@​dimitropoulos</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9283">vercel/turborepo#9283</a></li>
<li>docs: interruptible by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9282">vercel/turborepo#9282</a></li>
<li>feat(docs): platform env docs by <a href="https://github.com/tknickman"><code>@​tknickman</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9281">vercel/turborepo#9281</a></li>
</ul>
<h3><code>@​turbo/repository</code></h3>
<ul>
<li>fix napi double .d.ts formatting by <a href="https://github.com/dimitropoulos"><code>@​dimitropoulos</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9238">vercel/turborepo#9238</a></li>
<li>feat(query): package changes reason by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9240">vercel/turborepo#9240</a></li>
</ul>
<h3>Examples</h3>
<ul>
<li>chore: Remove <code>display</code> key from generated <code>tsconfig</code> by <a href="https://github.com/Sensanaty"><code>@​Sensanaty</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9225">vercel/turborepo#9225</a></li>
<li>(examples) Move <code>types</code> field into first position of <code>exports</code> of <code>kitchen-sink</code> example. by <a href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9226">vercel/turborepo#9226</a></li>
<li>chore(examples): minor adjustments to <code>with-shell-commands</code> by <a href="https://github.com/breadadams"><code>@​breadadams</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9219">vercel/turborepo#9219</a></li>
<li>fix broken examples causing <code>pnpm test</code> to fail by <a href="https://github.com/dimitropoulos"><code>@​dimitropoulos</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9239">vercel/turborepo#9239</a></li>
</ul>
<h3>Changelog</h3>
<ul>
<li>feat(query): add filter to <code>affectedPackages</code> by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9201">vercel/turborepo#9201</a></li>
<li>feat(query): add <code>currentRun</code> field to <code>turbo query</code> by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9196">vercel/turborepo#9196</a></li>
<li>fix(cache): set content length for put artifact by <a href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9183">vercel/turborepo#9183</a></li>
<li>chore(query): fix query integration test by <a href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9215">vercel/turborepo#9215</a></li>
<li>fix(affected): handle Github Actions provided commit not part of checkout by <a href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9214">vercel/turborepo#9214</a></li>
<li>chore: fix grammar in README.md for project update by <a href="https://github.com/CaLxCyMru"><code>@​CaLxCyMru</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9206">vercel/turborepo#9206</a></li>
<li>chore: update contributing and troubleshooting docs by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9231">vercel/turborepo#9231</a></li>
<li>feat(query): add task dependencies/dependents by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9190">vercel/turborepo#9190</a></li>
<li>fix(query): naming conflict by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9242">vercel/turborepo#9242</a></li>
<li>feat: warn on empty cache by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9236">vercel/turborepo#9236</a></li>
<li>feat(query): adding indirect and all dependencies for tasks by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9207">vercel/turborepo#9207</a></li>
<li>feat(query): recover from trace errors by <a href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9244">vercel/turborepo#9244</a></li>
<li>chore: add USER as one of the supported process.env variables to passthru by <a href="https://github.com/cosn"><code>@​cosn</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9235">vercel/turborepo#9235</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/turborepo/commit/de3d25f2c3f44ab9800d72adf3e072d83c7c340d"><code>de3d25f</code></a> publish 2.2.1 to registry</li>
<li><a href="https://github.com/vercel/turborepo/commit/c2190a3fd242eba43668c17d4170a46e16f36a29"><code>c2190a3</code></a> fix(tui): avoid tui shutdown on unrecognized input (<a href="https://redirect.github.com/vercel/turborepo/issues/9289">#9289</a>)</li>
<li><a href="https://github.com/vercel/turborepo/commit/9375ef90aaecf2fdb6260af4d808de8c4c476533"><code>9375ef9</code></a> handle VERCEL_ARTIFACTS_* env vars override (<a href="https://redirect.github.com/vercel/turborepo/issues/9249">#9249</a>)</li>
<li><a href="https://github.com/vercel/turborepo/commit/5c36b0b451428c62a42deaeb82ca02130fb1d8c1"><code>5c36b0b</code></a> release(turborepo): 2.2.0 (<a href="https://redirect.github.com/vercel/turborepo/issues/9287">#9287</a>)</li>
<li><a href="https://github.com/vercel/turborepo/commit/7f157ce2514dd2e3baa34b49a3887fb4473f827f"><code>7f157ce</code></a> feat(docs): platform env docs (<a href="https://redirect.github.com/vercel/turborepo/issues/9281">#9281</a>)</li>
<li><a href="https://github.com/vercel/turborepo/commit/01bddab08937ce437e9bd8a0f17c129211012cbe"><code>01bddab</code></a> chore: unhide query (<a href="https://redirect.github.com/vercel/turborepo/issues/9286">#9286</a>)</li>
<li><a href="https://github.com/vercel/turborepo/commit/36a0f1e0775139da64deee62ae9140a7e7b51cc3"><code>36a0f1e</code></a> docs: interruptible (<a href="https://redirect.github.com/vercel/turborepo/issues/9282">#9282</a>)</li>
<li><a href="https://github.com/vercel/turborepo/commit/108d53212eefd529c1f160399eaa4dcb7f4432ec"><code>108d532</code></a> docs for <code>--affected</code> on GitHub (<a href="https://redirect.github.com/vercel/turborepo/issues/9283">#9283</a>)</li>
<li><a href="https://github.com/vercel/turborepo/commit/6ac04568074c6d2a8df63fbc6ae13c71ad36a890"><code>6ac0456</code></a> chore(ci): enable corepack for npm in integration tests (<a href="https://redirect.github.com/vercel/turborepo/issues/9233">#9233</a>)</li>
<li><a href="https://github.com/vercel/turborepo/commit/4a1f5fc04c9b3af1e18cdee27e18e26e5558a55f"><code>4a1f5fc</code></a> docs: query documentation (<a href="https://redirect.github.com/vercel/turborepo/issues/9258">#9258</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vercel/turborepo/compare/v2.1.3...v2.2.1">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=2.1.3&new-version=2.2.1)](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>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 3a26875 commit 3be6390
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 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 @@ -15,6 +15,6 @@
"test": "turbo test"
},
"devDependencies": {
"turbo": "^2.1.3"
"turbo": "^2.2.1"
}
}

0 comments on commit 3be6390

Please sign in to comment.