Skip to content

Commit

Permalink
chore(deps): update dependency turbo to ^1.8.8 (#1510)
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**: 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
renovate[bot] committed Mar 30, 2023
1 parent 63dc4e3 commit 77ddfc0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"license-checker": "^25.0.1",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"turbo": "^1.8.5",
"turbo": "^1.8.8",
"typescript": "^4.9.5"
},
"packageManager": "pnpm@7.30.3",
Expand Down
46 changes: 23 additions & 23 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 77ddfc0

Please sign in to comment.