Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency turbo to ^1.8.8 (#1510)
[![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://github.com/vercel/turbo)) | [`^1.8.5` -> `^1.8.8`](https://renovatebot.com/diffs/npm/turbo/1.8.5/1.8.8) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/compatibility-slim/1.8.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/confidence-slim/1.8.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/turbo</summary> ### [`v1.8.8`](https://github.com/vercel/turbo/releases/tag/v1.8.8): Turborepo v1.8.8 [Compare Source](https://github.com/vercel/turbo/compare/v1.8.7...v1.8.8) <!-- Release notes generated using configuration in .github/turborepo-release.yml at v1.8.8 --> #### What's Changed ##### Changelog - feat(place patches in json folder when pruning for docker) by [@​chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4318](https://github.com/vercel/turbo/pull/4318) - chore(deps): update dependency tsx to v3.12.6 by [@​renovate](https://github.com/renovate) in [https://github.com/vercel/turbo/pull/4328](https://github.com/vercel/turbo/pull/4328) - Make attempted include tasks that started but didn't finish by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4378](https://github.com/vercel/turbo/pull/4378) - Revert "Add cache state to task summaries on real runs" by [@​tknickman](https://github.com/tknickman) in [https://github.com/vercel/turbo/pull/4390](https://github.com/vercel/turbo/pull/4390) **Full Changelog**: vercel/turborepo@v1.8.7...v1.8.8 ### [`v1.8.7`](https://github.com/vercel/turbo/releases/tag/v1.8.7): Turborepo v1.8.7 [Compare Source](https://github.com/vercel/turbo/compare/v1.8.6...v1.8.7) <!-- Release notes generated using configuration in .github/turborepo-release.yml at v1.8.7 --> #### What's Changed ##### Changelog - Add cache state to task summaries on real runs by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4225](https://github.com/vercel/turbo/pull/4225) - Update Done payload for Vercel Runs by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4371](https://github.com/vercel/turbo/pull/4371) - move env var handling into rust and expose summarize env as a command by [@​arlyon](https://github.com/arlyon) in [https://github.com/vercel/turbo/pull/4364](https://github.com/vercel/turbo/pull/4364) **Full Changelog**: vercel/turborepo@v1.8.6...v1.8.7 ### [`v1.8.6`](https://github.com/vercel/turbo/releases/tag/v1.8.6): Turborepo v1.8.6 [Compare Source](https://github.com/vercel/turbo/compare/v1.8.5...v1.8.6) <!-- Release notes generated using configuration in .github/turborepo-release.yml at v1.8.6 --> #### What's Changed ##### Changelog - release(turborepo): 1.8.5 by [@​github-actions](https://github.com/github-actions) in [https://github.com/vercel/turbo/pull/4278](https://github.com/vercel/turbo/pull/4278) - chore(release): add new packages to publish flow by [@​tknickman](https://github.com/tknickman) in [https://github.com/vercel/turbo/pull/4271](https://github.com/vercel/turbo/pull/4271) - Break up client package and delete unused code by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4303](https://github.com/vercel/turbo/pull/4303) - Sort task ancestors in task summary by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4311](https://github.com/vercel/turbo/pull/4311) - Don't hash env var when the value is an empty string by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4312](https://github.com/vercel/turbo/pull/4312) - fix(signal handling for child process) by [@​chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4290](https://github.com/vercel/turbo/pull/4290) - Send run summary to API by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4250](https://github.com/vercel/turbo/pull/4250) - Make Single Package repo work with globalDependencies config by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4240](https://github.com/vercel/turbo/pull/4240) - fix: make turbo command regex stricter by [@​chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4325](https://github.com/vercel/turbo/pull/4325) - Add `endTime` into task execution summary by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4326](https://github.com/vercel/turbo/pull/4326) - Add start and endTime to top level execution summary by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4334](https://github.com/vercel/turbo/pull/4334) - Record exit codes per task in a run by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4344](https://github.com/vercel/turbo/pull/4344) - Consolidate two representations of task by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4342](https://github.com/vercel/turbo/pull/4342) - Add top level exitCode to RunSummary by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4343](https://github.com/vercel/turbo/pull/4343) - Reduce boilerplate in run sumamry tests by [@​mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/4353](https://github.com/vercel/turbo/pull/4353) - fix: error swallowing when using continue by [@​chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4354](https://github.com/vercel/turbo/pull/4354) **Full Changelog**: vercel/turborepo@v1.8.5...v1.8.6 </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. --- - [ ] <!-- 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://app.renovatebot.com/dashboard#github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information