-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: change minimatch install strategy #50476
tools: change minimatch install strategy #50476
Conversation
61edd35
to
8f1b37d
Compare
Commit Queue failed- Loading data for nodejs/node/pull/50476 ✔ Done loading data for nodejs/node/pull/50476 ----------------------------------- PR info ------------------------------------ Title tools: change minimatch install strategy (#50476) Author Marco Ippolito (@marco-ippolito) Branch marco-ippolito:feat/minimatch-update -> nodejs:main Labels needs-ci, dependencies Commits 3 - tools: change minimatch install strategy - fix: header broke everything - fix Committers 1 - Marco Ippolito PR-URL: https://github.com/nodejs/node/pull/50476 Refs: https://github.com/nodejs/security-wg/issues/1037 ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50476 Refs: https://github.com/nodejs/security-wg/issues/1037 -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 30 Oct 2023 15:10:36 GMT ✘ Approvals: 0 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-11-11T19:17:40Z: https://ci.nodejs.org/job/node-test-pull-request/55577/ - Querying data for job/node-test-pull-request/55577/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6840374876 |
Commit Queue failed- Loading data for nodejs/node/pull/50476 ✔ Done loading data for nodejs/node/pull/50476 ----------------------------------- PR info ------------------------------------ Title tools: change minimatch install strategy (#50476) Author Marco Ippolito (@marco-ippolito) Branch marco-ippolito:feat/minimatch-update -> nodejs:main Labels needs-ci, dependencies Commits 3 - tools: change minimatch install strategy - fix: header broke everything - fix Committers 1 - Marco Ippolito PR-URL: https://github.com/nodejs/node/pull/50476 Refs: https://github.com/nodejs/security-wg/issues/1037 Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50476 Refs: https://github.com/nodejs/security-wg/issues/1037 Reviewed-By: James M Snell -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 30 Oct 2023 15:10:36 GMT ✔ Approvals: 1 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/50476#pullrequestreview-1726228816 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-11-12T11:24:44Z: https://ci.nodejs.org/job/node-test-pull-request/55577/ - Querying data for job/node-test-pull-request/55577/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 50476 From https://github.com/nodejs/node * branch refs/pull/50476/merge -> FETCH_HEAD ✔ Fetched commits as 242cbd7d1a92..2080d72dc2bb -------------------------------------------------------------------------------- [main 9227968bab] tools: change minimatch install strategy Author: Marco Ippolito Date: Mon Oct 30 14:39:43 2023 +0200 64 files changed, 6272 insertions(+), 670 deletions(-) rename deps/minimatch/{src => }/README.md (100%) rename deps/minimatch/{src => }/dist/cjs/assert-valid-pattern.d.ts (100%) rename deps/minimatch/{src => }/dist/cjs/assert-valid-pattern.d.ts.map (100%) rename deps/minimatch/{src => }/dist/cjs/assert-valid-pattern.js (100%) rename deps/minimatch/{src => }/dist/cjs/assert-valid-pattern.js.map (100%) rename deps/minimatch/{src => }/dist/cjs/ast.d.ts (100%) rename deps/minimatch/{src => }/dist/cjs/ast.d.ts.map (100%) rename deps/minimatch/{src => }/dist/cjs/ast.js (100%) rename deps/minimatch/{src => }/dist/cjs/ast.js.map (100%) rename deps/minimatch/{src => }/dist/cjs/brace-expressions.d.ts (100%) rename deps/minimatch/{src => }/dist/cjs/brace-expressions.d.ts.map (100%) rename deps/minimatch/{src => }/dist/cjs/brace-expressions.js (100%) rename deps/minimatch/{src => }/dist/cjs/brace-expressions.js.map (100%) rename deps/minimatch/{src => }/dist/cjs/escape.d.ts (100%) rename deps/minimatch/{src => }/dist/cjs/escape.d.ts.map (100%) rename deps/minimatch/{src => }/dist/cjs/escape.js (100%) rename deps/minimatch/{src => }/dist/cjs/escape.js.map (100%) rename deps/minimatch/{src => }/dist/cjs/index.d.ts (100%) rename deps/minimatch/{src => }/dist/cjs/index.d.ts.map (100%) rename deps/minimatch/{src => }/dist/cjs/index.js (100%) rename deps/minimatch/{src => }/dist/cjs/index.js.map (100%) rename deps/minimatch/{src => }/dist/cjs/package.json (100%) rename deps/minimatch/{src => }/dist/cjs/unescape.d.ts (100%) rename deps/minimatch/{src => }/dist/cjs/unescape.d.ts.map (100%) rename deps/minimatch/{src => }/dist/cjs/unescape.js (100%) rename deps/minimatch/{src => }/dist/cjs/unescape.js.map (100%) rename deps/minimatch/{src => }/dist/mjs/assert-valid-pattern.d.ts (100%) rename deps/minimatch/{src => }/dist/mjs/assert-valid-pattern.d.ts.map (100%) rename deps/minimatch/{src => }/dist/mjs/assert-valid-pattern.js (100%) rename deps/minimatch/{src => }/dist/mjs/assert-valid-pattern.js.map (100%) rename deps/minimatch/{src => }/dist/mjs/ast.d.ts (100%) rename deps/minimatch/{src => }/dist/mjs/ast.d.ts.map (100%) rename deps/minimatch/{src => }/dist/mjs/ast.js (100%) rename deps/minimatch/{src => }/dist/mjs/ast.js.map (100%) rename deps/minimatch/{src => }/dist/mjs/brace-expressions.d.ts (100%) rename deps/minimatch/{src => }/dist/mjs/brace-expressions.d.ts.map (100%) rename deps/minimatch/{src => }/dist/mjs/brace-expressions.js (100%) rename deps/minimatch/{src => }/dist/mjs/brace-expressions.js.map (100%) rename deps/minimatch/{src => }/dist/mjs/escape.d.ts (100%) rename deps/minimatch/{src => }/dist/mjs/escape.d.ts.map (100%) rename deps/minimatch/{src => }/dist/mjs/escape.js (100%) rename deps/minimatch/{src => }/dist/mjs/escape.js.map (100%) rename deps/minimatch/{src => }/dist/mjs/index.d.ts (100%) rename deps/minimatch/{src => }/dist/mjs/index.d.ts.map (100%) rename deps/minimatch/{src => }/dist/mjs/index.js (100%) rename deps/minimatch/{src => }/dist/mjs/index.js.map (100%) rename deps/minimatch/{src => }/dist/mjs/package.json (100%) rename deps/minimatch/{src => }/dist/mjs/unescape.d.ts (100%) rename deps/minimatch/{src => }/dist/mjs/unescape.d.ts.map (100%) rename deps/minimatch/{src => }/dist/mjs/unescape.js (100%) rename deps/minimatch/{src => }/dist/mjs/unescape.js.map (100%) create mode 100644 deps/minimatch/package-lock.json rename deps/minimatch/{src => }/package.json (94%) delete mode 100644 deps/minimatch/src/LICENSE delete mode 100644 deps/minimatch/src/node_modules/balanced-match/LICENSE.md delete mode 100644 deps/minimatch/src/node_modules/balanced-match/README.md delete mode 100644 deps/minimatch/src/node_modules/balanced-match/index.js delete mode 100644 deps/minimatch/src/node_modules/balanced-match/package.json delete mode 100644 deps/minimatch/src/node_modules/brace-expansion/LICENSE delete mode 100644 deps/minimatch/src/node_modules/brace-expansion/README.md delete mode 100644 deps/minimatch/src/node_modules/brace-expansion/index.js delete mode 100644 deps/minimatch/src/node_modules/brace-expansion/package.json [main 88b29a0fc1] fix: header broke everything Author: Marco Ippolito Date: Mon Oct 30 17:42:00 2023 +0200 2 files changed, 6 deletions(-) [main a252c8c9d0] fix Author: Marco Ippolito Date: Tue Oct 31 11:13:55 2023 +0200 1 file changed, 1 deletion(-) ✔ Patches applied There are 3 commits in the PR. Attempting autorebase. Rebasing (2/6)https://github.com/nodejs/node/actions/runs/6840406687 |
Landed in 0304da2 |
PR-URL: #50476 Refs: nodejs/security-wg#1037 Reviewed-By: James M Snell <[email protected]>
PR-URL: nodejs#50476 Refs: nodejs/security-wg#1037 Reviewed-By: James M Snell <[email protected]>
PR-URL: #50476 Refs: nodejs/security-wg#1037 Reviewed-By: James M Snell <[email protected]>
Refs: nodejs/security-wg#1037
It makes build process repeatable and keeps track of package lock