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/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d8586db6999afe849f6a6bd56d5d648ef99ad8a0
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cb13e52226d670ff8adf409fad422a005e8d58c2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 25, 2024

  1. tools: update lint-md-dependencies to [email protected]

    PR-URL: #51795
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    nodejs-github-bot committed Feb 25, 2024
    Copy the full SHA
    921b883 View commit details
  2. tools: update lint-md-dependencies to [email protected]

    PR-URL: #51795
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    nodejs-github-bot committed Feb 25, 2024
    Copy the full SHA
    cb13e52 View commit details
Showing with 66 additions and 66 deletions.
  1. +65 −65 tools/lint-md/package-lock.json
  2. +1 −1 tools/lint-md/package.json
130 changes: 65 additions & 65 deletions tools/lint-md/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/lint-md/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.10.0",
"rollup": "^4.12.0",
"rollup-plugin-cleanup": "^3.2.1"
}
}