Commit b0d1b4a
authored
Upgrade: [dependabot] - bump eslint-config-prettier from 10.0.1 to 10.0.2 (#150)
Bumps
[eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
from 10.0.1 to 10.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-config-prettier/releases">eslint-config-prettier's
releases</a>.</em></p>
<blockquote>
<h2>v10.0.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/299">#299</a>
<a
href="https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe"><code>e750edc</code></a>
Thanks <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a>! -
chore(package): explicitly declare js module type</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's
changelog</a>.</em></p>
<blockquote>
<h2>10.0.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/299">#299</a>
<a
href="https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe"><code>e750edc</code></a>
Thanks <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a>! -
chore(package): explicitly declare js module type</li>
</ul>
<h2>10.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/272">#272</a>
<a
href="https://github.com/prettier/eslint-config-prettier/commit/5be64bef68c3a9bf7202f591f54ffec02572e46b"><code>5be64be</code></a>
Thanks <a
href="https://github.com/abrahamguo"><code>@abrahamguo</code></a>! -
add support for <a
href="https://github.com/stylistic"><code>@stylistic</code></a>
formatting rules</li>
</ul>
<h2>Versions before 10.0.0</h2>
<h3>Version 9.1.0 (2023-12-02)</h3>
<ul>
<li>Added: [unicorn/template-indent], (as a [special
rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (<a
href="https://github.com/gurgunday"><code>@gurgunday</code></a>)!</li>
<li>Changed: All the [formatting rules that were deprecated in ESLint
8.53.0][deprecated-8.53.0] are now excluded if you set the
<code>ESLINT_CONFIG_PRETTIER_NO_DEPRECATED</code> environment
variable.</li>
</ul>
<h3>Version 9.0.0 (2023-08-05)</h3>
<ul>
<li>Added: The CLI helper tool now works with eslint.config.js (flat
config). Just like ESLint itself, the CLI tool automatically first tries
eslint.config.js and then eslintrc, and you can force which one to use
by setting the [ESLINT_USE_FLAT_CONFIG] environment variable. Note that
the <em>config</em> of eslint-config-prettier has always been compatible
with eslint.config.js (flat config) – it was just the CLI tool that
needed updating. On top of that, the docs have been updated to mention
how to use both eslint.config.js (flat config) and eslintrc, and the
tests now test both config systems.</li>
<li>Changed: [unicode-bom] is no longer turned off. Prettier preserves
the BOM if you have one, and does not add one if missing. It was wrong
of eslint-config-prettier to disable that rule. If you get ESLint errors
after upgrading, either add <code>"unicode-bom":
"off"</code> to your config to disable it again, or run ESLint
with <code>--fix</code> to fix all files according to the rule (add or
remove BOM). Thanks to Nicolas Stepien (<a
href="https://github.com/nstepien"><code>@nstepien</code></a>)!</li>
</ul>
<h3>Version 8.10.0 (2023-08-03)</h3>
<ul>
<li>Added: [max-statements-per-line]. Thanks to <a
href="https://github.com/Zamiell"><code>@Zamiell</code></a>!</li>
</ul>
<h3>Version 8.9.0 (2023-07-27)</h3>
<ul>
<li>Added: [vue/array-element-newline]. Thanks to <a
href="https://github.com/xcatliu"><code>@xcatliu</code></a>!</li>
</ul>
<h3>Version 8.8.0 (2023-03-20)</h3>
<ul>
<li>Added: [<code>@typescript-eslint/lines-around-comment</code>].
Thanks to <a
href="https://github.com/ttionya"><code>@ttionya</code></a>!</li>
</ul>
<h3>Version 8.7.0 (2023-03-06)</h3>
<ul>
<li>Added: [<code>@typescript-eslint/block-spacing</code>]. Thanks to
<a href="https://github.com/ttionya"><code>@ttionya</code></a>!</li>
<li>Added: [<code>@typescript-eslint/key-spacing</code>]. Thanks to <a
href="https://github.com/ttionya"><code>@ttionya</code></a>!</li>
</ul>
<h3>Version 8.6.0 (2023-01-02)</h3>
<ul>
<li>Added: [vue/multiline-ternary]. Thanks to <a
href="https://github.com/xcatliu"><code>@xcatliu</code></a>!</li>
</ul>
<h3>Version 8.5.0 (2022-03-02)</h3>
<ul>
<li>Added: [<code>@typescript-eslint/space-before-blocks</code>].
Thanks to Masafumi Koba (<a
href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>)!</li>
</ul>
<h3>Version 8.4.0 (2022-02-19)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/e2015cd918969a67a31906c9670e09752a87e122"><code>e2015cd</code></a>
chore: release eslint-config-prettier (<a
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/301">#301</a>)</li>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe"><code>e750edc</code></a>
chore(package): explicitly declare js module type (<a
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/299">#299</a>)</li>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/b5b913df8fb9211813a734efa17b659012e9c5f0"><code>b5b913d</code></a>
ci: bump github actions (<a
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/300">#300</a>)</li>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/9160ca2476b3bbf0937159112cc036ebdad9c1c7"><code>9160ca2</code></a>
chore: add FUNDING.yml</li>
<li>See full diff in <a
href="https://github.com/prettier/eslint-config-prettier/compare/v10.0.1...v10.0.2">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6d7f0a0 commit b0d1b4a
2 files changed
+6
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments