@adobe/helix-markdown-support 7.0.0 → 7.1.1
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/.circleci/config.yml +2 -2
- package/.github/workflows/semantic-release.yaml +2 -2
- package/CHANGELOG.md +14 -0
- package/package.json +17 -17
package/.circleci/config.yml
CHANGED
|
@@ -9,9 +9,9 @@ jobs:
|
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
13
|
- name: Use Node.js 18.x
|
|
14
|
-
uses: actions/setup-node@
|
|
14
|
+
uses: actions/setup-node@v4
|
|
15
15
|
with:
|
|
16
16
|
node-version: '18.x'
|
|
17
17
|
- run: npm install
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [7.1.1](https://github.com/adobe/helix-markdown-support/compare/v7.1.0...v7.1.1) (2024-04-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @adobe/remark-gridtables to v3.0.4 ([#248](https://github.com/adobe/helix-markdown-support/issues/248)) ([e049d0c](https://github.com/adobe/helix-markdown-support/commit/e049d0c158ca9883ca3ecb6312f08e99200ecdbb))
|
|
7
|
+
|
|
8
|
+
# [7.1.0](https://github.com/adobe/helix-markdown-support/compare/v7.0.0...v7.1.0) (2023-10-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **deps:** update external major ([#220](https://github.com/adobe/helix-markdown-support/issues/220)) ([1c1194d](https://github.com/adobe/helix-markdown-support/commit/1c1194d838da30ec9e5689b9c1168f4ac6bd63a5))
|
|
14
|
+
|
|
1
15
|
# [7.0.0](https://github.com/adobe/helix-markdown-support/compare/v6.3.1...v7.0.0) (2023-09-26)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-markdown-support",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"description": "Helix Markdown Support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"mdast-util-gfm-strikethrough": "2.0.0",
|
|
32
32
|
"mdast-util-gfm-table": "2.0.0",
|
|
33
33
|
"mdast-util-gfm-task-list-item": "2.0.0",
|
|
34
|
-
"mdast-util-phrasing": "4.
|
|
35
|
-
"mdast-util-to-hast": "13.0
|
|
34
|
+
"mdast-util-phrasing": "4.1.0",
|
|
35
|
+
"mdast-util-to-hast": "13.1.0",
|
|
36
36
|
"micromark-extension-gfm-footnote": "2.0.0",
|
|
37
37
|
"micromark-extension-gfm-strikethrough": "2.0.0",
|
|
38
38
|
"micromark-extension-gfm-table": "2.0.0",
|
|
39
39
|
"micromark-extension-gfm-tagfilter": "2.0.0",
|
|
40
40
|
"micromark-extension-gfm-task-list-item": "2.0.1",
|
|
41
|
-
"micromark-util-character": "2.0
|
|
41
|
+
"micromark-util-character": "2.1.0",
|
|
42
42
|
"micromark-util-combine-extensions": "2.0.0",
|
|
43
43
|
"micromark-util-symbol": "2.0.0",
|
|
44
|
-
"unist-util-find": "
|
|
44
|
+
"unist-util-find": "3.0.0",
|
|
45
45
|
"unist-util-visit": "5.0.0"
|
|
46
46
|
},
|
|
47
47
|
"mocha": {
|
|
@@ -58,26 +58,26 @@
|
|
|
58
58
|
"node": ">=14"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@adobe/eslint-config-helix": "2.0.
|
|
62
|
-
"@adobe/remark-gridtables": "
|
|
61
|
+
"@adobe/eslint-config-helix": "2.0.6",
|
|
62
|
+
"@adobe/remark-gridtables": "3.0.4",
|
|
63
63
|
"@semantic-release/changelog": "6.0.3",
|
|
64
64
|
"@semantic-release/git": "10.0.1",
|
|
65
|
-
"c8": "
|
|
66
|
-
"eslint": "8.
|
|
67
|
-
"husky": "
|
|
68
|
-
"junit-report-builder": "3.
|
|
69
|
-
"lint-staged": "
|
|
65
|
+
"c8": "9.1.0",
|
|
66
|
+
"eslint": "8.57.0",
|
|
67
|
+
"husky": "9.0.11",
|
|
68
|
+
"junit-report-builder": "3.2.1",
|
|
69
|
+
"lint-staged": "15.2.2",
|
|
70
70
|
"mdast-builder": "1.1.1",
|
|
71
|
-
"mocha": "10.
|
|
71
|
+
"mocha": "10.4.0",
|
|
72
72
|
"mocha-multi-reporters": "1.5.1",
|
|
73
73
|
"rehype-format": "5.0.0",
|
|
74
74
|
"rehype-stringify": "10.0.0",
|
|
75
|
-
"remark-gfm": "
|
|
75
|
+
"remark-gfm": "4.0.0",
|
|
76
76
|
"remark-parse": "11.0.0",
|
|
77
|
-
"remark-rehype": "11.
|
|
77
|
+
"remark-rehype": "11.1.0",
|
|
78
78
|
"remark-stringify": "11.0.0",
|
|
79
|
-
"semantic-release": "22.0.
|
|
80
|
-
"unified": "11.0.
|
|
79
|
+
"semantic-release": "22.0.12",
|
|
80
|
+
"unified": "11.0.4",
|
|
81
81
|
"unist-util-inspect": "8.0.0"
|
|
82
82
|
},
|
|
83
83
|
"lint-staged": {
|