Skip to content

Commit

Permalink
Bump eslint-config-react-app from 6.0.0 to 7.0.0 (#330)
Browse files Browse the repository at this point in the history
Bumps [eslint-config-react-app](https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app) from 6.0.0 to 7.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/create-react-app/commit/221e511730ca51c036c6954a9d2ee7659ff860f9"><code>221e511</code></a> Publish</li>
<li><a href="https://github.com/facebook/create-react-app/commit/f5467d5e77d51a3f23dd5fa70697dbab79832489"><code>f5467d5</code></a> feat(eslint-config-react-app): support ESLint 8.x (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/11375">#11375</a>)</li>
<li><a href="https://github.com/facebook/create-react-app/commit/9d0369b1fe3260e620b08effcf85f1edefc5d1ea"><code>9d0369b</code></a> Fix ESLint Babel preset resolution (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/11547">#11547</a>)</li>
<li><a href="https://github.com/facebook/create-react-app/commit/3880ba6cfd98d9f2843217fd9061e385274b452f"><code>3880ba6</code></a> Remove dependency pinning (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/11474">#11474</a>)</li>
<li><a href="https://github.com/facebook/create-react-app/commit/f0a837c1f07ebd963ddbba2c2937d04fc1b79d40"><code>f0a837c</code></a> Webpack 5 (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/11201">#11201</a>)</li>
<li><a href="https://github.com/facebook/create-react-app/commit/bbd5a6015561c6ff8a18d99b4f852c9b10e55198"><code>bbd5a60</code></a> chore: migrate to <code>@​babel/eslint-parser</code> (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/10761">#10761</a>)</li>
<li><a href="https://github.com/facebook/create-react-app/commit/bb64e31a81eb12d688c14713dce812143688750a"><code>bb64e31</code></a> Switch branch name</li>
<li><a href="https://github.com/facebook/create-react-app/commit/651d0dba3f05e7e73e4baafc0741316c25b213a4"><code>651d0db</code></a> eslint-config-react-app typo fix (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/10317">#10317</a>)</li>
<li><a href="https://github.com/facebook/create-react-app/commit/007a02878cab172b4fd06a7d2e5ac602e4432e3b"><code>007a028</code></a> Upgrade docs http links to https (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/10288">#10288</a>)</li>
<li>See full diff in <a href="https://github.com/facebook/create-react-app/commits/[email protected]/packages/eslint-config-react-app">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-react-app&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=7.0.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>
  • Loading branch information
dependabot[bot] authored Jan 1, 2022
1 parent 740e803 commit d8abdf4
Show file tree
Hide file tree
Showing 2 changed files with 1,071 additions and 318 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^5.9.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
Loading

0 comments on commit d8abdf4

Please sign in to comment.