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: bmish/eslint-doc-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: bmish/eslint-doc-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 13 commits
  • 29 files changed
  • 5 contributors

Commits on Oct 13, 2025

  1. chore(deps): Bump github/codeql-action from 3 to 4

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    0d50b55 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

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

Commits on Oct 20, 2025

  1. chore(deps): Bump actions/setup-node from 5 to 6

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    d60b862 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

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

Commits on Nov 24, 2025

  1. chore(deps): Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    5608d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219be12 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Configuration menu
    Copy the full SHA
    5b331cf View commit details
    Browse the repository at this point in the history
  2. feat: Pass file path to getContext (#820)

    The `getContext` function now accepts a `path` argument, which is stored in the `Context` object. This path is then used in `updateRulesList` to correctly determine the plugin root when generating error messages related to missing rule list markers. Previously, this was done using `pathPlugin`, which was removed.
    
    The `pathPlugin` argument has been removed from `generateRuleHeaderLines` and `updateRulesList`.
    
    (This commit message was automatically generated by an LLM.)
    Zamiell authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    8fba5da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    712417b View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump js-yaml from 3.14.1 to 3.14.2 (#818)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    752b4be View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. refactor: Start to use ResolvedGenerateOptions (#824)

    * more-path-refactoring
    
    * refactor: Consolidate options and context
    
    The `ConfigFormat` enum is no longer needed, and its functionality has been integrated into the `ResolvedGenerateOptions`. The `Context` interface has been updated to include `ResolvedGenerateOptions`, and the `getContext` function now accepts these options.
    
    This change simplifies option handling and ensures that all necessary configuration is available within the context object.
    
    (This commit message was automatically generated by an LLM.)
    
    * fix: Improve comment for unresolved options and remove redundant getContext calls
    
    The comment in `lib/options.ts` explaining the `@ts-expect-error` was improved for clarity.
    
    Several redundant `await getContext(cwd, options)` calls were removed from the `test/lib/markdown-test.ts` file, as the context is now obtained once before the tests. This simplifies the test setup and improves performance.
    
    (This commit message was automatically generated by an LLM.)
    
    * refactor: configEmoji so that it is clearer what is going on
    
    * feat(tests): add option parsers tests
    
    Adds tests for the `parseConfigEmojiOptions`, `parseRuleListColumnsOption`, and `parseRuleDocNoticesOption` functions. These tests cover the default behavior and handling of undefined inputs for each parser.
    
    (This commit message was automatically generated by an LLM.)
    
    * refactor: ignoreConfig into context
    Zamiell authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    0d95150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d43ee47 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.4.0 (#823)

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