Skip to content

Commit 665058d

Browse files
build(deps-dev): bump eslint-config-prettier to 9.1.0 (#85)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.0.0 to 9.1.0. <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> <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>&quot;unicode-bom&quot;: &quot;off&quot;</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> <ul> <li>Added: [vue/quote-props]. Thanks to <a href="https://github.com/xcatliu"><code>@​xcatliu</code></a>!</li> </ul> <h3>Version 8.3.0 (2021-04-24)</h3> <ul> <li>Added: Support for [<code>@​babel/eslint-plugin</code>]. Thanks to Chip Zhang (<a href="https://github.com/ChipZhang"><code>@​ChipZhang</code></a>) for the heads-up! ([eslint-plugin-babel] is still supported, too.)</li> </ul> <h3>Version 8.2.0 (2021-04-13)</h3> <ul> <li>Added: [flowtype/quotes]. Thanks to Martin Zlámal (<a href="https://github.com/mrtnzlml"><code>@​mrtnzlml</code></a>)!</li> </ul> <h3>Version 8.1.0 (2021-02-24)</h3> <ul> <li>Added: [flowtype/object-type-curly-spacing].</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/40c7f3d0624129934bc3b40ab13a8ed938c6313b"><code>40c7f3d</code></a> eslint-config-prettier v9.1.0</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/4110dff0c5b258be37506ecee9578cd7ff8e4759"><code>4110dff</code></a> Merge pull request <a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/271">#271</a> from prettier/deprecated</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/6d0bd9294aeeea34cf9004bde2e6cb79883141fa"><code>6d0bd92</code></a> Update tests to handle newly deprecated rules</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/4c876b9424f38e52cee1118ef51ff19ce041cee1"><code>4c876b9</code></a> Move rules deprecated in ESLint 8.53.0 to the deprecated section</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/24445c08bd39207e1f5471c153b368a98a3b7223"><code>24445c0</code></a> Use specialRule constant</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/782719658f183caa645d3340e6d7a167925258d4"><code>7827196</code></a> Group deprecated and removed rules by version</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/48f804c31a008a19096b6b7208fa29a15b42a726"><code>48f804c</code></a> Roll back to ESLint 8.52.0 for now</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/16f03b8b4e64a1f36fb6d60891509117cc73627b"><code>16f03b8</code></a> Update Prettier</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/b06d618abf0be32cc9af816317dfa806e850d6ba"><code>b06d618</code></a> Update npm packages</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/25fc4276f8b9e204484fa5897b50ac86bfb8f8b6"><code>25fc427</code></a> turn off <code>unicorn/template-indent</code> (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/269">#269</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/eslint-config-prettier/compare/v4.0.0...v9.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=4.0.0&new-version=9.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 657a351 commit 665058d

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

package-lock.json

Lines changed: 6 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"cz-conventional-changelog": "~3.3.0",
5858
"eslint": "^8.57.0",
5959
"eslint-config-airbnb-base": "^15.0.0",
60-
"eslint-config-prettier": "~4.0.0",
60+
"eslint-config-prettier": "~9.1.0",
6161
"eslint-plugin-import": "^2.29.1",
6262
"eslint-plugin-prettier": "^5.1.3",
6363
"husky": "~9.0.11",

0 commit comments

Comments
 (0)