Closed renovate[bot] closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
tab-manager-v2-storybook | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Mar 30, 2023 at 3:59AM (UTC) |
This PR contains the following updates:
1.8.5
->1.8.8
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
vercel/turbo
### [`v1.8.8`](https://togithub.com/vercel/turbo/releases/tag/v1.8.8): Turborepo v1.8.8 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.7...v1.8.8) #### What's Changed ##### Changelog - feat(place patches in json folder when pruning for docker) by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4318](https://togithub.com/vercel/turbo/pull/4318) - chore(deps): update dependency tsx to v3.12.6 by [@renovate](https://togithub.com/renovate) in [https://github.com/vercel/turbo/pull/4328](https://togithub.com/vercel/turbo/pull/4328) - Make attempted include tasks that started but didn't finish by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4378](https://togithub.com/vercel/turbo/pull/4378) - Revert "Add cache state to task summaries on real runs" by [@tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4390](https://togithub.com/vercel/turbo/pull/4390) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.8.7...v1.8.8 ### [`v1.8.7`](https://togithub.com/vercel/turbo/releases/tag/v1.8.7): Turborepo v1.8.7 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.6...v1.8.7) #### What's Changed ##### Changelog - Add cache state to task summaries on real runs by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4225](https://togithub.com/vercel/turbo/pull/4225) - Update Done payload for Vercel Runs by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4371](https://togithub.com/vercel/turbo/pull/4371) - move env var handling into rust and expose summarize env as a command by [@arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/4364](https://togithub.com/vercel/turbo/pull/4364) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.8.6...v1.8.7 ### [`v1.8.6`](https://togithub.com/vercel/turbo/releases/tag/v1.8.6): Turborepo v1.8.6 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.5...v1.8.6) #### What's Changed ##### Changelog - release(turborepo): 1.8.5 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/4278](https://togithub.com/vercel/turbo/pull/4278) - chore(release): add new packages to publish flow by [@tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4271](https://togithub.com/vercel/turbo/pull/4271) - Break up client package and delete unused code by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4303](https://togithub.com/vercel/turbo/pull/4303) - Sort task ancestors in task summary by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4311](https://togithub.com/vercel/turbo/pull/4311) - Don't hash env var when the value is an empty string by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4312](https://togithub.com/vercel/turbo/pull/4312) - fix(signal handling for child process) by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4290](https://togithub.com/vercel/turbo/pull/4290) - Send run summary to API by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4250](https://togithub.com/vercel/turbo/pull/4250) - Make Single Package repo work with globalDependencies config by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4240](https://togithub.com/vercel/turbo/pull/4240) - fix: make turbo command regex stricter by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4325](https://togithub.com/vercel/turbo/pull/4325) - Add `endTime` into task execution summary by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4326](https://togithub.com/vercel/turbo/pull/4326) - Add start and endTime to top level execution summary by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4334](https://togithub.com/vercel/turbo/pull/4334) - Record exit codes per task in a run by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4344](https://togithub.com/vercel/turbo/pull/4344) - Consolidate two representations of task by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4342](https://togithub.com/vercel/turbo/pull/4342) - Add top level exitCode to RunSummary by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4343](https://togithub.com/vercel/turbo/pull/4343) - Reduce boilerplate in run sumamry tests by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4353](https://togithub.com/vercel/turbo/pull/4353) - fix: error swallowing when using continue by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4354](https://togithub.com/vercel/turbo/pull/4354) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.8.5...v1.8.6Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.