File tree 3 files changed +2523
-6750
lines changed
3 files changed +2523
-6750
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- node_js :
3
- - ' 10'
4
-
5
- before_install :
6
- - npm install -g greenkeeper-lockfile
2
+ node_js : 14
7
3
8
4
before_script :
9
- - greenkeeper-lockfile-update
10
5
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
11
6
- chmod +x ./cc-test-reporter
12
7
- ./cc-test-reporter before-build
13
8
14
9
after_script :
15
- - greenkeeper-lockfile-upload
16
10
- ./cc-test-reporter format-coverage -t lcov ./coverage/lcov.info
17
11
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
18
12
@@ -25,5 +19,4 @@ script:
25
19
deploy :
26
20
provider : script
27
21
skip_cleanup : true
28
- script :
29
- - npx semantic-release
22
+ script : npx -p @qiwi/semrel-toolkit semrel -e @qiwi/semrel-config
Original file line number Diff line number Diff line change 25
25
"jest" : " BABEL_ENV=test NODE_ENV=test jest -w 1 --detectOpenHandles --config jest.config.json" ,
26
26
"lint" : " standard src/**/*.js" ,
27
27
"lint:fix" : " npm run lint -- --fix" ,
28
- "postupdate" : " npm i && npm audit fix && npm test"
28
+ "postupdate" : " npm i && npm shrinkwrap && npm audit fix && npm test"
29
29
},
30
30
"devDependencies" : {
31
- "@semantic-release/changelog" : " ^5.0.1" ,
32
- "@semantic-release/git" : " ^9.0.0" ,
33
- "@semantic-release/github" : " ^7.0.7" ,
34
- "@semantic-release/npm" : " ^7.0.5" ,
35
31
"coveralls" : " ^3.1.0" ,
36
- "jest" : " ^26.1.0" ,
37
- "mock-fs" : " ^4.12.0" ,
38
- "semantic-release" : " ^17.1.1" ,
39
- "standard" : " ^14.3.4"
32
+ "jest" : " ^26.6.3" ,
33
+ "mock-fs" : " ^4.13.0" ,
34
+ "standard" : " ^16.0.1"
40
35
},
41
36
"standard" : {
42
37
"globals" : [
59
54
},
60
55
"dependencies" : {
61
56
"find-git-root" : " ^1.0.4" ,
62
- "lodash" : " ^4.17.19 " ,
57
+ "lodash" : " ^4.17.20 " ,
63
58
"read-pkg" : " ^5.2.0" ,
64
59
"semver" : " ^7.3.2"
65
- },
66
- "release" : {
67
- "branch" : " master" ,
68
- "verifyConditions" : [
69
- " @semantic-release/changelog" ,
70
- " @semantic-release/npm" ,
71
- " @semantic-release/git"
72
- ],
73
- "prepare" : [
74
- " @semantic-release/changelog" ,
75
- " @semantic-release/npm" ,
76
- " @semantic-release/git"
77
- ],
78
- "publish" : [
79
- " @semantic-release/npm" ,
80
- " @semantic-release/github"
81
- ]
82
60
}
83
61
}
You can’t perform that action at this time.
0 commit comments