Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-14deps: pacote@12.0.2nlf/pacote-updatenlf
2021-10-13docs: grammar fixXhmikosR
PR-URL: https://github.com/npm/cli/pull/3878 Credit: @XhmikosR Close: #3878 Reviewed-by: @wraithgar
2021-10-12feat(config): Add --lockfile-version config optionisaacs
Depends on @npmcli/arborist@4.0.0 Re: https://github.com/npm/rfcs/pull/434 PR-URL: https://github.com/npm/cli/pull/3880 Credit: @isaacs Close: #3880 Reviewed-by: @wraithgar
2021-10-12chore(deps): @npmcli/arborist@4.0.0isaacs
Bumped patch versions of libnpmexec and libnpmfund to dedupe
2021-10-11fix: include index.js in files arrayGar
This repairs the ability to `node .` from the installed package. `require('npm')` will still not work, as this was disabled in v8.0.0 PR-URL: https://github.com/npm/cli/pull/3874 Credit: @wraithgar Close: #3874 Reviewed-by: @lukekarrys
2021-10-11chore: update bug template to reference latest versionDarcy Clarke
PR-URL: https://github.com/npm/cli/pull/3857 Credit: @darcyclarke Close: #3857 Reviewed-by: @wraithgar
2021-10-11chore: update issue configsDarcy Clarke
PR-URL: https://github.com/npm/cli/pull/3858 Credit: @darcyclarke Close: #3858 Reviewed-by: @wraithgar
2021-10-11chore: Update Node support in READMEgfyoung
xref: https://github.com/npm/cli/pull/3762 PR-URL: https://github.com/npm/cli/pull/3861 Credit: @gfyoung Close: #3861 Reviewed-by: @wraithgar
2021-10-07chore: remove ignored depsGar
This came up after publish, looks like node_modules didn't get cleaned out properly after the last dep updates and bundle/gitignores
2021-10-078.0.0v8.0.0release/v8.0.0olefriis-mistake-6.46.4Gar
2021-10-07docs: changelog for v8.0.0Gar
2021-10-07chore: add security.md fileGar
PR-URL: https://github.com/npm/cli/pull/3854 Credit: @wraithgar Close: #3854 Reviewed-by: @fritzy
2021-10-07chore: fix publish testsGar
When the tests are run but the code is not inside a git repo, the results are different. This removes the `gitHead` altogether from the publish results so it works in all environments PR-URL: https://github.com/npm/cli/pull/3845 Credit: @wraithgar Close: #3845 Reviewed-by: @fritzy
2021-10-07deps: cli-columns@4.0.0Luke Karrys
PR-URL: https://github.com/npm/cli/pull/3813 Credit: @lukekarrys Close: #3813 Reviewed-by: @wraithgar
2021-10-07feat: drop node 10, 11, and programmatic apiGar
BREAKING CHANGE: - Drop official support for node versions less than v12. - Drop support for `require('npm')` - Update a few subdependencies that dropped node10 support, and brought in the latest node-gyp PR-URL: https://github.com/npm/cli/pull/3762 Credit: @wraithgar Close: #3762 Reviewed-by: @fritzy
2021-10-07chore: replace npm support with GitHub communityMyles Borins
for general support we are now direct folks to github.community not general npm support PR-URL: https://github.com/npm/cli/pull/3850 Credit: @MylesBorins Close: #3850 Reviewed-by: @wraithgar
2021-10-047.24.2v7.24.2v7release/v7.24.2release/v7Luke Karrys
2021-10-04update AUTHORSLuke Karrys
2021-10-04docs: changelog for v7.24.2Luke Karrys
2021-10-04chore: fix bundleDependencies in package-lockGar
2021-10-04chore: fix bundleDependenciesGar
2021-10-01Revert "deps: arborist@2.10.0"Luke Karrys
This reverts commit 8349c3c1557ac52973ad08c10db492e3a5a30204. PR-URL: https://github.com/npm/cli/pull/3817 Credit: @lukekarrys Close: #3817 Reviewed-by: @wraithgar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
This reverts commit f17dfa0ced7d8df9bb7baf378bb20d33175c8e8b.
2021-09-30feat(workspaces): --include-workspace-rootGar
Adds a new config item that includes the workspace root when running non-arborist commands (i.e. repo, version, publish). Arborist will need to be udpated to look for this flag to change its behavior to include the workspace root for its functions. This also changes --workspaces to a trinary, so that setting it to false will explicitly exclude workspaces altogether. This is also going to require an arborist change so that it ignores workspaces altogether. Co-author: @fritzy PR-URL: https://github.com/npm/cli/pull/3816 Credit: @isaacs Close: #3816 Reviewed-by: @wraithgar
2021-09-30deps: arborist@2.10.0Gar
* includeWorkspaceRoot support * workspacesEnabled=false support PR-URL: https://github.com/npm/cli/pull/3815 Credit: @wraithgar Close: #3815 Reviewed-by: @isaacs
2021-09-30fix(docs): add note about workspace script orderBehnam Mohammadi
PR-URL: https://github.com/npm/cli/pull/3699 Credit: @behnammodi Close: #3699 Reviewed-by: @wraithgar
2021-09-30docs: remove npm Enterprise from documentationEdward Thomson
PR-URL: https://github.com/npm/cli/pull/3805 Credit: @ethomson Close: #3805 Reviewed-by: @lukekarrys
2021-09-28fix: use Intl.Collator for string sorting when availableisaacs/string-locale-compareisaacs
The npm/cli form of https://github.com/npm/arborist/pull/324 Required adding options support to package used for this. PR-URL: https://github.com/npm/cli/pull/3809 Credit: @isaacs Close: #3809 Reviewed-by: @wraithgar
2021-09-28deps: @npmcli/arborist@2.9.0Gar
* fix: avoid infinite loops in peer dep replacements * fix: use Intl.Collator for string sorting when available * feat(vuln): expose isDirect
2021-09-28fix: restore exit code on "npm outdated"gfyoung
closes: https://github.com/npm/cli/issues/2556 xref: https://github.com/npm/cli/pull/1750 The xref'ed PR apparently dropped this behavior without any explanation. PR-URL: https://github.com/npm/cli/pull/3799 Credit: @gfyoung Close: #3799 Reviewed-by: @wraithgar
2021-09-27fix: encode url before openingGar
will filter out a small subset of non-URL-safe characters that still parse properly with `new URL` PR-URL: https://github.com/npm/cli/pull/3804 Credit: @isaacs Close: #3804 Reviewed-by: @wraithgar
2021-09-27deps: is-core-module@2.7.0Gar
2021-09-237.24.1v7.24.1release/v7.24.1Gar
2021-09-23update AUTHORSGar
2021-09-23docs: changelog for v7.24.1Gar
2021-09-23deps: socks-proxy-agent@6.1.0Gar
* feat: allow passing tls connection options
2021-09-23docs: document special meaning of registry.npmjs.comCaleb ツ Everett
This behavior has been present in npm for a while, but I haven't found where it's documented. This is my attempt at documenting the behavior based on my understanding of it. I think a SME should contribute to this so the documentation is correct. npm/feedback#544 npm/cli#3783 https://github.com/npm/arborist/blob/478871bf0a44a8ec516b9057585b8707e60b0349/lib/arborist/reify.js#L687-L693 PR-URL: https://github.com/npm/cli/pull/3784 Credit: @everett1992 Close: #3784 Reviewed-by: @wraithgar
2021-09-23chore: correct a typo in lib/deprecate.jsFelix Yan
PR-URL: https://github.com/npm/cli/pull/3766 Credit: @felixonmars Close: #3766 Reviewed-by: @wraithgar
2021-09-23deps: glob@7.2.0Gar
2021-09-177.24.0v7.24.0release/v7.24.0Nathan Fritz
2021-09-17update AUTHORSNathan Fritz
2021-09-17docs: changelog for v7.24.0Nathan Fritz
2021-09-16fix(logs): clean args for failed commandsGar
PR-URL: https://github.com/npm/cli/pull/3761 Credit: @wraithgar Close: #3761 Reviewed-by: @lukekarrys
2021-09-16deps: minipass@3.1.5Gar
* fix: re-emit 'error' event if missed and new listener added * fix: do not blow up if process is missing
2021-09-15fix(install): use configured registry when checking manifestJacob Yacovelli
PR-URL: https://github.com/npm/cli/pull/3760 Credit: @yacoman89 Close: #3760 Reviewed-by: @wraithgar
2021-09-15fix(docs): use correct hyperlink to package-jsonNate Green
See npm/documentation#36 PR-URL: https://github.com/npm/cli/pull/3759 Credit: @nategreen Close: #3759 Reviewed-by: @wraithgar
2021-09-15fix(search): return valid json for no resultsAyush Rawal
PR-URL: https://github.com/npm/cli/pull/3738 Credit: @AyushRawal Close: #3738 Reviewed-by: @wraithgar
2021-09-14fix(config): user-agent properly shows ciGar
The way we were flattening user-agent back into itself meant that any values that were dependent on other config items would never be seen, since we have to re-flatten the item for each one it depends on. We also weren't re-flattening the user-agent when setting workspaces or workspace, which were things that affected the final result. This does change the main config value of `user-agent` but not the flattened one. We are not using the main config value anywhere (which is correct). PR-URL: https://github.com/npm/cli/pull/3754 Credit: @wraithgar Close: #3754 Reviewed-by: @nlf
2021-09-14chore: Fix typos in CONTRIBUTINGJohn Gee
PR-URL: https://github.com/npm/cli/pull/3753 Credit: @shadowspawn Close: #3753 Reviewed-by: @wraithgar
2021-09-13fix(install.sh): don't remove old npm firstGar
The install script will gracefully fail if things don't work. This is especially important for versions of npm that won't work in your current node version. PR-URL: https://github.com/npm/cli/pull/3748 Credit: @wraithgar Close: #3748 Reviewed-by: @isaacs