Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
bump(deps): update dependency turbo to v1.8.8 (#127)
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://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
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#4318
- chore(deps): update dependency tsx to v3.12.6 by
[@&#8203;renovate](https://github.com/renovate) in
[vercel/turborepo#4328
- Make attempted include tasks that started but didn't finish by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4378
- Revert "Add cache state to task summaries on real runs" by
[@&#8203;tknickman](https://github.com/tknickman) in
[vercel/turborepo#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
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4225
- Update Done payload for Vercel Runs by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4371
- move env var handling into rust and expose summarize env as a command
by [@&#8203;arlyon](https://github.com/arlyon) in
[vercel/turborepo#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
[@&#8203;github-actions](https://github.com/github-actions) in
[vercel/turborepo#4278
- chore(release): add new packages to publish flow by
[@&#8203;tknickman](https://github.com/tknickman) in
[vercel/turborepo#4271
- Break up client package and delete unused code by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4303
- Sort task ancestors in task summary by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4311
- Don't hash env var when the value is an empty string by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4312
- fix(signal handling for child process) by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#4290
- Send run summary to API by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4250
- Make Single Package repo work with globalDependencies config by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4240
- fix: make turbo command regex stricter by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#4325
- Add `endTime` into task execution summary by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4326
- Add start and endTime to top level execution summary by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4334
- Record exit codes per task in a run by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4344
- Consolidate two representations of task by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4342
- Add top level exitCode to RunSummary by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4343
- Reduce boilerplate in run sumamry tests by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#4353
- fix: error swallowing when using continue by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#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**: 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://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 3, 2023
1 parent b841b37 commit 96b2478
Show file tree
Hide file tree
Showing 2 changed files with 906 additions and 918 deletions.
2 changes: 1 addition & 1 deletion packages/sticky-turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
]
},
"dependencies": {
"turbo": "1.8.5"
"turbo": "1.8.8"
}
}
Loading

0 comments on commit 96b2478

Please sign in to comment.