Skip to content

Commit

Permalink
bump(deps): update dependency turbo to ^2.0.6 (#311)
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)) | [`^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://github.com/vercel/turbo/compare/v2.0.5...v2.0.6)

[Compare
Source](https://github.com/vercel/turbo/compare/v2.0.5...v2.0.6)

###
[`v2.0.5`](https://github.com/vercel/turbo/compare/v2.0.4...v2.0.5)

[Compare
Source](https://github.com/vercel/turbo/compare/v2.0.4...v2.0.5)

### [`v2.0.4`](https://github.com/vercel/turbo/releases/tag/v2.0.4):
Turborepo v2.0.4

[Compare
Source](https://github.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
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8448

##### [@&#8203;turbo/codemod](https://github.com/turbo/codemod)

- chore: bump timeout for migration by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#8463
- fix([@&#8203;turbo/codemode](https://github.com/turbo/codemode)):
no-op when turbo.json already contains tasks key by
[@&#8203;mehulkar](https://github.com/mehulkar) in
[vercel/turborepo#8471

##### Examples

- Give examples carat versions. by
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8382
- Fix apk order in example. by
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8392
- Fix `eslint-config-turbo` configuration in examples. by
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8405
- Remove root eslintrc from basic example. by
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8423
- Consistent Node.js version in Changesets action. by
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8441
- Remove global dep from basic example. by
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8442

##### Changelog

- fix(filter): account for root internal dependencies in git based
filter by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#8364
- Warn instead of print when no locally installed version. by
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8384
- Add CI to default passthroughs. by
[@&#8203;anthonyshew](https://github.com/anthonyshew) in
[vercel/turborepo#8393
- feat(shim): invoke local turbo version via npx if not installed by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#8385
- docs: update links to logs in turbo types by
[@&#8203;boyum](https://github.com/boyum) in
[vercel/turborepo#8403
- fix: added `LD_LIBRARY_PATH` to default forwarded env vars by
[@&#8203;GauBen](https://github.com/GauBen) in
[vercel/turborepo#8412
- chore(turborepo): remove unused code by
[@&#8203;NicholasLYang](https://github.com/NicholasLYang) in
[vercel/turborepo#8428
- fix: disable panic handler in ci by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#8436
- fix: remove inferring turbo version from package.json or turbo.json by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#8437
- fix(turborepo): avoid starting ui on too small terminals by
[@&#8203;NicholasLYang](https://github.com/NicholasLYang) in
[vercel/turborepo#8457
- chore(shim): make dynamic downloads opt in by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#8458
- fix(shim): avoid panic if user has malformed lockfile by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#8461
- fix(ui): pass through terminal env vars to appease chalk by
[@&#8203;chris-olszewski](https://github.com/chris-olszewski) in
[vercel/turborepo#8468

#### New Contributors

- [@&#8203;boyum](https://github.com/boyum) made their first
contribution in
[vercel/turborepo#8403
- [@&#8203;GauBen](https://github.com/GauBen) made their first
contribution in
[vercel/turborepo#8412
- [@&#8203;sethidden](https://github.com/sethidden) made their first
contribution in
[vercel/turborepo#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
renovate[bot] committed Jul 7, 2024
1 parent bb5ef86 commit 6899c42
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "29.7.0",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"turbo": "^2.0.3",
"turbo": "^2.0.6",
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
Expand Down
44 changes: 22 additions & 22 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 6899c42

Please sign in to comment.