-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: bmish/eslint-doc-generator
base: v2.3.0
head repository: bmish/eslint-doc-generator
compare: v2.4.0
- 13 commits
- 29 files changed
- 5 contributors
Commits on Oct 13, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0d50b55 - Browse repository at this point
Copy the full SHA 0d50b55View commit details
Commits on Oct 14, 2025
-
Merge pull request #811 from bmish/dependabot/github_actions/github/c…
…odeql-action-4
Configuration menu - View commit details
-
Copy full SHA for cc59bab - Browse repository at this point
Copy the full SHA cc59babView commit details
Commits on Oct 20, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d60b862 - Browse repository at this point
Copy the full SHA d60b862View commit details
Commits on Oct 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 17d0d7e - Browse repository at this point
Copy the full SHA 17d0d7eView commit details
Commits on Nov 24, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5608d61 - Browse repository at this point
Copy the full SHA 5608d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 219be12 - Browse repository at this point
Copy the full SHA 219be12View commit details
Commits on Nov 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5b331cf - Browse repository at this point
Copy the full SHA 5b331cfView commit details -
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.)
Configuration menu - View commit details
-
Copy full SHA for 8fba5da - Browse repository at this point
Copy the full SHA 8fba5daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 712417b - Browse repository at this point
Copy the full SHA 712417bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 752b4be - Browse repository at this point
Copy the full SHA 752b4beView commit details
Commits on Dec 5, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 0d95150 - Browse repository at this point
Copy the full SHA 0d95150View commit details -
Configuration menu - View commit details
-
Copy full SHA for d43ee47 - Browse repository at this point
Copy the full SHA d43ee47View commit details -
chore(main): release 2.4.0 (#823)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 832a911 - Browse repository at this point
Copy the full SHA 832a911View 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 v2.3.0...v2.4.0