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: eslint/markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.0
Choose a base ref
...
head repository: eslint/markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.0
Choose a head ref
  • 19 commits
  • 34 files changed
  • 6 contributors

Commits on Sep 23, 2025

  1. docs: update ESLint version requirement in README.md (#537)

    * docs: update ESLint version requirement in `README.md`
    
    * Update ESLint version requirement to v9.15.0
    lumirlumir authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    4b96410 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Configuration menu
    Copy the full SHA
    5651188 View commit details
    Browse the repository at this point in the history
  2. test: add package exports test (#527)

    * test: add package exports test
    
    * add more tests
    
    * revert mocha glob change
    Pixel998 authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    2739769 View commit details
    Browse the repository at this point in the history
  3. feat: add support for getLocFromIndex and getIndexFromLoc (#376)

    * feat: add support for `getLocFromIndex`
    
    * wip: migration
    
    * wip: bump dependencies
    
    * wip
    
    * wip: add type test
    
    * wip: tests
    lumirlumir authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    d634f82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d78d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. refactor: use getLocFromIndex in no-reversed-media-syntax (#541)

    * refactor: use `getLocFromIndex` in `no-reversed-media-syntax`
    
    * wip
    
    * wip
    lumirlumir authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    104d4b7 View commit details
    Browse the repository at this point in the history
  2. refactor: use getLocFromIndex in no-multiple-h1 (#542)

    * refactor: use `getLocFromIndex` in `no-multiple-h1`
    
    * wip
    
    * wip
    
    * wip
    lumirlumir authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    1bd528f View commit details
    Browse the repository at this point in the history
  3. fix: add null check and use getLocFromIndex in require-alt-text (

    …#543)
    
    * wip
    
    * wip: fix crash
    
    * wip
    
    * wip
    lumirlumir authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    41ae6c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    bae7da7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f7d23 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. docs: Update README sponsors

    GitHub Actions Bot committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    88b9391 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. refactor: use getlocfromindex in no-missing-label-refs (#547)

    * refactor: use `getlocfromindex` in `no-missing-label-refs`
    
    * Update src/rules/no-missing-label-refs.js
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    lumirlumir and mdjermanovic authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    3a72c84 View commit details
    Browse the repository at this point in the history
  2. refactor: use getLocFromIndex in no-invalid-label-refs (#546)

    * refactor: use `getLocFromIndex` in `no-invalid-label-refs`
    
    * wip
    
    * Update src/rules/no-invalid-label-refs.js
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    lumirlumir and mdjermanovic authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    17c7744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08bdb12 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. refactor: use getLocFromIndex in no-html (#550)

    * wip
    
    * wip
    
    * wip
    lumirlumir authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    71bc53e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. fix: report locations in no-multiple-h1 and require-alt-text (#551)

    * fix: report locations in `no-multiple-h1` and require-alt-text
    
    * update tests to avoid problems with dedent in Bun
    
    * fix note
    mdjermanovic authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    ec30c7d View commit details
    Browse the repository at this point in the history
  2. test: add missing tests for the stripHtmlComments util (#552)

    test: add missing test for `stripHtmlComments` util
    lumirlumir authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    2862546 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. fix: correct the return type of applyInlineConfig (#548)

    * fix: correct the return type of `applyInlineConfig`
    
    * wip: add type test
    lumirlumir authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    d6621a7 View commit details
    Browse the repository at this point in the history
  2. chore: release 7.4.0 🚀 (#539)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    7c2d562 View commit details
    Browse the repository at this point in the history
Loading