Skip to content

Commit

Permalink
Merge branch 'main' into support-yaml-body
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-pfister authored Apr 17, 2024
2 parents 75140e6 + d43261c commit 36003c1
Show file tree
Hide file tree
Showing 33 changed files with 346 additions and 149 deletions.
270 changes: 159 additions & 111 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
"lint-staged": "15.2.2",
"mocha": "10.4.0",
"mocha-multi-reporters": "1.5.1",
"mocha-suppress-logs": "0.5.1",
"nock": "13.5.4",
"semantic-release": "23.0.7",
"semantic-release": "23.0.8",
"semantic-release-monorepo": "8.0.2"
},
"lint-staged": {
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-async-v2.0.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-async-v2.0.1...@adobe/helix-shared-async-v2.0.2) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-async-v2.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-async-v2.0.0...@adobe/helix-shared-async-v2.0.1) (2024-01-23)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-async",
"version": "2.0.1",
"version": "2.0.2",
"description": "Shared modules of the Helix Project - async",
"main": "src/async.js",
"type": "module",
Expand All @@ -15,7 +15,10 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"author": "",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-body-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-body-data-v2.0.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-body-data-v2.0.2...@adobe/helix-shared-body-data-v2.0.3) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-body-data-v2.0.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-body-data-v2.0.1...@adobe/helix-shared-body-data-v2.0.2) (2024-01-23)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-body-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-body-data",
"version": "2.0.2",
"version": "2.0.3",
"description": "Shared modules of the Helix Project - body-data",
"main": "src/body-data-wrapper.js",
"types": "src/body-data-wrapper.d.ts",
Expand All @@ -12,7 +12,10 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-bounce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-bounce-v2.0.18](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-bounce-v2.0.17...@adobe/helix-shared-bounce-v2.0.18) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-bounce-v2.0.17](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-bounce-v2.0.16...@adobe/helix-shared-bounce-v2.0.17) (2024-03-02)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-bounce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-bounce",
"version": "2.0.17",
"version": "2.0.18",
"description": "Shared modules of the Helix Project - bounce",
"main": "src/bounce.js",
"types": "src/bounce.d.ts",
Expand All @@ -13,7 +13,10 @@
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json",
"loader": "esmock"
"loader": "esmock",
"require": [
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-config-v10.4.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v10.4.1...@adobe/helix-shared-config-v10.4.2) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-config-v10.4.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v10.4.0...@adobe/helix-shared-config-v10.4.1) (2024-04-09)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-config",
"version": "10.4.1",
"version": "10.4.2",
"description": "Shared modules of the Helix Project - config",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand All @@ -24,7 +24,10 @@
"access": "public"
},
"mocha": {
"require": "test/setup-env.js",
"require": [
"test/setup-env.js",
"mocha-suppress-logs"
],
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-dom-v2.0.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-dom-v2.0.4...@adobe/helix-shared-dom-v2.0.5) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-dom-v2.0.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-dom-v2.0.3...@adobe/helix-shared-dom-v2.0.4) (2024-01-23)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-dom",
"version": "2.0.4",
"version": "2.0.5",
"description": "Shared modules of the Helix Project - dom",
"main": "src/dom.js",
"type": "module",
Expand All @@ -11,7 +11,10 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-git-v3.0.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-git-v3.0.7...@adobe/helix-shared-git-v3.0.8) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-git-v3.0.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-git-v3.0.6...@adobe/helix-shared-git-v3.0.7) (2024-03-09)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-git",
"version": "3.0.7",
"version": "3.0.8",
"description": "Shared modules of the Helix Project - Git Utils",
"main": "src/index.js",
"type": "module",
Expand All @@ -11,7 +11,10 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-ims/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-ims-v2.0.9](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-ims-v2.0.8...@adobe/helix-shared-ims-v2.0.9) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-ims-v2.0.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-ims-v2.0.7...@adobe/helix-shared-ims-v2.0.8) (2024-03-02)


Expand Down
9 changes: 6 additions & 3 deletions packages/helix-shared-ims/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-ims",
"version": "2.0.8",
"version": "2.0.9",
"description": "Shared modules of the Helix Project - ims",
"main": "src/ims.js",
"types": "src/ims.d.ts",
Expand All @@ -13,8 +13,11 @@
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json",
"require": "test/setup-env.js",
"spec": "test/*.test.js"
"spec": "test/*.test.js",
"require": [
"test/setup-env.js",
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-indexer-v2.0.23](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.22...@adobe/helix-shared-indexer-v2.0.23) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-indexer-v2.0.22](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.21...@adobe/helix-shared-indexer-v2.0.22) (2024-04-11)


Expand Down
9 changes: 6 additions & 3 deletions packages/helix-shared-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-indexer",
"version": "2.0.22",
"version": "2.0.23",
"description": "Shared modules of the Helix Project - Indexer",
"main": "src/index.js",
"type": "module",
Expand All @@ -25,13 +25,16 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"dependencies": {
"dayjs": "1.11.10",
"hast-util-select": "6.0.2",
"hast-util-to-html": "9.0.1",
"hast-util-to-text": "4.0.0",
"hast-util-to-text": "4.0.2",
"jsep": "1.3.8",
"micromatch": "4.0.5",
"rehype-parse": "9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-process-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-process-queue-v3.0.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-process-queue-v3.0.3...@adobe/helix-shared-process-queue-v3.0.4) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-process-queue-v3.0.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-process-queue-v3.0.2...@adobe/helix-shared-process-queue-v3.0.3) (2024-04-02)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-process-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-process-queue",
"version": "3.0.3",
"version": "3.0.4",
"description": "Shared modules of the Helix Project - Process Queue",
"main": "src/process-queue.js",
"types": "src/process-queue.d.ts",
Expand All @@ -12,7 +12,10 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-prune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-prune-v2.0.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-prune-v2.0.1...@adobe/helix-shared-prune-v2.0.2) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-prune-v2.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-prune-v2.0.0...@adobe/helix-shared-prune-v2.0.1) (2024-01-23)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-prune/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-prune",
"version": "2.0.1",
"version": "2.0.2",
"description": "Shared modules of the Helix Project - prune",
"main": "src/prune.js",
"type": "module",
Expand All @@ -11,7 +11,10 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-secrets-v2.2.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-secrets-v2.2.5...@adobe/helix-shared-secrets-v2.2.6) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-secrets-v2.2.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-secrets-v2.2.4...@adobe/helix-shared-secrets-v2.2.5) (2024-03-02)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-secrets",
"version": "2.2.5",
"version": "2.2.6",
"description": "Shared modules of the Helix Project - secrets",
"type": "module",
"main": "src/secrets-wrapper.js",
Expand All @@ -12,7 +12,10 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/helix-shared-string/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/helix-shared-string-v2.0.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-string-v2.0.1...@adobe/helix-shared-string-v2.0.2) (2024-04-17)


### Bug Fixes

* **deps:** update external fixes ([#928](https://github.com/adobe/helix-shared/issues/928)) ([a3b4595](https://github.com/adobe/helix-shared/commit/a3b4595c62744c2df83d9b1876b6e8427033c2fa))

# [@adobe/helix-shared-string-v2.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-string-v2.0.0...@adobe/helix-shared-string-v2.0.1) (2024-01-23)


Expand Down
7 changes: 5 additions & 2 deletions packages/helix-shared-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared-string",
"version": "2.0.1",
"version": "2.0.2",
"description": "Shared modules of the Helix Project - string",
"main": "src/string.js",
"type": "module",
Expand All @@ -11,7 +11,10 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"require": [
"mocha-suppress-logs"
]
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 36003c1

Please sign in to comment.