Skip to content

Commit

Permalink
fix(deps): update turbo monorepo to v2.0.8 (#821)
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 |
|---|---|---|---|---|---|
| [eslint-config-turbo](https://github.com/vercel/turbo) ([source](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo)) | [`2.0.7` -> `2.0.8`](https://renovatebot.com/diffs/npm/eslint-config-turbo/2.0.7/2.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-turbo/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-turbo/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-turbo/2.0.7/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-turbo/2.0.7/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://github.com/vercel/turbo)) | [`2.0.7` -> `2.0.8`](https://renovatebot.com/diffs/npm/turbo/2.0.7/2.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/2.0.7/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/2.0.7/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/turbo (eslint-config-turbo)</summary>

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

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



##### What's Changed

##### Examples

-   Update basic example. by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8784](https://github.com/vercel/turbo/pull/8784)

##### Changelog

-   chore(turborepo): refine package.json parse error by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8753](https://github.com/vercel/turbo/pull/8753)
-   feat(turbo): add VERCEL to pass through by [@&#8203;tknickman](https://github.com/tknickman) in [https://github.com/vercel/turbo/pull/8794](https://github.com/vercel/turbo/pull/8794)

**Full Changelog**: vercel/turborepo@v2.0.7...v2.0.8

</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 these updates again.

---

 - [ ] 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/technifit/tasker).
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent b933965 commit 6b970a3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.1",
"prettier-plugin-tailwindcss": "0.6.5",
"turbo": "2.0.7",
"turbo": "2.0.8",
"typescript": "5.5.3"
},
"packageManager": "pnpm@9.5.0",
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "7.16.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.0.7",
"eslint-config-turbo": "2.0.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.4",
Expand Down

0 comments on commit 6b970a3

Please sign in to comment.