Skip to content

Commit 4711158

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update dependency marked to v9 (#9324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent b8fc18c commit 4711158

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"lodash": "^4.17.21",
8585
"magic-string": "^0.30.3",
8686
"markdown-table": "^3.0.3",
87-
"marked": "^4.3.0",
87+
"marked": "^9.1.1",
8888
"minimist": "^1.2.8",
8989
"npm-run-all": "^4.1.5",
9090
"prettier": "^3.0.3",

packages/vue/__tests__/e2e/markdown.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('e2e: markdown', () => {
1313
await page().goto(baseUrl)
1414
expect(await isVisible('#editor')).toBe(true)
1515
expect(await value('textarea')).toBe('# hello')
16-
expect(await html('#editor div')).toBe('<h1 id="hello">hello</h1>\n')
16+
expect(await html('#editor div')).toBe('<h1>hello</h1>\n')
1717

1818
await page().type('textarea', '\n## foo\n\n- bar\n- baz')
1919

@@ -23,8 +23,8 @@ describe('e2e: markdown', () => {
2323

2424
await expectByPolling(
2525
() => html('#editor div'),
26-
'<h1 id="hello">hello</h1>\n' +
27-
'<h2 id="foo">foo</h2>\n' +
26+
'<h1>hello</h1>\n' +
27+
'<h2>foo</h2>\n' +
2828
'<ul>\n<li>bar</li>\n<li>baz</li>\n</ul>\n'
2929
)
3030
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)