Skip to content

Commit

Permalink
chore(deps): bump turbo from 1.10.14 to 2.0.4 (#247)
Browse files Browse the repository at this point in the history
Bumps [turbo](https://github.com/vercel/turbo) from 1.10.14 to 2.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/turbo/releases">turbo's
releases</a>.</em></p>
<blockquote>
<h2>Turborepo v2.0.4</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>create-turbo</h3>
<ul>
<li>Update <code>create-turbo</code> to use carat versions. by <a
href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8448">vercel/turbo#8448</a></li>
</ul>
<h3><code>@​turbo/codemod</code></h3>
<ul>
<li>chore: bump timeout for migration by <a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8463">vercel/turbo#8463</a></li>
<li>fix(<code>@​turbo/codemode</code>): no-op when turbo.json already
contains tasks key by <a
href="https://github.com/mehulkar"><code>@​mehulkar</code></a> in <a
href="https://redirect.github.com/vercel/turbo/pull/8471">vercel/turbo#8471</a></li>
</ul>
<h3>Examples</h3>
<ul>
<li>Give examples carat versions. by <a
href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8382">vercel/turbo#8382</a></li>
<li>Fix apk order in example. by <a
href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8392">vercel/turbo#8392</a></li>
<li>Fix <code>eslint-config-turbo</code> configuration in examples. by
<a href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8405">vercel/turbo#8405</a></li>
<li>Remove root eslintrc from basic example. by <a
href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8423">vercel/turbo#8423</a></li>
<li>Consistent Node.js version in Changesets action. by <a
href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8441">vercel/turbo#8441</a></li>
<li>Remove global dep from basic example. by <a
href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8442">vercel/turbo#8442</a></li>
</ul>
<h3>Changelog</h3>
<ul>
<li>fix(filter): account for root internal dependencies in git based
filter by <a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8364">vercel/turbo#8364</a></li>
<li>Warn instead of print when no locally installed version. by <a
href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8384">vercel/turbo#8384</a></li>
<li>Add CI to default passthroughs. by <a
href="https://github.com/anthonyshew"><code>@​anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8393">vercel/turbo#8393</a></li>
<li>feat(shim): invoke local turbo version via npx if not installed by
<a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8385">vercel/turbo#8385</a></li>
<li>docs: update links to logs in turbo types by <a
href="https://github.com/boyum"><code>@​boyum</code></a> in <a
href="https://redirect.github.com/vercel/turbo/pull/8403">vercel/turbo#8403</a></li>
<li>fix: added <code>LD_LIBRARY_PATH</code> to default forwarded env
vars by <a href="https://github.com/GauBen"><code>@​GauBen</code></a> in
<a
href="https://redirect.github.com/vercel/turbo/pull/8412">vercel/turbo#8412</a></li>
<li>chore(turborepo): remove unused code by <a
href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8428">vercel/turbo#8428</a></li>
<li>fix: disable panic handler in ci by <a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8436">vercel/turbo#8436</a></li>
<li>fix: remove inferring turbo version from package.json or turbo.json
by <a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8437">vercel/turbo#8437</a></li>
<li>fix(turborepo): avoid starting ui on too small terminals by <a
href="https://github.com/NicholasLYang"><code>@​NicholasLYang</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8457">vercel/turbo#8457</a></li>
<li>chore(shim): make dynamic downloads opt in by <a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8458">vercel/turbo#8458</a></li>
<li>fix(shim): avoid panic if user has malformed lockfile by <a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8461">vercel/turbo#8461</a></li>
<li>fix(ui): pass through terminal env vars to appease chalk by <a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8468">vercel/turbo#8468</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/boyum"><code>@​boyum</code></a> made
their first contribution in <a
href="https://redirect.github.com/vercel/turbo/pull/8403">vercel/turbo#8403</a></li>
<li><a href="https://github.com/GauBen"><code>@​GauBen</code></a> made
their first contribution in <a
href="https://redirect.github.com/vercel/turbo/pull/8412">vercel/turbo#8412</a></li>
<li><a href="https://github.com/sethidden"><code>@​sethidden</code></a>
made their first contribution in <a
href="https://redirect.github.com/vercel/turbo/pull/8450">vercel/turbo#8450</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/turbo/compare/v2.0.3...v2.0.4">https://github.com/vercel/turbo/compare/v2.0.3...v2.0.4</a></p>
<h2>Turborepo v2.0.4-canary.4</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3><code>@​turbo/codemod</code></h3>
<ul>
<li>fix(<code>@​turbo/codemode</code>): no-op when turbo.json already
contains tasks key by <a
href="https://github.com/mehulkar"><code>@​mehulkar</code></a> in <a
href="https://redirect.github.com/vercel/turbo/pull/8471">vercel/turbo#8471</a></li>
</ul>
<h3>Changelog</h3>
<ul>
<li>fix(ui): pass through terminal env vars to appease chalk by <a
href="https://github.com/chris-olszewski"><code>@​chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turbo/pull/8468">vercel/turbo#8468</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/turbo/compare/v2.0.4-canary.3...v2.0.4-canary.4">https://github.com/vercel/turbo/compare/v2.0.4-canary.3...v2.0.4-canary.4</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/turbo/commit/8787d7734dfdf23ca245b0be2d4252f316fa7698"><code>8787d77</code></a>
publish 2.0.4 to registry</li>
<li><a
href="https://github.com/vercel/turbo/commit/5336fd639ce3e31efc1ffe128854537aa1b2511f"><code>5336fd6</code></a>
feat: Check the number of direct dependants while tree shaking (<a
href="https://redirect.github.com/vercel/turbo/issues/8473">#8473</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/3d9c2de2b739d27574f0ffb17d4421bf073dd79f"><code>3d9c2de</code></a>
Update mimalloc, enable for glibc Linux aarch64, explicitly disable for
wasm ...</li>
<li><a
href="https://github.com/vercel/turbo/commit/256994d734653100ea5e8bca77479042888b029a"><code>256994d</code></a>
release(turborepo): 2.0.4-canary.4 (<a
href="https://redirect.github.com/vercel/turbo/issues/8482">#8482</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/dccf7d079e1c3f78aa7debcbec36c4e871c35da6"><code>dccf7d0</code></a>
chore: release npm packages (<a
href="https://redirect.github.com/vercel/turbo/issues/8481">#8481</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/8de9fd73c3a6f85a6fb95cb2ffadc198fe2fec6a"><code>8de9fd7</code></a>
Publish <code>@vercel/devlow-bench</code> (<a
href="https://redirect.github.com/vercel/turbo/issues/8480">#8480</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/9925bcb922f8e9467d0b33778d86ae307a2224c0"><code>9925bcb</code></a>
feat: Reduce the number of parts created by tree shaking (<a
href="https://redirect.github.com/vercel/turbo/issues/8472">#8472</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/a839c26ab795c7ac15bea0558799e0c8ee4f609e"><code>a839c26</code></a>
fix(ui): pass through terminal env vars to appease chalk (<a
href="https://redirect.github.com/vercel/turbo/issues/8468">#8468</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/6add4d6177d2112bc3f4687b08b231df08ead086"><code>6add4d6</code></a>
fix(<code>@​turbo/codemode</code>): no-op when turbo.json already
contains tasks key (<a
href="https://redirect.github.com/vercel/turbo/issues/8471">#8471</a>)</li>
<li><a
href="https://github.com/vercel/turbo/commit/da7508e702b1176742e77068ef6f0ae3c5f40d08"><code>da7508e</code></a>
build: Update <code>swc_core</code> to <code>v0.93.4</code> (<a
href="https://redirect.github.com/vercel/turbo/issues/8447">#8447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/turbo/compare/v1.10.14...v2.0.4">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.14&new-version=2.0.4)](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>
Co-authored-by: Vu Nguyen <shardphoneix@gmail.com>
  • Loading branch information
dependabot[bot] and vujita committed Jun 22, 2024
1 parent 9696f21 commit 5ea61f3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-sort-json": "3.0.1",
"prettier-plugin-tailwindcss": "0.6.4",
"turbo": "1.10.14",
"turbo": "2.0.4",
"typescript": "5.4.5"
},
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.12.0",
"engines": {
"node": ">=v18.16.0"
}
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["**/.env", "tsconfig.json", "tsconfig.*.json", "pnpm-lock.yaml"],
"globalEnv": ["CI", "DATABASE_URL", "DISCORD_CLIENT_ID", "DISCORD_CLIENT_SECRET", "HOST", "NEXTAUTH_SECRET", "NEXTAUTH_URL", "NODE_ENV", "SKIP_ENV_VALIDATION", "VERCEL", "VERCEL_URL"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", ".expo/**", "dist/**", "*.ts", "*.d.ts", "*.d.mts", "*.mts", "*.js", "*.map"]
Expand Down

0 comments on commit 5ea61f3

Please sign in to comment.