@adobe/helix-markdown-support 6.0.0 → 6.0.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 +3 -3
- package/.github/workflows/semantic-release.yaml +2 -2
- package/CHANGELOG.md +7 -0
- package/package.json +10 -10
package/.circleci/config.yml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
version: 2.1
|
|
2
2
|
executors:
|
|
3
|
-
|
|
3
|
+
node18:
|
|
4
4
|
docker:
|
|
5
|
-
- image: cimg/node:
|
|
5
|
+
- image: cimg/node:18.2
|
|
6
6
|
|
|
7
7
|
orbs:
|
|
8
8
|
codecov: codecov/codecov@3.2.4
|
|
@@ -20,7 +20,7 @@ commands:
|
|
|
20
20
|
|
|
21
21
|
jobs:
|
|
22
22
|
build:
|
|
23
|
-
executor:
|
|
23
|
+
executor: node18
|
|
24
24
|
|
|
25
25
|
steps:
|
|
26
26
|
- setup
|
|
@@ -10,10 +10,10 @@ jobs:
|
|
|
10
10
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
|
11
11
|
steps:
|
|
12
12
|
- uses: actions/checkout@v3
|
|
13
|
-
- name: Use Node.js
|
|
13
|
+
- name: Use Node.js 18.x
|
|
14
14
|
uses: actions/setup-node@v3
|
|
15
15
|
with:
|
|
16
|
-
node-version: '
|
|
16
|
+
node-version: '18.x'
|
|
17
17
|
- run: npm install
|
|
18
18
|
- run: npm test
|
|
19
19
|
- run: npm run semantic-release
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [6.0.1](https://github.com/adobe/helix-markdown-support/compare/v6.0.0...v6.0.1) (2023-01-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @adobe/remark-gridtables to v1.0.1 ([#165](https://github.com/adobe/helix-markdown-support/issues/165)) ([9f49d14](https://github.com/adobe/helix-markdown-support/commit/9f49d14a38b16a801d07b7be55aa75f7ed69fd14))
|
|
7
|
+
|
|
1
8
|
# [6.0.0](https://github.com/adobe/helix-markdown-support/compare/v5.0.10...v6.0.0) (2022-11-03)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-markdown-support",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Helix Markdown Support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"./matter": "./src/matter/index.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"hast-util-to-html": "8.0.
|
|
28
|
+
"hast-util-to-html": "8.0.4",
|
|
29
29
|
"js-yaml": "4.1.0",
|
|
30
|
-
"mdast-util-to-hast": "12.2.
|
|
30
|
+
"mdast-util-to-hast": "12.2.5",
|
|
31
31
|
"micromark-util-character": "1.1.0",
|
|
32
32
|
"micromark-util-symbol": "1.0.1",
|
|
33
33
|
"unist-util-find": "1.0.2",
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@adobe/eslint-config-helix": "1.3.2",
|
|
51
|
-
"@adobe/remark-gridtables": "1.0.
|
|
52
|
-
"@semantic-release/changelog": "6.0.
|
|
51
|
+
"@adobe/remark-gridtables": "1.0.1",
|
|
52
|
+
"@semantic-release/changelog": "6.0.2",
|
|
53
53
|
"@semantic-release/git": "10.0.1",
|
|
54
54
|
"c8": "7.12.0",
|
|
55
|
-
"eslint": "8.
|
|
55
|
+
"eslint": "8.31.0",
|
|
56
56
|
"eslint-plugin-header": "3.1.1",
|
|
57
|
-
"eslint-plugin-import": "2.
|
|
58
|
-
"husky": "8.0.
|
|
57
|
+
"eslint-plugin-import": "2.27.4",
|
|
58
|
+
"husky": "8.0.3",
|
|
59
59
|
"junit-report-builder": "3.0.1",
|
|
60
|
-
"lint-staged": "13.0
|
|
60
|
+
"lint-staged": "13.1.0",
|
|
61
61
|
"mdast-builder": "1.1.1",
|
|
62
|
-
"mocha": "10.
|
|
62
|
+
"mocha": "10.2.0",
|
|
63
63
|
"mocha-multi-reporters": "1.5.1",
|
|
64
64
|
"rehype-format": "4.0.1",
|
|
65
65
|
"remark-gfm": "3.0.1",
|