Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
tools: update lint-md-dependencies to @rollup/[email protected][email protected]#47995
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
Merged
nodejs-github-bot merged 1 commit into main from actions/tools-update-lint-md-dependenciesMay 17, 2023
Merged
tools: update lint-md-dependencies to @rollup/[email protected][email protected]#47995
nodejs-github-bot merged 1 commit into main from actions/tools-update-lint-md-dependenciesMay 17, 2023
Uh oh!
There was an error while loading. Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.mddoc/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 [email protected]) && make lint-md-rollup changed 1 package, and audited 193 packages in 506ms129 packages are looking for funding run `npm fund` for detailsfound 0 vulnerabilitiesrm -f tools/.*mdlintstampcd tools/lint-md && npm ci && npm run buildadded 192 packages, and audited 193 packages in 531ms129 packages are looking for funding run `npm fund` for detailsfound 0 vulnerabilities > [email protected] 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.mjslint-md.src.mjs → lint-md.mjs...created lint-md.mjs in 859ms $ node tools/lint-md/lint-md.mjs doc/README.md $ |
Member
Trott commented May 14, 2023
Member
Trott commented May 16, 2023
A new version of |
eb6e725 to 134969bCompareCollaboratorAuthor
nodejs-github-bot commented May 16, 2023
aduh95 approved these changes May 16, 2023
CollaboratorAuthor
nodejs-github-bot commented May 16, 2023
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/[email protected][email protected] (#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/.ncuhttps://github.com/nodejs/node/actions/runs/4997612820 |
RaisinTen approved these changes May 17, 2023
CollaboratorAuthor
nodejs-github-bot commented May 17, 2023
Landed in 6774144 |
targos pushed a commit that referenced this pull request May 30, 2023
PR-URL: #47995 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
PR-URL: #47995 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
PR-URL: nodejs#47995 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author readyPRs that have at least one approval, no pending requests for changes, and a CI started. toolsIssues and PRs related to the tools directory.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated update of lint-md-dependencies to @rollup/[email protected][email protected].