Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump(deps): update dependency turbo to ^2.0.6 (#311)
[![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/turbo)) | [`^2.0.3` -> `^2.0.6`](https://renovatebot.com/diffs/npm/turbo/2.0.3/2.0.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/2.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/2.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/2.0.3/2.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/2.0.3/2.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/turbo (turbo)</summary> ### [`v2.0.6`](https://togithub.com/vercel/turbo/compare/v2.0.5...v2.0.6) [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.5...v2.0.6) ### [`v2.0.5`](https://togithub.com/vercel/turbo/compare/v2.0.4...v2.0.5) [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.4...v2.0.5) ### [`v2.0.4`](https://togithub.com/vercel/turbo/releases/tag/v2.0.4): Turborepo v2.0.4 [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.3...v2.0.4) <!-- Release notes generated using configuration in .github/turborepo-release.yml at v2.0.4 --> #### What's Changed ##### create-turbo - Update `create-turbo` to use carat versions. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8448](https://togithub.com/vercel/turbo/pull/8448) ##### [@​turbo/codemod](https://togithub.com/turbo/codemod) - chore: bump timeout for migration by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8463](https://togithub.com/vercel/turbo/pull/8463) - fix([@​turbo/codemode](https://togithub.com/turbo/codemode)): no-op when turbo.json already contains tasks key by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8471](https://togithub.com/vercel/turbo/pull/8471) ##### Examples - Give examples carat versions. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8382](https://togithub.com/vercel/turbo/pull/8382) - Fix apk order in example. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8392](https://togithub.com/vercel/turbo/pull/8392) - Fix `eslint-config-turbo` configuration in examples. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8405](https://togithub.com/vercel/turbo/pull/8405) - Remove root eslintrc from basic example. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8423](https://togithub.com/vercel/turbo/pull/8423) - Consistent Node.js version in Changesets action. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8441](https://togithub.com/vercel/turbo/pull/8441) - Remove global dep from basic example. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8442](https://togithub.com/vercel/turbo/pull/8442) ##### Changelog - fix(filter): account for root internal dependencies in git based filter by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8364](https://togithub.com/vercel/turbo/pull/8364) - Warn instead of print when no locally installed version. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8384](https://togithub.com/vercel/turbo/pull/8384) - Add CI to default passthroughs. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8393](https://togithub.com/vercel/turbo/pull/8393) - feat(shim): invoke local turbo version via npx if not installed by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8385](https://togithub.com/vercel/turbo/pull/8385) - docs: update links to logs in turbo types by [@​boyum](https://togithub.com/boyum) in [https://github.com/vercel/turbo/pull/8403](https://togithub.com/vercel/turbo/pull/8403) - fix: added `LD_LIBRARY_PATH` to default forwarded env vars by [@​GauBen](https://togithub.com/GauBen) in [https://github.com/vercel/turbo/pull/8412](https://togithub.com/vercel/turbo/pull/8412) - chore(turborepo): remove unused code by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8428](https://togithub.com/vercel/turbo/pull/8428) - fix: disable panic handler in ci by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8436](https://togithub.com/vercel/turbo/pull/8436) - fix: remove inferring turbo version from package.json or turbo.json by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8437](https://togithub.com/vercel/turbo/pull/8437) - fix(turborepo): avoid starting ui on too small terminals by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8457](https://togithub.com/vercel/turbo/pull/8457) - chore(shim): make dynamic downloads opt in by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8458](https://togithub.com/vercel/turbo/pull/8458) - fix(shim): avoid panic if user has malformed lockfile by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8461](https://togithub.com/vercel/turbo/pull/8461) - fix(ui): pass through terminal env vars to appease chalk by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8468](https://togithub.com/vercel/turbo/pull/8468) #### New Contributors - [@​boyum](https://togithub.com/boyum) made their first contribution in [https://github.com/vercel/turbo/pull/8403](https://togithub.com/vercel/turbo/pull/8403) - [@​GauBen](https://togithub.com/GauBen) made their first contribution in [https://github.com/vercel/turbo/pull/8412](https://togithub.com/vercel/turbo/pull/8412) - [@​sethidden](https://togithub.com/sethidden) made their first contribution in [https://github.com/vercel/turbo/pull/8450](https://togithub.com/vercel/turbo/pull/8450) **Full Changelog**: vercel/turborepo@v2.0.3...v2.0.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fuxingloh/crypto-frontmatter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information