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: igorshubovych/markdownlint-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.37.0
Choose a base ref
...
head repository: igorshubovych/markdownlint-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.38.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 25, 2023

  1. Bump glob from 10.3.4 to 10.3.7

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.4 to 10.3.7.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.3.4...v10.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and DavidAnson committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8354710 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Bump glob from 10.3.7 to 10.3.10

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.7 to 10.3.10.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.3.7...v10.3.10)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and DavidAnson committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    febea62 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Bump commander from 11.0.0 to 11.1.0

    Bumps [commander](https://github.com/tj/commander.js) from 11.0.0 to 11.1.0.
    - [Release notes](https://github.com/tj/commander.js/releases)
    - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
    - [Commits](tj/commander.js@v11.0.0...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: commander
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and DavidAnson committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f919a81 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Bump actions/setup-node from 3 to 4

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and DavidAnson committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d38e228 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Bump ignore from 5.2.4 to 5.3.0

    Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 5.2.4 to 5.3.0.
    - [Release notes](https://github.com/kaelzhang/node-ignore/releases)
    - [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md)
    - [Commits](kaelzhang/node-ignore@5.2.4...5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: ignore
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and DavidAnson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8ca31c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Bump markdownlint from 0.31.1 to 0.32.1

    Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.31.1 to 0.32.1.
    - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint@v0.31.1...v0.32.1)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and DavidAnson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    75b959d View commit details
    Browse the repository at this point in the history
  2. Update tests to account for deprecation of MD002, MD006, and "header"…

    … aliases, fix new prettier issues.
    DavidAnson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3e6f0dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770817b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Bump ava from 5.3.1 to 6.0.0

    Bumps [ava](https://github.com/avajs/ava) from 5.3.1 to 6.0.0.
    - [Release notes](https://github.com/avajs/ava/releases)
    - [Commits](avajs/ava@v5.3.1...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: ava
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and DavidAnson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    aaa4119 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Bump ava from 6.0.0 to 6.0.1

    Bumps [ava](https://github.com/avajs/ava) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/avajs/ava/releases)
    - [Commits](avajs/ava@v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ava
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and DavidAnson committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    8f3daa1 View commit details
    Browse the repository at this point in the history
  2. Bump version 0.38.0

    DavidAnson committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    1d2f248 View commit details
    Browse the repository at this point in the history
Loading