From 805e74444419535ea3e3915fcbfa66b48242f591 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Fri, 26 Jan 2018 16:34:58 +0000 Subject: [PATCH 1/6] Update eslint-plugin-react from 7.5.1 to 7.6.0 in / --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ec5f1c80b244..d656ccb8fb24 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-json": "^1.2.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-prettier": "^2.5.0", - "eslint-plugin-react": "^7.5.1", + "eslint-plugin-react": "^7.6.0", "gh-pages": "^1.1.0", "github-release-from-changelog": "^1.3.1", "glob": "^7.1.2", diff --git a/yarn.lock b/yarn.lock index f2097757947c..85d85b58f5df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4218,7 +4218,7 @@ doctrine@1.5.0: esutils "^2.0.2" isarray "^1.0.0" -doctrine@^2.0.0, doctrine@^2.1.0: +doctrine@^2.0.0, doctrine@^2.0.2, doctrine@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" dependencies: @@ -4869,13 +4869,13 @@ eslint-plugin-react@7.4.0: jsx-ast-utils "^2.0.0" prop-types "^15.5.10" -eslint-plugin-react@^7.5.1: - version "7.5.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.1.tgz#52e56e8d80c810de158859ef07b880d2f56ee30b" +eslint-plugin-react@^7.6.0: + version "7.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.6.0.tgz#351651188c74c5b2fecc2717e3936b7207baa728" dependencies: - doctrine "^2.0.0" + doctrine "^2.0.2" has "^1.0.1" - jsx-ast-utils "^2.0.0" + jsx-ast-utils "^2.0.1" prop-types "^15.6.0" eslint-restricted-globals@^0.1.1: @@ -8641,7 +8641,7 @@ jsx-ast-utils@^1.4.0: version "1.4.1" resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1" -jsx-ast-utils@^2.0.0: +jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f" dependencies: From 3d2341a4a51d81a365926c014efa539f98e3616e Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Fri, 26 Jan 2018 16:37:09 +0000 Subject: [PATCH 2/6] Update lint-staged from 6.0.1 to 6.1.0 in / --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d656ccb8fb24..f4c6e0f67796 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "jest-preset-angular": "^5.0.0", "jest-vue-preprocessor": "^1.3.1", "lerna": "2.8.0", - "lint-staged": "^6.0.1", + "lint-staged": "^6.1.0", "lodash": "^4.17.4", "nodemon": "^1.14.11", "npmlog": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 85d85b58f5df..fdb0d96cbf23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8916,9 +8916,9 @@ linkify-it@^2.0.0: dependencies: uc.micro "^1.0.1" -lint-staged@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.0.1.tgz#855f2993ab4a265430e2fd9828427e648d65e6b4" +lint-staged@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.1.0.tgz#28f600c10a6cbd249ceb003118a1552e53544a93" dependencies: app-root-path "^2.0.0" chalk "^2.1.0" From 0dcd59f230a2f3a11928b2325dd476a43f211b10 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Fri, 26 Jan 2018 16:39:30 +0000 Subject: [PATCH 3/6] Update react-native from 0.52.1 to 0.52.2 in app/react-native --- app/react-native/package.json | 4 ++-- yarn.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index 17c4e1d6a053..8fdbc25afaa3 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -73,11 +73,11 @@ "ws": "^3.3.3" }, "devDependencies": { - "react-native": "^0.52.1" + "react-native": "^0.52.2" }, "peerDependencies": { "babel-core": "^6.26.0 || ^7.0.0-0", "react": "*", - "react-native": "0.52.1" + "react-native": "0.52.2" } } diff --git a/yarn.lock b/yarn.lock index fdb0d96cbf23..3f2451cd9937 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11973,9 +11973,9 @@ react-native-iphone-x-helper@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.0.2.tgz#7dbca530930f7c1ce8633cc8fd13ba94102992e1" -react-native@^0.52.1: - version "0.52.1" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.52.1.tgz#68ca222f9c6a9bbe4a6f95896a5f9611c1311c31" +react-native@^0.52.2: + version "0.52.2" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.52.2.tgz#1ae9a4c4441bd6e54a8ffc8aae4ac2b5c7cccd68" dependencies: absolute-path "^0.0.0" art "^0.10.0" From 965f6359b450db0041923a3f4abb5c969acd3800 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Fri, 26 Jan 2018 16:41:49 +0000 Subject: [PATCH 4/6] Update @angular/cli from 1.6.5 to 1.6.6 in examples/angular-cli --- examples/angular-cli/package.json | 2 +- yarn.lock | 50 +++++++++++++++---------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index e9df2fe386de..27ca057e0991 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -27,7 +27,7 @@ "zone.js": "^0.8.20" }, "devDependencies": { - "@angular/cli": "1.6.5", + "@angular/cli": "1.6.6", "@angular/compiler-cli": "^5.2.2", "@angular/language-service": "^5.2.2", "@storybook/addon-actions": "^3.4.0-alpha.5", diff --git a/yarn.lock b/yarn.lock index 3f2451cd9937..405774662e30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,27 +2,27 @@ # yarn lockfile v1 -"@angular-devkit/build-optimizer@~0.0.41": - version "0.0.41" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.0.41.tgz#29bd4a14a425f6946cc75c37a7aa42508d2fc1ac" +"@angular-devkit/build-optimizer@~0.0.42": + version "0.0.42" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.0.42.tgz#402b0dda4883db91e2381c3ddc55888408a7894e" dependencies: loader-utils "^1.1.0" source-map "^0.5.6" typescript "~2.6.2" webpack-sources "^1.0.1" -"@angular-devkit/core@~0.0.28": - version "0.0.28" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.0.28.tgz#840b6efa728bc3e93a1c469e482cf1095c96561f" +"@angular-devkit/core@~0.0.29": + version "0.0.29" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.0.29.tgz#6fb319b45a62eff172318cbe256fdb24ef20af2b" dependencies: ajv "~5.5.1" chokidar "^1.7.0" rxjs "^5.5.6" source-map "^0.5.6" -"@angular-devkit/schematics@~0.0.51": - version "0.0.51" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.0.51.tgz#5b5e5b1604a34e200fb749d1076064374f757276" +"@angular-devkit/schematics@~0.0.52": + version "0.0.52" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.0.52.tgz#cbd2f42778b50d6422a254ffaec05ad4ef3cb6c0" dependencies: "@ngtools/json-schema" "^1.1.0" rxjs "^5.5.6" @@ -33,16 +33,16 @@ dependencies: tslib "^1.7.1" -"@angular/cli@1.6.5": - version "1.6.5" - resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.6.5.tgz#9217c5d5c366292aca61fb0328c406bb5b0f2d76" +"@angular/cli@1.6.6": + version "1.6.6" + resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.6.6.tgz#002119ab2ed804bbdc86075e0095eadda2a0baa0" dependencies: - "@angular-devkit/build-optimizer" "~0.0.41" - "@angular-devkit/core" "~0.0.28" - "@angular-devkit/schematics" "~0.0.51" + "@angular-devkit/build-optimizer" "~0.0.42" + "@angular-devkit/core" "~0.0.29" + "@angular-devkit/schematics" "~0.0.52" "@ngtools/json-schema" "1.1.0" - "@ngtools/webpack" "1.9.5" - "@schematics/angular" "~0.1.16" + "@ngtools/webpack" "1.9.6" + "@schematics/angular" "~0.1.17" autoprefixer "^7.2.3" chalk "~2.2.0" circular-dependency-plugin "^4.2.1" @@ -77,7 +77,7 @@ postcss-url "^7.1.2" raw-loader "^0.5.1" resolve "^1.1.7" - rxjs "^5.5.2" + rxjs "^5.5.6" sass-loader "^6.0.6" semver "^5.1.0" silent-error "^1.0.0" @@ -222,9 +222,9 @@ version "1.1.0" resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922" -"@ngtools/webpack@1.9.5": - version "1.9.5" - resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.9.5.tgz#10292e9237d1218fe16dee24423155500b2d2324" +"@ngtools/webpack@1.9.6": + version "1.9.6" + resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.9.6.tgz#102c60ee4b8a84a26ddc1e2b334f327e91821a4d" dependencies: chalk "~2.2.0" enhanced-resolve "^3.1.0" @@ -239,9 +239,9 @@ version "2.3.1" resolved "https://registry.yarnpkg.com/@polymer/polymer/-/polymer-2.3.1.tgz#1300123c5060bdc75b32dd3ed986abca25482000" -"@schematics/angular@~0.1.16": - version "0.1.16" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.1.16.tgz#174ab994fd56c423674171ae5a22407ba3ee2123" +"@schematics/angular@~0.1.17": + version "0.1.17" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.1.17.tgz#084a7cbe2de6f94a856bd08d95c9d35ef8905e2b" dependencies: typescript "~2.6.2" @@ -13050,7 +13050,7 @@ rx-lite@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" -rxjs@^5.4.2, rxjs@^5.5.2, rxjs@^5.5.6: +rxjs@^5.4.2, rxjs@^5.5.6: version "5.5.6" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.6.tgz#e31fb96d6fd2ff1fd84bcea8ae9c02d007179c02" dependencies: From 6a4bb4742d52616c6e065dd9aff129e06f040faa Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Fri, 26 Jan 2018 16:44:01 +0000 Subject: [PATCH 5/6] Update protractor from 5.2.2 to 5.3.0 in examples/angular-cli --- examples/angular-cli/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index 27ca057e0991..1261215b49cf 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -47,7 +47,7 @@ "karma-coverage-istanbul-reporter": "^1.4.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", - "protractor": "~5.2.2", + "protractor": "~5.3.0", "ts-node": "~3.3.0", "typescript": "^2.4.0" } diff --git a/yarn.lock b/yarn.lock index 405774662e30..e95996e46a57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7533,7 +7533,7 @@ jasmine-spec-reporter@~4.2.1: dependencies: colors "1.1.2" -jasmine@^2.5.3: +jasmine@2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-2.8.0.tgz#6b089c0a11576b1f16df11b80146d91d4e8b8a3e" dependencies: @@ -11561,9 +11561,9 @@ protoduck@^4.0.0: dependencies: genfun "^4.0.1" -protractor@~5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/protractor/-/protractor-5.2.2.tgz#80eff170761455eff6e2f111088a03c438844a41" +protractor@~5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/protractor/-/protractor-5.3.0.tgz#5df98201cbdaeb50826af6d05630ef1945bf9c32" dependencies: "@types/node" "^6.0.46" "@types/q" "^0.0.32" @@ -11571,7 +11571,7 @@ protractor@~5.2.2: blocking-proxy "^1.0.0" chalk "^1.1.3" glob "^7.0.3" - jasmine "^2.5.3" + jasmine "2.8.0" jasminewd2 "^2.1.0" optimist "~0.6.0" q "1.4.1" From 8311220d7754d4b8738f6f22f4243176e341c78f Mon Sep 17 00:00:00 2001 From: Hypnosphi Date: Fri, 26 Jan 2018 21:32:49 +0300 Subject: [PATCH 6/6] Remove temporary eslintrc --- addons/info/src/components/types/.eslintrc.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 addons/info/src/components/types/.eslintrc.js diff --git a/addons/info/src/components/types/.eslintrc.js b/addons/info/src/components/types/.eslintrc.js deleted file mode 100644 index 9f8a1d5f1b60..000000000000 --- a/addons/info/src/components/types/.eslintrc.js +++ /dev/null @@ -1,6 +0,0 @@ -// TODO remove this file once https://github.com/yannickcr/eslint-plugin-react/issues/1389 is solved -const warn = 1; - -module.exports = { - rules: { 'react/no-typos': warn }, -};