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

deps: upgrade npm to 7.15.0 #38831

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions deps/npm/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
"keyword-spacing": ["error", { "before": true, "after": true }],
"lines-between-class-members": ["error", "always", { "exceptAfterSingleLine": true }],
"max-len": ["error", 80, {
"ignoreUrls": true,
"ignoreComments": false,
"ignoreRegExpLiterals": true,
"ignoreStrings": true,
"ignoreTemplateLiterals": true
}],
"new-cap": ["error", { "newIsCap": true, "capIsNew": false, "properties": true }],
"new-parens": "error",
"no-array-constructor": "error",
Expand Down
9 changes: 0 additions & 9 deletions deps/npm/.licensee.json

This file was deleted.

77 changes: 0 additions & 77 deletions deps/npm/.mailmap

This file was deleted.

16 changes: 16 additions & 0 deletions deps/npm/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,21 @@ node_modules/.bin
node_modules/npm-registry-mock
/npmrc
/release/
/coverage/

# don't need these in the npm package.
Makefile
.licensee.json
.mailmap
changelogs/*
configure
make.bat
scripts
html/*.png
docs/nav.yml
docs/config.json
docs/dockhand.js
docs/template.html

# don't ignore .npmignore files
# these are used in some tests.
Expand All @@ -27,3 +39,7 @@ html/*.png
Session.vim
.nyc_output
/.editorconfig

# don't ship smoke tests
smoke-tests/
tap-snapshots/smoke-tests-index.js-TAP.test.js
43 changes: 43 additions & 0 deletions deps/npm/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -739,3 +739,46 @@ kai zhu <[email protected]>
Alex Woollam <[email protected]>
Daniel Fischer <[email protected]>
Yash-Singh1 <[email protected]>
Edu93Jer <[email protected]>
Tieg Zaharia <[email protected]>
Aki <[email protected]>
fuhao.xu <[email protected]>
marsonya <[email protected]>
Jeff Griffiths <[email protected]>
Michael Garvin <[email protected]>
Gar <[email protected]>
dr-js <[email protected]>
Pavan Bellamkonda <[email protected]>
Alexander Riccio <[email protected]>
RA80533 <[email protected]>
Ikko Ashimine <[email protected]>
MrBrain295 <[email protected]>
kumavis <[email protected]>
Christof Lemke <[email protected]>
Nathan Shively-Sanders <[email protected]>
Bjørn Johansen <[email protected]>
Fraqe <[email protected]>
Edward Grech <[email protected]>
Kenrick <[email protected]>
Karthik Sundari <[email protected]>
Jan Sepke <[email protected]>
Augusto Moura <[email protected]>
Eric Chow <[email protected]>
kbayrhammer <[email protected]>
James Chen-Smith <[email protected]>
Yash Singh <[email protected]>
Danielle Church <[email protected]>
Seth Thomas <[email protected]>
Andreas <[email protected]>
Felipe Santos <[email protected]>
Luigi Pinca <[email protected]>
Marco Sirabella <[email protected]>
wangsai <[email protected]>
Luke Hefson <[email protected]>
mrmlnc <[email protected]>
Juan Picado <[email protected]>
Kevin Cormier <[email protected]>
Nariyasu Heseri <[email protected]>
rethab <[email protected]>
Spencer Wilson <[email protected]>
Daniel Park <[email protected]>
Loading