Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
chore: Update to defaults rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Dec 20, 2017
1 parent 3c87902 commit 5aeba3e
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 50 deletions.
35 changes: 17 additions & 18 deletions .circleci/config.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
paths:
- ./node_modules

node8_webpack_latest:
node8-latest:
docker:
- image: webpackcontrib/circleci-node8:latest
steps:
Expand All @@ -62,15 +62,15 @@ jobs:
name: Submit coverage data to codecov.
command: bash <(curl -s https://codecov.io/bash)
when: on_success
node6_webpack_latest:
node6-latest:
docker:
- image: webpackcontrib/circleci-node6:latest
<<: *unit_tests
node9_webpack_latest:
node9-latest:
docker:
- image: webpackcontrib/circleci-node9:latest
<<: *unit_tests
node8_webpack_canary:
node8-canary:
docker:
- image: webpackcontrib/circleci-node8:latest
<<: *canary_tests
Expand Down Expand Up @@ -118,44 +118,43 @@ workflows:
validate-publish:
jobs:
- dependency_cache
- node6_webpack_latest:
- node6-latest:
requires:
- dependency_cache
filters:
tags:
only: /.*/
- node8_webpack_latest:
- analysis:
requires:
- dependency_cache
filters:
tags:
only: /.*/
- node9_webpack_latest:
- node8-latest:
requires:
- dependency_cache
- analysis
- node6-latest
filters:
tags:
only: /.*/
- node8_webpack_canary:
- node9-latest:
requires:
- dependency_cache
- analysis
- node6-latest
filters:
tags:
only: /.*/
- analysis:
- node8-canary:
requires:
- node6_webpack_latest
- node8_webpack_latest
- node9_webpack_latest
- analysis
- node6-latest
filters:
tags:
only: /.*/
- publish:
requires:
- node6_webpack_latest
- node8_webpack_latest
- node9_webpack_latest
- analysis
- node8-latest
- node9-latest
filters:
branches:
only:
Expand Down
8 changes: 4 additions & 4 deletions codecov.yml
@@ -1,10 +1,10 @@
codecov:
branch: master
coverage:
precision: 2
round: down
range: 70...100

status:
project: no
patch: yes

project: 'no'
patch: 'yes'
comment: 'off'
55 changes: 27 additions & 28 deletions package.json
Expand Up @@ -15,65 +15,64 @@
"commitlint": "commitlint",
"commitmsg": "commitlint -e $GIT_PARAMS",
"lint": "eslint --cache src test",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"release": "standard-version",
"release:ci": "conventional-github-releaser -p angular",
"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
"security": "nsp check",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"ci:lint": "npm run lint && npm run security",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "npm run test -- --runInBand",
"ci:coverage": "npm run test:coverage -- --runInBand",
"webpack-defaults": "webpack-defaults",
"release": "standard-version"
"defaults": "webpack-defaults"
},
"dependencies": {
"loader-utils": "^1.1.0",
"mime": "^2.0.3",
"schema-utils": "^0.4.2"
"schema-utils": "^0.4.3"
},
"devDependencies": {
"@commitlint/cli": "^5.0.0",
"@commitlint/config-angular": "^5.0.0",
"@webpack-contrib/eslint-config-webpack": "^2.0.0",
"babel-cli": "^6.0.0",
"babel-jest": "^21.0.0",
"babel-plugin-transform-object-rest-spread": "^6.0.0",
"babel-polyfill": "^6.0.0",
"babel-preset-env": "^1.0.0",
"@commitlint/cli": "^5.2.5",
"@commitlint/config-angular": "^5.1.1",
"@webpack-contrib/eslint-config-webpack": "^2.0.2",
"babel-cli": "^6.26.0",
"babel-jest": "^22.0.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"conventional-github-releaser": "^2.0.0",
"cross-env": "^5.0.0",
"cross-env": "^5.1.1",
"del": "^3.0.0",
"del-cli": "^1.0.0",
"eslint": "^4.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-prettier": "^2.0.0",
"file-loader": "^1.0.0",
"husky": "^0.14.0",
"jest": "^21.0.0",
"del-cli": "^1.1.0",
"eslint": "^4.13.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.4.0",
"file-loader": "^1.1.6",
"husky": "^0.14.3",
"jest": "^22.0.3",
"lint-staged": "^6.0.0",
"memory-fs": "^0.4.1",
"nsp": "^3.1.0",
"pre-commit": "^1.0.0",
"prettier": "^1.0.0",
"standard-version": "^4.0.0",
"webpack": "^3.0.0",
"webpack-defaults": "^2.0.0-beta.1"
"pre-commit": "^1.2.2",
"prettier": "^1.9.2",
"standard-version": "^4.2.0",
"webpack": "^3.10.0",
"webpack-defaults": "^2.0.0-rc.1"
},
"engines": {
"node": ">= 6.9.0 || >= 8.9.0"
},
"peerDependencies": {
"file-loader": "*",
"webpack": "^3.0.0 || ^4.0.0"
},
"repository": "https://github.com/webpack-contrib/url-loader.git",
"bugs": "https://github.com/webpack-contrib/url-loader/issues",
"homepage": "https://github.com/webpack-contrib/url-loader",
"repository": "https://github.com/webpack-contrib/url-loader",
"bugs": "https://github.com/webpack-contrib/url-loader/issues",
"pre-commit": "lint-staged",
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 5aeba3e

Please sign in to comment.