Summary: Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.2.3 to 6.3.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md">eslint-plugin-jsx-a11y's changelog</a>.</em></p> <blockquote> <h1>6.3.1 / 2020-06-19</h1> <ul> <li>765da0f Update to aria-query 4.2.2</li> <li>d528e8c Fix aria-level allowed on elements wit role heading (<a href="https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/704">https://github.com/facebook/flipper/issues/704</a>)</li> <li>29c6859 [meta] remove yarn registry from npmrc, so publishing works</li> <li>f52c206 chore(package): update estraverse to version 5.0.0</li> </ul> <h1>6.3.0 / 2020-06-18</h1> <ul> <li>cce838a Update aria-query to 4.2.0</li> <li>121e8a4 Add two test cases found while upgrading to ARIA 1.2</li> <li>8059f51 Fix test failures raised by the upgrade to ARIA 1.2</li> <li>0d24e3a Update package.json</li> <li>b1f412a Fix test failures in role-has-required-aria-props due to ARIA 1.2 updates</li> <li>74cec6e Fix test failures in no-noninteractive-element-interactions due to ARIA 1.2 updates</li> <li>835b89e Fix test failures in role-supports-aria-props-test due to ARIA 1.2 updates</li> <li>730319b Account for the null semantic generic role in ARIA 1.2</li> <li>7dfa7c9 Update aria-query from 4.0.1 to 4.0.2</li> <li>42098b9 [Refactor] <code>img-redundant-alt</code>: removing a use of <code>some</code></li> <li>a910d83 [Tests] <code>label-has-associated-control</code>: add test for <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></li> <li>b273fe5 [New] Support ESLint 7.x</li> <li>1a97632 [Deps] update <code>babel/runtime</code>, <code>array-includes</code>, <code>axe-core</code>, <code>axobject-query</code>, <code>damerau-levenshtein</code>, <code>jsx-ast-utils</code></li> <li>b36976f [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/plugin-transform-flow-types</code>, <code>babel-eslint</code>, <code>babel-jest</code>, <code>coveralls</code>, <code>eslint-config-airbnb-base</code>, <code>eslint-plugin-flowtype</code>, <code>eslint-plugin-import</code>, <code>estraverse</code>, <code>in-publish</code>, <code>jest</code>, <code>minimist</code>, <code>rimraf</code>, <code>safe-publish-latest</code></li> <li>89acdc4 fix: removing the use of the some function</li> <li>410ae43 chore(package): update eslint-plugin-flowtype to version 5.0.0</li> <li>a87f83d fix(package): update emoji-regex to version 9.0.0</li> <li>71940e6 chore(package): update babel-preset-airbnb to version 5.0.0</li> <li>d471f54 docs: Fix 404 links to WAI-ARIA spec</li> <li>42a2016 Fixes <a href="https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/669">https://github.com/facebook/flipper/issues/669</a>: use the <code>language-tags</code> package to check the <code>lang</code> rule</li> <li>7bcea20 [Tests] update axe-core</li> <li>f13dc38 [Deps] Pin axe-core version</li> <li>33670bb fix: require missing 'autocomplete-valid' rule</li> <li>aca4c37 chore(mouse-event): revert unrelated formatting changes</li> <li>df1e275 fix(mouse-event): remove check from custom elements</li> <li>1a16a1c chore(package): update jscodeshift to version 0.7.0</li> <li>7a55cdd chore(package): update flow-bin to version 0.113.0</li> <li>8e0d22b Update aria-query and axobject-query to the latest versions</li> <li>dd49060 Added test cases for an empty or undefined value of aria-label and aria-labelledby in alt-text</li> <li>1a7b94f Updated dependencies including eslint-config-airbnb-base</li> <li>3aea217 chore: replace ignoreNonDOM with inputComponents</li> <li>1848d00 feat(autocomplete-valid): add to recommended & strict config</li> <li>8703840 refactor: use to axe-cre 3.4 SerialVirtualNode format</li> <li>3519c7b chore: Remove axe VirtualNode abstraction</li> <li>9ac55c4 autocomplete-valid: Add inline comment</li> <li>44c6098 Update axe-core to 3.3.0</li> <li>9916990 new autocomplete-valid rule</li> <li>82f598e [Docs] examples: add language in code block for syntax highlight</li> <li>2529ad3 fixing casing issue on aria-props</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1614b85d3e"><code>1614b85</code></a> CHANGELOG v6.3.1</li> <li><a href="b82b1bdf95"><code>b82b1bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/705">https://github.com/facebook/flipper/issues/705</a> from jsx-eslint/fix-heading-error</li> <li><a href="765da0f8b5"><code>765da0f</code></a> Update to aria-query 4.2.2</li> <li><a href="d528e8ceba"><code>d528e8c</code></a> Fix aria-level allowed on elements wit role heading (<a href="https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/704">https://github.com/facebook/flipper/issues/704</a>)</li> <li><a href="3ac17386bf"><code>3ac1738</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/674">https://github.com/facebook/flipper/issues/674</a> from jsx-eslint/greenkeeper/estraverse-5.0.0</li> <li><a href="bbfcb5a235"><code>bbfcb5a</code></a> Merge branch 'master' into greenkeeper/estraverse-5.0.0</li> <li><a href="29c68596b1"><code>29c6859</code></a> [meta] remove yarn registry from npmrc, so publishing works</li> <li><a href="7b5d228d36"><code>7b5d228</code></a> Update CHANGELOG for v6.3.0</li> <li><a href="e215b876a4"><code>e215b87</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/696">https://github.com/facebook/flipper/issues/696</a> from jsx-eslint/fix-aria-1-2-test-failures</li> <li><a href="cce838a0cf"><code>cce838a</code></a> Update aria-query to 4.2.0</li> <li>Additional commits viewable in <a href="https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.2.3...v6.3.1">compare view</a></li> </ul> </details> <br /> [](https://help.github.com/articles/configuring-automated-security-fixes) 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> Pull Request resolved: https://github.com/facebook/flipper/pull/1342 Reviewed By: mweststrate Differential Revision: D22456362 Pulled By: priteshrnandgaonkar fbshipit-source-id: cc3198dd5278bf7c61bb338f732e5dc6416d32b4
263 lines
8.6 KiB
JSON
263 lines
8.6 KiB
JSON
{
|
|
"name": "flipper-project",
|
|
"version": "0.49.0",
|
|
"description": "Mobile development tool",
|
|
"productName": "Flipper",
|
|
"author": {
|
|
"name": "Facebook Inc",
|
|
"email": "n/a",
|
|
"url": "https://github.com/facebook"
|
|
},
|
|
"homepage": "https://fbflipper.com/",
|
|
"icon": "icon.png",
|
|
"category": "facebook-intern",
|
|
"privileged": true,
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"app",
|
|
"babel-transformer",
|
|
"doctor",
|
|
"headless",
|
|
"headless-tests",
|
|
"pkg",
|
|
"pkg-lib",
|
|
"flipper-plugin",
|
|
"static",
|
|
"plugins/*",
|
|
"e2e",
|
|
"plugin-lib",
|
|
"test-utils"
|
|
],
|
|
"nohoist": [
|
|
"flipper-plugin-kaios-big-allocations/firefox-client"
|
|
]
|
|
},
|
|
"build": {
|
|
"appId": "flipper",
|
|
"productName": "Flipper",
|
|
"artifactName": "Flipper-${os}.${ext}",
|
|
"protocols": {
|
|
"name": "flipper",
|
|
"schemes": [
|
|
"flipper"
|
|
]
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.developer-tools",
|
|
"extendInfo": {
|
|
"NSUserNotificationAlertStyle": "alert"
|
|
}
|
|
},
|
|
"linux": {
|
|
"icon": "icon.icns",
|
|
"category": "Development"
|
|
},
|
|
"deb": {
|
|
"icon": "icon.icns"
|
|
},
|
|
"dmg": {
|
|
"background": "dmgBackground.png",
|
|
"icon": "icon.icns",
|
|
"iconSize": 155,
|
|
"window": {
|
|
"width": 660,
|
|
"height": 400
|
|
},
|
|
"contents": [
|
|
{
|
|
"x": 123,
|
|
"y": 172
|
|
},
|
|
{
|
|
"x": 539,
|
|
"y": 168,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
]
|
|
},
|
|
"win": {
|
|
"publisherName": "Facebook, Inc.",
|
|
"sign": null
|
|
},
|
|
"asar": false,
|
|
"fileAssociations": [
|
|
{
|
|
"ext": [
|
|
".flipper"
|
|
],
|
|
"name": "Flipper Data",
|
|
"role": "Viewer",
|
|
"icon": "document-icons/document.icns"
|
|
}
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"@jest-runner/electron/electron": "9.0.2",
|
|
"adbkit-logcat": "2.0.1",
|
|
"@types/react": "16.9.17",
|
|
"@types/react-dom": "16.9.4",
|
|
"acorn": "7.1.1",
|
|
"minimist": "1.2.3",
|
|
"**/metro/**/temp": "0.9.0",
|
|
"**/metro/**/ws": "1.1.5",
|
|
"ws": "7.3.0",
|
|
"kind-of": "6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@jest-runner/electron": "^3.0.0",
|
|
"@testing-library/react": "^10.0.2",
|
|
"@types/algoliasearch": "^3.30.19",
|
|
"@types/babel__code-frame": "^7.0.0",
|
|
"@types/babel__core": "^7.1.6",
|
|
"@types/babel__generator": "^7.6.1",
|
|
"@types/babel__traverse": "^7.0.9",
|
|
"@types/decompress": "4.2.3",
|
|
"@types/deep-equal": "^1.0.1",
|
|
"@types/detect-port": "^1.1.0",
|
|
"@types/electron-devtools-installer": "^2.2.0",
|
|
"@types/expand-tilde": "^2.0.0",
|
|
"@types/express": "^4.17.2",
|
|
"@types/fb-watchman": "^2.0.0",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/invariant": "^2.2.31",
|
|
"@types/jest": "^26",
|
|
"@types/lodash": "^4.14.150",
|
|
"@types/mkdirp": "^1.0.0",
|
|
"@types/mock-fs": "^4.10.0",
|
|
"@types/node": "^13.13.0",
|
|
"@types/npm-packlist": "^1.1.1",
|
|
"@types/promise-retry": "^1.1.3",
|
|
"@types/react": "^16.9.17",
|
|
"@types/react-color": "^3.0.1",
|
|
"@types/react-dom": "^16.9.4",
|
|
"@types/react-redux": "^7.1.5",
|
|
"@types/react-test-renderer": "^16.9.1",
|
|
"@types/react-transition-group": "^4.2.2",
|
|
"@types/react-virtualized": "^9.21.9",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.0",
|
|
"@types/react-window": "^1.8.1",
|
|
"@types/recursive-readdir": "^2.2.0",
|
|
"@types/redux-devtools-extension": "^2.13.2",
|
|
"@types/redux-mock-store": "^1.0.1",
|
|
"@types/redux-persist": "^4.3.1",
|
|
"@types/requestidlecallback": "^0.3.1",
|
|
"@types/rsocket-core": "^0.0.5",
|
|
"@types/rsocket-tcp-server": "^0.0.2",
|
|
"@types/socket.io": "^2.1.4",
|
|
"@types/testing-library__react": "^10.0.0",
|
|
"@types/tmp": "^0.2.0",
|
|
"@types/uuid": "^8.0.0",
|
|
"@types/which": "^1.3.2",
|
|
"@types/ws": "^7.2.0",
|
|
"@types/yargs": "^15.0.4",
|
|
"@types/yazl": "^2.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
|
"@typescript-eslint/parser": "^2.19.2",
|
|
"ansi-to-html": "^0.6.3",
|
|
"babel-eslint": "^10.0.1",
|
|
"chalk": "^4.0.0",
|
|
"cross-env": "^7.0.2",
|
|
"detect-port": "^1.1.1",
|
|
"electron": "9.0.2",
|
|
"electron-builder": "^22.7.0",
|
|
"eslint": "^7.4.0",
|
|
"eslint-config-fbjs": "^3.1.1",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-import-resolver-typescript": "^2.0.0",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-flowtype": "^4.7.0",
|
|
"eslint-plugin-header": "^3.0.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-react": "^7.20.0",
|
|
"eslint-plugin-react-hooks": "^4.0.4",
|
|
"express": "^4.15.2",
|
|
"flipper-babel-transformer": "0.49.0",
|
|
"flipper-pkg-lib": "0.49.0",
|
|
"flipper-plugin-lib": "0.49.0",
|
|
"flow-bin": "0.128.0",
|
|
"fs-extra": "^9.0.0",
|
|
"glob": "^7.1.2",
|
|
"ignore": "^5.1.4",
|
|
"invariant": "^2.2.4",
|
|
"jest": "^26",
|
|
"jest-environment-jsdom-sixteen": "^1.0.3",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"line-replace": "^2.0.1",
|
|
"metro": "^0.59.0",
|
|
"metro-minify-terser": "^0.59.0",
|
|
"metro-resolver": "^0.59.0",
|
|
"node-fetch": "^2.6.0",
|
|
"p-filter": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"pkg": "^4.4.1",
|
|
"prettier": "^2.0.0",
|
|
"pretty-format": "^26.0.0",
|
|
"promisify-child-process": "^4.1.0",
|
|
"react-async": "^10.0.0",
|
|
"react-refresh": "^0.8.1",
|
|
"recursive-readdir": "^2.2.2",
|
|
"redux": "^4.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"socket.io": "^2.0.4",
|
|
"tmp": "^0.2.1",
|
|
"ts-jest": "^26.0.0",
|
|
"ts-node": "^8.8.1",
|
|
"typescript": "^3.9.5",
|
|
"yargs": "^15.3.1",
|
|
"yazl": "^2.5.1"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "node scripts/prepare-watchman-config.js && yarn config set ignore-engines",
|
|
"postinstall": "patch-package && ./ts-node scripts/yarn-install-fb-plugins.ts && yarn build:pkg && ./ts-node scripts/generate-plugin-entry-points.ts",
|
|
"rm-dist": "rimraf ../dist",
|
|
"rm-modules": "rimraf **/*/node_modules node_modules",
|
|
"rm-temp": "rimraf $TMPDIR/jest* $TMPDIR/react-native-packager*",
|
|
"rm-bundle": "rimraf static/main.bundle.* **/lib **/*.tsbuildinfo",
|
|
"rm-watches": "watchman watch-del-all",
|
|
"rm-metro-cache": "rimraf $TMPDIR/metro-cache*",
|
|
"reset": "yarn rm-dist && yarn rm-temp && yarn rm-metro-cache && yarn cache clean && yarn rm-bundle && yarn rm-modules",
|
|
"predev-server": "yarn build:pkg",
|
|
"dev-server": "cross-env NODE_ENV=development ./ts-node scripts/start-dev-server.ts",
|
|
"start": "yarn dev-server --inspect=9229",
|
|
"start:break": "yarn dev-server --inspect-brk=9229",
|
|
"start:no-embedded-plugins": "yarn start --no-embedded-plugins",
|
|
"build:babel-transformer": "cd babel-transformer && yarn build",
|
|
"build:pkg": "cd pkg && yarn build",
|
|
"prebuild": "yarn build:pkg && yarn rm-dist",
|
|
"build": "cross-env NODE_ENV=production ./ts-node scripts/build-release.ts $@",
|
|
"build:dev": "cross-env NODE_ENV=development ./ts-node scripts/build-release.ts $@",
|
|
"prebuild-headless": "yarn build:pkg",
|
|
"build-headless": "cross-env NODE_ENV=production ./ts-node scripts/build-headless.ts $@",
|
|
"build-plugin": "./ts-node scripts/build-plugin.ts",
|
|
"resolve-plugin-dir": "./ts-node scripts/resolve-plugin-dir.ts",
|
|
"list-plugins": "./ts-node scripts/list-plugins.ts",
|
|
"open-dist": "open ../dist/mac/Flipper.app --args --launcher=false --inspect=9229",
|
|
"fix": "eslint . --fix --ext .js,.ts,.tsx",
|
|
"pretest": "yarn build:pkg",
|
|
"test": "jest",
|
|
"watch": "jest --watch",
|
|
"test:debug": "yarn build:pkg && node --inspect node_modules/.bin/jest --runInBand",
|
|
"test-electron": "yarn build:pkg && jest --testMatch=\"**/**.electron\\.(js|jsx|ts|tsx)\" --testEnvironment=@jest-runner/electron/environment --runner=@jest-runner/electron",
|
|
"test-with-device": "yarn build:pkg && USE_ELECTRON_STUBS=1 jest --testMatch=\"**/**.device\\.(js|jsx|ts|tsx)\" --detectOpenHandles",
|
|
"test-e2e": "cd e2e && yarn test",
|
|
"lint:tsc": "tsc --noemit",
|
|
"lint:eslint": "eslint . --ext .js,.ts,.tsx",
|
|
"lint:flow": "flow check",
|
|
"lint": "yarn lint:eslint && yarn lint:flow && yarn lint:tsc",
|
|
"bump-versions": "./ts-node scripts/bump-versions.ts",
|
|
"publish-packages": "./ts-node scripts/publish-packages.ts",
|
|
"everything": "yarn reset && yarn install && yarn lint && yarn test && yarn test-electron && yarn build --mac --mac-dmg --win --linux --linux-deb && yarn build-headless --mac --linux && yarn start"
|
|
},
|
|
"optionalDependencies": {
|
|
"7zip-bin-mac": "^1.0.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|