chore(deps): bump markdown-it from 14.3.0 to 15.0.0 in /packages/databricks-vscode - #2067
Conversation
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
836f358 to
2d4856c
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
2d4856c to
f3706cc
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
f3706cc to
5823253
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
5823253 to
55737a9
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
55737a9 to
a1d4351
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
a1d4351 to
bddfcf7
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
bddfcf7 to
ecb334f
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
ecb334f to
7196592
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
4284ca1 to
ffd0f5e
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
ffd0f5e to
e235044
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
e235044 to
d9a8932
Compare
|
🤖 Integration tests triggered for |
d9a8932 to
ee4a624
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
ee4a624 to
9d75fb0
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
9d75fb0 to
0518119
Compare
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
|
🤖 Integration tests ❌ 3 of 4 test jobs failed for |
0518119 to
824f65d
Compare
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.3.0 to 15.0.0. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@14.3.0...15.0.0) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
824f65d to
5ac18ff
Compare
*Why:* Dependabot bumped markdown-it 14→15 in package.json only, leaving yarn.lock stale (immutable install fails). markdown-it 15 also restructured its dist bundle, dropping `dist/markdown-it.min.js`, which the extension's `package:copy-markdown-it` step copies into `out/` for the Unity Catalog detail webview — so packaging/watch would break even after a relock. *What:* - Regenerate yarn.lock for markdown-it@15 and its transitive updates (linkify-it 5→6, uc.micro 2→3, mdurl 2.0→2.1, +entities 8, +argparse 3). - Repoint `package:copy-markdown-it` to the v15 browser bundle `dist/browser/markdown-it.umd.min.js` (still UMD, still copied to `out/markdown-it.min.js`, so the webview script reference is unchanged). *Verification:* - `yarn install --immutable` passes on the regenerated lockfile. - `yarn package:copy-markdown-it` succeeds and produces out/markdown-it.min.js. - Copied bundle is UMD exposing the `markdownit` global that resources/webview-ui/uc-detail.js:143 calls via `window.markdownit(...)`. Co-authored-by: Isaac <no-reply@databricks.com>
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
Bumps markdown-it from 14.3.0 to 15.0.0.
Changelog
Sourced from markdown-it's changelog.
Commits
157b33b15..0.0 releasedf73cb76doc: rename files3bc8e2dAdd TS types2620dceUpdate contribution guidelines and issue templates7d365fedoc: migration info5c9b7ceUpdate changelog5a996d5doc: fix@exampletags displayf5083f4doc: continue restructuring & theme fixing54289c4Show inlinecodecontent in imagealttag #1142974e2d7text_joinrule fix: process imagealtcontent too (fixes lost escapes and...