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: v39.9.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: v40.1.1
Choose a head ref
  • 12 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 11, 2023

  1. feat: wrapIndent option; fixes #715

    BREAKING CHANGE:
    
    Will strip indents by default; set `wrapIndent` option to a whitespace string (e.g., of 2 spaces) to set the indent you wish after wrapping
    brettz9 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    236fec2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. fix: avoid erring out with flat config; #989

    Also:
    - chore: update lock file
    brettz9 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    6449ce8 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump undici from 5.15.0 to 5.20.0

    Bumps [undici](https://github.com/nodejs/undici) from 5.15.0 to 5.20.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.15.0...v5.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and brettz9 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b444026 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    877f9b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6282b97 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

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

Commits on Mar 18, 2023

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

Commits on Mar 19, 2023

  1. docs: recommended-typescript

    brettz9 committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    921cedd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

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

Commits on Mar 31, 2023

  1. chore: update devDeps.

    brettz9 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    671a40b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0453fe6 View commit details
    Browse the repository at this point in the history
  3. fix: handle case where typeAnnotation exists with null `typeAnnot…

    …ation` child property; fixes #1008
    brettz9 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d004f08 View commit details
    Browse the repository at this point in the history
Loading