Skip to content

Commit 4d0645d

Browse files
build(deps): Bump eslint-config-prettier from 8.6.0 to 8.7.0 (#6572)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.6.0 to 8.7.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 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/a15713624f776c4732bf32244ddc79698d234f05"><code>a157136</code></a> eslint-config-prettier v8.7.0</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/bb1024f18cfec9bb4f9672455d95a80d974d526d"><code>bb1024f</code></a> Update npm packages (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/244">#244</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/5b8afce8c9a1b425a6f52c8c5a230def04869a44"><code>5b8afce</code></a> add rule <code>@typescript-eslint/block-spacing</code> and `@typescript-eslint/key-spaci...</li> <li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.7.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=8.6.0&new-version=8.7.0)](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 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 942cf56 commit 4d0645d

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

package-lock.json

Lines changed: 8 additions & 11 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
@@ -121,7 +121,7 @@
121121
"cpy-cli": "^4.0.0",
122122
"dedent": "0.7.0",
123123
"eslint": "8.35.0",
124-
"eslint-config-prettier": "8.6.0",
124+
"eslint-config-prettier": "8.7.0",
125125
"eslint-plugin-jest": "27.2.1",
126126
"eslint-plugin-jsdoc": "39.6.4",
127127
"eslint-plugin-prettier": "4.2.1",

0 commit comments

Comments
 (0)