From 142e06cddec32bde40a2b9636f17718fee661f9f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Aug 2022 10:33:56 -0700
Subject: [PATCH] Bump eslint from 8.17.0 to 8.21.0 in /js/js-flipper (#3958)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.21.0.
Release notes
Sourced from eslint's releases.
v8.21.0
Features
7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)
Bug Fixes
0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)
Documentation
2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)
Chores
v8.20.0
Features
Bug Fixes
30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)
Documentation
845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
bc692a9 docs: remove install command (#16084) (Strek)
49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
4d1ed22 docs: preselect default theme (#16098) (Strek)
4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)
Chores
bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
62541ed chore: fix markdown linting error (#16083) (唯然)
v8.19.0
Features
7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)
... (truncated)
Changelog
Sourced from eslint's changelog.
v8.21.0 - August 1, 2022
7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)
0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)
2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)
1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)
v8.20.0 - July 16, 2022
bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
bc692a9 docs: remove install command (#16084) (Strek)
30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
ca83178 feat: catch preprocess errors (#16105) (JounQin)
49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)
a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
4d1ed22 docs: preselect default theme (#16098) (Strek)
4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)
eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
62541ed chore: fix markdown linting error (#16083) (唯然)
v8.19.0 - July 1, 2022
7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)
fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)
e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)
02e9cb0 chore: revamp carbon ad style (#16078) (Amaresh S M)
3ae0574 docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)
b6aee95 chore: remove unwanted comments from rules markdown (#16054) (Strek)
f50cf43 docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)
6840940 chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin)
ae4b449 docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)
280f898 docs: use only fenced code blocks (#16044) (Milos Djermanovic)
f5d63b9 docs: add listener only if element exists (#16045) (Amaresh S M)
8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)
b8e68c1 docs: Update release process (#16036) (Nicholas C. Zakas)
... (truncated)
Commits
9c53ed4 8.21.0
fd404a5 Build: changelog update for 8.21.0
7b43ea1 feat: Implement FlatESLint (#16149)
8892511 chore: Upgrade to Espree 9.3.3 (#16173)
92bf49a feat: improve the key width calculation in key-spacing rule (#16154)
c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138)
1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063)
0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153)
2aadc93 docs: add anchors to headings inside docs content (#16134)
1233bee chore: switch to eslint-plugin-node's maintained fork (#16150)
- Additional commits viewable in compare view
[](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)
---
Dependabot commands and options
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/3958
Reviewed By: lblasa
Differential Revision: D38315183
Pulled By: LukeDefeo
fbshipit-source-id: 5903cc91d8de04c956c3bf4e0fdf8c99807fb452
---
js/js-flipper/yarn.lock | 84 ++++++++++++++++++++++++++++++++---------
js/yarn.lock | 4 ++
2 files changed, 70 insertions(+), 18 deletions(-)
create mode 100644 js/yarn.lock
diff --git a/js/js-flipper/yarn.lock b/js/js-flipper/yarn.lock
index 0a390fde7..f19384880 100644
--- a/js/js-flipper/yarn.lock
+++ b/js/js-flipper/yarn.lock
@@ -429,15 +429,20 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"
-"@humanwhocodes/config-array@^0.9.2":
- version "0.9.5"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
- integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==
+"@humanwhocodes/config-array@^0.10.4":
+ version "0.10.4"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
+ integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
dependencies:
"@humanwhocodes/object-schema" "^1.2.1"
debug "^4.1.1"
minimatch "^3.0.4"
+"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
+ integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
+
"@humanwhocodes/object-schema@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -971,10 +976,10 @@ acorn-jsx@^5.3.2:
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
-acorn@^8.7.1:
- version "8.7.1"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
- integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
+acorn@^8.8.0:
+ version "8.8.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
+ integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
ajv@^6.10.0, ajv@^6.12.4:
version "6.12.6"
@@ -1732,12 +1737,13 @@ eslint-visitor-keys@^3.3.0:
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
eslint@^8.17.0:
- version "8.17.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
- integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
+ version "8.21.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
+ integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
dependencies:
"@eslint/eslintrc" "^1.3.0"
- "@humanwhocodes/config-array" "^0.9.2"
+ "@humanwhocodes/config-array" "^0.10.4"
+ "@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
ajv "^6.10.0"
chalk "^4.0.0"
cross-spawn "^7.0.2"
@@ -1747,14 +1753,17 @@ eslint@^8.17.0:
eslint-scope "^7.1.1"
eslint-utils "^3.0.0"
eslint-visitor-keys "^3.3.0"
- espree "^9.3.2"
+ espree "^9.3.3"
esquery "^1.4.0"
esutils "^2.0.2"
fast-deep-equal "^3.1.3"
file-entry-cache "^6.0.1"
+ find-up "^5.0.0"
functional-red-black-tree "^1.0.1"
glob-parent "^6.0.1"
globals "^13.15.0"
+ globby "^11.1.0"
+ grapheme-splitter "^1.0.4"
ignore "^5.2.0"
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
@@ -1772,12 +1781,12 @@ eslint@^8.17.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"
-espree@^9.3.2:
- version "9.3.2"
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
- integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
+espree@^9.3.2, espree@^9.3.3:
+ version "9.3.3"
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
+ integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
dependencies:
- acorn "^8.7.1"
+ acorn "^8.8.0"
acorn-jsx "^5.3.2"
eslint-visitor-keys "^3.3.0"
@@ -1920,6 +1929,14 @@ find-up@^4.0.0, find-up@^4.1.0:
locate-path "^5.0.0"
path-exists "^4.0.0"
+find-up@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
+ integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
+ dependencies:
+ locate-path "^6.0.0"
+ path-exists "^4.0.0"
+
flat-cache@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -2072,6 +2089,11 @@ graceful-fs@^4.2.9:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
+grapheme-splitter@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
+ integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
+
has-bigints@^1.0.1, has-bigints@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -2860,6 +2882,13 @@ locate-path@^5.0.0:
dependencies:
p-locate "^4.1.0"
+locate-path@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
+ integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
+ dependencies:
+ p-locate "^5.0.0"
+
lodash.get@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
@@ -3106,6 +3135,13 @@ p-limit@^2.2.0:
dependencies:
p-try "^2.0.0"
+p-limit@^3.0.2:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
+ integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
+ dependencies:
+ yocto-queue "^0.1.0"
+
p-locate@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -3120,6 +3156,13 @@ p-locate@^4.1.0:
dependencies:
p-limit "^2.2.0"
+p-locate@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
+ integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
+ dependencies:
+ p-limit "^3.0.2"
+
p-try@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
@@ -3798,3 +3841,8 @@ yargs@^17.3.1:
string-width "^4.2.3"
y18n "^5.0.5"
yargs-parser "^21.0.0"
+
+yocto-queue@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
+ integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
diff --git a/js/yarn.lock b/js/yarn.lock
new file mode 100644
index 000000000..fb57ccd13
--- /dev/null
+++ b/js/yarn.lock
@@ -0,0 +1,4 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+