Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 125e62b

Browse files
authored
Merge pull request #36 from adobe/renovate/external
chore(deps): update external
2 parents 16d368d + 086af0e commit 125e62b

File tree

4 files changed

+53
-62
lines changed

4 files changed

+53
-62
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executors:
88
working_directory: ~/repo
99

1010
orbs:
11-
helix-post-deploy: adobe/helix-post-deploy@1.6.0
11+
helix-post-deploy: adobe/helix-post-deploy@1.7.0
1212

1313
commands:
1414
setup:

package-lock.json

Lines changed: 45 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
"fs-extra": "9.0.0",
6060
"jsdoc-to-markdown": "5.0.3",
6161
"junit-report-builder": "2.0.0",
62-
"lint-staged": "10.1.6",
63-
"mocha": "7.1.1",
62+
"lint-staged": "10.1.7",
63+
"mocha": "7.1.2",
6464
"nyc": "15.0.1",
6565
"proxyquire": "2.1.3",
66-
"semantic-release": "17.0.6"
66+
"semantic-release": "17.0.7"
6767
},
6868
"lint-staged": {
6969
"*.js": "eslint"

test/post-deploy.test.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ describe('Post-Deploy Tests', () => {
5252
.request('https://adobeioruntime.net/')
5353
.get(`${getbaseurl()}/https://adobe.sharepoint.com/sites/TheBlog/_layouts/15/guestaccess.aspx?share=ESR1N29Z7HpCh1Zfs_0YS_gB4gVSuKyWRut-kNcHVSvkew&email=helix%40adobe.com&e=hx0OUl`)
5454
.then((response) => {
55+
// console.log(response.body);
5556
expect(response).to.be.json;
5657
expect(response.body).to.be.an('array').that.deep.includes({
57-
'import date': '2020-03-25T16:20:13.696Z',
58-
url: 'https://theblog.adobe.com/brands-acting-responsibly-amid-covid-19/',
59-
year: 2020,
58+
'import date': '2020-04-23T12:55:40.852Z',
59+
url: 'https://theblog.adobe.com/best-practices-in-content-management-it-edition/',
60+
year: 43875,
6061
});
6162
expect(response).to.have.status(200);
6263
}).catch((e) => {

0 commit comments

Comments
 (0)