@adobe/helix-html-pipeline 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.4.2](https://github.com/adobe/helix-html-pipeline/compare/v1.4.1...v1.4.2) (2022-05-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @adobe/helix-shared-utils to v2.0.9 ([2aee8a3](https://github.com/adobe/helix-html-pipeline/commit/2aee8a3c70388a220bacdef1671e6c899b02736f))
7
+
1
8
  ## [1.4.1](https://github.com/adobe/helix-html-pipeline/compare/v1.4.0...v1.4.1) (2022-04-16)
2
9
 
3
10
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Helix HTML Pipeline
2
2
 
3
- This package contains the common code for `helix-pipeline-service` and `helix-cloudflare-pipeline` for rendering the html response for helix3. it has the following design goals:
3
+ This package contains the common code for `helix-pipeline-service` and `helix-cloudflare-page` for rendering the html response for helix3. it has the following design goals:
4
4
 
5
5
  - be platform neutral, i.e. not using node or browser specific modules or dependencies.
6
6
  - +/-0 runtime dependencies (eg. node [crypto](https://nodejs.org/api/crypto.html))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-html-pipeline",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Helix HTML Pipeline",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@adobe/helix-markdown-support": "3.1.2",
36
- "@adobe/helix-shared-utils": "2.0.8",
36
+ "@adobe/helix-shared-utils": "2.0.9",
37
37
  "github-slugger": "1.4.0",
38
38
  "hast-util-raw": "7.2.1",
39
39
  "hast-util-select": "5.0.1",
@@ -67,16 +67,16 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@adobe/eslint-config-helix": "1.3.2",
70
- "@markedjs/html-differ": "4.0.1",
70
+ "@markedjs/html-differ": "4.0.2",
71
71
  "@semantic-release/changelog": "6.0.1",
72
72
  "@semantic-release/git": "10.0.1",
73
73
  "@semantic-release/npm": "9.0.1",
74
- "c8": "7.11.0",
74
+ "c8": "7.11.2",
75
75
  "chalk-template": "0.4.0",
76
76
  "codecov": "3.8.3",
77
77
  "commitizen": "4.2.4",
78
78
  "cz-conventional-changelog": "3.3.0",
79
- "eslint": "8.13.0",
79
+ "eslint": "8.14.0",
80
80
  "eslint-plugin-header": "3.1.1",
81
81
  "eslint-plugin-import": "2.26.0",
82
82
  "esmock": "1.7.5",
@@ -85,8 +85,8 @@
85
85
  "jsdoc-to-markdown": "7.1.1",
86
86
  "jsdom": "19.0.0",
87
87
  "junit-report-builder": "3.0.0",
88
- "lint-staged": "12.3.8",
89
- "mocha": "9.2.2",
88
+ "lint-staged": "12.4.1",
89
+ "mocha": "10.0.0",
90
90
  "mocha-multi-reporters": "1.5.1",
91
91
  "remark-gfm": "3.0.1",
92
92
  "semantic-release": "19.0.2"