Skip to content

Commit a3b4595

Browse files
fix(deps): update external fixes (#928)
* fix(deps): update external fixes * chore: fix tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Bocanegra <tripod@adobe.com>
1 parent e173e7b commit a3b4595

18 files changed

Lines changed: 238 additions & 147 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
"lint-staged": "15.2.2",
4343
"mocha": "10.4.0",
4444
"mocha-multi-reporters": "1.5.1",
45+
"mocha-suppress-logs": "0.5.1",
4546
"nock": "13.5.4",
46-
"semantic-release": "23.0.7",
47+
"semantic-release": "23.0.8",
4748
"semantic-release-monorepo": "8.0.2"
4849
},
4950
"lint-staged": {

packages/helix-shared-async/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
},
1616
"mocha": {
1717
"reporter": "mocha-multi-reporters",
18-
"reporter-options": "configFile=.mocha-multi.json"
18+
"reporter-options": "configFile=.mocha-multi.json",
19+
"require": [
20+
"mocha-suppress-logs"
21+
]
1922
},
2023
"author": "",
2124
"license": "Apache-2.0",

packages/helix-shared-body-data/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
},
1313
"mocha": {
1414
"reporter": "mocha-multi-reporters",
15-
"reporter-options": "configFile=.mocha-multi.json"
15+
"reporter-options": "configFile=.mocha-multi.json",
16+
"require": [
17+
"mocha-suppress-logs"
18+
]
1619
},
1720
"repository": {
1821
"type": "git",

packages/helix-shared-bounce/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"mocha": {
1414
"reporter": "mocha-multi-reporters",
1515
"reporter-options": "configFile=.mocha-multi.json",
16-
"loader": "esmock"
16+
"loader": "esmock",
17+
"require": [
18+
"mocha-suppress-logs"
19+
]
1720
},
1821
"repository": {
1922
"type": "git",

packages/helix-shared-config/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"access": "public"
2525
},
2626
"mocha": {
27-
"require": "test/setup-env.js",
27+
"require": [
28+
"test/setup-env.js",
29+
"mocha-suppress-logs"
30+
],
2831
"reporter": "mocha-multi-reporters",
2932
"reporter-options": "configFile=.mocha-multi.json"
3033
},

packages/helix-shared-dom/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
},
1212
"mocha": {
1313
"reporter": "mocha-multi-reporters",
14-
"reporter-options": "configFile=.mocha-multi.json"
14+
"reporter-options": "configFile=.mocha-multi.json",
15+
"require": [
16+
"mocha-suppress-logs"
17+
]
1518
},
1619
"repository": {
1720
"type": "git",

packages/helix-shared-git/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
},
1212
"mocha": {
1313
"reporter": "mocha-multi-reporters",
14-
"reporter-options": "configFile=.mocha-multi.json"
14+
"reporter-options": "configFile=.mocha-multi.json",
15+
"require": [
16+
"mocha-suppress-logs"
17+
]
1518
},
1619
"repository": {
1720
"type": "git",

packages/helix-shared-ims/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
"mocha": {
1414
"reporter": "mocha-multi-reporters",
1515
"reporter-options": "configFile=.mocha-multi.json",
16-
"require": "test/setup-env.js",
17-
"spec": "test/*.test.js"
16+
"spec": "test/*.test.js",
17+
"require": [
18+
"test/setup-env.js",
19+
"mocha-suppress-logs"
20+
]
1821
},
1922
"repository": {
2023
"type": "git",

packages/helix-shared-indexer/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@
2525
},
2626
"mocha": {
2727
"reporter": "mocha-multi-reporters",
28-
"reporter-options": "configFile=.mocha-multi.json"
28+
"reporter-options": "configFile=.mocha-multi.json",
29+
"require": [
30+
"mocha-suppress-logs"
31+
]
2932
},
3033
"dependencies": {
3134
"dayjs": "1.11.10",
3235
"hast-util-select": "6.0.2",
3336
"hast-util-to-html": "9.0.1",
34-
"hast-util-to-text": "4.0.0",
37+
"hast-util-to-text": "4.0.2",
3538
"jsep": "1.3.8",
3639
"micromatch": "4.0.5",
3740
"rehype-parse": "9.0.0",

0 commit comments

Comments
 (0)