Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: markedjs/marked
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v18.0.2
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18.0.3
Choose a head ref
  • 6 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 19, 2026

  1. chore: Rename LICENSE.md to LICENSE for better compatibility with Baz…

    …el tooling (#3950)
    
    Starting with aspect_rules_js 3.x, the default npm packaging behavior
    excludes Markdown files (for example, *.md) from generated package
    contents.
    
    As a result, packages that ship their license exclusively as
    LICENSE.md are no longer picked up by Bazel-based license collection
    pipelines.
    
    This affects downstream consumers such as Gerrit Code Review, which
    relies on Bazel tooling to aggregate third-party licenses from
    node_modules. In this setup, marked was the only dependency whose
    license was omitted, because it was provided solely as LICENSE.md.
    
    Rename the file to LICENSE so the package license is preserved in
    Bazel-generated npm package directories and can be detected by license
    aggregation and compliance tooling.
    
    This is a packaging-only change and does not affect runtime behavior.
    
    Fixes #3949
    Refs: aspect-build/rules_js#2806
    davido authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    55a54b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Configuration menu
    Copy the full SHA
    17c06e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 (#3954)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-version: 6.0.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    015f1eb View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump eslint from 10.2.0 to 10.2.1 (#3953)

    Bumps [eslint](https://github.com/eslint/eslint) from 10.2.0 to 10.2.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v10.2.0...v10.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 10.2.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    dba76f6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. fix: avoid task checkbox for setext heading text (#3960)

    * test: cover task marker before setext heading
    
    * fix: avoid task checkbox for setext heading text
    
    * test: cover loose setext task candidate
    
    * fix: preserve loose list detection for demoted tasks
    
    * test: move setext task output coverage to specs
    AbdelrahmanHafez authored May 1, 2026
    Configuration menu
    Copy the full SHA
    2608e81 View commit details
    Browse the repository at this point in the history
  2. chore(release): 18.0.3 [skip ci]

    ## [18.0.3](v18.0.2...v18.0.3) (2026-05-01)
    
    ### Bug Fixes
    
    * avoid task checkbox for setext heading text ([#3960](#3960)) ([2608e81](2608e81))
    semantic-release-bot committed May 1, 2026
    Configuration menu
    Copy the full SHA
    e8dc395 View commit details
    Browse the repository at this point in the history
Loading