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-02-12@npmcli/arborist@2.2.2Gar
2021-02-12chore(package-lock): rebuild package-lockGar
This pulls in, installs, and de-dupes our subdependencies. Notable updates are promise-retry and @npmcli/move-file which had new versions but we had no way to update and/or dedupe We also manually removed uuid from our package.json which was only added in the past to try to get around this same deduping issue
2021-02-12libnpmversion@1.0.10Gar
2021-02-12@npmcli/git@2.0.5Gar
2021-02-11@npmcli/run-script@1.8.3Gar
2021-02-08@npmcli/installed-package-contents@1.0.7Ruy Adorno
2021-02-08@npmcli/arborist@2.2.1Ruy Adorno
2021-02-08pacote@11.2.6Ruy Adorno
2021-02-08@npmcli/run-script@1.8.2Ruy Adorno
2021-02-08read-package-json-fast@2.0.1Ruy Adorno
2021-02-05@npmcli/arborist@2.2.0Ruy Adorno
2021-02-02@npmcli/config@1.2.9Darcy Clarke
2021-02-01@npmcli/arborist@2.1.1, pacote@11.2.4isaacs
* Properly raise ERESOLVE errors on root dev dependencies * Ignore ERESOLVE errors when performing git dep 'prepare' scripts * Always reinstall packages that are explicitly requested * fix global update all so it actually updates things * Install bins properly when global root is a link
2021-01-29@npmcli/arborist@2.1.0nlf
2021-01-28@npmcli/move-file@1.1.1nlf
2021-01-28feat: add npm diffruyadorno/npm-diffRuy Adorno
- As proposed in RFC: https://github.com/npm/rfcs/pull/144 PR-URL: https://github.com/npm/cli/pull/1319 Credit: @ruyadorno Close: #1319 Reviewed-by: @isaacs
2021-01-21@npmcli/arborist@2.0.6Ruy Adorno
2021-01-15@npmcli/metavuln-calculator@1.0.2Ruy Adorno
2021-01-15chore: update missing files from node_modulesRuy Adorno
- @npmcli/arborist@2.0.5 - @npmcli/metavuln-calculator@1.0.1 - move-file@1.1.0
2021-01-15@npmcli/arborist@2.0.5Michael Garvin
2021-01-07@npmcli/arborist@2.0.3isaacs
2020-12-18@npmcli/config@1.2.8isaacs
* Support setting email without username/password Fixes: #2300
2020-12-15@npmcli/arborist@2.0.2nlf
2020-12-15ini@2.0.0, @npmcli/config@1.2.7isaacs
PR-URL: https://github.com/npm/cli/pull/2335 Credit: @isaacs Close: #2335 Reviewed-by: @darcyclarke
2020-12-11@npmcli/arborist@2.0.1isaacs
* Do not save with ^ and no version Fix: #2320
2020-12-11@npmcli/config@1.2.6isaacs
* Set INIT_CWD to initial current working directory * Set NODE to initial process.execPath Fix: #2033
2020-12-09@npmcli/config@1.2.4isaacs
2020-12-09@npmcli/arborist@2.0.0isaacs
Bumps libnpmfund so we don't have a dupe
2020-12-04@npmcli/config@1.2.3Ruy Adorno
2020-12-04@npmcli/arborist@1.0.14Ruy Adorno
2020-11-27@npmcli/arborist@1.0.13Ruy Adorno
2020-11-23@npmcli/run-script@1.8.1nlf
2020-11-20@npmcli/arborist@1.0.12nlf
2020-11-17@npmcli/run-script@1.8.0Ruy Adorno
2020-11-13@npmcli/arborist@1.0.11isaacs
Fixes: #2123 Fixes: #1957
2020-11-10@npmcli/arborist@1.0.10isaacs
* prevent self-assignment of parent/fsParent * Support update options in global package space Fix: #1962
2020-11-06@npmcli/arborist@1.0.9isaacs
* Process deps for all link nodes * Use junctions instead of symlinks * Use @npmcli/move-file instead of fs.rename Fixes: #1984 Fixes: #2079 Fixes: #1923 Fixes: #606 Fixes: #2031
2020-11-06@npmcli/run-script@1.7.5isaacs
* Export the `isServerPackage` method * Proxy signals to and from foreground child processes Fixes: #2124
2020-11-04@npmcli/arborist@1.0.8isaacs
2020-11-04Support publishing any kind of spec, not just directoriesisaacs
Credit: @isaacs Close: #2074 Reviewed-by: @nlf
2020-10-30@npmcli/arborist@1.0.6Ruy Adorno
2020-10-30@npmcli/promise-spawn@1.3.2Ruy Adorno
2020-10-30@npmcli/run-script@1.7.4Ruy Adorno
2020-10-27@npmcli/arborist@1.0.5nlf
2020-10-27@npmcli/run-script@1.7.3nlf
2020-10-27@npmcli/promise-spawn@1.3.1nlf
2020-10-23@npmcli/arborist@1.0.4isaacs
- Ensure that root is added when root.meta is set - Include all edges in explain() output when a root edge exists - Do not conflict on meta-peers that will not be replaced - Install peerOptionals if explicitly requested, or dev Fix: npm/cli#1997 Fix: npm/cli#2000 Fix: npm/cli#2005
2020-10-16@npmcli/arborist@1.0.3Ruy Adorno
2020-10-16@npmcli/arborist@1.0.2isaacs
2020-10-13@npmcli/arborist@1.0.0Darcy Clarke