chore(deps-dev): bump turbo from 2.0.3 to 2.3.3 in /examples/with-shell-commands in the with-shell-commands group (#9746)
Bumps the with-shell-commands group in /examples/with-shell-commands
with 1 update: [turbo](https://github.com/vercel/turborepo).
Updates `turbo` from 2.0.3 to 2.3.3
<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.3.3</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Changelog</h3>
<ul>
<li>fix: correct TUI vim binds direction by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9529">vercel/turborepo#9529</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/turborepo/compare/v2.3.2...v2.3.3">https://github.com/vercel/turborepo/compare/v2.3.2...v2.3.3</a></p>
<h2>Turborepo v2.3.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Docs</h3>
<ul>
<li>docs: Improve clarity on <code>--cache</code>. by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9489">vercel/turborepo#9489</a></li>
<li>feat: Remote cache upload timeout by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9491">vercel/turborepo#9491</a></li>
<li>docs: mark <code>--no-cache</code> and <code>--remote-only</code> as
deprecated. by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9488">vercel/turborepo#9488</a></li>
<li>docs: describe using a custom URL with <code>create-turbo</code>. by
<a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9507">vercel/turborepo#9507</a></li>
<li>docs: fix formatting on
<code>/repo/docs/getting-started/installation</code> by <a
href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a
href="https://redirect.github.com/vercel/turborepo/pull/9509">vercel/turborepo#9509</a></li>
<li>fix(examples): remove <code>--filter</code> from
<code>with-docker</code> example. by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9513">vercel/turborepo#9513</a></li>
<li>docs: fix formatting on
<code>/repo/docs/getting-started/installation</code> by <a
href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a
href="https://redirect.github.com/vercel/turborepo/pull/9514">vercel/turborepo#9514</a></li>
<li>docs: update ESLint documentation with ESLint v9 by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9515">vercel/turborepo#9515</a></li>
</ul>
<h3>eslint</h3>
<ul>
<li>feat: update <code>eslint-config-turbo</code> to support ESLint Flat
Config. by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9502">vercel/turborepo#9502</a></li>
</ul>
<h3><code>@turbo/repository</code></h3>
<ul>
<li>perf: Exclude network while doing getReport by <a
href="https://github.com/Tofandel"><code>@Tofandel</code></a> in <a
href="https://redirect.github.com/vercel/turborepo/pull/9351">vercel/turborepo#9351</a></li>
</ul>
<h3>Examples</h3>
<ul>
<li>chore: update <code>basic</code> example to ESLint v9 and Flat
Configurations. by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9501">vercel/turborepo#9501</a></li>
<li>chore(examples): remove spare dependencies from basic example by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9516">vercel/turborepo#9516</a></li>
</ul>
<h3>Changelog</h3>
<ul>
<li>fix(affected): consider both source and destination as changed by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9422">vercel/turborepo#9422</a></li>
<li>chore: use mocked package in test by <a
href="https://github.com/NicholasLYang"><code>@NicholasLYang</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9475">vercel/turborepo#9475</a></li>
<li>feat(tui): Enter interactive with <code>i</code> key. by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9479">vercel/turborepo#9479</a></li>
<li>feat(trace): resolve incorrect extension by <a
href="https://github.com/NicholasLYang"><code>@NicholasLYang</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9486">vercel/turborepo#9486</a></li>
<li>refactor(tui): Improve aesthetics for helper text. by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9478">vercel/turborepo#9478</a></li>
<li>feat(mfe): allow <code>@vercel/microfrontends</code> to be
considered a MFE package dependency by <a
href="https://github.com/mknichel"><code>@mknichel</code></a> in <a
href="https://redirect.github.com/vercel/turborepo/pull/9493">vercel/turborepo#9493</a></li>
<li>fix(mfe): build either mfe package name by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9494">vercel/turborepo#9494</a></li>
<li>feat(trace): add export condition and clean up tests by <a
href="https://github.com/NicholasLYang"><code>@NicholasLYang</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9499">vercel/turborepo#9499</a></li>
<li>feat(tui): add Vim motions support for task list selection by <a
href="https://github.com/AlvaroParker"><code>@AlvaroParker</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9243">vercel/turborepo#9243</a></li>
<li>chore: remove unused dependency in packages/turbo-workspaces by <a
href="https://github.com/torresgol10"><code>@torresgol10</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/8718">vercel/turborepo#8718</a></li>
<li>fix(env): add DISPLAY to default pass through by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9511">vercel/turborepo#9511</a></li>
<li>refactor(tui): cleanup where Vim binds were added. by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/9508">vercel/turborepo#9508</a></li>
<li>feat: sibling tasks by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/9504">vercel/turborepo#9504</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Tofandel"><code>@Tofandel</code></a>
made their first contribution in <a
href="https://redirect.github.com/vercel/turborepo/pull/9351">vercel/turborepo#9351</a></li>
<li><a
href="https://github.com/AlvaroParker"><code>@AlvaroParker</code></a>
made their first contribution in <a
href="https://redirect.github.com/vercel/turborepo/pull/9243">vercel/turborepo#9243</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/turborepo/compare/v2.3.1...v2.3.2">https://github.com/vercel/turborepo/compare/v2.3.1...v2.3.2</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/turborepo/commit/81c4e431428bc17e70f8ebd9356bc0edc85ab915"><code>81c4e43</code></a>
publish 2.3.3 to registry</li>
<li><a
href="https://github.com/vercel/turborepo/commit/755f14c571b7ba72b96f06e015c392531db04b15"><code>755f14c</code></a>
fix: correct TUI vim binds direction (<a
href="https://redirect.github.com/vercel/turborepo/issues/9529">#9529</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/95129e3d79ebd54386902cc01e215572e909c18c"><code>95129e3</code></a>
release(turborepo): 2.3.2 (<a
href="https://redirect.github.com/vercel/turborepo/issues/9520">#9520</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/6fa050a986e6edeb3075886382746b040aae9dfb"><code>6fa050a</code></a>
docs: update ESLint documentation with ESLint v9 (<a
href="https://redirect.github.com/vercel/turborepo/issues/9515">#9515</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/2dd46cc5f189492311e838e89063119d93cf0aef"><code>2dd46cc</code></a>
chore(examples): Remove spare dependencies from basic example. (<a
href="https://redirect.github.com/vercel/turborepo/issues/9516">#9516</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/cf68935e207bcfb4f47ef4ec650385e93adedafb"><code>cf68935</code></a>
docs: fix formatting on
<code>/repo/docs/getting-started/installation</code> (<a
href="https://redirect.github.com/vercel/turborepo/issues/9514">#9514</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/4f5f048b5caa95fe60315d26764d3c3c63737b90"><code>4f5f048</code></a>
feat: sibling tasks (<a
href="https://redirect.github.com/vercel/turborepo/issues/9504">#9504</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/e3fcdee03d5487700a3dd77cd345fa03df30f7f2"><code>e3fcdee</code></a>
fix(examples): remove <code>--filter</code> from
<code>with-docker</code> example. (<a
href="https://redirect.github.com/vercel/turborepo/issues/9513">#9513</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/b00eea286731489672a517f831d561d5ad757e44"><code>b00eea2</code></a>
chore: update <code>basic</code> example to ESLint v9 and Flat
Configurations. (<a
href="https://redirect.github.com/vercel/turborepo/issues/9501">#9501</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/cbb85b3922fb3bec64038b7151c0230bd2c6f1f6"><code>cbb85b3</code></a>
chore: add a comment to GitHub release flow types. (<a
href="https://redirect.github.com/vercel/turborepo/issues/9506">#9506</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/turborepo/compare/v2.0.3...v2.3.3">compare
view</a></li>
</ul>
</details>
<br />
[](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>