Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump eslint-config-turbo from 2.3.1 to 2.3.2 (#2334)
Bumps [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) from 2.3.1 to 2.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/turborepo/releases">eslint-config-turbo's releases</a>.</em></p> <blockquote> <h2>Turborepo v2.3.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Docs</h3> <ul> <li>docs: Improve clarity on <code>--cache</code>. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9489">vercel/turborepo#9489</a></li> <li>feat: Remote cache upload timeout by <a href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9491">vercel/turborepo#9491</a></li> <li>docs: mark <code>--no-cache</code> and <code>--remote-only</code> as deprecated. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9488">vercel/turborepo#9488</a></li> <li>docs: describe using a custom URL with <code>create-turbo</code>. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9507">vercel/turborepo#9507</a></li> <li>docs: fix formatting on <code>/repo/docs/getting-started/installation</code> by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9509">vercel/turborepo#9509</a></li> <li>fix(examples): remove <code>--filter</code> from <code>with-docker</code> example. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9513">vercel/turborepo#9513</a></li> <li>docs: fix formatting on <code>/repo/docs/getting-started/installation</code> by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9514">vercel/turborepo#9514</a></li> <li>docs: update ESLint documentation with ESLint v9 by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9515">vercel/turborepo#9515</a></li> </ul> <h3>eslint</h3> <ul> <li>feat: update <code>eslint-config-turbo</code> to support ESLint Flat Config. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9502">vercel/turborepo#9502</a></li> </ul> <h3><code>@turbo/repository</code></h3> <ul> <li>perf: Exclude network while doing getReport by <a href="https://github.com/Tofandel"><code>@Tofandel</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9351">vercel/turborepo#9351</a></li> </ul> <h3>Examples</h3> <ul> <li>chore: update <code>basic</code> example to ESLint v9 and Flat Configurations. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9501">vercel/turborepo#9501</a></li> <li>chore(examples): remove spare dependencies from basic example by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9516">vercel/turborepo#9516</a></li> </ul> <h3>Changelog</h3> <ul> <li>fix(affected): consider both source and destination as changed by <a href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9422">vercel/turborepo#9422</a></li> <li>chore: use mocked package in test by <a href="https://github.com/NicholasLYang"><code>@NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9475">vercel/turborepo#9475</a></li> <li>feat(tui): Enter interactive with <code>i</code> key. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9479">vercel/turborepo#9479</a></li> <li>feat(trace): resolve incorrect extension by <a href="https://github.com/NicholasLYang"><code>@NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9486">vercel/turborepo#9486</a></li> <li>refactor(tui): Improve aesthetics for helper text. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9478">vercel/turborepo#9478</a></li> <li>feat(mfe): allow <code>@vercel/microfrontends</code> to be considered a MFE package dependency by <a href="https://github.com/mknichel"><code>@mknichel</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9493">vercel/turborepo#9493</a></li> <li>fix(mfe): build either mfe package name by <a href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9494">vercel/turborepo#9494</a></li> <li>feat(trace): add export condition and clean up tests by <a href="https://github.com/NicholasLYang"><code>@NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9499">vercel/turborepo#9499</a></li> <li>feat(tui): add Vim motions support for task list selection by <a href="https://github.com/AlvaroParker"><code>@AlvaroParker</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9243">vercel/turborepo#9243</a></li> <li>chore: remove unused dependency in packages/turbo-workspaces by <a href="https://github.com/torresgol10"><code>@torresgol10</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/8718">vercel/turborepo#8718</a></li> <li>fix(env): add DISPLAY to default pass through by <a href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9511">vercel/turborepo#9511</a></li> <li>refactor(tui): cleanup where Vim binds were added. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9508">vercel/turborepo#9508</a></li> <li>feat: sibling tasks by <a href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9504">vercel/turborepo#9504</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Tofandel"><code>@Tofandel</code></a> made their first contribution in <a href="https://redirect.github.com/vercel/turborepo/pull/9351">vercel/turborepo#9351</a></li> <li><a href="https://github.com/AlvaroParker"><code>@AlvaroParker</code></a> made their first contribution in <a href="https://redirect.github.com/vercel/turborepo/pull/9243">vercel/turborepo#9243</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/turborepo/compare/v2.3.1...v2.3.2">https://github.com/vercel/turborepo/compare/v2.3.1...v2.3.2</a></p> <h2>Turborepo v2.3.2-canary.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>eslint</h3> <ul> <li>feat: update <code>eslint-config-turbo</code> to support ESLint Flat Config. by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9502">vercel/turborepo#9502</a></li> </ul> <h3>Changelog</h3> <ul> <li>feat(trace): add export condition and clean up tests by <a href="https://github.com/NicholasLYang"><code>@NicholasLYang</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9499">vercel/turborepo#9499</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/turborepo/commit/6ef3248d5e2772c9d899182d39e4344dbacb9764"><code>6ef3248</code></a> publish 2.3.2 to registry</li> <li><a href="https://github.com/vercel/turborepo/commit/6fa050a986e6edeb3075886382746b040aae9dfb"><code>6fa050a</code></a> docs: update ESLint documentation with ESLint v9 (<a href="https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo/issues/9515">#9515</a>)</li> <li><a href="https://github.com/vercel/turborepo/commit/fec234fe82e374ef7a32120d4a427595765587c7"><code>fec234f</code></a> release(turborepo): 2.3.2-canary.1 (<a href="https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo/issues/9503">#9503</a>)</li> <li><a href="https://github.com/vercel/turborepo/commit/e92e99c1eb8a78e902645fd71d516ce0fe8f2d73"><code>e92e99c</code></a> feat: update <code>eslint-config-turbo</code> to support ESLint Flat Config. (<a href="https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo/issues/9502">#9502</a>)</li> <li><a href="https://github.com/vercel/turborepo/commit/2460f95ee81b1d0d7d453bbe632a4fb2bbe270be"><code>2460f95</code></a> release(turborepo): 2.3.2-canary.0 (<a href="https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo/issues/9495">#9495</a>)</li> <li><a href="https://github.com/vercel/turborepo/commit/ac4435a201afd938d5a98d0092d1f3f6ee474197"><code>ac4435a</code></a> release(turborepo): 2.3.1 (<a href="https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo/issues/9482">#9482</a>)</li> <li>See full diff in <a href="https://github.com/vercel/turborepo/commits/v2.3.2/packages/eslint-config-turbo">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-turbo&package-manager=npm_and_yarn&previous-version=2.3.1&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information