Skip to content

Release/v7.0.0 rc.0 #1882

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

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
40c17e1
[email protected]
ruyadorno Sep 30, 2020
47a8ca1
[email protected]
ruyadorno Sep 30, 2020
558e978
chore: removed unused deep-equal dev-dep
ruyadorno Sep 30, 2020
81073f9
[email protected]
ruyadorno Sep 30, 2020
67793ab
[email protected]
ruyadorno Sep 30, 2020
2aa9a1f
chore: removed unused request dep
ruyadorno Sep 30, 2020
a27e8d0
[email protected]
ruyadorno Sep 30, 2020
893fed4
[email protected]
ruyadorno Sep 30, 2020
d77594e
chore: removed unused npm-registry-couchapp dev-dep
ruyadorno Sep 30, 2020
bc20e0c
[email protected]
ruyadorno Sep 30, 2020
8ec84d9
chore: removed unused tacks dev-dep
ruyadorno Sep 30, 2020
a2b8fd3
[email protected]
ruyadorno Sep 30, 2020
ee4c85b
[email protected]
ruyadorno Sep 30, 2020
4bdad5f
[email protected]
ruyadorno Sep 30, 2020
a07b421
chore: removed unused lincesee dev-dep
ruyadorno Sep 30, 2020
ea8dfe5
chore: marked is a peer dep of marked-man
ruyadorno Sep 30, 2020
41126e1
chore: remove unused npm-cache-filename dev-dep
ruyadorno Sep 30, 2020
130da51
chore: remove unused npm-registry-mock dev-dep
ruyadorno Sep 30, 2020
b355af4
chore: remove unused sprintf-js dev-dep
ruyadorno Sep 30, 2020
721c0a8
chore: remove unused uid-number dep
ruyadorno Sep 30, 2020
9c920e5
chore: remove unused umask dep
ruyadorno Sep 30, 2020
aae1c38
chore: remove unused config-chain dep
ruyadorno Sep 30, 2020
450845e
chore: remove unused find-npm-prefix dep
ruyadorno Sep 30, 2020
963d542
chore: remove unused has-unicode dep
ruyadorno Sep 30, 2020
cad9cbc
chore: remove unused infer-owner dep
ruyadorno Sep 30, 2020
3ae0291
chore: remove unused lockfile dep
ruyadorno Sep 30, 2020
7bc474d
chore: remove unused once dep
ruyadorno Sep 30, 2020
5c5e009
chore: removed unused retry dep
ruyadorno Sep 30, 2020
cfaddd3
chore: remove unused sha dep
ruyadorno Sep 30, 2020
3a978ff
chore: removed unused slide dep
ruyadorno Sep 30, 2020
fef2646
chore: refresh transitive deps
ruyadorno Sep 30, 2020
3b41705
add proxy
badeggg Sep 18, 2020
d30dade
chore: removed old test suite
ruyadorno Sep 30, 2020
c394937
@npmcli/[email protected]
isaacs Oct 1, 2020
dd7d7a2
@npmcli/[email protected]
isaacs Oct 1, 2020
fc3fc3a
add new @npmcli/node-gyp module to git
isaacs Oct 1, 2020
0728832
docs: changelog for v7.0.0-rc.0
isaacs Oct 1, 2020
b5a1a21
update AUTHORS
darcyclarke Oct 1, 2020
7d21d08
7.0.0-rc.0
darcyclarke Oct 1, 2020
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -706,3 +706,4 @@ Nathan LaFreniere <[email protected]>
Lucio Martinez <[email protected]>
Brian Jenkins <[email protected]>
nlf <[email protected]>
zhaoxuxu <[email protected]>
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,79 @@
## v7.0.0-rc.0 (2020-10-01)

