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: gajus/eslint-plugin-jsdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v50.3.1
Choose a base ref
...
head repository: gajus/eslint-plugin-jsdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v50.4.3
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Oct 11, 2024

  1. fix(require-hyphen-before-param-description): inject hyphen at prop…

    …er place with multiline type
    brettz9 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8b5b7f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. feat(require-hyphen-before-param-description): ensure template will…

    … be properly stringified; fixes #1326
    
    Note that `match-name` will now have to take into account any optional brackets and default in `allowName`
    brettz9 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7019d28 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump micromatch from 4.0.7 to 4.0.8

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.7...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and brettz9 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9abbe5a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump tar from 6.2.0 to 6.2.1

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and brettz9 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8728c09 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump dset from 3.1.3 to 3.1.4

    Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/lukeed/dset/releases)
    - [Commits](lukeed/dset@v3.1.3...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: dset
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and brettz9 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c63da46 View commit details
    Browse the repository at this point in the history
  5. fix(match-name): revert to prior correct behavior of ignoring optio…

    …nal and default code surrounding name
    brettz9 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7c0b8c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    f6616c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a93119 View commit details
    Browse the repository at this point in the history
Loading