@adobe/helix-html-pipeline 1.9.5 → 1.9.7
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 +14 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.9.7](https://github.com/adobe/helix-html-pipeline/compare/v1.9.6...v1.9.7) (2023-01-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update adobe fixes ([2a5b480](https://github.com/adobe/helix-html-pipeline/commit/2a5b48046e5284ff8fc8957648bfca8591f71727))
|
|
7
|
+
|
|
8
|
+
## [1.9.6](https://github.com/adobe/helix-html-pipeline/compare/v1.9.5...v1.9.6) (2023-01-28)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update external fixes ([cfbfbc6](https://github.com/adobe/helix-html-pipeline/commit/cfbfbc6a55529c343c54931d599c6b17c55960bd))
|
|
14
|
+
|
|
1
15
|
## [1.9.5](https://github.com/adobe/helix-html-pipeline/compare/v1.9.4...v1.9.5) (2023-01-20)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-html-pipeline",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.7",
|
|
4
4
|
"description": "Helix HTML Pipeline",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -29,22 +29,22 @@
|
|
|
29
29
|
"loader": "esmock"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@adobe/helix-markdown-support": "6.1.
|
|
32
|
+
"@adobe/helix-markdown-support": "6.1.1",
|
|
33
33
|
"@adobe/helix-shared-utils": "2.2.0",
|
|
34
|
-
"@adobe/mdast-util-gridtables": "1.0.
|
|
35
|
-
"@adobe/remark-gridtables": "1.0.
|
|
34
|
+
"@adobe/mdast-util-gridtables": "1.0.6",
|
|
35
|
+
"@adobe/remark-gridtables": "1.0.2",
|
|
36
36
|
"github-slugger": "2.0.0",
|
|
37
37
|
"hast-util-raw": "8.0.0",
|
|
38
|
-
"hast-util-select": "5.0.
|
|
38
|
+
"hast-util-select": "5.0.5",
|
|
39
39
|
"hast-util-to-html": "8.0.4",
|
|
40
40
|
"hast-util-to-string": "2.0.0",
|
|
41
41
|
"hastscript": "7.2.0",
|
|
42
|
-
"mdast-util-gfm-footnote": "1.0.
|
|
42
|
+
"mdast-util-gfm-footnote": "1.0.2",
|
|
43
43
|
"mdast-util-gfm-strikethrough": "1.0.2",
|
|
44
44
|
"mdast-util-gfm-table": "1.0.6",
|
|
45
|
-
"mdast-util-gfm-task-list-item": "1.0.
|
|
46
|
-
"mdast-util-to-hast": "12.2.
|
|
47
|
-
"mdast-util-to-string": "3.1.
|
|
45
|
+
"mdast-util-gfm-task-list-item": "1.0.2",
|
|
46
|
+
"mdast-util-to-hast": "12.2.6",
|
|
47
|
+
"mdast-util-to-string": "3.1.1",
|
|
48
48
|
"micromark-extension-gfm-footnote": "1.0.4",
|
|
49
49
|
"micromark-extension-gfm-strikethrough": "1.0.4",
|
|
50
50
|
"micromark-extension-gfm-table": "1.0.5",
|
|
@@ -58,27 +58,27 @@
|
|
|
58
58
|
"remark-parse": "10.0.1",
|
|
59
59
|
"strip-markdown": "5.0.0",
|
|
60
60
|
"unified": "10.1.2",
|
|
61
|
-
"unist-util-map": "3.1.
|
|
62
|
-
"unist-util-remove": "3.1.
|
|
63
|
-
"unist-util-remove-position": "4.0.
|
|
64
|
-
"unist-util-select": "4.0.
|
|
65
|
-
"unist-util-visit": "4.1.
|
|
61
|
+
"unist-util-map": "3.1.3",
|
|
62
|
+
"unist-util-remove": "3.1.1",
|
|
63
|
+
"unist-util-remove-position": "4.0.2",
|
|
64
|
+
"unist-util-select": "4.0.3",
|
|
65
|
+
"unist-util-visit": "4.1.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@adobe/eslint-config-helix": "
|
|
68
|
+
"@adobe/eslint-config-helix": "2.0.1",
|
|
69
69
|
"@markedjs/html-differ": "4.0.2",
|
|
70
70
|
"@semantic-release/changelog": "6.0.2",
|
|
71
71
|
"@semantic-release/git": "10.0.1",
|
|
72
72
|
"@semantic-release/npm": "9.0.2",
|
|
73
73
|
"c8": "7.12.0",
|
|
74
|
-
"eslint": "8.
|
|
74
|
+
"eslint": "8.32.0",
|
|
75
75
|
"eslint-import-resolver-exports": "1.0.0-beta.4",
|
|
76
76
|
"eslint-plugin-header": "3.1.1",
|
|
77
|
-
"eslint-plugin-import": "2.27.
|
|
77
|
+
"eslint-plugin-import": "2.27.5",
|
|
78
78
|
"esmock": "2.1.0",
|
|
79
79
|
"husky": "8.0.3",
|
|
80
80
|
"js-yaml": "4.1.0",
|
|
81
|
-
"jsdom": "21.
|
|
81
|
+
"jsdom": "21.1.0",
|
|
82
82
|
"junit-report-builder": "3.0.1",
|
|
83
83
|
"lint-staged": "13.1.0",
|
|
84
84
|
"mocha": "10.2.0",
|