File tree Expand file tree Collapse file tree 5 files changed +655
-628
lines changed Expand file tree Collapse file tree 5 files changed +655
-628
lines changed Original file line number Diff line number Diff line change @@ -13,63 +13,62 @@ commands:
13
13
event : fail
14
14
custom : |
15
15
{
16
- "blocks": [
17
- {
18
- "type": "section",
19
- "fields": [
20
- {
21
- "type": "mrkdwn",
22
- "text": ":red_circle: *$CIRCLE_PROJECT_REPONAME*:*$CIRCLE_TAG* build failed"
23
- }
24
- ]
25
- },
26
- {
27
- "type": "actions",
28
- "elements": [
29
- {
30
- "type": "button",
31
- "text": {
32
- "type": "plain_text",
33
- "text": "View Job"
34
- },
35
- "url": "${CIRCLE_BUILD_URL}"
36
- }
37
- ]
38
- }
39
- ]
16
+ "blocks": [
17
+ {
18
+ "type": "section",
19
+ "fields": [
20
+ {
21
+ "type": "mrkdwn",
22
+ "text": ":red_circle: *$CIRCLE_PROJECT_REPONAME*:*$CIRCLE_TAG* build failed"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "type": "actions",
28
+ "elements": [
29
+ {
30
+ "type": "button",
31
+ "text": {
32
+ "type": "plain_text",
33
+ "text": "View Job"
34
+ },
35
+ "url": "${CIRCLE_BUILD_URL}"
36
+ }
37
+ ]
38
+ }
39
+ ]
40
40
}
41
41
notify_on_pass :
42
42
steps :
43
43
- slack/notify :
44
44
event : pass
45
45
custom : |
46
46
{
47
- "blocks": [
48
- {
49
- "type": "section",
50
- "fields": [
51
- {
52
- "type": "mrkdwn",
53
- "text": ":tada: *$CIRCLE_PROJECT_REPONAME*:*$CIRCLE_TAG* was successfully built and published"
54
- }
55
- ]
56
- },
57
- {
58
- "type": "actions",
59
- "elements": [
60
- {
61
- "type": "button",
62
- "text": {
63
- "type": "plain_text",
64
- "text": "View Job"
65
- },
66
- "url": "${CIRCLE_BUILD_URL}"
67
- }
68
- ]
69
- }
70
- ]
47
+ "blocks": [
48
+ {
49
+ "type": "section",
50
+ "fields": [
51
+ {
52
+ "type": "mrkdwn",
53
+ "text": ":tada: *$CIRCLE_PROJECT_REPONAME*:*$CIRCLE_TAG* was successfully built and published"
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "type": "actions",
59
+ "elements": [
60
+ {
61
+ "type": "button",
62
+ "text": {
63
+ "type": "plain_text",
64
+ "text": "View Job"
65
+ },
66
+ "url": "${CIRCLE_BUILD_URL}"
67
+ }
68
+ ]
69
+ }
70
+ ]
71
71
}
72
-
73
72
jobs :
74
73
test :
75
74
docker : # run the steps with Docker
@@ -81,10 +80,12 @@ jobs:
81
80
- node/install-packages :
82
81
cache-path : ./node_modules
83
82
override-ci-command : npm install
83
+ - run :
84
+ name : Audit Dependencies
85
+ command : npm audit --production --audit-level=high
84
86
- run :
85
87
name : test
86
88
command : npm test
87
-
88
89
build :
89
90
docker :
90
91
- image : cimg/base:stable
Original file line number Diff line number Diff line change
1
+ ## 1.2.8 (April 08, 2022)
2
+
3
+ * Update Sailor version to 2.6.27
4
+ * Get rid of vulnerabilities in dependencies
5
+ * Add component pusher job to Circle.ci config
6
+
1
7
## 1.2.7 (February 15, 2022)
2
8
3
9
* Updated Node engine to 15.8.0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments