fix(deps): update dependency marked to v16 (#1444)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [marked](https://marked.js.org)
([source](https://redirect.github.com/markedjs/marked)) | [`15.0.12` ->
`16.0.0`](https://renovatebot.com/diffs/npm/marked/15.0.12/16.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/marked/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/marked/15.0.12/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>markedjs/marked (marked)</summary>

###
[`v16.0.0`](https://redirect.github.com/markedjs/marked/releases/tag/v16.0.0)

[Compare
Source](https://redirect.github.com/markedjs/marked/compare/v15.0.12...v16.0.0)

##### Bug Fixes

- remove cjs build & update min node to 20
([#&#8203;3687](https://redirect.github.com/markedjs/marked/issues/3687))
([0a35d8f](0a35d8f28b))

##### BREAKING CHANGES

- minify ./lib/marked.esm.js and ./lib/marked.umd.js
- remove ./marked.min.js use ./lib/marked.umd.js instead
- remove ./lib/marked.cjs
- update minimum supported node version to 20 to support
`require('marked.esm.js')`. see
https://nodejs.org/docs/latest-v20.x/api/modules.html#loading-ecmascript-modules-using-require

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/unraid/api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-08 10:55:28 -04:00
committed by GitHub
parent 8a82a3a1b7
commit 453a5b2c95
3 changed files with 13 additions and 13 deletions

22
pnpm-lock.yaml generated
View File

@@ -833,8 +833,8 @@ importers:
specifier: 0.519.0
version: 0.519.0(vue@3.5.17(typescript@5.8.3))
marked:
specifier: 15.0.12
version: 15.0.12
specifier: 16.0.0
version: 16.0.0
reka-ui:
specifier: 2.3.1
version: 2.3.1(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))
@@ -1081,11 +1081,11 @@ importers:
specifier: 0.519.0
version: 0.519.0(vue@3.5.17(typescript@5.8.3))
marked:
specifier: 15.0.12
version: 15.0.12
specifier: 16.0.0
version: 16.0.0
marked-base-url:
specifier: 1.1.6
version: 1.1.6(marked@15.0.12)
version: 1.1.6(marked@16.0.0)
pinia:
specifier: 3.0.3
version: 3.0.3(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))
@@ -9126,9 +9126,9 @@ packages:
peerDependencies:
marked: '>= 4 < 16'
marked@15.0.12:
resolution: {integrity: sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==}
engines: {node: '>= 18'}
marked@16.0.0:
resolution: {integrity: sha512-MUKMXDjsD/eptB7GPzxo4xcnLS6oo7/RHimUMHEDRhUooPwmN9BEpMl7AEOJv3bmso169wHI2wUF9VQgL7zfmA==}
engines: {node: '>= 20'}
hasBin: true
maska@2.1.11:
@@ -22132,11 +22132,11 @@ snapshots:
map-or-similar@1.5.0: {}
marked-base-url@1.1.6(marked@15.0.12):
marked-base-url@1.1.6(marked@16.0.0):
dependencies:
marked: 15.0.12
marked: 16.0.0
marked@15.0.12: {}
marked@16.0.0: {}
maska@2.1.11: {}

View File

@@ -58,7 +58,7 @@
"kebab-case": "2.0.2",
"lucide-vue-next": "0.519.0",
"shadcn-vue": "2.2.0",
"marked": "15.0.12",
"marked": "16.0.0",
"reka-ui": "2.3.1",
"tailwind-merge": "2.6.0",
"vue-sonner": "1.3.0"

View File

@@ -116,7 +116,7 @@
"highlight.js": "11.11.1",
"isomorphic-dompurify": "2.25.0",
"lucide-vue-next": "0.519.0",
"marked": "15.0.12",
"marked": "16.0.0",
"marked-base-url": "1.1.6",
"pinia": "3.0.3",
"semver": "7.7.2",