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: 80ad8210fbcf49db0f5a2454fc53fc7288fd07e5
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: 7853aa484f15090b23d57759472fd1d47f3047f1
Choose a head ref
  • 14 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 26, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    24129d8 View commit details

Commits on May 10, 2021

  1. build(deps-dev): bump prettier from 2.2.1 to 2.3.0 (#182)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.2.1...2.3.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6296356 View commit details

Commits on May 12, 2021

  1. build(deps): bump actions/checkout from 2 to 2.3.4 (#183)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v2.3.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 12, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    95f5ff9 View commit details

Commits on May 29, 2021

  1. chore: fix gitignore entry for tmp (#184)

    tmp is a symlink and not a directory so `tmp/` doesn't work to ignore
    it.
    Trott authored May 29, 2021
    Copy the full SHA
    fc4a73b View commit details

Commits on Jun 2, 2021

  1. Copy the full SHA
    ed2fc29 View commit details
  2. 2.3.0

    Trott committed Jun 2, 2021
    Copy the full SHA
    c434c52 View commit details

Commits on Jun 7, 2021

  1. build(deps-dev): bump prettier from 2.3.0 to 2.3.1

    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.0...2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and aduh95 committed Jun 7, 2021
    Copy the full SHA
    9af7ecf View commit details

Commits on Jun 10, 2021

  1. build(deps): bump glob-parent from 5.1.1 to 5.1.2 (#187)

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2021
    Copy the full SHA
    61c3241 View commit details

Commits on Jun 28, 2021

  1. build(deps-dev): bump prettier from 2.3.1 to 2.3.2 (#190)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.1...2.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 28, 2021
    Copy the full SHA
    5fe188c View commit details

Commits on Jun 30, 2021

  1. feat: lint links and definitions (#188)

    * feat: lint links and definitions
    
    Replacement for checkLinks.mjs from the nodejs/node repo.
    
    * Check definition ordering even if url starts with a hash
    aduh95 authored Jun 30, 2021
    Copy the full SHA
    641684e View commit details
  2. nodejs-yaml-comments: fix typo (#189)

    * nodejs-yaml-comments: fix typo
    
    * Update remark-lint-nodejs-yaml-comments.js
    
    Co-authored-by: Richard Lau <rlau@redhat.com>
    
    Co-authored-by: Richard Lau <rlau@redhat.com>
    aduh95 and richardlau authored Jun 30, 2021
    Copy the full SHA
    5bbdb3c View commit details
  3. 2.4.0

    Trott committed Jun 30, 2021
    Copy the full SHA
    2b6d6fd View commit details
  4. Copy the full SHA
    0468127 View commit details
  5. 2.4.1

    Trott committed Jun 30, 2021
    Copy the full SHA
    7853aa4 View commit details
Showing with 2,212 additions and 28 deletions.
  1. +2 −2 .github/workflows/test.yml
  2. +1 −1 .gitignore
  3. +2 −0 index.js
  4. +2,151 −20 package-lock.json
  5. +7 −4 package.json
  6. +48 −0 remark-lint-nodejs-links.js
  7. +1 −1 remark-lint-nodejs-yaml-comments.js
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Clone nodejs/node repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
repository: nodejs/node
path: tmp
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -37,4 +37,4 @@ jspm_packages
.node_repl_history

# Cloned nodejs/node for testing
tmp/
tmp
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ module.exports.plugins = [
require("remark-lint-no-table-indentation"),
require("remark-lint-no-tabs"),
require("remark-lint-no-trailing-spaces"),
require("./remark-lint-nodejs-links.js"),
require("./remark-lint-nodejs-yaml-comments.js"),
[
require("remark-lint-prohibited-strings"),
@@ -65,6 +66,7 @@ module.exports.plugins = [
{ yes: "GitHub" },
{ no: "hostname", yes: "host name" },
{ yes: "JavaScript" },
{ no: "[Ll]ong[ -][Tt]erm [Ss]upport", yes: "Long Term Support" },
{ no: "Node", yes: "Node.js", ignoreNextTo: "-API" },
{ yes: "Node.js" },
{ no: "Node[Jj][Ss]", yes: "Node.js" },
Loading