Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 25 dependencies from npm #2724

Merged
merged 26 commits into from
Jan 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c7df96e
Update commander from 2.12.2 to 2.13.0 in /
dependencies-bot Jan 11, 2018
d2633d7
Update jest from 22.0.5 to 22.0.6 in /
dependencies-bot Jan 11, 2018
1d78118
Update jest-cli from 22.0.5 to 22.0.6 in /
dependencies-bot Jan 11, 2018
9e4f6ee
Update jest-config from 22.0.5 to 22.0.6 in /
dependencies-bot Jan 11, 2018
51b14e0
Update jest-diff from 22.0.5 to 22.0.6 in /
dependencies-bot Jan 11, 2018
a5d3f25
Update jest-environment-jsdom from 22.0.5 to 22.0.6 in /
dependencies-bot Jan 11, 2018
ce9cdfd
Update jest-jasmine2 from 22.0.5 to 22.0.6 in /
dependencies-bot Jan 11, 2018
29be8ed
Update nodemon from 1.14.10 to 1.14.11 in /
dependencies-bot Jan 11, 2018
bcc08f0
Update prettier from 1.9.2 to 1.10.2 in /
dependencies-bot Jan 11, 2018
eeebc93
Update tslint from 5.8.0 to 5.9.1 in /
dependencies-bot Jan 11, 2018
e8a4789
Update commander from 2.12.2 to 2.13.0 in app/react
dependencies-bot Jan 11, 2018
e3905a9
Update common-tags from 1.7.0 to 1.7.2 in app/react
dependencies-bot Jan 11, 2018
fba1a5f
Update nodemon from 1.14.10 to 1.14.11 in app/react
dependencies-bot Jan 11, 2018
dcaba93
Update commander from 2.12.2 to 2.13.0 in app/angular
dependencies-bot Jan 11, 2018
b415bac
Update common-tags from 1.7.0 to 1.7.2 in app/angular
dependencies-bot Jan 11, 2018
e717a32
Update zone.js from 0.8.19 to 0.8.20 in app/angular
dependencies-bot Jan 11, 2018
a2ed491
Update nodemon from 1.14.10 to 1.14.11 in app/angular
dependencies-bot Jan 11, 2018
4946c2f
Update commander from 2.12.2 to 2.13.0 in app/react-native
dependencies-bot Jan 11, 2018
5ee54bf
Update commander from 2.12.2 to 2.13.0 in app/vue
dependencies-bot Jan 11, 2018
28d695a
Update common-tags from 1.7.0 to 1.7.2 in app/vue
dependencies-bot Jan 11, 2018
037f705
Update nodemon from 1.14.10 to 1.14.11 in app/vue
dependencies-bot Jan 11, 2018
549d6d2
Update babel-jest from 22.0.4 to 22.0.6 in examples/cra-kitchen-sink
dependencies-bot Jan 11, 2018
cf8e096
Update jest from 22.0.5 to 22.0.6 in examples/cra-kitchen-sink
dependencies-bot Jan 11, 2018
0a6f204
Update commander from 2.12.2 to 2.13.0 in lib/cli
dependencies-bot Jan 11, 2018
fac0dee
Update zone.js from 0.8.19 to 0.8.20 in examples/angular-cli
dependencies-bot Jan 11, 2018
6d27ee8
update lockfile
Hypnosphi Jan 11, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"babel-runtime": "^6.23.0",
"case-sensitive-paths-webpack-plugin": "^2.0.0",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"common-tags": "^1.7.0",
"commander": "^2.13.0",
"common-tags": "^1.7.2",
"configstore": "^3.1.0",
"core-js": "^2.4.1",
"cross-env": "^5.1.1",
Expand Down Expand Up @@ -83,15 +83,15 @@
"webpack": "^2.5.1 || ^3.0.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0",
"zone.js": "^0.8.19"
"zone.js": "^0.8.20"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"codelyzer": "^3.1.2",
"mock-fs": "^4.3.0",
"nodemon": "^1.14.10",
"nodemon": "^1.14.11",
"typescript": "^2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"commander": "^2.12.2",
"commander": "^2.13.0",
"css-loader": "^0.28.8",
"express": "^4.16.2",
"file-loader": "^1.1.6",
Expand Down
6 changes: 3 additions & 3 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"common-tags": "^1.7.0",
"commander": "^2.13.0",
"common-tags": "^1.7.2",
"configstore": "^3.1.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.8",
Expand Down Expand Up @@ -83,7 +83,7 @@
"webpack-hot-middleware": "^2.21.0"
},
"devDependencies": {
"nodemon": "^1.14.10"
"nodemon": "^1.14.11"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
Expand Down
6 changes: 3 additions & 3 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"common-tags": "^1.7.0",
"commander": "^2.13.0",
"common-tags": "^1.7.2",
"configstore": "^3.1.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.8",
Expand Down Expand Up @@ -81,7 +81,7 @@
"webpack-hot-middleware": "^2.21.0"
},
"devDependencies": {
"nodemon": "^1.14.10",
"nodemon": "^1.14.11",
"vue": "^2.5.13",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13"
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ collectors:
versions: "L.Y.Y"
settings:
batch_mode: true
bootstrap_command: echo 'Skip'
bootstrap_command: yarn --ignore-scripts --ignore-engines --silent
github_labels:
- dependencies:update
github_assignees:
Expand Down
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/router": "^5.1.3",
"core-js": "^2.4.1",
"rxjs": "^5.4.2",
"zone.js": "^0.8.19"
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "1.6.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@storybook/client-logger": "^3.4.0-alpha.1",
"@storybook/components": "^3.4.0-alpha.1",
"@storybook/react": "^3.4.0-alpha.1",
"babel-jest": "^22.0.4",
"babel-jest": "^22.0.6",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"jest": "^22.0.5",
"jest": "^22.0.6",
"react-scripts": "^1.0.17"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"babel-runtime": "^6.26.0",
"chalk": "^2.3.0",
"child-process-promise": "^2.2.1",
"commander": "^2.12.2",
"commander": "^2.13.0",
"cross-spawn": "^5.0.1",
"jscodeshift": "^0.4.0",
"json5": "^0.5.1",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"chalk": "^2.3.0",
"codecov": "^3.0.0",
"codelyzer": "^3.1.2",
"commander": "^2.12.2",
"commander": "^2.13.0",
"cross-env": "^5.1.3",
"danger": "^2.1.10",
"enzyme": "^3.3.0",
Expand All @@ -66,20 +66,20 @@
"glob": "^7.1.2",
"husky": "^0.14.3",
"inquirer": "^4.0.2",
"jest": "^22.0.5",
"jest-cli": "^22.0.5",
"jest-config": "^22.0.5",
"jest-diff": "^22.0.5",
"jest-environment-jsdom": "^22.0.5",
"jest": "^22.0.6",
"jest-cli": "^22.0.6",
"jest-config": "^22.0.6",
"jest-diff": "^22.0.6",
"jest-environment-jsdom": "^22.0.6",
"jest-enzyme": "^4.0.2",
"jest-image-snapshot": "^2.2.1",
"jest-jasmine2": "^22.0.5",
"jest-jasmine2": "^22.0.6",
"lerna": "^2.6.0",
"lint-staged": "^6.0.0",
"lodash": "^4.17.4",
"nodemon": "^1.14.10",
"nodemon": "^1.14.11",
"npmlog": "^4.1.2",
"prettier": "^1.9.2",
"prettier": "^1.10.2",
"puppeteer": "^0.13.0",
"raf": "^3.4.0",
"react": "^16.2.0",
Expand All @@ -92,7 +92,7 @@
"remark-preset-lint-recommended": "^3.0.1",
"shelljs": "^0.7.8",
"symlink-dir": "^1.1.1",
"tslint": "~5.8.0",
"tslint": "~5.9.1",
"tslint-config-prettier": "^1.6.0",
"tslint-plugin-prettier": "^1.3.0"
},
Expand Down