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

Upgrade Node and dependent packages to latest #58

Merged
merged 7 commits into from
Jan 20, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ references:
&& ln -snf /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
&& rm yarn-v$YARN_VERSION.tar.gz'
environment:
YARN_VERSION: 1.12.3
YARN_VERSION: 1.13.0

- checkout

Expand Down Expand Up @@ -64,15 +64,20 @@ references:

version: 2
jobs:
'10.14.1':
'10.15.0':
<<: *base
docker:
- image: circleci/node:10.14.1-browsers
- image: circleci/node:10.15.0-browsers

'8.14.0':
'8.15.0':
<<: *base
docker:
- image: circleci/node:8.14.0-browsers
- image: circleci/node:8.15.0-browsers

least-version:
<<: *base
docker:
- image: circleci/node:8.9.0-browsers

docker-image:
docker:
Expand All @@ -96,12 +101,14 @@ workflows:
version: 2
build:
jobs:
- 10.14.1
- 8.14.0
- 10.15.0
- 8.15.0
- least-version
- docker-image:
requires:
- 10.14.1
- 8.14.0
- 10.15.0
- 8.15.0
- least-version
filters:
branches:
only: master
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.14.1
v10.15.0
35 changes: 19 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,65 +50,65 @@
"@types/cosmiconfig": "^5.0.3",
"@types/express": "^4.16.0",
"@types/get-stdin": "^5.0.1",
"@types/jest": "^23.3.11",
"@types/jest": "^23.3.13",
"@types/jest-plugin-context": "^2.9.0",
"@types/node": "^10.12.18",
"@types/pug": "^2.0.4",
"@types/puppeteer": "^1.11.1",
"@types/supertest": "^2.0.7",
"@types/ws": "^6.0.1",
"@types/yargs": "^12.0.5",
"autoprefixer": "^9.4.3",
"autoprefixer": "^9.4.5",
"bespoke": "^1.1.0",
"bespoke-forms": "^1.0.0",
"bespoke-keys": "^1.1.0",
"cheerio": "^1.0.0-rc.2",
"codecov": "^3.1.0",
"cssnano": "^4.1.8",
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
"jest-junit": "^6.0.1",
"jest-plugin-context": "^2.9.0",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"postcss-url": "^8.0.0",
"prettier": "^1.15.3",
"prettier": "^1.16.0",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"rollup": "^1.0.0",
"rimraf": "^2.6.3",
"rollup": "^1.1.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-postcss": "^1.6.3",
"rollup-plugin-pug": "^1.1.0",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-terser": "^4.0.2",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-url": "^2.1.0",
"screenfull": "^4.0.0",
"strip-ansi": "^5.0.0",
"stylelint": "^9.9.0",
"stylelint": "^9.10.1",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.4",
"supertest": "^3.3.0",
"stylelint-scss": "^3.5.1",
"supertest": "^3.4.1",
"ts-jest": "23.10.5",
"ts-keycode-enum": "^1.0.6",
"tslib": "^1.9.3",
"tslint": "^5.12.0",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
"typescript": "^3.2.4"
},
"dependencies": {
"@marp-team/marp-core": "^0.4.1",
"@marp-team/marpit": "^0.5.0",
"@marp-team/marp-core": "^0.5.0",
"@marp-team/marpit": "^0.6.0",
"carlo": "^0.9.43",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"chokidar": "^2.0.4",
"chrome-launcher": "^0.10.5",
"cosmiconfig": "^5.0.7",
"express": "^4.16.4",
"get-stdin": "^6.0.0",
"globby": "^8.0.1",
"globby": "^9.0.0",
"import-from": "^2.1.0",
"is-wsl": "^1.1.0",
"mkdirp": "^0.5.1",
Expand All @@ -121,5 +121,8 @@
"tmp": "^0.0.33",
"ws": "^6.1.2",
"yargs": "^12.0.5"
},
"resolutions": {
"dir-glob": "2.0.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By downgrading dir-glob from v2.2.0 to v2.0.0, failed tests caused by globby are fixed.

Perhaps the updated dir-glob cannot handle passed absolute path.

https://github.com/kevva/dir-glob/blob/3cd414fc3694dbaf9f87892febadf5703a6475ea/index.js#L6

Copy link
Member Author

@yhatt yhatt Jan 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've reported to kevva/dir-glob#15. And now I started working to resolve this on forked repo.

}
}
Loading