这是indexloc提供的服务,不要输入任何密码
Skip to content

fix(eslint): exclude variables in rule #1865

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

Merged
merged 1 commit into from
Sep 6, 2022
Merged

fix(eslint): exclude variables in rule #1865

merged 1 commit into from
Sep 6, 2022

Conversation

nathanhammond
Copy link
Contributor

@nathanhammond nathanhammond commented Sep 6, 2022

eslint-plugin-turbo will happily treat JavaScript variable names as environment variable names because it doesn't attempt to detect if the property being accessed is dynamic. This adds tests and a fix for that issue.

@nathanhammond nathanhammond requested a review from a team as a code owner September 6, 2022 13:36
@vercel
Copy link

vercel bot commented Sep 6, 2022

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

Name Status Preview Updated
turbo-site ✅ Ready (Inspect) Visit Preview Sep 6, 2022 at 1:36PM (UTC)

@nathanhammond nathanhammond added the pr: automerge Kodiak will merge these automatically after checks pass label Sep 6, 2022
@tknickman tknickman merged commit ae85394 into main Sep 6, 2022
@tknickman tknickman deleted the eslint-rule-patch branch September 6, 2022 14:06
fuxingloh referenced this pull request in fuxingloh/contented Sep 9, 2022
[![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://turborepo.org)
([source](https://togithub.com/vercel/turborepo)) | [`^1.4.3` ->
`^1.4.6`](https://renovatebot.com/diffs/npm/turbo/1.4.3/1.4.6) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/compatibility-slim/1.4.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/confidence-slim/1.4.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turborepo</summary>

###
[`v1.4.6`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.6)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.5...v1.4.6)

#### What's Changed

##### Internal

- fix(deps): update dependency ora to v4.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1854](https://togithub.com/vercel/turborepo/pull/1854)
- Don't special case version command by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1870](https://togithub.com/vercel/turborepo/pull/1870)
- fix(deps): update dependency react-hot-toast to v2.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1875](https://togithub.com/vercel/turborepo/pull/1875)
- chore(deps): update jamesives/github-pages-deploy-action action to
v4.4.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1851](https://togithub.com/vercel/turborepo/pull/1851)
- chore(deps): update dependency typescript to v4.8.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1849](https://togithub.com/vercel/turborepo/pull/1849)
- chore(deps): update dependency esbuild to ^0.15.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1848](https://togithub.com/vercel/turborepo/pull/1848)
- Enable pnpm@6 testing. by
[@&#8203;7flash](https://togithub.com/7flash) in
[https://github.com/vercel/turborepo/pull/1837](https://togithub.com/vercel/turborepo/pull/1837)
- fix(deps): update dependency eslint-plugin-react to v7.31.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1834](https://togithub.com/vercel/turborepo/pull/1834)
- chore(deps): update dependency
[@&#8203;types/react](https://togithub.com/types/react) to v17.0.49 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1833](https://togithub.com/vercel/turborepo/pull/1833)
- Replace some 2 letter variables for readability by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1845](https://togithub.com/vercel/turborepo/pull/1845)

##### Documentation

- Remove unused packages from docs site by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1828](https://togithub.com/vercel/turborepo/pull/1828)
- Consolidated 'workspace' and 'package' terminology by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1817](https://togithub.com/vercel/turborepo/pull/1817)
- Rewrote docs homepage by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1756](https://togithub.com/vercel/turborepo/pull/1756)
- Update existing-monorepo.mdx by
[@&#8203;shemayas](https://togithub.com/shemayas) in
[https://github.com/vercel/turborepo/pull/1858](https://togithub.com/vercel/turborepo/pull/1858)
- Update Docs by [@&#8203;PhentomPT](https://togithub.com/PhentomPT) in
[https://github.com/vercel/turborepo/pull/1794](https://togithub.com/vercel/turborepo/pull/1794)
- Fix broken links on "Add to existing Monorepo" by
[@&#8203;pakaponk](https://togithub.com/pakaponk) in
[https://github.com/vercel/turborepo/pull/1836](https://togithub.com/vercel/turborepo/pull/1836)

##### Examples

- Removed parallel flag from basic example by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1787](https://togithub.com/vercel/turborepo/pull/1787)
- Renamed storybook components by
[@&#8203;samuelhorn](https://togithub.com/samuelhorn) in
[https://github.com/vercel/turborepo/pull/1841](https://togithub.com/vercel/turborepo/pull/1841)

##### Packages

- fix(eslint): exclude variables in rule by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1865](https://togithub.com/vercel/turborepo/pull/1865)

#### New Contributors

- [@&#8203;shemayas](https://togithub.com/shemayas) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1858](https://togithub.com/vercel/turborepo/pull/1858)
- [@&#8203;7flash](https://togithub.com/7flash) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1837](https://togithub.com/vercel/turborepo/pull/1837)
- [@&#8203;PhentomPT](https://togithub.com/PhentomPT) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1794](https://togithub.com/vercel/turborepo/pull/1794)

**Full Changelog**:
vercel/turborepo@v1.4.5...v1.4.6

###
[`v1.4.5`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.5)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.4...v1.4.5)

#### What's Changed

##### Core

- Split notion of logged in into user and linked-team by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1844](https://togithub.com/vercel/turborepo/pull/1844)

##### Documentation

- Turborepo usage. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1827](https://togithub.com/vercel/turborepo/pull/1827)
- Remove unused
[@&#8203;react-aria/radio](https://togithub.com/react-aria/radio)
package by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1826](https://togithub.com/vercel/turborepo/pull/1826)
- Fix broken links at "Next Steps" on "Add to Existing Monorepo" by
[@&#8203;pakaponk](https://togithub.com/pakaponk) in
[https://github.com/vercel/turborepo/pull/1835](https://togithub.com/vercel/turborepo/pull/1835)
- Upgrade Nextra by [@&#8203;shuding](https://togithub.com/shuding) in
[https://github.com/vercel/turborepo/pull/1831](https://togithub.com/vercel/turborepo/pull/1831)

**Full Changelog**:
vercel/turborepo@v1.4.4...v1.4.5

###
[`v1.4.4`](https://togithub.com/vercel/turborepo/compare/v1.4.3...v1.4.4)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.3...v1.4.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, click
this checkbox.

---

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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODYuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh referenced this pull request in DeFiCh/metachain Sep 12, 2022
[![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://turborepo.org)
([source](https://togithub.com/vercel/turborepo)) | [`^1.4.5` ->
`^1.4.6`](https://renovatebot.com/diffs/npm/turbo/1.4.5/1.4.6) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/compatibility-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/confidence-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turborepo</summary>

###
[`v1.4.6`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.6)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.5...v1.4.6)

#### What's Changed

##### Internal

- fix(deps): update dependency ora to v4.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1854](https://togithub.com/vercel/turborepo/pull/1854)
- Don't special case version command by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1870](https://togithub.com/vercel/turborepo/pull/1870)
- fix(deps): update dependency react-hot-toast to v2.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1875](https://togithub.com/vercel/turborepo/pull/1875)
- chore(deps): update jamesives/github-pages-deploy-action action to
v4.4.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1851](https://togithub.com/vercel/turborepo/pull/1851)
- chore(deps): update dependency typescript to v4.8.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1849](https://togithub.com/vercel/turborepo/pull/1849)
- chore(deps): update dependency esbuild to ^0.15.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1848](https://togithub.com/vercel/turborepo/pull/1848)
- Enable pnpm@6 testing. by
[@&#8203;7flash](https://togithub.com/7flash) in
[https://github.com/vercel/turborepo/pull/1837](https://togithub.com/vercel/turborepo/pull/1837)
- fix(deps): update dependency eslint-plugin-react to v7.31.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1834](https://togithub.com/vercel/turborepo/pull/1834)
- chore(deps): update dependency
[@&#8203;types/react](https://togithub.com/types/react) to v17.0.49 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1833](https://togithub.com/vercel/turborepo/pull/1833)
- Replace some 2 letter variables for readability by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1845](https://togithub.com/vercel/turborepo/pull/1845)

##### Documentation

- Remove unused packages from docs site by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1828](https://togithub.com/vercel/turborepo/pull/1828)
- Consolidated 'workspace' and 'package' terminology by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1817](https://togithub.com/vercel/turborepo/pull/1817)
- Rewrote docs homepage by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1756](https://togithub.com/vercel/turborepo/pull/1756)
- Update existing-monorepo.mdx by
[@&#8203;shemayas](https://togithub.com/shemayas) in
[https://github.com/vercel/turborepo/pull/1858](https://togithub.com/vercel/turborepo/pull/1858)
- Update Docs by [@&#8203;PhentomPT](https://togithub.com/PhentomPT) in
[https://github.com/vercel/turborepo/pull/1794](https://togithub.com/vercel/turborepo/pull/1794)
- Fix broken links on "Add to existing Monorepo" by
[@&#8203;pakaponk](https://togithub.com/pakaponk) in
[https://github.com/vercel/turborepo/pull/1836](https://togithub.com/vercel/turborepo/pull/1836)

##### Examples

- Removed parallel flag from basic example by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1787](https://togithub.com/vercel/turborepo/pull/1787)
- Renamed storybook components by
[@&#8203;samuelhorn](https://togithub.com/samuelhorn) in
[https://github.com/vercel/turborepo/pull/1841](https://togithub.com/vercel/turborepo/pull/1841)

##### Packages

- fix(eslint): exclude variables in rule by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1865](https://togithub.com/vercel/turborepo/pull/1865)

#### New Contributors

- [@&#8203;shemayas](https://togithub.com/shemayas) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1858](https://togithub.com/vercel/turborepo/pull/1858)
- [@&#8203;7flash](https://togithub.com/7flash) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1837](https://togithub.com/vercel/turborepo/pull/1837)
- [@&#8203;PhentomPT](https://togithub.com/PhentomPT) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1794](https://togithub.com/vercel/turborepo/pull/1794)

**Full Changelog**:
vercel/turborepo@v1.4.5...v1.4.6

</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, click
this checkbox.

---

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/DeFiCh/metachain).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
canonbrother referenced this pull request in DeFiCh/metachain Sep 28, 2022
[![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://turborepo.org)
([source](https://togithub.com/vercel/turborepo)) | [`^1.4.5` ->
`^1.4.6`](https://renovatebot.com/diffs/npm/turbo/1.4.5/1.4.6) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/compatibility-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.4.6/confidence-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turborepo</summary>

###
[`v1.4.6`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.6)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.5...v1.4.6)

#### What's Changed

##### Internal

- fix(deps): update dependency ora to v4.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1854](https://togithub.com/vercel/turborepo/pull/1854)
- Don't special case version command by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1870](https://togithub.com/vercel/turborepo/pull/1870)
- fix(deps): update dependency react-hot-toast to v2.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1875](https://togithub.com/vercel/turborepo/pull/1875)
- chore(deps): update jamesives/github-pages-deploy-action action to
v4.4.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1851](https://togithub.com/vercel/turborepo/pull/1851)
- chore(deps): update dependency typescript to v4.8.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1849](https://togithub.com/vercel/turborepo/pull/1849)
- chore(deps): update dependency esbuild to ^0.15.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1848](https://togithub.com/vercel/turborepo/pull/1848)
- Enable pnpm@6 testing. by
[@&#8203;7flash](https://togithub.com/7flash) in
[https://github.com/vercel/turborepo/pull/1837](https://togithub.com/vercel/turborepo/pull/1837)
- fix(deps): update dependency eslint-plugin-react to v7.31.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1834](https://togithub.com/vercel/turborepo/pull/1834)
- chore(deps): update dependency
[@&#8203;types/react](https://togithub.com/types/react) to v17.0.49 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1833](https://togithub.com/vercel/turborepo/pull/1833)
- Replace some 2 letter variables for readability by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1845](https://togithub.com/vercel/turborepo/pull/1845)

##### Documentation

- Remove unused packages from docs site by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1828](https://togithub.com/vercel/turborepo/pull/1828)
- Consolidated 'workspace' and 'package' terminology by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1817](https://togithub.com/vercel/turborepo/pull/1817)
- Rewrote docs homepage by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1756](https://togithub.com/vercel/turborepo/pull/1756)
- Update existing-monorepo.mdx by
[@&#8203;shemayas](https://togithub.com/shemayas) in
[https://github.com/vercel/turborepo/pull/1858](https://togithub.com/vercel/turborepo/pull/1858)
- Update Docs by [@&#8203;PhentomPT](https://togithub.com/PhentomPT) in
[https://github.com/vercel/turborepo/pull/1794](https://togithub.com/vercel/turborepo/pull/1794)
- Fix broken links on "Add to existing Monorepo" by
[@&#8203;pakaponk](https://togithub.com/pakaponk) in
[https://github.com/vercel/turborepo/pull/1836](https://togithub.com/vercel/turborepo/pull/1836)

##### Examples

- Removed parallel flag from basic example by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1787](https://togithub.com/vercel/turborepo/pull/1787)
- Renamed storybook components by
[@&#8203;samuelhorn](https://togithub.com/samuelhorn) in
[https://github.com/vercel/turborepo/pull/1841](https://togithub.com/vercel/turborepo/pull/1841)

##### Packages

- fix(eslint): exclude variables in rule by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1865](https://togithub.com/vercel/turborepo/pull/1865)

#### New Contributors

- [@&#8203;shemayas](https://togithub.com/shemayas) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1858](https://togithub.com/vercel/turborepo/pull/1858)
- [@&#8203;7flash](https://togithub.com/7flash) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1837](https://togithub.com/vercel/turborepo/pull/1837)
- [@&#8203;PhentomPT](https://togithub.com/PhentomPT) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1794](https://togithub.com/vercel/turborepo/pull/1794)

**Full Changelog**:
vercel/turborepo@v1.4.5...v1.4.6

</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, click
this checkbox.

---

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/DeFiCh/metachain).

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

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
pr: automerge Kodiak will merge these automatically after checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants