@adobe/helix-importer 3.4.120 → 3.4.121
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 +20 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [3.4.121](https://github.com/adobe/helix-importer/compare/v3.4.120...v3.4.121) (2025-12-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update adobe fixes ([#623](https://github.com/adobe/helix-importer/issues/623)) ([147de99](https://github.com/adobe/helix-importer/commit/147de99035dc28e2519813a3a932c391e0e5d988))
|
|
7
|
+
* **deps:** update adobe fixes ([#624](https://github.com/adobe/helix-importer/issues/624)) ([292bdc0](https://github.com/adobe/helix-importer/commit/292bdc096c827d653f3aac37c94e2c4d077a32b9))
|
|
8
|
+
* **deps:** update adobe fixes ([#626](https://github.com/adobe/helix-importer/issues/626)) ([8a010ec](https://github.com/adobe/helix-importer/commit/8a010ecb3e659f3c26a2bab084356d22f24aca2c))
|
|
9
|
+
* **deps:** update adobe fixes ([#628](https://github.com/adobe/helix-importer/issues/628)) ([ab8b02c](https://github.com/adobe/helix-importer/commit/ab8b02c8375bde0fac9be90d8ce0c5ab34fccb84))
|
|
10
|
+
* **deps:** update dependency @adobe/helix-markdown-support to v7.1.15 ([#616](https://github.com/adobe/helix-importer/issues/616)) ([de173df](https://github.com/adobe/helix-importer/commit/de173dfa328f24ebd94bf456f245eafc03780570))
|
|
11
|
+
* **deps:** update dependency @adobe/helix-markdown-support to v7.1.17 ([#627](https://github.com/adobe/helix-importer/issues/627)) ([fae58a4](https://github.com/adobe/helix-importer/commit/fae58a43844d6bbe1bf592c0bd236f2403f3ba92))
|
|
12
|
+
* **deps:** update dependency @adobe/helix-md2docx to v2.2.26 ([#611](https://github.com/adobe/helix-importer/issues/611)) ([31730e3](https://github.com/adobe/helix-importer/commit/31730e3e2d12bcd74e09af25fb7d9af7d9651979))
|
|
13
|
+
* **deps:** update dependency @adobe/helix-md2docx to v2.2.27 ([#617](https://github.com/adobe/helix-importer/issues/617)) ([59a6c3c](https://github.com/adobe/helix-importer/commit/59a6c3cf0fb69bf3c289067b069e8cb27d412145))
|
|
14
|
+
* **deps:** update dependency @adobe/helix-md2docx to v2.2.28 ([#621](https://github.com/adobe/helix-importer/issues/621)) ([fbc7f66](https://github.com/adobe/helix-importer/commit/fbc7f66fd61941923dfb47bedbd452a57a94f584))
|
|
15
|
+
* **deps:** update dependency @adobe/helix-md2docx to v2.2.33 ([#629](https://github.com/adobe/helix-importer/issues/629)) ([9063195](https://github.com/adobe/helix-importer/commit/9063195f62c325f8ecdbdadab7bf305a2ecbae09))
|
|
16
|
+
* **deps:** update dependency @adobe/helix-md2jcr to v1.2.7 ([#625](https://github.com/adobe/helix-importer/issues/625)) ([40ea4ec](https://github.com/adobe/helix-importer/commit/40ea4ec7e28196775b2daa9a3d007ecad738e9b2))
|
|
17
|
+
* **deps:** update dependency @adobe/mdast-util-gridtables to v4.0.15 ([#619](https://github.com/adobe/helix-importer/issues/619)) ([0e58be3](https://github.com/adobe/helix-importer/commit/0e58be33732f05223e1184a1e1b6c4f85d60f282))
|
|
18
|
+
* **deps:** update external fixes ([#622](https://github.com/adobe/helix-importer/issues/622)) ([bb9c041](https://github.com/adobe/helix-importer/commit/bb9c041ba99861c6428e1536206b7947c653ad8f))
|
|
19
|
+
* update semantic-release to v25 and node to 24.x for OIDC ([#606](https://github.com/adobe/helix-importer/issues/606)) ([7d60e37](https://github.com/adobe/helix-importer/commit/7d60e379b0f02efcea2a736f5269b25c70dda4f5))
|
|
20
|
+
|
|
1
21
|
## [3.4.120](https://github.com/adobe/helix-importer/compare/v3.4.119...v3.4.120) (2025-10-16)
|
|
2
22
|
|
|
3
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-importer",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.121",
|
|
4
4
|
"description": "Helix Importer tool: create md / docx from html",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"*.js": "eslint"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
30
|
-
"@adobe/helix-docx2md": "1.9.
|
|
31
|
-
"@adobe/helix-mediahandler": "2.9.
|
|
32
|
-
"@eslint/config-helpers": "0.
|
|
29
|
+
"@adobe/eslint-config-helix": "3.0.15",
|
|
30
|
+
"@adobe/helix-docx2md": "1.9.8",
|
|
31
|
+
"@adobe/helix-mediahandler": "2.9.5",
|
|
32
|
+
"@eslint/config-helpers": "0.5.0",
|
|
33
33
|
"@esm-bundle/chai": "4.3.4-fix.0",
|
|
34
34
|
"@semantic-release/changelog": "6.0.3",
|
|
35
35
|
"@semantic-release/exec": "6.0.3",
|
|
@@ -44,21 +44,21 @@
|
|
|
44
44
|
"husky": "9.1.7",
|
|
45
45
|
"jsdom": "26.1.0",
|
|
46
46
|
"lint-staged": "15.5.2",
|
|
47
|
-
"mocha": "11.7.
|
|
47
|
+
"mocha": "11.7.5",
|
|
48
48
|
"mocha-multi-reporters": "1.5.1",
|
|
49
49
|
"mock-fs": "5.5.0",
|
|
50
50
|
"remark-parse": "11.0.0",
|
|
51
|
-
"semantic-release": "
|
|
51
|
+
"semantic-release": "25.0.2",
|
|
52
52
|
"unist-util-inspect": "8.1.0"
|
|
53
53
|
},
|
|
54
54
|
"license": "Apache-2.0",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@adobe/helix-markdown-support": "7.1.
|
|
57
|
-
"@adobe/helix-md2docx": "2.2.
|
|
58
|
-
"@adobe/helix-md2jcr": "1.2.
|
|
59
|
-
"@adobe/mdast-util-gridtables": "4.0.
|
|
60
|
-
"@adobe/remark-gridtables": "3.0.
|
|
61
|
-
"form-data": "4.0.
|
|
56
|
+
"@adobe/helix-markdown-support": "7.1.17",
|
|
57
|
+
"@adobe/helix-md2docx": "2.2.33",
|
|
58
|
+
"@adobe/helix-md2jcr": "1.2.9",
|
|
59
|
+
"@adobe/mdast-util-gridtables": "4.0.15",
|
|
60
|
+
"@adobe/remark-gridtables": "3.0.16",
|
|
61
|
+
"form-data": "4.0.5",
|
|
62
62
|
"fs-extra": "11.3.2",
|
|
63
63
|
"hast-util-to-mdast": "10.1.2",
|
|
64
64
|
"node-fetch": "3.3.2",
|