* [`3b417055c`](https://github.com/npm/cli/commit/3b417055cf07c4ef8e4c5063f00d3c24b5f5cbd2)
[#1859](https://github.com/npm/cli/pull/1859)
fix `proxy` and `https-proxy` config support
([@badeggg](https://github.com/badeggg))
* [`dd7d7a284`](https://github.com/npm/cli/commit/dd7d7a284d5150d1804d0cd5a85519c86adf3bc2)
`@npmcli/[email protected]`
* [#1849](https://github.com/npm/cli/issues/1849) Do not drop peer/dev
dep while saving if both set
* Do not install or build if there is a global top bin conflict
* Default to building node-gyp dependencies
* [`40c17e12c`](https://github.com/npm/cli/commit/40c17e12c5a734c37b88692e36221ac974c0c63d)
`[email protected]`
* [`47a8ca1d7`](https://github.com/npm/cli/commit/47a8ca1d72f0f0835b45cfb2c4fb8ab1218dc14a)
`[email protected]`
* [`81073f99a`](https://github.com/npm/cli/commit/81073f99a93b680e3ca08b8f099e9aca2aaf50be)
`[email protected]`
* [`67793abd4`](https://github.com/npm/cli/commit/67793abd4abdf315816b6266ddb045289f607b03)
`[email protected]`
* [`a27e8d006`](https://github.com/npm/cli/commit/a27e8d00664e5d4c3e81d664253a10176adb39c8)
`[email protected]`
* [`893fed45e`](https://github.com/npm/cli/commit/893fed45e2272ef764ebf927c659fcf5e7b355b3)
`[email protected]`
* [`bc20e0c8a`](https://github.com/npm/cli/commit/bc20e0c8ae30a202c72af88586ab9c167dff980a)
`[email protected]`
* [`a2b8fd3c1`](https://github.com/npm/cli/commit/a2b8fd3c153ecca55cb2d60654fff207688532ab)
`[email protected]`
* [`ee4c85b87`](https://github.com/npm/cli/commit/ee4c85b878410143644460c3860ab706a8c925e0)
`[email protected]`
* [`4bdad5fdf`](https://github.com/npm/cli/commit/4bdad5fdf6ef387e2159b529ba4652f0221433b5)
`[email protected]`
* [`c394937ec`](https://github.com/npm/cli/commit/c394937ec1911cd17ec42c8fc74773047d47322c)
`@npmcli/[email protected]`
* Default to building node-gyp dependencies and projects
* remove many unused dependencies
([@ruyadorno](https://github.com/ruyadorno))
* [`558e9781a`](https://github.com/npm/cli/commit/558e9781ada06b66be4d2d5d0f7e763f645eda25)
deep-equal
* [`2aa9a1f8a`](https://github.com/npm/cli/commit/2aa9a1f8a5773b9a960b14b51c8111fb964bc9ae)
request
* [`d77594e52`](https://github.com/npm/cli/commit/d77594e52f2f7d65d45347f542f48e4dbb6d2f26)
npm-registry-couchapp
* [`8ec84d9f6`](https://github.com/npm/cli/commit/8ec84d9f691686da67bd14c2728472c94ab3b955)
tacks
* [`a07b421f7`](https://github.com/npm/cli/commit/a07b421f708c13d8239e7283ad89611b24b23d0a)
lincesee
* [`41126e165`](https://github.com/npm/cli/commit/41126e165d3d5625a55e140b84fdd02052520146)
npm-cache-filename
* [`130da51b5`](https://github.com/npm/cli/commit/130da51b553e550584f31e2a8a961f4338f2a0cd)
npm-registry-mock
* [`b355af486`](https://github.com/npm/cli/commit/b355af48696bb5001c6d2b938974d9ab9f5e2360)
sprintf-js
* [`721c0a873`](https://github.com/npm/cli/commit/721c0a8736f3cd0a0e75e0b89518a431553843c6)
uid-number
* [`9c920e5f5`](https://github.com/npm/cli/commit/9c920e5f584e4d912aabc6e412693f7142242a89)
umask
* [`aae1c38bb`](https://github.com/npm/cli/commit/aae1c38bbb983cf40e9b3df012b18bebba5e5400)
config-chain
* [`450845eac`](https://github.com/npm/cli/commit/450845eaceb7e178c8ec7867a67e5cc948986904)
find-npm-prefix
* [`963d542d3`](https://github.com/npm/cli/commit/963d542d385c7fe26830a885fe40d96010d01862)
has-unicode
* [`cad9cbc70`](https://github.com/npm/cli/commit/cad9cbc70561c8638ed6e56286f753693f411000)
infer-owner
* [`3ae02914d`](https://github.com/npm/cli/commit/3ae02914d49f3302d25c85d2242096bb2291f9f4)
lockfile
* [`7bc474d7c`](https://github.com/npm/cli/commit/7bc474d7cb2e2e083fd8358d0648d7c5fb43707f)
once
* [`5c5e0099a`](https://github.com/npm/cli/commit/5c5e0099a4708ec84da3d2e427e16c4a9cfe3c8a)
retry
* [`cfaddd334`](https://github.com/npm/cli/commit/cfaddd334b8b1eddcefa3cd2a9b823ec140271a4)
sha
* [`3a978ffc7`](https://github.com/npm/cli/commit/3a978ffc7fddd6802c81996a5710b2efd15edc11)
slide

## v7.0.0-beta.13 (2020-09-29)

* [`405e051f7`](https://github.com/npm/cli/commit/405e051f724a2e79844f78f8ea9ba019fdc513aa)
Expand Down
8 changes: 7 additions & 1 deletion lib/utils/flat-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,13 @@ const flatOptions = npm => npm.flatOptions || Object.freeze({
...getScopesAndAuths(npm),

// npm fund exclusive option to select an item from a funding list
which: npm.config.get('which')
which: npm.config.get('which'),

// socks proxy can be configured in https-proxy or proxy field
// note that the various (HTTPS_|HTTP_|)PROXY environs will be
// respected if this is not set.
proxy: npm.config.get('https-proxy') || npm.config.get('proxy'),
noProxy: npm.config.get('noproxy')
})

const getPreferOnline = npm => {
Expand Down
4 changes: 2 additions & 2 deletions lib/utils/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fs = require('fs')
const path = require('path')
const npm = require('../npm.js')
const regFetch = require('npm-registry-fetch')
const uuid = require('uuid')
const { v4: uuidv4 } = require('uuid')
const cacheFile = require('./cache-file.js')

let inMetrics = false
Expand Down Expand Up @@ -42,7 +42,7 @@ function saveMetrics (itWorked) {
}
} catch (ex) {
metrics = {
metricId: uuid.v4(),
metricId: uuidv4(),
metrics: {
from: new Date().toISOString(),
to: new Date().toISOString(),
Expand Down
17 changes: 0 additions & 17 deletions lib/utils/umask.js

This file was deleted.

63 changes: 3 additions & 60 deletions node_modules/.gitignore

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

Loading