Skip to content

Commit

Permalink
fix(deps): update dependency eslint-config-turbo to v2.1.0 (#950)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-config-turbo](https://togithub.com/vercel/turborepo) ([source](https://togithub.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo)) | [`2.0.14` -> `2.1.0`](https://renovatebot.com/diffs/npm/eslint-config-turbo/2.0.14/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-turbo/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-turbo/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-turbo/2.0.14/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-turbo/2.0.14/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.1.0`](https://togithub.com/vercel/turborepo/releases/tag/v2.1.0): Turborepo v2.1.0

[Compare Source](https://togithub.com/vercel/turborepo/compare/v2.0.14...v2.1.0)



#### What's Changed

##### Docs

-   documentation for for `cacheDir`, `daemon`, and `envMode` (config values, and env vars) by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [vercel/turborepo#9018
-   Update using-environment-variables.mdx by [@&#8203;robertn702](https://togithub.com/robertn702) in [vercel/turborepo#9040
-   (docs) Fix Node.js subpath import guidance. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turborepo#9066

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

-   separate configs, colocate JSONSchema, remove `globalDotEnv` and `pipeline.dotEnv` from V2 by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [vercel/turborepo#9025

##### Examples

-   Update README.md by [@&#8203;Aditya0257](https://togithub.com/Aditya0257) in [vercel/turborepo#8979
-   Update basic example to use stable Next.js. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turborepo#9059

##### Changelog

-   TypeScript types for `cacheDir`, `daemon`, and `envMode` by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [vercel/turborepo#9011
-   chore: show deprecation info for globalDotEnv and dotEnv by [@&#8203;devy-bee](https://togithub.com/devy-bee) in [vercel/turborepo#8974
-   fix: lock tui-term version to pass rust type check by [@&#8203;wadwings](https://togithub.com/wadwings) in [vercel/turborepo#9022
-   feat: color no longer tied to task execution order by [@&#8203;Shaharking](https://togithub.com/Shaharking) in [vercel/turborepo#9023
-   fix(tui): avoid panic on restarting tasks during watch by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9032
-   feat(ls): support output format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turborepo#9031
-   chore(tui): remove unwraps from tui by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9034
-   feat: implement a query interface for turborepo by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turborepo#8977
-   feat(tui): allow searching for tasks by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9042
-   fix(affected): prevent affected from being used with filter by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9049
-   allow multiple fallbacks for --affected base branch by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [vercel/turborepo#9045
-   fix(affected): don't respect empty scm env vars by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9053
-   fix(affected): no longer error if `main` does not exist by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9061
-   fix(cli): avoid use of process exit by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9065
-   chore: Remove version output on CI by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turborepo#9068
-   chore(tui): fix lint warnings in tests by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9062

#### New Contributors

-   [@&#8203;Aditya0257](https://togithub.com/Aditya0257) made their first contribution in [vercel/turborepo#8979
-   [@&#8203;devy-bee](https://togithub.com/devy-bee) made their first contribution in [vercel/turborepo#8974
-   [@&#8203;wadwings](https://togithub.com/wadwings) made their first contribution in [vercel/turborepo#9022
-   [@&#8203;Shaharking](https://togithub.com/Shaharking) made their first contribution in [vercel/turborepo#9023
-   [@&#8203;robertn702](https://togithub.com/robertn702) made their first contribution in [vercel/turborepo#9040

**Full Changelog**: vercel/turborepo@v2.0.14...v2.1.0

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

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/technifit/tasker).
  • Loading branch information
renovate[bot] committed Aug 27, 2024
1 parent 69affec commit 984762d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

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

0 comments on commit 984762d

Please sign in to comment.