Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 2f78fdd

Browse files
committed
fix: oclif v1.7.29
<a name="1.7.29"></a> ## [1.7.29](oclif/oclif@v1.7.28...v1.7.29) (2018-04-10) ### Bug Fixes * remove junit reporter from circle ([1927369](oclif/oclif@1927369))
1 parent b164a04 commit 2f78fdd

File tree

2 files changed

+17
-35
lines changed

2 files changed

+17
-35
lines changed

.circleci/config.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
working_directory: ~/cli
88
environment:
99
NYC: "yarn exec nyc -- --nycrc-path node_modules/@oclif/nyc-config/.nycrc"
10-
MOCHA_FILE: "reports/mocha.xml"
1110
steps:
1211
- checkout
1312
- restore_cache: &restore_cache
@@ -18,17 +17,14 @@ jobs:
1817
name: Install dependencies
1918
command: |
2019
.circleci/greenkeeper
21-
yarn add -D nyc@11 @oclif/nyc-config@1 mocha-junit-reporter@1
20+
yarn add -D nyc@11 @oclif/nyc-config@1
2221
- run: ./bin/run --help
2322
- run:
2423
name: Testing
2524
command: |
26-
mkdir -p reports
27-
$NYC yarn test --reporter mocha-junit-reporter
25+
$NYC yarn test
2826
$NYC report --reporter text-lcov > coverage.lcov
2927
curl -s https://codecov.io/bash | bash
30-
- store_test_results: &store_test_results
31-
path: ~/cli/reports
3228
node-8:
3329
<<: *test
3430
docker:
@@ -51,7 +47,7 @@ jobs:
5147
semantic-release -e @oclif/semantic-release
5248
- run:
5349
name: Add dev packages to cache
54-
command: yarn add -D nyc@11 @oclif/nyc-config@1 mocha-junit-reporter@1
50+
command: yarn add -D nyc@11 @oclif/nyc-config@1
5551
- save_cache:
5652
key: v1-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
5753
paths:

yarn.lock

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,29 @@
99
call-me-maybe "^1.0.1"
1010
glob-to-regexp "^0.3.0"
1111

12-
"@oclif/command@1", "@oclif/command@^1.4.10", "@oclif/command@^1.4.7":
13-
version "1.4.10"
14-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.10.tgz#15d229ba975018ca62cf4a94bec6d9796e18b619"
12+
"@oclif/command@1", "@oclif/command@^1.4.13", "@oclif/command@^1.4.7":
13+
version "1.4.13"
14+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.13.tgz#2ed3c42142307d20337ec04eabd1be410dfa2a5e"
1515
dependencies:
1616
"@oclif/errors" "^1.0.4"
17-
"@oclif/parser" "^3.2.13"
17+
"@oclif/parser" "^3.3.2"
1818
debug "^3.1.0"
1919
semver "^5.5.0"
2020

21-
"@oclif/config@1", "@oclif/config@^1.4.0", "@oclif/config@^1.4.10":
22-
version "1.4.10"
23-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.10.tgz#79d10455378bf97b0910685659c00a7cca6e2e77"
21+
"@oclif/config@1", "@oclif/config@^1.6.0":
22+
version "1.6.1"
23+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.1.tgz#561c8950a01fa3255821f7a6810974b625133b1b"
2424
dependencies:
2525
debug "^3.1.0"
2626

2727
"@oclif/dev-cli@1":
28-
version "1.9.16"
29-
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.9.16.tgz#2cc2942d5e8b92041aed41a04c4436fa11aa9c9d"
28+
version "1.12.1"
29+
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.12.1.tgz#e04ee9c9bf4c277a92b2bb40a9a07461bad56d83"
3030
dependencies:
31-
"@oclif/command" "^1.4.10"
32-
"@oclif/config" "^1.4.10"
31+
"@oclif/command" "^1.4.13"
32+
"@oclif/config" "^1.6.0"
3333
"@oclif/errors" "^1.0.4"
3434
"@oclif/plugin-help" "^1.2.3"
35-
"@oclif/plugin-warn-if-update-available" "^1.3.0"
3635
cli-ux "^3.3.28"
3736
debug "^3.1.0"
3837
fs-extra "^5.0.0"
@@ -56,9 +55,9 @@
5655
version "1.0.0"
5756
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
5857

59-
"@oclif/parser@^3.2.13":
60-
version "3.2.13"
61-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.13.tgz#4baf2b4ea23165e57adaae1f223861d8d9a33a24"
58+
"@oclif/parser@^3.3.2":
59+
version "3.3.2"
60+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.2.tgz#81af56d4f97beae376abb59e461005489abd9e19"
6261
dependencies:
6362
"@oclif/linewrap" "^1.0.0"
6463
chalk "^2.3.2"
@@ -75,19 +74,6 @@
7574
widest-line "^2.0.0"
7675
wrap-ansi "^3.0.1"
7776

78-
"@oclif/plugin-warn-if-update-available@^1.3.0":
79-
version "1.3.0"
80-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-1.3.0.tgz#f332eee1560cdeed1b4f4857cb54260fe1ca2582"
81-
dependencies:
82-
"@oclif/command" "^1.4.7"
83-
"@oclif/config" "^1.4.0"
84-
"@oclif/errors" "^1.0.4"
85-
chalk "^2.3.2"
86-
debug "^3.1.0"
87-
fs-extra "^5.0.0"
88-
http-call "^5.1.0"
89-
semver "^5.5.0"
90-
9177
"@oclif/screen@^1.0.2":
9278
version "1.0.2"
9379
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"

0 commit comments

Comments
 (0)