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

docs: Document common question around turborepo-ffi #4232

Merged

Conversation

NicholasLYang
Copy link
Contributor

Description

A few people have asked about why we get linker errors on the Go side when they come from the Rust code. I wrote up a small README explaining why and linking to the relevant forum post

Testing Instructions

@vercel
Copy link

vercel bot commented Mar 16, 2023

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

Name Status Preview Comments Updated
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)
examples-cra-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)
examples-nonmonorepo ❌ Failed (Inspect) Mar 17, 2023 at 3:10PM (UTC)
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 3:10PM (UTC)

@vercel
Copy link

vercel bot commented Mar 16, 2023

@NicholasLYang is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@NicholasLYang NicholasLYang enabled auto-merge (squash) March 17, 2023 15:09
@NicholasLYang NicholasLYang merged commit 81542b0 into vercel:main Mar 17, 2023
kodiakhq bot pushed a commit to timelessco/js-bottomsheet that referenced this pull request Mar 20, 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 |
|---|---|---|---|---|---|
| [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`^2.8.4` -> `^2.8.5`](https://renovatebot.com/diffs/npm/prettier/2.8.4/2.8.5) | [![age](https://badges.renovateapi.com/packages/npm/prettier/2.8.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.8.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prettier/2.8.5/compatibility-slim/2.8.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.8.5/confidence-slim/2.8.4)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`^1.8.3` -> `^1.8.4`](https://renovatebot.com/diffs/npm/turbo/1.8.3/1.8.4) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/compatibility-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/confidence-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/) |
| [vite](https://togithub.com/vitejs/vite/tree/main/#readme) ([source](https://togithub.com/vitejs/vite)) | [`^4.2.0` -> `^4.2.1`](https://renovatebot.com/diffs/npm/vite/4.2.0/4.2.1) | [![age](https://badges.renovateapi.com/packages/npm/vite/4.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite/4.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite/4.2.1/compatibility-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite/4.2.1/confidence-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>prettier/prettier</summary>

### [`v2.8.5`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#&#8203;285)

[Compare Source](https://togithub.com/prettier/prettier/compare/2.8.4...2.8.5)

[diff](https://togithub.com/prettier/prettier/compare/2.8.4...2.8.5)

##### Support TypeScript 5.0 ([#&#8203;14391](https://togithub.com/prettier/prettier/pull/14391) by [@&#8203;fisker](https://togithub.com/fisker), [#&#8203;13819](https://togithub.com/prettier/prettier/pull/13819) by [@&#8203;fisker](https://togithub.com/fisker), [@&#8203;sosukesuzuki](https://togithub.com/sosukesuzuki))

TypeScript 5.0 introduces two new syntactic features:

-   `const` modifiers for type parameters
-   `export type *` declarations

##### Add missing parentheses for decorator ([#&#8203;14393](https://togithub.com/prettier/prettier/pull/14393) by [@&#8203;fisker](https://togithub.com/fisker))



```jsx
// Input
class Person {
  @&#8203;(myDecoratorArray[0])
  greet() {}
}

// Prettier 2.8.4
class Person {
  @&#8203;myDecoratorArray[0]
  greet() {}
}

// Prettier 2.8.5
class Person {
  @&#8203;(myDecoratorArray[0])
  greet() {}
}
```

##### Add parentheses for `TypeofTypeAnnotation` to improve readability ([#&#8203;14458](https://togithub.com/prettier/prettier/pull/14458) by [@&#8203;fisker](https://togithub.com/fisker))



```tsx
// Input
type A = (typeof node.children)[];

// Prettier 2.8.4
type A = typeof node.children[];

// Prettier 2.8.5
type A = (typeof node.children)[];
```

##### Support `max_line_length=off` when parsing `.editorconfig` ([#&#8203;14516](https://togithub.com/prettier/prettier/pull/14516) by [@&#8203;josephfrazier](https://togithub.com/josephfrazier))

If an .editorconfig file is in your project and it sets `max_line_length=off` for the file you're formatting,
it will be interpreted as a `printWidth` of `Infinity` rather than being ignored
(which previously resulted in the default `printWidth` of 80 being applied, if not overridden by Prettier-specific configuration).



```html
<!-- Input -->
<div className='HelloWorld' title={`You are visitor number ${ num }`} onMouseOver={onMouseOver}/>

<!-- Prettier 2.8.4 -->
<div
  className="HelloWorld"
  title={`You are visitor number ${num}`}
  onMouseOver={onMouseOver}
/>;

<!-- Prettier 2.8.5 -->
<div className="HelloWorld" title={`You are visitor number ${num}`} onMouseOver={onMouseOver} />;
```

</details>

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

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.8.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#3989
-   enable rust codepath in release process by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#3903
-   Add tests to validate errors-only is working by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#3945
-   fix: make inputs relative to workspace root by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#3993
-   Include expanded inputs config for each task in dry run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#3957
-   fix prisma example ReferenceError by [@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) in [vercel/turbo#3947
-   feat(codemod): support workspace configs by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#3992
-   fix: scm make patterns relative by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#3996
-   feat(cli): support --no-update-notifier by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4003
-   feat(docs): move reference up in priority ([#&#8203;4007](https://togithub.com/vercel/turbo/issues/4007) by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4007
-   Add inferred framework to Dry Run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#3941
-   Fix prettier by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4022
-   Build Requirements for Ubuntu by [@&#8203;tm1000](https://togithub.com/tm1000) in [vercel/turbo#4010
-   Add missing function from port. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4027
-   Calculate TaskHash while constructing PackageTask by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4016
-   Refactor env package to breakdown env vars for task by source by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4021
-   Add task + framework env vars into Dry Run Summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4020
-   fix(codemod): don’t set outputs for cache:false by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4029
-   Client timeout by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#3998
-   Add turboVersion into dry run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4047
-   Assign Framework to PackageTask struct by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4050
-   Create runsummary package and rename DryRunSummary to RunSummary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4052
-   Revert "enable rust codepath in release process" by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4068
-   release(turborepo): 1.8.4-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4065
-   release(turborepo): 1.8.4-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4070
-   Log the json that we are sending to the go binary by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4067
-   Generate a run summary file on turbo run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4069
-   fix: ensure that memory is free'd using the same allocator by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4101
-   Parallel cache state by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4110
-   release(turborepo): 1.8.4-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4113
-   chore: Bumping fsnotify version by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#3956
-   Add globalenv to run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4090
-   Flag on the Go sandwich, attempt [#&#8203;2](https://togithub.com/vercel/turbo/issues/2) by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4115
-   Re-repair Root Inference by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4049
-   Correct argument to local `turbo` inference. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4122
-   release(turborepo): 1.8.4-canary.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4125
-   Revert "Flag on the Go sandwich, attempt [#&#8203;2](https://togithub.com/vercel/turbo/issues/2)" ([#&#8203;4127](https://togithub.com/vercel/turbo/issues/4127) by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4127
-   Support exclusions in inputs by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4066
-   release(turborepo): 1.8.4-canary.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4131
-   Add TaskExecutionSummary to Run Summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4116
-   Amend incorrect file referenced in Getting Started by [@&#8203;richardjzhang](https://togithub.com/richardjzhang) in [vercel/turbo#4148
-   feat(turbo-ignore): update logging by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4154
-   fix sentence by [@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) in [vercel/turbo#4158
-   fix(create-turbo): update create-turbo eslint template ([#&#8203;4160](https://togithub.com/vercel/turbo/issues/4160) by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4160
-   Add log to go binary by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4157
-   Add expandedOutputs to run summary of each task by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4095
-   Remove env-var linting comments. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4162
-   Fix integration tests to add new log message by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4164
-   chore(deps): update mysql docker tag to v8.0.32 by [@&#8203;renovate](https://togithub.com/renovate) in [vercel/turbo#4071
-   fix(examples): update kitchen-sink dev task by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4177
-   Ensure we record the lockfile name when there's an error unmarshalling by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4180
-   Add dependencies and dependent tasks into run summaries by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4165
-   update lockfile due to removed packages by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#4192
-   Downgrade git warning to debug. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4193
-   fix(turborepo): race condition in config tests by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4186
-   Run integration tests in parallel by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4044
-   fix: SCM relative paths in nested turborepo by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4184
-   Throw an error when a task graph cannot run to completion. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4205
-   fix: Turbo SCM with Windows paths by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4207
-   chore: Flip the Rust switch by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4181
-   gracefully handle ctrlc on windows by proactively the killing go process by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4196
-   release(turborepo): 1.8.4-canary.5 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4215
-   Fix forward inference test parallelization. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4203
-   Add pass through args to run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4209
-   Fix duplicate items in task summaries by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4217
-   Add a hash of external dependencies to run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4212
-   fix: prune pnpm patched dependencies with peer dependencies by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4200
-   Add a version to the run summary schema by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4230
-   release(turborepo): 1.8.4-canary.6 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4234
-   chore(deps): update dependency tsx to v3.12.5 by [@&#8203;renovate](https://togithub.com/renovate) in [vercel/turbo#3962
-   Check that root commands cannot invoke turbo by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4223
-   Fix error message documentation by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4094
-   Filter out summaries of tasks that didn't execute by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4238
-   docs: Document common question around turborepo-ffi by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4232
-   feat(examples): add vercel template to meta by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4242
-   refactor: Removed includeUntracked because it's always set to true by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4243

#### New Contributors

-   [@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) made their first contribution in [vercel/turbo#3947
-   [@&#8203;tm1000](https://togithub.com/tm1000) made their first contribution in [vercel/turbo#4010
-   [@&#8203;timneutkens](https://togithub.com/timneutkens) made their first contribution in [vercel/turbo#4080
-   [@&#8203;tunguyen-ct](https://togithub.com/tunguyen-ct) made their first contribution in [vercel/turbo#4097
-   [@&#8203;richardjzhang](https://togithub.com/richardjzhang) made their first contribution in [vercel/turbo#4148
-   [@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) made their first contribution in [vercel/turbo#4158

**Full Changelog**: vercel/turbo@v1.8.3...v1.8.4

</details>

<details>
<summary>vitejs/vite</summary>

### [`v4.2.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small421-2023-03-20-small)

[Compare Source](https://togithub.com/vitejs/vite/compare/9dbb7f7765fd7d255daf82ad44fe867d49f0befd...v4.2.1)

-   fix: add `virtual:` to virtual module source map ignore ([#&#8203;12444](https://togithub.com/vitejs/vite/issues/12444)) ([c4aa28f](https://togithub.com/vitejs/vite/commit/c4aa28f)), closes [#&#8203;12444](https://togithub.com/vitejs/vite/issues/12444)
-   fix(css): inject source content conditionally ([#&#8203;12449](https://togithub.com/vitejs/vite/issues/12449)) ([3e665f6](https://togithub.com/vitejs/vite/commit/3e665f6)), closes [#&#8203;12449](https://togithub.com/vitejs/vite/issues/12449)
-   fix(worker): using data URLs for inline shared worker ([#&#8203;12014](https://togithub.com/vitejs/vite/issues/12014)) ([79a5007](https://togithub.com/vitejs/vite/commit/79a5007)), closes [#&#8203;12014](https://togithub.com/vitejs/vite/issues/12014)
-   chore: changelog edits for 4.2 ([#&#8203;12438](https://togithub.com/vitejs/vite/issues/12438)) ([ce047e3](https://togithub.com/vitejs/vite/commit/ce047e3)), closes [#&#8203;12438](https://togithub.com/vitejs/vite/issues/12438)

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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).
renovate bot added a commit to fwouts/previewjs that referenced this pull request Mar 21, 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.3` ->
`^1.8.4`](https://renovatebot.com/diffs/npm/turbo/1.8.3/1.8.4) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/compatibility-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/confidence-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.8.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#3989
- enable rust codepath in release process by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#3903
- Add tests to validate errors-only is working by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3945
- fix: make inputs relative to workspace root by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#3993
- Include expanded inputs config for each task in dry run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3957
- fix prisma example ReferenceError by
[@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) in
[vercel/turbo#3947
- feat(codemod): support workspace configs by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#3992
- fix: scm make patterns relative by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#3996
- feat(cli): support --no-update-notifier by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4003
- feat(docs): move reference up in priority
([#&#8203;4007](https://togithub.com/vercel/turbo/issues/4007) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4007
- Add inferred framework to Dry Run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3941
- Fix prettier by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4022
- Build Requirements for Ubuntu by
[@&#8203;tm1000](https://togithub.com/tm1000) in
[vercel/turbo#4010
- Add missing function from port. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4027
- Calculate TaskHash while constructing PackageTask by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4016
- Refactor env package to breakdown env vars for task by source by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4021
- Add task + framework env vars into Dry Run Summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4020
- fix(codemod): don’t set outputs for cache:false by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4029
- Client timeout by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#3998
- Add turboVersion into dry run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4047
- Assign Framework to PackageTask struct by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4050
- Create runsummary package and rename DryRunSummary to RunSummary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4052
- Revert "enable rust codepath in release process" by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4068
- release(turborepo): 1.8.4-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4065
- release(turborepo): 1.8.4-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4070
- Log the json that we are sending to the go binary by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4067
- Generate a run summary file on turbo run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4069
- fix: ensure that memory is free'd using the same allocator by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4101
- Parallel cache state by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4110
- release(turborepo): 1.8.4-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4113
- chore: Bumping fsnotify version by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#3956
- Add globalenv to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4090
- Flag on the Go sandwich, attempt
[#&#8203;2](https://togithub.com/vercel/turbo/issues/2) by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4115
- Re-repair Root Inference by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4049
- Correct argument to local `turbo` inference. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4122
- release(turborepo): 1.8.4-canary.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4125
- Revert "Flag on the Go sandwich, attempt
[#&#8203;2](https://togithub.com/vercel/turbo/issues/2)"
([#&#8203;4127](https://togithub.com/vercel/turbo/issues/4127) by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4127
- Support exclusions in inputs by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4066
- release(turborepo): 1.8.4-canary.4 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4131
- Add TaskExecutionSummary to Run Summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4116
- Amend incorrect file referenced in Getting Started by
[@&#8203;richardjzhang](https://togithub.com/richardjzhang) in
[vercel/turbo#4148
- feat(turbo-ignore): update logging by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4154
- fix sentence by
[@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) in
[vercel/turbo#4158
- fix(create-turbo): update create-turbo eslint template
([#&#8203;4160](https://togithub.com/vercel/turbo/issues/4160) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4160
- Add log to go binary by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4157
- Add expandedOutputs to run summary of each task by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4095
- Remove env-var linting comments. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4162
- Fix integration tests to add new log message by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4164
- chore(deps): update mysql docker tag to v8.0.32 by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#4071
- fix(examples): update kitchen-sink dev task by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4177
- Ensure we record the lockfile name when there's an error unmarshalling
by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4180
- Add dependencies and dependent tasks into run summaries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4165
- update lockfile due to removed packages by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#4192
- Downgrade git warning to debug. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4193
- fix(turborepo): race condition in config tests by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4186
- Run integration tests in parallel by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4044
- fix: SCM relative paths in nested turborepo by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4184
- Throw an error when a task graph cannot run to completion. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4205
- fix: Turbo SCM with Windows paths by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4207
- chore: Flip the Rust switch by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4181
- gracefully handle ctrlc on windows by proactively the killing go
process by [@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4196
- release(turborepo): 1.8.4-canary.5 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4215
- Fix forward inference test parallelization. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4203
- Add pass through args to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4209
- Fix duplicate items in task summaries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4217
- Add a hash of external dependencies to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4212
- fix: prune pnpm patched dependencies with peer dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4200
- Add a version to the run summary schema by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4230
- release(turborepo): 1.8.4-canary.6 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4234
- chore(deps): update dependency tsx to v3.12.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#3962
- Check that root commands cannot invoke turbo by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4223
- Fix error message documentation by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4094
- Filter out summaries of tasks that didn't execute by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4238
- docs: Document common question around turborepo-ffi by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4232
- feat(examples): add vercel template to meta by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4242
- refactor: Removed includeUntracked because it's always set to true by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4243

#### New Contributors

- [@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) made their first
contribution in
[vercel/turbo#3947
- [@&#8203;tm1000](https://togithub.com/tm1000) made their first
contribution in
[vercel/turbo#4010
- [@&#8203;timneutkens](https://togithub.com/timneutkens) made their
first contribution in
[vercel/turbo#4080
- [@&#8203;tunguyen-ct](https://togithub.com/tunguyen-ct) made their
first contribution in
[vercel/turbo#4097
- [@&#8203;richardjzhang](https://togithub.com/richardjzhang) made their
first contribution in
[vercel/turbo#4148
- [@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) made their
first contribution in
[vercel/turbo#4158

**Full Changelog**:
vercel/turbo@v1.8.3...v1.8.4

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot added a commit to weareinreach/InReach that referenced this pull request Mar 21, 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 |
|---|---|---|---|---|---|
| [@aws-lambda-powertools/logger](https://togithub.com/awslabs/aws-lambda-powertools-typescript/tree/main/packages/logging#readme) ([source](https://togithub.com/awslabs/aws-lambda-powertools-typescript)) | [`1.6.0` -> `1.7.0`](https://renovatebot.com/diffs/npm/@aws-lambda-powertools%2flogger/1.6.0/1.7.0) | [![age](https://badges.renovateapi.com/packages/npm/@aws-lambda-powertools%2flogger/1.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@aws-lambda-powertools%2flogger/1.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@aws-lambda-powertools%2flogger/1.7.0/compatibility-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@aws-lambda-powertools%2flogger/1.7.0/confidence-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/client-cognito-identity-provider](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-cognito-identity-provider) ([source](https://togithub.com/aws/aws-sdk-js-v3)) | [`3.294.0` -> `3.295.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-cognito-identity-provider/3.294.0/3.295.0) | [![age](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-cognito-identity-provider/3.295.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-cognito-identity-provider/3.295.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-cognito-identity-provider/3.295.0/compatibility-slim/3.294.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-cognito-identity-provider/3.295.0/confidence-slim/3.294.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://togithub.com/aws/aws-sdk-js-v3)) | [`3.294.0` -> `3.295.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.294.0/3.295.0) | [![age](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-s3/3.295.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-s3/3.295.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-s3/3.295.0/compatibility-slim/3.294.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-s3/3.295.0/confidence-slim/3.294.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.16.0` -> `10.17.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.16.0/10.17.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.17.0/compatibility-slim/10.16.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.17.0/confidence-slim/10.16.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.16.0` -> `10.17.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.16.0/10.17.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.17.0/compatibility-slim/10.16.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.17.0/confidence-slim/10.16.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.16.0` -> `10.17.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.16.0/10.17.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.17.0/compatibility-slim/10.16.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.17.0/confidence-slim/10.16.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.16.0` -> `10.17.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.16.0/10.17.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.17.0/compatibility-slim/10.16.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.17.0/confidence-slim/10.16.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.15.3` -> `18.15.5`](https://renovatebot.com/diffs/npm/@types%2fnode/18.15.3/18.15.5) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.15.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.15.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.15.5/compatibility-slim/18.15.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.15.5/confidence-slim/18.15.3)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.55.0` -> `5.56.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.55.0/5.56.0) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.56.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.56.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.56.0/compatibility-slim/5.55.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.56.0/confidence-slim/5.55.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.55.0` -> `5.56.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.55.0/5.56.0) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.56.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.56.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.56.0/compatibility-slim/5.55.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.56.0/confidence-slim/5.55.0)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) | [`8.7.0` -> `8.8.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.7.0/8.8.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.8.0/compatibility-slim/8.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.8.0/confidence-slim/8.7.0)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`0.0.9` -> `0.0.10`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/0.0.9/0.0.10) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/0.0.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/0.0.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/0.0.10/compatibility-slim/0.0.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/0.0.10/confidence-slim/0.0.9)](https://docs.renovatebot.com/merge-confidence/) |
| [tsx](https://togithub.com/esbuild-kit/tsx) | [`3.12.5` -> `3.12.6`](https://renovatebot.com/diffs/npm/tsx/3.12.5/3.12.6) | [![age](https://badges.renovateapi.com/packages/npm/tsx/3.12.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/tsx/3.12.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/tsx/3.12.6/compatibility-slim/3.12.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/tsx/3.12.6/confidence-slim/3.12.5)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.8.3` -> `1.8.4`](https://renovatebot.com/diffs/npm/turbo/1.8.3/1.8.4) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/compatibility-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/confidence-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>awslabs/aws-lambda-powertools-typescript</summary>

### [`v1.7.0`](https://togithub.com/awslabs/aws-lambda-powertools-typescript/blob/HEAD/CHANGELOG.md#&#8203;170-httpsgithubcomawslabsaws-lambda-powertools-typescriptcomparev160v170-2023-03-20)

[Compare Source](https://togithub.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0)

##### Bug Fixes

-   **docs:** typo in layer arn ([bc5f7c9](https://togithub.com/awslabs/aws-lambda-powertools-typescript/commit/bc5f7c99e02396223e726962432fc3856a68a29d))

##### Features

-   **logger:** add silent log level to suppress the emission of all logs ([#&#8203;1347](https://togithub.com/awslabs/aws-lambda-powertools-typescript/issues/1347)) ([c82939e](https://togithub.com/awslabs/aws-lambda-powertools-typescript/commit/c82939ebdb82ae596cbad07be397794ee4b69fe5))
-   **metrics:** support high resolution metrics ([#&#8203;1369](https://togithub.com/awslabs/aws-lambda-powertools-typescript/issues/1369)) ([79a321b](https://togithub.com/awslabs/aws-lambda-powertools-typescript/commit/79a321b199ef51a024dc25b83673baf2eb03de69))
-   **parameters:** AppConfigProvider to return the last valid value when the API returns empty value on subsequent calls ([#&#8203;1365](https://togithub.com/awslabs/aws-lambda-powertools-typescript/issues/1365)) ([97339d9](https://togithub.com/awslabs/aws-lambda-powertools-typescript/commit/97339d9336ec67568e9e7fd079b3cfe006da1bba))

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-cognito-identity-provider)</summary>

### [`v3.295.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-cognito-identity-provider/CHANGELOG.md#&#8203;32950-httpsgithubcomawsaws-sdk-js-v3comparev32940v32950-2023-03-20)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.294.0...v3.295.0)

**Note:** Version bump only for package [@&#8203;aws-sdk/client-cognito-identity-provider](https://togithub.com/aws-sdk/client-cognito-identity-provider)

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-s3)</summary>

### [`v3.295.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#&#8203;32950-httpsgithubcomawsaws-sdk-js-v3comparev32940v32950-2023-03-20)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.294.0...v3.295.0)

**Note:** Version bump only for package [@&#8203;aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)

</details>

<details>
<summary>trpc/trpc</summary>

### [`v10.17.0`](https://togithub.com/trpc/trpc/releases/tag/v10.17.0)

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.16.0...v10.17.0)

##### What's Changed

-   feat(server): add support for metadata merging by [@&#8203;Nick-Lucas](https://togithub.com/Nick-Lucas) in [trpc/trpc#3978
-   feat(server): add scale (input/output validator) support by [@&#8203;harrysolovay](https://togithub.com/harrysolovay) in [trpc/trpc#3982

##### New Contributors

-   [@&#8203;RogerBetter](https://togithub.com/RogerBetter) made their first contribution in [trpc/trpc#3998
-   [@&#8203;jharlowuk](https://togithub.com/jharlowuk) made their first contribution in [trpc/trpc#4022
-   [@&#8203;harrysolovay](https://togithub.com/harrysolovay) made their first contribution in [trpc/trpc#3982

**Full Changelog**: trpc/trpc@v10.16.0...v10.17.0

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary>

### [`v5.56.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5560-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5550v5560-2023-03-20)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0)

##### Bug Fixes

-   **eslint-plugin:** \[member-ordering] check order when optionalityOrder is present with no optional members ([#&#8203;6619](https://togithub.com/typescript-eslint/typescript-eslint/issues/6619)) ([6aff431](https://togithub.com/typescript-eslint/typescript-eslint/commit/6aff431668eb0d25aa74b527cbe458f9dcd0d92a))
-   **eslint-plugin:** \[no-misused-promises] avoid unnecessary calls to getContextualType ([#&#8203;6193](https://togithub.com/typescript-eslint/typescript-eslint/issues/6193)) ([745cfe4](https://togithub.com/typescript-eslint/typescript-eslint/commit/745cfe4a35319416b3c307ee9fd57c63bf1660cd))
-   **eslint-plugin:** \[no-misused-promises] fix incorrect detection of void functions in JSX attributes ([#&#8203;6638](https://togithub.com/typescript-eslint/typescript-eslint/issues/6638)) ([9e41cee](https://togithub.com/typescript-eslint/typescript-eslint/commit/9e41ceeaea3bf266e5114cfb1855e70a1a13284b))
-   **eslint-plugin:** \[strict-boolean-expression] support falsy and truthy literals simultaneously ([#&#8203;6672](https://togithub.com/typescript-eslint/typescript-eslint/issues/6672)) ([62ef487](https://togithub.com/typescript-eslint/typescript-eslint/commit/62ef487a99010827e99a792db5e565ad7c1d6220))
-   **eslint-plugin:** \[strict-boolean-expressions] handle truthy enums ([#&#8203;6618](https://togithub.com/typescript-eslint/typescript-eslint/issues/6618)) ([0d0639f](https://togithub.com/typescript-eslint/typescript-eslint/commit/0d0639fb25e5ac8d7b5e4ceac4273e17e8ee0249))
-   **eslint-plugin:** add TSPropertySignature with TSFunctionType annotation to typeMethod selector ([#&#8203;6645](https://togithub.com/typescript-eslint/typescript-eslint/issues/6645)) ([3fc5c63](https://togithub.com/typescript-eslint/typescript-eslint/commit/3fc5c63f87bfd9d95f7e51fddc7ef16a6c3c5662))

##### Features

-   **eslint-plugin:** add allowNever support to restrict-template-expressions ([#&#8203;6554](https://togithub.com/typescript-eslint/typescript-eslint/issues/6554)) ([423f164](https://togithub.com/typescript-eslint/typescript-eslint/commit/423f1642424293488fa03a52777c0df73a40e5fd))

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v5.56.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5560-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5550v5560-2023-03-20)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0)

**Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

</details>

<details>
<summary>prettier/eslint-config-prettier</summary>

### [`v8.8.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-880-2023-03-20)

[Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.7.0...v8.8.0)

-   Added: \[[@&#8203;typescript-eslint/lines-around-comment](https://togithub.com/typescript-eslint/lines-around-comment)]. Thanks to [@&#8203;ttionya](https://togithub.com/ttionya)!

</details>

<details>
<summary>esbuild-kit/tsx</summary>

### [`v3.12.6`](https://togithub.com/esbuild-kit/tsx/releases/tag/v3.12.6)

[Compare Source](https://togithub.com/esbuild-kit/tsx/compare/v3.12.5...v3.12.6)

##### Bug Fixes

-   **repl:** suppress autocomplete transformation errors ([#&#8203;205](https://togithub.com/esbuild-kit/tsx/issues/205)) ([8e1958d](https://togithub.com/esbuild-kit/tsx/commit/8e1958db41addf52bbe10505099b9e8ed223e62c))

</details>

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

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.8.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#3989
-   enable rust codepath in release process by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#3903
-   Add tests to validate errors-only is working by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#3945
-   fix: make inputs relative to workspace root by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#3993
-   Include expanded inputs config for each task in dry run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#3957
-   fix prisma example ReferenceError by [@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) in [vercel/turbo#3947
-   feat(codemod): support workspace configs by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#3992
-   fix: scm make patterns relative by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#3996
-   feat(cli): support --no-update-notifier by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4003
-   feat(docs): move reference up in priority ([#&#8203;4007](https://togithub.com/vercel/turbo/issues/4007) by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4007
-   Add inferred framework to Dry Run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#3941
-   Fix prettier by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4022
-   Build Requirements for Ubuntu by [@&#8203;tm1000](https://togithub.com/tm1000) in [vercel/turbo#4010
-   Add missing function from port. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4027
-   Calculate TaskHash while constructing PackageTask by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4016
-   Refactor env package to breakdown env vars for task by source by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4021
-   Add task + framework env vars into Dry Run Summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4020
-   fix(codemod): don’t set outputs for cache:false by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4029
-   Client timeout by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#3998
-   Add turboVersion into dry run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4047
-   Assign Framework to PackageTask struct by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4050
-   Create runsummary package and rename DryRunSummary to RunSummary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4052
-   Revert "enable rust codepath in release process" by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4068
-   release(turborepo): 1.8.4-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4065
-   release(turborepo): 1.8.4-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4070
-   Log the json that we are sending to the go binary by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4067
-   Generate a run summary file on turbo run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4069
-   fix: ensure that memory is free'd using the same allocator by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4101
-   Parallel cache state by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4110
-   release(turborepo): 1.8.4-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4113
-   chore: Bumping fsnotify version by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#3956
-   Add globalenv to run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4090
-   Flag on the Go sandwich, attempt [#&#8203;2](https://togithub.com/vercel/turbo/issues/2) by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4115
-   Re-repair Root Inference by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4049
-   Correct argument to local `turbo` inference. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4122
-   release(turborepo): 1.8.4-canary.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4125
-   Revert "Flag on the Go sandwich, attempt [#&#8203;2](https://togithub.com/vercel/turbo/issues/2)" ([#&#8203;4127](https://togithub.com/vercel/turbo/issues/4127) by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4127
-   Support exclusions in inputs by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4066
-   release(turborepo): 1.8.4-canary.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4131
-   Add TaskExecutionSummary to Run Summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4116
-   Amend incorrect file referenced in Getting Started by [@&#8203;richardjzhang](https://togithub.com/richardjzhang) in [vercel/turbo#4148
-   feat(turbo-ignore): update logging by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4154
-   fix sentence by [@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) in [vercel/turbo#4158
-   fix(create-turbo): update create-turbo eslint template ([#&#8203;4160](https://togithub.com/vercel/turbo/issues/4160) by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4160
-   Add log to go binary by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4157
-   Add expandedOutputs to run summary of each task by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4095
-   Remove env-var linting comments. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4162
-   Fix integration tests to add new log message by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4164
-   chore(deps): update mysql docker tag to v8.0.32 by [@&#8203;renovate](https://togithub.com/renovate) in [vercel/turbo#4071
-   fix(examples): update kitchen-sink dev task by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4177
-   Ensure we record the lockfile name when there's an error unmarshalling by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4180
-   Add dependencies and dependent tasks into run summaries by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4165
-   update lockfile due to removed packages by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#4192
-   Downgrade git warning to debug. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4193
-   fix(turborepo): race condition in config tests by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4186
-   Run integration tests in parallel by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4044
-   fix: SCM relative paths in nested turborepo by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4184
-   Throw an error when a task graph cannot run to completion. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4205
-   fix: Turbo SCM with Windows paths by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4207
-   chore: Flip the Rust switch by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4181
-   gracefully handle ctrlc on windows by proactively the killing go process by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4196
-   release(turborepo): 1.8.4-canary.5 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4215
-   Fix forward inference test parallelization. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4203
-   Add pass through args to run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4209
-   Fix duplicate items in task summaries by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4217
-   Add a hash of external dependencies to run summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4212
-   fix: prune pnpm patched dependencies with peer dependencies by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4200
-   Add a version to the run summary schema by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4230
-   release(turborepo): 1.8.4-canary.6 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4234
-   chore(deps): update dependency tsx to v3.12.5 by [@&#8203;renovate](https://togithub.com/renovate) in [vercel/turbo#3962
-   Check that root commands cannot invoke turbo by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4223
-   Fix error message documentation by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4094
-   Filter out summaries of tasks that didn't execute by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4238
-   docs: Document common question around turborepo-ffi by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4232
-   feat(examples): add vercel template to meta by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4242
-   refactor: Removed includeUntracked because it's always set to true by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4243

#### New Contributors

-   [@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) made their first contribution in [vercel/turbo#3947
-   [@&#8203;tm1000](https://togithub.com/tm1000) made their first contribution in [vercel/turbo#4010
-   [@&#8203;timneutkens](https://togithub.com/timneutkens) made their first contribution in [vercel/turbo#4080
-   [@&#8203;tunguyen-ct](https://togithub.com/tunguyen-ct) made their first contribution in [vercel/turbo#4097
-   [@&#8203;richardjzhang](https://togithub.com/richardjzhang) made their first contribution in [vercel/turbo#4148
-   [@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) made their first contribution in [vercel/turbo#4158

**Full Changelog**: vercel/turbo@v1.8.3...v1.8.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 is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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/weareinreach/InReach).



PR-URL: #312
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
thedoublejay pushed a commit to levaintech/sticky that referenced this pull request Mar 21, 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.3` ->
`1.8.4`](https://renovatebot.com/diffs/npm/turbo/1.8.3/1.8.4) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/compatibility-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.4/confidence-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

##### What's Changed

##### Changelog

- release(turborepo): 1.8.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#3989
- enable rust codepath in release process by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#3903
- Add tests to validate errors-only is working by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3945
- fix: make inputs relative to workspace root by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#3993
- Include expanded inputs config for each task in dry run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3957
- fix prisma example ReferenceError by
[@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) in
[vercel/turbo#3947
- feat(codemod): support workspace configs by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#3992
- fix: scm make patterns relative by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#3996
- feat(cli): support --no-update-notifier by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4003
- feat(docs): move reference up in priority
([#&#8203;4007](https://togithub.com/vercel/turbo/issues/4007) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4007
- Add inferred framework to Dry Run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3941
- Fix prettier by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4022
- Build Requirements for Ubuntu by
[@&#8203;tm1000](https://togithub.com/tm1000) in
[vercel/turbo#4010
- Add missing function from port. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4027
- Calculate TaskHash while constructing PackageTask by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4016
- Refactor env package to breakdown env vars for task by source by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4021
- Add task + framework env vars into Dry Run Summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4020
- fix(codemod): don’t set outputs for cache:false by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4029
- Client timeout by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#3998
- Add turboVersion into dry run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4047
- Assign Framework to PackageTask struct by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4050
- Create runsummary package and rename DryRunSummary to RunSummary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4052
- Revert "enable rust codepath in release process" by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4068
- release(turborepo): 1.8.4-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4065
- release(turborepo): 1.8.4-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4070
- Log the json that we are sending to the go binary by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4067
- Generate a run summary file on turbo run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4069
- fix: ensure that memory is free'd using the same allocator by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4101
- Parallel cache state by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4110
- release(turborepo): 1.8.4-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4113
- chore: Bumping fsnotify version by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#3956
- Add globalenv to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4090
- Flag on the Go sandwich, attempt
[#&#8203;2](https://togithub.com/vercel/turbo/issues/2) by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4115
- Re-repair Root Inference by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4049
- Correct argument to local `turbo` inference. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4122
- release(turborepo): 1.8.4-canary.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4125
- Revert "Flag on the Go sandwich, attempt
[#&#8203;2](https://togithub.com/vercel/turbo/issues/2)"
([#&#8203;4127](https://togithub.com/vercel/turbo/issues/4127) by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4127
- Support exclusions in inputs by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4066
- release(turborepo): 1.8.4-canary.4 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4131
- Add TaskExecutionSummary to Run Summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4116
- Amend incorrect file referenced in Getting Started by
[@&#8203;richardjzhang](https://togithub.com/richardjzhang) in
[vercel/turbo#4148
- feat(turbo-ignore): update logging by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4154
- fix sentence by
[@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) in
[vercel/turbo#4158
- fix(create-turbo): update create-turbo eslint template
([#&#8203;4160](https://togithub.com/vercel/turbo/issues/4160) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4160
- Add log to go binary by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4157
- Add expandedOutputs to run summary of each task by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4095
- Remove env-var linting comments. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4162
- Fix integration tests to add new log message by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4164
- chore(deps): update mysql docker tag to v8.0.32 by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#4071
- fix(examples): update kitchen-sink dev task by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4177
- Ensure we record the lockfile name when there's an error unmarshalling
by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4180
- Add dependencies and dependent tasks into run summaries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4165
- update lockfile due to removed packages by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#4192
- Downgrade git warning to debug. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4193
- fix(turborepo): race condition in config tests by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4186
- Run integration tests in parallel by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4044
- fix: SCM relative paths in nested turborepo by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4184
- Throw an error when a task graph cannot run to completion. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4205
- fix: Turbo SCM with Windows paths by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4207
- chore: Flip the Rust switch by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4181
- gracefully handle ctrlc on windows by proactively the killing go
process by [@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4196
- release(turborepo): 1.8.4-canary.5 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4215
- Fix forward inference test parallelization. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4203
- Add pass through args to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4209
- Fix duplicate items in task summaries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4217
- Add a hash of external dependencies to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4212
- fix: prune pnpm patched dependencies with peer dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4200
- Add a version to the run summary schema by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4230
- release(turborepo): 1.8.4-canary.6 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4234
- chore(deps): update dependency tsx to v3.12.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#3962
- Check that root commands cannot invoke turbo by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4223
- Fix error message documentation by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4094
- Filter out summaries of tasks that didn't execute by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4238
- docs: Document common question around turborepo-ffi by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4232
- feat(examples): add vercel template to meta by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4242
- refactor: Removed includeUntracked because it's always set to true by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4243

##### New Contributors

- [@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) made their first
contribution in
[vercel/turbo#3947
- [@&#8203;tm1000](https://togithub.com/tm1000) made their first
contribution in
[vercel/turbo#4010
- [@&#8203;timneutkens](https://togithub.com/timneutkens) made their
first contribution in
[vercel/turbo#4080
- [@&#8203;tunguyen-ct](https://togithub.com/tunguyen-ct) made their
first contribution in
[vercel/turbo#4097
- [@&#8203;richardjzhang](https://togithub.com/richardjzhang) made their
first contribution in
[vercel/turbo#4148
- [@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) made their
first contribution in
[vercel/turbo#4158

**Full Changelog**:
vercel/turbo@v1.8.3...v1.8.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://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh pushed a commit to fuxingloh/contented that referenced this pull request Mar 24, 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.3` ->
`^1.8.5`](https://renovatebot.com/diffs/npm/turbo/1.8.3/1.8.5) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.5/compatibility-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.5/confidence-slim/1.8.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.8.4 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4267
- Add valid JSON into test fixture by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4269
- If a graph walk task fails, stop the walk. by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4254
- Revert rust scm usage by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4277
- send a SIGTERM on unix rather than just killing the process by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4276

**Full Changelog**:
vercel/turbo@v1.8.4...v1.8.5

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.8.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#3989
- enable rust codepath in release process by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#3903
- Add tests to validate errors-only is working by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3945
- fix: make inputs relative to workspace root by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#3993
- Include expanded inputs config for each task in dry run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3957
- fix prisma example ReferenceError by
[@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) in
[vercel/turbo#3947
- feat(codemod): support workspace configs by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#3992
- fix: scm make patterns relative by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#3996
- feat(cli): support --no-update-notifier by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4003
- feat(docs): move reference up in priority
([#&#8203;4007](https://togithub.com/vercel/turbo/issues/4007) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4007
- Add inferred framework to Dry Run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#3941
- Fix prettier by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4022
- Build Requirements for Ubuntu by
[@&#8203;tm1000](https://togithub.com/tm1000) in
[vercel/turbo#4010
- Add missing function from port. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4027
- Calculate TaskHash while constructing PackageTask by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4016
- Refactor env package to breakdown env vars for task by source by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4021
- Add task + framework env vars into Dry Run Summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4020
- fix(codemod): don’t set outputs for cache:false by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4029
- Client timeout by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#3998
- Add turboVersion into dry run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4047
- Assign Framework to PackageTask struct by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4050
- Create runsummary package and rename DryRunSummary to RunSummary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4052
- Revert "enable rust codepath in release process" by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4068
- release(turborepo): 1.8.4-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4065
- release(turborepo): 1.8.4-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4070
- Log the json that we are sending to the go binary by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4067
- Generate a run summary file on turbo run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4069
- fix: ensure that memory is free'd using the same allocator by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4101
- Parallel cache state by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4110
- release(turborepo): 1.8.4-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4113
- chore: Bumping fsnotify version by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#3956
- Add globalenv to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4090
- Flag on the Go sandwich, attempt
[#&#8203;2](https://togithub.com/vercel/turbo/issues/2) by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4115
- Re-repair Root Inference by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4049
- Correct argument to local `turbo` inference. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4122
- release(turborepo): 1.8.4-canary.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4125
- Revert "Flag on the Go sandwich, attempt
[#&#8203;2](https://togithub.com/vercel/turbo/issues/2)"
([#&#8203;4127](https://togithub.com/vercel/turbo/issues/4127) by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4127
- Support exclusions in inputs by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4066
- release(turborepo): 1.8.4-canary.4 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4131
- Add TaskExecutionSummary to Run Summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4116
- Amend incorrect file referenced in Getting Started by
[@&#8203;richardjzhang](https://togithub.com/richardjzhang) in
[vercel/turbo#4148
- feat(turbo-ignore): update logging by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4154
- fix sentence by
[@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) in
[vercel/turbo#4158
- fix(create-turbo): update create-turbo eslint template
([#&#8203;4160](https://togithub.com/vercel/turbo/issues/4160) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4160
- Add log to go binary by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4157
- Add expandedOutputs to run summary of each task by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4095
- Remove env-var linting comments. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4162
- Fix integration tests to add new log message by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4164
- chore(deps): update mysql docker tag to v8.0.32 by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#4071
- fix(examples): update kitchen-sink dev task by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4177
- Ensure we record the lockfile name when there's an error unmarshalling
by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4180
- Add dependencies and dependent tasks into run summaries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4165
- update lockfile due to removed packages by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#4192
- Downgrade git warning to debug. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4193
- fix(turborepo): race condition in config tests by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4186
- Run integration tests in parallel by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4044
- fix: SCM relative paths in nested turborepo by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4184
- Throw an error when a task graph cannot run to completion. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4205
- fix: Turbo SCM with Windows paths by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4207
- chore: Flip the Rust switch by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4181
- gracefully handle ctrlc on windows by proactively the killing go
process by [@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4196
- release(turborepo): 1.8.4-canary.5 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4215
- Fix forward inference test parallelization. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4203
- Add pass through args to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4209
- Fix duplicate items in task summaries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4217
- Add a hash of external dependencies to run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4212
- fix: prune pnpm patched dependencies with peer dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4200
- Add a version to the run summary schema by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4230
- release(turborepo): 1.8.4-canary.6 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#4234
- chore(deps): update dependency tsx to v3.12.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#3962
- Check that root commands cannot invoke turbo by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4223
- Fix error message documentation by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4094
- Filter out summaries of tasks that didn't execute by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4238
- docs: Document common question around turborepo-ffi by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4232
- feat(examples): add vercel template to meta by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4242
- refactor: Removed includeUntracked because it's always set to true by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4243

#### New Contributors

- [@&#8203;mkreuzmayr](https://togithub.com/mkreuzmayr) made their first
contribution in
[vercel/turbo#3947
- [@&#8203;tm1000](https://togithub.com/tm1000) made their first
contribution in
[vercel/turbo#4010
- [@&#8203;timneutkens](https://togithub.com/timneutkens) made their
first contribution in
[vercel/turbo#4080
- [@&#8203;tunguyen-ct](https://togithub.com/tunguyen-ct) made their
first contribution in
[vercel/turbo#4097
- [@&#8203;richardjzhang](https://togithub.com/richardjzhang) made their
first contribution in
[vercel/turbo#4148
- [@&#8203;bhatvikrant](https://togithub.com/bhatvikrant) made their
first contribution in
[vercel/turbo#4158

**Full Changelog**:
vercel/turbo@v1.8.3...v1.8.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://app.renovatebot.com/dashboard#github/BirthdayResearch/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9-->

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.

None yet

3 participants