Skip to content

Commit b207e6d

Browse files
fix(deps): update dependency shiki to ^4.3.0 (#5097)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [shiki](https://redirect.github.com/shikijs/shiki) ([source](https://redirect.github.com/shikijs/shiki/tree/HEAD/packages/shiki)) | [`^4.2.0` → `^4.3.0`](https://renovatebot.com/diffs/npm/shiki/4.2.0/4.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/shiki/4.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/shiki/4.2.0/4.3.0?slim=true) | --- ### Release Notes <details> <summary>shikijs/shiki (shiki)</summary> ### [`v4.3.0`](https://redirect.github.com/shikijs/shiki/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/shikijs/shiki/compare/v4.2.0...v4.3.0) #####    🚀 Features - **stream**: Add svelte renderer  -  by [@&#8203;CNSeniorious000](https://redirect.github.com/CNSeniorious000) and **Anthony Fu (via agent)** in [#&#8203;1291](https://redirect.github.com/shikijs/shiki/issues/1291) [<samp>(2d18a)</samp>](https://redirect.github.com/shikijs/shiki/commit/2d18a662) #####     [View changes on GitHub](https://redirect.github.com/shikijs/shiki/compare/v4.2.0...v4.3.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kumahq/kuma-gui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlLWJvdCJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03b5645 commit b207e6d

3 files changed

Lines changed: 41 additions & 41 deletions

File tree

package-lock.json

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

packages/kuma-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"js-yaml": "^4.1.1",
2626
"openapi-fetch": "^0.17.0",
2727
"pretty-bytes": "^7.1.0",
28-
"shiki": "^4.2.0",
28+
"shiki": "^4.3.0",
2929
"urlpattern-polyfill": "^10.1.0",
3030
"vue": "^3.5.35",
3131
"vue-router": "^5.1.0"

packages/x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@kong-ui-public/app-layout": "4.11.32",
1616
"@kong/kongponents": "^9.60.6",
1717
"@kong/icons": "^1.60.0",
18-
"shiki": "^4.2.0",
18+
"shiki": "^4.3.0",
1919
"@vueuse/core": "^14.3.0",
2020
"@vue/shared": "^3.5.35",
2121
"vue-global-events": "^3.0.1",

0 commit comments

Comments
 (0)