Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: update lint-md-dependencies to @rollup/plugin-commonjs@25.0.0 rollup@3.21.7 #47995

Merged
merged 1 commit into from
May 17, 2023

Conversation

nodejs-github-bot
Copy link
Collaborator

This is an automated update of lint-md-dependencies to @rollup/plugin-commonjs@25.0.0 rollup@3.21.7.

@nodejs-github-bot nodejs-github-bot added the tools Issues and PRs related to the tools directory. label May 14, 2023
@Trott
Copy link
Member

Trott commented May 14, 2023

The lint errors being reported by this change are incorrect AFAICT and seem to be fixed by undoing the update of micromark-extension-gfm-table from 1.0.5 to 1.0.6.

$ node tools/lint-md/lint-md.mjs doc/README.md
doc/README.md
  57:21  warning  Cell should be padded with 1 space, not 2  table-cell-padding  remark-lint
  59:20  warning  Cell should be padded                      table-cell-padding  remark-lint

⚠ 2 warnings
$ (cd tools/lint-md/ && npm install micromark-extension-gfm-table@1.0.5) && make lint-md-rollup 
changed 1 package, and audited 193 packages in 506ms

129 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
rm -f tools/.*mdlintstamp
cd tools/lint-md && npm ci && npm run build

added 192 packages, and audited 193 packages in 531ms

129 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

> lint-md@1.0.0 build
> rollup -f es -p '@rollup/plugin-node-resolve={exportConditions: ["node"]}'  -p @rollup/plugin-commonjs -p rollup-plugin-cleanup lint-md.src.mjs --file lint-md.mjs


lint-md.src.mjs → lint-md.mjs...
created lint-md.mjs in 859ms
$ node tools/lint-md/lint-md.mjs doc/README.md
$ 

@Trott
Copy link
Member

Trott commented May 14, 2023

@Trott
Copy link
Member

Trott commented May 16, 2023

A new version of remark-lint-table-cell-padding was published three hours ago to fix the issue here. I'll update this branch.

@Trott Trott force-pushed the actions/tools-update-lint-md-dependencies branch from eb6e725 to 134969b Compare May 16, 2023 17:15
@Trott Trott added the request-ci Add this label to start a Jenkins CI on a PR. label May 16, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 16, 2023
@nodejs-github-bot
Copy link
Collaborator Author

@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels May 16, 2023
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels May 16, 2023
@nodejs-github-bot
Copy link
Collaborator Author

Commit Queue failed
- Loading data for nodejs/node/pull/47995
✔  Done loading data for nodejs/node/pull/47995
----------------------------------- PR info ------------------------------------
Title      tools: update lint-md-dependencies to @rollup/plugin-commonjs@25.0.0 rollup@3.21.7 (#47995)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     nodejs-github-bot:actions/tools-update-lint-md-dependencies -> nodejs:main
Labels     tools, author ready
Commits    1
 - tools: update remark-preset-lint-node to 4.0.0
Committers 1
 - Rich Trott 
PR-URL: https://github.com/nodejs/node/pull/47995
Reviewed-By: Antoine du Hamel 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/47995
Reviewed-By: Antoine du Hamel 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Sun, 14 May 2023 00:25:59 GMT
   ✔  Approvals: 1
   ✔  - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/47995#pullrequestreview-1429568755
   ✘  This PR needs to wait 96 more hours to land (or 0 hours if there is one more approval)
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/4997612820

@RaisinTen RaisinTen added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels May 17, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 17, 2023
@nodejs-github-bot nodejs-github-bot merged commit 6774144 into main May 17, 2023
@nodejs-github-bot
Copy link
Collaborator Author

Landed in 6774144

@nodejs-github-bot nodejs-github-bot deleted the actions/tools-update-lint-md-dependencies branch May 17, 2023 05:05
targos pushed a commit that referenced this pull request May 30, 2023
PR-URL: #47995
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@targos targos mentioned this pull request Jun 4, 2023
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
PR-URL: #47995
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
PR-URL: nodejs#47995
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants