-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Comparing changes
Open a pull request
base repository: markedjs/marked
base: v18.0.2
head repository: markedjs/marked
compare: v18.0.3
- 6 commits
- 8 files changed
- 5 contributors
Commits on Apr 19, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 55a54b5 - Browse repository at this point
Copy the full SHA 55a54b5View commit details
Commits on Apr 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 17c06e9 - Browse repository at this point
Copy the full SHA 17c06e9View commit details
Commits on Apr 21, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 015f1eb - Browse repository at this point
Copy the full SHA 015f1ebView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dba76f6 - Browse repository at this point
Copy the full SHA dba76f6View commit details
Commits on May 1, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 2608e81 - Browse repository at this point
Copy the full SHA 2608e81View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for e8dc395 - Browse repository at this point
Copy the full SHA e8dc395View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v18.0.2...v18.0.3