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.1.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.1.2
Choose a head ref
  • 13 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 10, 2025

  1. Fix ESM support in Node 22+ when the package includes the main prop…

    …erty (#648)
    
    * fix(package-json): loadPlugin - check if `require` returns a ESM module
    
    * chore(package-json): loadPlugin - add `istanbul ignore next` to avoid coverage error
    marcalexiei authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    82bf823 View commit details
    Browse the repository at this point in the history
  2. Release 2.1.1

    bmish committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    f733170 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump eslint from 9.21.0 to 9.22.0

    Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.22.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.21.0...v9.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    cb14280 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump @types/node from 22.13.4 to 22.13.10

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.4 to 22.13.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    c56205f View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): Bump prettier from 3.5.2 to 3.5.3

    Bumps [prettier](https://github.com/prettier/prettier) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.5.2...3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    990335e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Merge pull request #649 from bmish/dependabot/npm_and_yarn/eslint-9.22.0

    chore(deps-dev): Bump eslint from 9.21.0 to 9.22.0
    ddzz authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    78dd45c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22c50c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #653 from bmish/dependabot/npm_and_yarn/prettier-3…

    ….5.3
    
    chore(deps-dev): Bump prettier from 3.5.2 to 3.5.3
    ddzz authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    46163e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02b44ef View commit details
    Browse the repository at this point in the history
  5. Merge pull request #650 from bmish/dependabot/npm_and_yarn/types/node…

    …-22.13.10
    
    chore(deps-dev): Bump @types/node from 22.13.4 to 22.13.10
    ddzz authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    6dc0e7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc4d7d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. fix(package-json): refine ESM logic to return default export only whe…

    …n it is the only available export (#658)
    marcalexiei authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    d194eae View commit details
    Browse the repository at this point in the history
  2. Release 2.1.2

    bmish committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    680999f View commit details
    Browse the repository at this point in the history
Loading