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: nodejs/remark-preset-lint-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c89d606
Choose a base ref
...
head repository: nodejs/remark-preset-lint-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b46f967
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 5, 2021

  1. build(deps): bump remark-gfm from 2.0.0 to 3.0.0 (#276)

    Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 2.0.0 to 3.0.0.
    - [Release notes](https://github.com/remarkjs/remark-gfm/releases)
    - [Commits](remarkjs/remark-gfm@2.0.0...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: remark-gfm
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    223f229 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    c4dfccc View commit details
    Browse the repository at this point in the history
  2. chore: remove exception for removed rule

    no-auto-link-without-protocol was removed from
    remark-preset-lint-recommended in version 6.1.1 so we no longer need to
    remove it ourselves.
    Trott committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    1be7902 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. chore: update ESLint to 8.0.0

    Trott committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    5b1b8e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40605fa View commit details
    Browse the repository at this point in the history
  3. test: skip mustCall checks if there's already an error (#281)

    This avoids double reporting of the same error.
    aduh95 authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f0a5cd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. 3.3.0

    Trott committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b46f967 View commit details
    Browse the repository at this point in the history
Loading