Skip to content

Commit 2ddfa9b

Browse files
authored
Merge pull request #67 from elasticio/upd-sailor-fix
update
2 parents ce640ee + d046c49 commit 2ddfa9b

File tree

5 files changed

+655
-628
lines changed

5 files changed

+655
-628
lines changed

.circleci/config.yml

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -13,63 +13,62 @@ commands:
1313
event: fail
1414
custom: |
1515
{
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+
]
4040
}
4141
notify_on_pass:
4242
steps:
4343
- slack/notify:
4444
event: pass
4545
custom: |
4646
{
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+
]
7171
}
72-
7372
jobs:
7473
test:
7574
docker: # run the steps with Docker
@@ -81,10 +80,12 @@ jobs:
8180
- node/install-packages:
8281
cache-path: ./node_modules
8382
override-ci-command: npm install
83+
- run:
84+
name: Audit Dependencies
85+
command: npm audit --production --audit-level=high
8486
- run:
8587
name: test
8688
command: npm test
87-
8889
build:
8990
docker:
9091
- image: cimg/base:stable

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 1.2.7 (February 15, 2022)
28

39
* Updated Node engine to 15.8.0

circle.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)