Skip to content

Navigation Menu

Sign in
Sign up

build(deps): bump marked from 15.0.12 to 18.0.11 in /client - #2253

Closed
dependabot[bot] wants to merge 1 commit into
main from
dependabot/npm_and_yarn/client/marked-18.0.10
Closed

build(deps): bump marked from 15.0.12 to 18.0.11 in /client #2253
dependabot[bot] wants to merge 1 commit into
main from
dependabot/npm_and_yarn/client/marked-18.0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Bumps marked from 15.0.12 to 18.0.11.

Release notes

Sourced from marked's releases.

v18.0.11

18.0.11 (2026年08月24日)

Bug Fixes

  • do not nest a link inside a link (#4051) (e250e31)
  • inlineTokens rebuilds the reflink-mask preamble per call (#4040) (0653c24)
  • keep emphasis in the text of a rejected reference link (#4059) (b699db3)

v18.0.10

18.0.10 (2026年08月18日)

Bug Fixes

  • keep the em/strong mask the same length as the source (#4044) (681373c)
  • parse EOF backtick fences after paragraphs (#4039) (81bd750)
  • place task checkboxes after list loose is finalized (#4046) (b8cf7dc), closes #4045

v18.0.9

18.0.9 (2026年08月04日)

Bug Fixes

  • an unmatched strong run before emphasis stays literal (#4008) (e8544e6)
  • Fix spurious deeper nesting in a blockquote continuation (#4030) (452f1ed)
  • pedantic foo: and "word" emphasis parsing (#3999) (823093f)

v18.0.8

18.0.8 (2026年08月04日)

Bug Fixes

  • fall back to default checkbox renderer when extension returns false (#4023) (e1b6139)

v18.0.7

18.0.7 (2026年07月21日)

Bug Fixes

  • Avoid O(n^2) backtracking in HTML block close and tilde interrupt regexes (#4014) (f945fc5), closes #3991
  • Avoid O(n^2) masked source rebuild in inline tokenizer (#4017) (9154f8f)
  • keep empty list after blockquote as a sibling block (#4004) (3f144a0)
  • preserve code spans adjacent to tildes (#4012) (0de7188)
  • Recognize setext headings whose first line starts with # (#4015) (f056437), closes #1
  • treat a line of only tabs as a blank line between paragraphs (#4007) (bc2f121)

... (truncated)

Commits
  • 53cb13f chore(release): 18.0.11 [skip ci]
  • 0c6b2a6 docs: add adaptable bullet point (#4058)
  • c430a64 chore(deps-dev): bump eslint from 10.8.1 to 10.9.0 (#4069)
  • b699db3 fix: keep emphasis in the text of a rejected reference link (#4059)
  • 0653c24 fix: inlineTokens rebuilds the reflink-mask preamble per call (#4040)
  • e250e31 fix: do not nest a link inside a link (#4051)
  • 8698d35 chore(release): 18.0.10 [skip ci]
  • 58367a5 chore(deps-dev): bump eslint from 10.8.0 to 10.8.1 (#4055)
  • a426c4d chore(deps-dev): bump esbuild from 0.28.1 to 0.28.2 (#4056)
  • a5cf277 chore(deps-dev): bump highlight.js from 11.11.1 to 11.12.0 (#4057)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for marked since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, straightforward dependency bump.

What was reviewed: confirmed the diff is limited to client/package.json (marked ^15.0.8 → ^18.0.10) and the corresponding client/package-lock.json lockfile update; no application source, tests, or config files are touched. Checked marked's usage isn't wrapped by custom renderer overrides that would be sensitive to the major version bump within this diff itself (none present in the changed files).

Extended reasoning...

Overview

The PR is a Dependabot-generated dependency bump limited to two files: client/package.json (bumping marked from ^15.0.8 to ^18.0.10) and client/package-lock.json (the corresponding lockfile resolution, tarball URL, integrity hash, and updated engines.node requirement for the marked package). No application source code, route handlers, authentication logic, or configuration schemas are touched.

Security risks

None identified. The change does not touch authentication, authorization, secret handling, or any server-side code path. marked is a client-side markdown rendering library; a supply-chain risk exists in principle with any dependency bump, but this is standard practice via Dependabot with lockfile integrity hashes updated correctly, and is not something this automated review can meaningfully further audit beyond checking the lockfile matches the intended version (which it does).

Level of scrutiny

This warrants low scrutiny: it is a mechanical, single-dependency version bump with an accompanying lockfile update, no other files changed, and no CODEOWNERS conflict for client/package.json. The major version jump (15→18) could in theory introduce markdown-rendering behavior changes (e.g., GFM handling, emphasis parsing edge cases per the release notes), but no application code depends on marked internals or renderer customization in this diff, so a full behavioral regression test is out of scope for this review and would fall to normal CI/QA rather than static code review.

Other factors

The Node engine requirement change (>= 18 to >= 20) is worth noting but is a transitive package-level requirement in the lockfile metadata, not a change to this repo's own engines field, and does not affect the ability to install/build unless the CI/build environment runs Node < 20, which is outside the scope of this diff. No test or config changes were needed for a pure dependency bump per repository conventions.

Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 18.0.11.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v15.0.12...v18.0.11)
---
updated-dependencies:
- dependency-name: marked
 dependency-version: 18.0.10
 dependency-type: direct:production
 update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title (削除) build(deps): bump marked from 15.0.12 to 18.0.10 in /client (削除ここまで) (追記) build(deps): bump marked from 15.0.12 to 18.0.11 in /client (追記ここまで) Sep 1, 2026
dependabot Bot force-pushed the dependabot/npm_and_yarn/client/marked-18.0.10 branch from c3f71d1 to 82fabed Compare September 1, 2026 15:44
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2269.

dependabot Bot deleted the dependabot/npm_and_yarn/client/marked-18.0.10 branch September 7, 2026 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@claude claude[bot] claude[bot] left review comments

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file frontend javascript Pull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /