Skip to content

Commit

Permalink
chore(deps): update dependency turbo to v2.1.0 (#948)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turborepo)) | [`2.0.14` -> `2.1.0`](https://renovatebot.com/diffs/npm/turbo/2.0.14/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/2.0.14/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/2.0.14/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/turborepo (turbo)</summary>

### [`v2.1.0`](https://togithub.com/vercel/turborepo/releases/tag/v2.1.0): Turborepo v2.1.0

[Compare Source](https://togithub.com/vercel/turborepo/compare/v2.0.14...v2.1.0)



#### What's Changed

##### Docs

-   documentation for for `cacheDir`, `daemon`, and `envMode` (config values, and env vars) by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9018](https://togithub.com/vercel/turborepo/pull/9018)
-   Update using-environment-variables.mdx by [@&#8203;robertn702](https://togithub.com/robertn702) in [https://github.com/vercel/turborepo/pull/9040](https://togithub.com/vercel/turborepo/pull/9040)
-   (docs) Fix Node.js subpath import guidance. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9066](https://togithub.com/vercel/turborepo/pull/9066)

##### [@&#8203;turbo/codemod](https://togithub.com/turbo/codemod)

-   separate configs, colocate JSONSchema, remove `globalDotEnv` and `pipeline.dotEnv` from V2 by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9025](https://togithub.com/vercel/turborepo/pull/9025)

##### Examples

-   Update README.md by [@&#8203;Aditya0257](https://togithub.com/Aditya0257) in [https://github.com/vercel/turborepo/pull/8979](https://togithub.com/vercel/turborepo/pull/8979)
-   Update basic example to use stable Next.js. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9059](https://togithub.com/vercel/turborepo/pull/9059)

##### Changelog

-   TypeScript types for `cacheDir`, `daemon`, and `envMode` by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9011](https://togithub.com/vercel/turborepo/pull/9011)
-   chore: show deprecation info for globalDotEnv and dotEnv by [@&#8203;devy-bee](https://togithub.com/devy-bee) in [https://github.com/vercel/turborepo/pull/8974](https://togithub.com/vercel/turborepo/pull/8974)
-   fix: lock tui-term version to pass rust type check by [@&#8203;wadwings](https://togithub.com/wadwings) in [https://github.com/vercel/turborepo/pull/9022](https://togithub.com/vercel/turborepo/pull/9022)
-   feat: color no longer tied to task execution order by [@&#8203;Shaharking](https://togithub.com/Shaharking) in [https://github.com/vercel/turborepo/pull/9023](https://togithub.com/vercel/turborepo/pull/9023)
-   fix(tui): avoid panic on restarting tasks during watch by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9032](https://togithub.com/vercel/turborepo/pull/9032)
-   feat(ls): support output format by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turborepo/pull/9031](https://togithub.com/vercel/turborepo/pull/9031)
-   chore(tui): remove unwraps from tui by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9034](https://togithub.com/vercel/turborepo/pull/9034)
-   feat: implement a query interface for turborepo by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/8977](https://togithub.com/vercel/turborepo/pull/8977)
-   feat(tui): allow searching for tasks by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9042](https://togithub.com/vercel/turborepo/pull/9042)
-   fix(affected): prevent affected from being used with filter by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9049](https://togithub.com/vercel/turborepo/pull/9049)
-   allow multiple fallbacks for --affected base branch by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9045](https://togithub.com/vercel/turborepo/pull/9045)
-   fix(affected): don't respect empty scm env vars by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9053](https://togithub.com/vercel/turborepo/pull/9053)
-   fix(affected): no longer error if `main` does not exist by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9061](https://togithub.com/vercel/turborepo/pull/9061)
-   fix(cli): avoid use of process exit by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9065](https://togithub.com/vercel/turborepo/pull/9065)
-   chore: Remove version output on CI by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9068](https://togithub.com/vercel/turborepo/pull/9068)
-   chore(tui): fix lint warnings in tests by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9062](https://togithub.com/vercel/turborepo/pull/9062)

#### New Contributors

-   [@&#8203;Aditya0257](https://togithub.com/Aditya0257) made their first contribution in [https://github.com/vercel/turborepo/pull/8979](https://togithub.com/vercel/turborepo/pull/8979)
-   [@&#8203;devy-bee](https://togithub.com/devy-bee) made their first contribution in [https://github.com/vercel/turborepo/pull/8974](https://togithub.com/vercel/turborepo/pull/8974)
-   [@&#8203;wadwings](https://togithub.com/wadwings) made their first contribution in [https://github.com/vercel/turborepo/pull/9022](https://togithub.com/vercel/turborepo/pull/9022)
-   [@&#8203;Shaharking](https://togithub.com/Shaharking) made their first contribution in [https://github.com/vercel/turborepo/pull/9023](https://togithub.com/vercel/turborepo/pull/9023)
-   [@&#8203;robertn702](https://togithub.com/robertn702) made their first contribution in [https://github.com/vercel/turborepo/pull/9040](https://togithub.com/vercel/turborepo/pull/9040)

**Full Changelog**: vercel/turborepo@v2.0.14...v2.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/technifit/tasker).
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 76dd97a commit 8e87140
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-tailwindcss": "0.6.6",
"turbo": "2.0.14",
"turbo": "2.1.0",
"typescript": "5.5.4"
},
"packageManager": "[email protected]",
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit 8e87140

Please sign in to comment.