@adobe/htlengine 6.4.22 → 6.4.23

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/.husky/pre-commit CHANGED
@@ -1,4 +1 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
-
4
1
  npx lint-staged
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [6.4.23](https://github.com/adobe/htlengine/compare/v6.4.22...v6.4.23) (2024-10-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency dompurify to v3.1.1 ([eae98a0](https://github.com/adobe/htlengine/commit/eae98a088fe08c0b08fdb7a216973598c5ac80f0))
7
+ * **deps:** update dependency dompurify to v3.1.2 ([f5c05fb](https://github.com/adobe/htlengine/commit/f5c05fb791a72e42eb07c0dc614e26c6eb274942))
8
+ * **deps:** update dependency jsdom to v25 ([#546](https://github.com/adobe/htlengine/issues/546)) ([ca80fd2](https://github.com/adobe/htlengine/commit/ca80fd221bc385c19ae6752ef2b0ce3754b7372a))
9
+ * **deps:** update external fixes ([c2b2909](https://github.com/adobe/htlengine/commit/c2b2909708fa6fb86a829418a43812b6688ff59f))
10
+ * **deps:** update external fixes ([4c7e6b6](https://github.com/adobe/htlengine/commit/4c7e6b6cf9765db534c8fd4b566dc12c03a58ee3))
11
+ * **deps:** update external fixes ([e2ffe29](https://github.com/adobe/htlengine/commit/e2ffe29be5cccc4f4568f086ca19b5c41b26925d))
12
+ * **deps:** update external fixes ([8e04f3b](https://github.com/adobe/htlengine/commit/8e04f3bf6ec00e48c50d9d1d325964166b1cdee5))
13
+ * **deps:** update external fixes ([9aad6ca](https://github.com/adobe/htlengine/commit/9aad6cab70bfcb9fa5a06494da368d4c731a1e2c))
14
+ * **deps:** update external fixes ([aa7d3ab](https://github.com/adobe/htlengine/commit/aa7d3ab19a0abaa2f891dbbb2f39e64643f2109a))
15
+
1
16
  ## [6.4.22](https://github.com/adobe/htlengine/compare/v6.4.21...v6.4.22) (2024-03-23)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/htlengine",
3
- "version": "6.4.22",
3
+ "version": "6.4.23",
4
4
  "description": "Javascript Based HTL (Sightly) parser",
5
5
  "main": "src/index.js",
6
6
  "license": "Apache-2.0",
@@ -16,16 +16,17 @@
16
16
  "build:compile": "nearleyc ./src/parser/grammar/sightly.ne --out ./src/parser/generated/grammar.js",
17
17
  "build:railroad": "nearley-railroad ./src/parser/grammar/sightly.ne --out ./src/parser/generated/grammar.html",
18
18
  "semantic-release": "semantic-release",
19
+ "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
19
20
  "start": "node src/run.js",
20
21
  "test": "c8 mocha",
21
22
  "lint": "eslint .",
22
- "prepare": "husky install"
23
+ "prepare": "husky"
23
24
  },
24
25
  "dependencies": {
25
- "dompurify": "3.0.11",
26
+ "dompurify": "3.1.7",
26
27
  "fs-extra": "11.2.0",
27
28
  "he": "1.2.0",
28
- "jsdom": "24.0.0",
29
+ "jsdom": "25.0.1",
29
30
  "moment": "2.30.1",
30
31
  "moo": "0.5.2",
31
32
  "nearley": "2.20.1",
@@ -40,19 +41,19 @@
40
41
  "devDependencies": {
41
42
  "@semantic-release/changelog": "6.0.3",
42
43
  "@semantic-release/git": "10.0.1",
43
- "c8": "9.1.0",
44
- "eslint": "8.57.0",
44
+ "c8": "10.1.2",
45
+ "eslint": "8.57.1",
45
46
  "eslint-config-airbnb-base": "15.0.0",
46
47
  "eslint-plugin-header": "3.1.1",
47
- "eslint-plugin-import": "2.29.1",
48
- "husky": "9.0.11",
49
- "lint-staged": "15.2.2",
50
- "mocha": "10.3.0",
48
+ "eslint-plugin-import": "2.31.0",
49
+ "husky": "9.1.6",
50
+ "lint-staged": "15.2.10",
51
+ "mocha": "10.7.3",
51
52
  "mocha-junit-reporter": "2.2.1",
52
53
  "rehype-stringify": "8.0.0",
53
54
  "remark-parse": "9.0.0",
54
55
  "remark-rehype": "8.1.0",
55
- "semantic-release": "22.0.12"
56
+ "semantic-release": "24.1.3"
56
57
  },
57
58
  "lint-staged": {
58
59
  "*.js": "eslint"