Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add global hash inputs to dry run #3934

Merged
merged 11 commits into from
Feb 23, 2023

Conversation

mehulkar
Copy link
Contributor

No description provided.

I use an unnamed struct everywhere because creating a named struct makes
the hash object change and will bust everyones cache.
@vercel
Copy link

vercel bot commented Feb 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
turbo-site 🔄 Building (Inspect) Visit Preview Feb 23, 2023 at 8:40PM (UTC)
9 Ignored Deployments
Name Status Preview Comments Updated
examples-basic-web ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)
examples-cra-web ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)
examples-kitchensink-blog ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)
examples-native-web ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)
examples-nonmonorepo ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)
examples-svelte-web ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)
examples-tailwind-web ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)
examples-vite-web ⬜️ Ignored (Inspect) Feb 23, 2023 at 8:40PM (UTC)

@mehulkar mehulkar marked this pull request as ready for review February 23, 2023 17:36
@mehulkar mehulkar requested a review from a team as a code owner February 23, 2023 17:36
@github-actions
Copy link
Contributor

github-actions bot commented Feb 23, 2023

🟢 CI successful 🟢

Thanks

@@ -33,8 +34,32 @@ const missingTaskLabel = "<NONEXISTENT>"
// DryRunSummary contains a summary of the packages and tasks that would run
// if the --dry flag had not been passed
type dryRunSummary struct {
Packages []string `json:"packages"`
Tasks []taskSummary `json:"tasks"`
GlobalHashSummary *globalHashSummary `json:"globalHashSummary"`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bikeshed this key name

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me

}
if err := w1.Flush(); err != nil {
return err
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example of what this looks like:
CleanShot 2023-02-23 at 11 50 33@2x

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would dim these key / vals as well, but not a blocker.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did that in a previous pass, but then felt it was more like the Packages In scope section rather than tasks section. I'll make a note of this and come back to it once all the pieces are in

w1 := tabwriter.NewWriter(os.Stdout, 0, 0, 1, ' ', 0)
ui.Output("")
ui.Info(util.Sprintf("${CYAN}${BOLD}Global Hash Inputs${RESET}"))
fmt.Fprintln(w1, util.Sprintf(" ${GREY}Global Files\t=\t%d${RESET}", fileCount))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a length here instead of the full list (json has the full list), since it could be really large. i'm not sure anyone will care about the full expanded list except to try to parse/operate on it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always something we could revisit later if needed.

@@ -33,8 +34,32 @@ const missingTaskLabel = "<NONEXISTENT>"
// DryRunSummary contains a summary of the packages and tasks that would run
// if the --dry flag had not been passed
type dryRunSummary struct {
Packages []string `json:"packages"`
Tasks []taskSummary `json:"tasks"`
GlobalHashSummary *globalHashSummary `json:"globalHashSummary"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me

}
if err := w1.Flush(); err != nil {
return err
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would dim these key / vals as well, but not a blocker.

w1 := tabwriter.NewWriter(os.Stdout, 0, 0, 1, ' ', 0)
ui.Output("")
ui.Info(util.Sprintf("${CYAN}${BOLD}Global Hash Inputs${RESET}"))
fmt.Fprintln(w1, util.Sprintf(" ${GREY}Global Files\t=\t%d${RESET}", fileCount))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always something we could revisit later if needed.

@mehulkar mehulkar merged commit 86caa70 into main Feb 23, 2023
@mehulkar mehulkar deleted the mehulkar/turbo-831-add-global-hash-inputs-to-dry-run branch February 23, 2023 22:14
kodiakhq bot referenced this pull request in timelessco/js-bottomsheet Feb 27, 2023
[![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://togithub.com/vercel/turbo)) | [`^1.8.2` -> `^1.8.3`](https://renovatebot.com/diffs/npm/turbo/1.8.2/1.8.3) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/compatibility-slim/1.8.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/confidence-slim/1.8.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

### [`v1.8.3`](https://togithub.com/vercel/turbo/releases/tag/v1.8.3): Turborepo v1.8.3

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.2...v1.8.3)



#### What's Changed

##### Changelog

-   release(turborepo): 1.8.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/3915](https://togithub.com/vercel/turbo/pull/3915)
-   turbo-ignore doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/3814](https://togithub.com/vercel/turbo/pull/3814)
-   Align carets to key in JSON file by [@&#8203;n2o](https://togithub.com/n2o) in [https://github.com/vercel/turbo/pull/3909](https://togithub.com/vercel/turbo/pull/3909)
-   fix(examples): svelte ([#&#8203;3919](https://togithub.com/vercel/turbo/issues/3919) by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/3919](https://togithub.com/vercel/turbo/pull/3919)
-   fix(examples): kitchen-sink ([#&#8203;3920](https://togithub.com/vercel/turbo/issues/3920) by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/3920](https://togithub.com/vercel/turbo/pull/3920)
-   fix(prettier): remove whitespace from example ([#&#8203;3924](https://togithub.com/vercel/turbo/issues/3924) by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/3924](https://togithub.com/vercel/turbo/pull/3924)
-   Add empty `public` folder to stop Docker builds breaking by [@&#8203;a3957273](https://togithub.com/a3957273) in [https://github.com/vercel/turbo/pull/3899](https://togithub.com/vercel/turbo/pull/3899)
-   feature: Use error_for_status by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/3898](https://togithub.com/vercel/turbo/pull/3898)
-   fix: Inference with workspace config by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/3938](https://togithub.com/vercel/turbo/pull/3938)
-   Add global hash inputs to dry run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/3934](https://togithub.com/vercel/turbo/pull/3934)
-   Fix relative links on installing page by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/3937](https://togithub.com/vercel/turbo/pull/3937)
-   Update configuring-workspaces.mdx by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/3940](https://togithub.com/vercel/turbo/pull/3940)
-   Always look up task definition, but limit when it's added to traversa… by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/3951](https://togithub.com/vercel/turbo/pull/3951)
-   Update getting started to depend on turbo.json for order by [@&#8203;kevinsimper](https://togithub.com/kevinsimper) in [https://github.com/vercel/turbo/pull/3859](https://togithub.com/vercel/turbo/pull/3859)
-   Root inference: skip turbo.json by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/3946](https://togithub.com/vercel/turbo/pull/3946)
-   Add per-package-manager instructions to create-new by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/3971](https://togithub.com/vercel/turbo/pull/3971)
-   fix: support prune without turbo.json by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/3785](https://togithub.com/vercel/turbo/pull/3785)
-   chore(eslint): bump version by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/3976](https://togithub.com/vercel/turbo/pull/3976)
-   release(turborepo): 1.8.3-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/3981](https://togithub.com/vercel/turbo/pull/3981)

#### New Contributors

-   [@&#8203;n2o](https://togithub.com/n2o) made their first contribution in [https://github.com/vercel/turbo/pull/3909](https://togithub.com/vercel/turbo/pull/3909)
-   [@&#8203;a3957273](https://togithub.com/a3957273) made their first contribution in [https://github.com/vercel/turbo/pull/3899](https://togithub.com/vercel/turbo/pull/3899)
-   [@&#8203;kevinsimper](https://togithub.com/kevinsimper) made their first contribution in [https://github.com/vercel/turbo/pull/3859](https://togithub.com/vercel/turbo/pull/3859)
-   [@&#8203;The-0xAlex](https://togithub.com/The-0xAlex) made their first contribution in [https://github.com/vercel/turbo/pull/3968](https://togithub.com/vercel/turbo/pull/3968)

**Full Changelog**: vercel/turborepo@v1.8.2...v1.8.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update 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://app.renovatebot.com/dashboard#github/timelessco/js-bottomsheet).
thedoublejay referenced this pull request in levaintech/sticky Feb 28, 2023
[![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://togithub.com/vercel/turbo)) | [`1.8.2` ->
`1.8.3`](https://renovatebot.com/diffs/npm/turbo/1.8.2/1.8.3) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/compatibility-slim/1.8.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/confidence-slim/1.8.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

### [`v1.8.3`](https://togithub.com/vercel/turbo/releases/tag/v1.8.3):
Turborepo v1.8.3

[Compare
Source](https://togithub.com/vercel/turbo/compare/v1.8.2...v1.8.3)

<!-- Release notes generated using configuration in
.github/turborepo-release.yml at v1.8.3 -->

#### What's Changed

##### Changelog

- release(turborepo): 1.8.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/3915](https://togithub.com/vercel/turbo/pull/3915)
- turbo-ignore doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/3814](https://togithub.com/vercel/turbo/pull/3814)
- Align carets to key in JSON file by
[@&#8203;n2o](https://togithub.com/n2o) in
[https://github.com/vercel/turbo/pull/3909](https://togithub.com/vercel/turbo/pull/3909)
- fix(examples): svelte
([#&#8203;3919](https://togithub.com/vercel/turbo/issues/3919) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/3919](https://togithub.com/vercel/turbo/pull/3919)
- fix(examples): kitchen-sink
([#&#8203;3920](https://togithub.com/vercel/turbo/issues/3920) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/3920](https://togithub.com/vercel/turbo/pull/3920)
- fix(prettier): remove whitespace from example
([#&#8203;3924](https://togithub.com/vercel/turbo/issues/3924) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/3924](https://togithub.com/vercel/turbo/pull/3924)
- Add empty `public` folder to stop Docker builds breaking by
[@&#8203;a3957273](https://togithub.com/a3957273) in
[https://github.com/vercel/turbo/pull/3899](https://togithub.com/vercel/turbo/pull/3899)
- feature: Use error_for_status by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/3898](https://togithub.com/vercel/turbo/pull/3898)
- fix: Inference with workspace config by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/3938](https://togithub.com/vercel/turbo/pull/3938)
- Add global hash inputs to dry run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3934](https://togithub.com/vercel/turbo/pull/3934)
- Fix relative links on installing page by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3937](https://togithub.com/vercel/turbo/pull/3937)
- Update configuring-workspaces.mdx by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3940](https://togithub.com/vercel/turbo/pull/3940)
- Always look up task definition, but limit when it's added to traversa…
by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3951](https://togithub.com/vercel/turbo/pull/3951)
- Update getting started to depend on turbo.json for order by
[@&#8203;kevinsimper](https://togithub.com/kevinsimper) in
[https://github.com/vercel/turbo/pull/3859](https://togithub.com/vercel/turbo/pull/3859)
- Root inference: skip turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/3946](https://togithub.com/vercel/turbo/pull/3946)
- Add per-package-manager instructions to create-new by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/3971](https://togithub.com/vercel/turbo/pull/3971)
- fix: support prune without turbo.json by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/3785](https://togithub.com/vercel/turbo/pull/3785)
- chore(eslint): bump version by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/3976](https://togithub.com/vercel/turbo/pull/3976)
- release(turborepo): 1.8.3-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/3981](https://togithub.com/vercel/turbo/pull/3981)

#### New Contributors

- [@&#8203;n2o](https://togithub.com/n2o) made their first contribution
in
[https://github.com/vercel/turbo/pull/3909](https://togithub.com/vercel/turbo/pull/3909)
- [@&#8203;a3957273](https://togithub.com/a3957273) made their first
contribution in
[https://github.com/vercel/turbo/pull/3899](https://togithub.com/vercel/turbo/pull/3899)
- [@&#8203;kevinsimper](https://togithub.com/kevinsimper) made their
first contribution in
[https://github.com/vercel/turbo/pull/3859](https://togithub.com/vercel/turbo/pull/3859)
- [@&#8203;The-0xAlex](https://togithub.com/The-0xAlex) made their first
contribution in
[https://github.com/vercel/turbo/pull/3968](https://togithub.com/vercel/turbo/pull/3968)

**Full Changelog**:
vercel/turborepo@v1.8.2...v1.8.3

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh referenced this pull request in fuxingloh/contented Feb 28, 2023
[![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://togithub.com/vercel/turbo)) | [`^1.8.1` ->
`^1.8.3`](https://renovatebot.com/diffs/npm/turbo/1.8.1/1.8.3) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/compatibility-slim/1.8.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.3/confidence-slim/1.8.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

### [`v1.8.3`](https://togithub.com/vercel/turbo/releases/tag/v1.8.3):
Turborepo v1.8.3

[Compare
Source](https://togithub.com/vercel/turbo/compare/v1.8.2...v1.8.3)

<!-- Release notes generated using configuration in
.github/turborepo-release.yml at v1.8.3 -->

#### What's Changed

##### Changelog

- release(turborepo): 1.8.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/3915](https://togithub.com/vercel/turbo/pull/3915)
- turbo-ignore doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/3814](https://togithub.com/vercel/turbo/pull/3814)
- Align carets to key in JSON file by
[@&#8203;n2o](https://togithub.com/n2o) in
[https://github.com/vercel/turbo/pull/3909](https://togithub.com/vercel/turbo/pull/3909)
- fix(examples): svelte
([#&#8203;3919](https://togithub.com/vercel/turbo/issues/3919) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/3919](https://togithub.com/vercel/turbo/pull/3919)
- fix(examples): kitchen-sink
([#&#8203;3920](https://togithub.com/vercel/turbo/issues/3920) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/3920](https://togithub.com/vercel/turbo/pull/3920)
- fix(prettier): remove whitespace from example
([#&#8203;3924](https://togithub.com/vercel/turbo/issues/3924) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/3924](https://togithub.com/vercel/turbo/pull/3924)
- Add empty `public` folder to stop Docker builds breaking by
[@&#8203;a3957273](https://togithub.com/a3957273) in
[https://github.com/vercel/turbo/pull/3899](https://togithub.com/vercel/turbo/pull/3899)
- feature: Use error_for_status by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/3898](https://togithub.com/vercel/turbo/pull/3898)
- fix: Inference with workspace config by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/3938](https://togithub.com/vercel/turbo/pull/3938)
- Add global hash inputs to dry run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3934](https://togithub.com/vercel/turbo/pull/3934)
- Fix relative links on installing page by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3937](https://togithub.com/vercel/turbo/pull/3937)
- Update configuring-workspaces.mdx by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3940](https://togithub.com/vercel/turbo/pull/3940)
- Always look up task definition, but limit when it's added to traversa…
by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3951](https://togithub.com/vercel/turbo/pull/3951)
- Update getting started to depend on turbo.json for order by
[@&#8203;kevinsimper](https://togithub.com/kevinsimper) in
[https://github.com/vercel/turbo/pull/3859](https://togithub.com/vercel/turbo/pull/3859)
- Root inference: skip turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/3946](https://togithub.com/vercel/turbo/pull/3946)
- Add per-package-manager instructions to create-new by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/3971](https://togithub.com/vercel/turbo/pull/3971)
- fix: support prune without turbo.json by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/3785](https://togithub.com/vercel/turbo/pull/3785)
- chore(eslint): bump version by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/3976](https://togithub.com/vercel/turbo/pull/3976)
- release(turborepo): 1.8.3-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/3981](https://togithub.com/vercel/turbo/pull/3981)

#### New Contributors

- [@&#8203;n2o](https://togithub.com/n2o) made their first contribution
in
[https://github.com/vercel/turbo/pull/3909](https://togithub.com/vercel/turbo/pull/3909)
- [@&#8203;a3957273](https://togithub.com/a3957273) made their first
contribution in
[https://github.com/vercel/turbo/pull/3899](https://togithub.com/vercel/turbo/pull/3899)
- [@&#8203;kevinsimper](https://togithub.com/kevinsimper) made their
first contribution in
[https://github.com/vercel/turbo/pull/3859](https://togithub.com/vercel/turbo/pull/3859)
- [@&#8203;The-0xAlex](https://togithub.com/The-0xAlex) made their first
contribution in
[https://github.com/vercel/turbo/pull/3968](https://togithub.com/vercel/turbo/pull/3968)

**Full Changelog**:
vercel/turborepo@v1.8.2...v1.8.3

### [`v1.8.2`](https://togithub.com/vercel/turbo/releases/tag/v1.8.2):
Turborepo v1.8.2

[Compare
Source](https://togithub.com/vercel/turbo/compare/v1.8.1...v1.8.2)

<!-- Release notes generated using configuration in
.github/turborepo-release.yml at v1.8.2 -->

#### What's Changed

##### Changelog

- release(turborepo): 1.8.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/3869](https://togithub.com/vercel/turbo/pull/3869)
- refactor: remove `react/jsx-key` ESLint rule by
[@&#8203;albertothedev](https://togithub.com/albertothedev) in
[https://github.com/vercel/turbo/pull/3880](https://togithub.com/vercel/turbo/pull/3880)
- Add missing comma to dependsOn code example by
[@&#8203;jan-paulus](https://togithub.com/jan-paulus) in
[https://github.com/vercel/turbo/pull/3884](https://togithub.com/vercel/turbo/pull/3884)
- Add --log-prefix=none option by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3851](https://togithub.com/vercel/turbo/pull/3851)
- Fix turbo run when --filter is provided and no packages are affected
by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/3901](https://togithub.com/vercel/turbo/pull/3901)
- release(turborepo): 1.8.2-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/3906](https://togithub.com/vercel/turbo/pull/3906)

#### New Contributors

- [@&#8203;albertothedev](https://togithub.com/albertothedev) made their
first contribution in
[https://github.com/vercel/turbo/pull/3880](https://togithub.com/vercel/turbo/pull/3880)
- [@&#8203;jan-paulus](https://togithub.com/jan-paulus) made their first
contribution in
[https://github.com/vercel/turbo/pull/3884](https://togithub.com/vercel/turbo/pull/3884)

**Full Changelog**:
vercel/turborepo@v1.8.1...v1.8.2

</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/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants