| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent be4b3a4 commit 5c71f49
182 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -772,3 +772,7 @@ Seth Thomas <seth@emailseth.com> | |||
| 772 | 772 | Andreas <andreas@bielk.se> | |
| 773 | 773 | Felipe Santos <felipecassiors@gmail.com> | |
| 774 | 774 | Luigi Pinca <luigipinca@gmail.com> | |
| 775 | + Marco Sirabella <marco@sirabella.org> | ||
| 776 | + wangsai <wangsai@bootcss.com> | ||
| 777 | + Luke Hefson <luke@github.com> | ||
| 778 | + mrmlnc <mrmlnc@yandex-team.ru> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,94 @@ | |||
| 1 | + ## v7.12.1 (2021-05-10) | ||
| 2 | + | ||
| 3 | + ### BUG FIXES | ||
| 4 | + | ||
| 5 | + * [`de49f58f5`](https://github.com/npm/cli/commit/de49f58f55dc2ac3a5057cd492a43c32ae41381e) | ||
| 6 | + [#3216](https://github.com/npm/cli/issues/3216) | ||
| 7 | + fix(contributing): link to proper cli repo | ||
| 8 | + ([@mrmlnc](https://github.com/mrmlnc)) | ||
| 9 | + * [`1d092144e`](https://github.com/npm/cli/commit/1d092144eaaabff63ac8424b40b2286822be7677) | ||
| 10 | + [#3203](https://github.com/npm/cli/issues/3203) | ||
| 11 | + fix(packages): locale-agnostic string sorting | ||
| 12 | + ([@isaacs](https://github.com/isaacs)) | ||
| 13 | + * [`0696fca13`](https://github.com/npm/cli/commit/0696fca13d10726e04ca97ff50eef7bd7455a3ab) | ||
| 14 | + [#3209](https://github.com/npm/cli/issues/3209) | ||
| 15 | + fix(view): fix non-registry specs | ||
| 16 | + ([@wraithgar](https://github.com/wraithgar)) | ||
| 17 | + * [`71ac93597`](https://github.com/npm/cli/commit/71ac935976390e4fd05987ff510049f82bc6e2a9) | ||
| 18 | + [#3206](https://github.com/npm/cli/issues/3206) | ||
| 19 | + chore(github): Convert md issue template to yaml | ||
| 20 | + ([@lukehefson](https://github.com/lukehefson)) | ||
| 21 | + * [`6fb386d3b`](https://github.com/npm/cli/commit/6fb386d3bfbaa8e4771ff87a08de1f3aa6f9b34d) | ||
| 22 | + [#3201](https://github.com/npm/cli/issues/3201) | ||
| 23 | + fix(tests): increase test fuzziness | ||
| 24 | + ([@wraithgar](https://github.com/wraithgar)) | ||
| 25 | + * [`f3a662fcd`](https://github.com/npm/cli/commit/f3a662fcd869653f9753aef3d40cc96ed28ed509) | ||
| 26 | + [#3211](https://github.com/npm/cli/issues/3211) | ||
| 27 | + fix(tests): use config defaults | ||
| 28 | + ([@wraithgar](https://github.com/wraithgar)) | ||
| 29 | + | ||
| 30 | + ### DEPENDENCIES | ||
| 31 | + | ||
| 32 | + * [`285976fd1`](https://github.com/npm/cli/commit/285976fd12f037f59da47307d98df7ebda5278d9) | ||
| 33 | + `@npmcli/arborist@2.4.4` | ||
| 34 | + * fix(reify): properly save spec if prerelease | ||
| 35 | + * [`f9f24d17c`](https://github.com/npm/cli/commit/f9f24d17c29c421de3c9b82c6b98a40268aeb920) | ||
| 36 | + `libnpmexec@1.1.1` | ||
| 37 | + * fix(add): Specify 'en' locale to String.localeCompare | ||
| 38 | + * [`cb9f17499`](https://github.com/npm/cli/commit/cb9f174996dbb4779a1be82890564f9abffb11f4) | ||
| 39 | + `glob@7.1.7` | ||
| 40 | + * force 'en' locale in string sorting | ||
| 41 | + * [`24b4e4a41`](https://github.com/npm/cli/commit/24b4e4a41b451db3de381fac6b719149db14c288) | ||
| 42 | + `ignore-walk@3.0.4` | ||
| 43 | + * Avoid locale-specific sorting issues | ||
| 44 | + * [`1eb7e5c7d`](https://github.com/npm/cli/commit/1eb7e5c7d466293b472c2506c64e5a89ec84ac2f) | ||
| 45 | + `@npmcli/arborist@2.4.3` | ||
| 46 | + * guard against locale-specific sorting | ||
| 47 | + * [`a6a826067`](https://github.com/npm/cli/commit/a6a826067cb46c711521772c2d0158257d54400a) | ||
| 48 | + `npm-packlist@2.2.2`: | ||
| 49 | + * fix(sort): avoid locale-dependent sorting issues | ||
| 50 | + | ||
| 51 | + ## v7.12.0 (2021-05-06) | ||
| 52 | + | ||
| 53 | + ### FEATURES | ||
| 54 | + | ||
| 55 | + * [`701627c51`](https://github.com/npm/cli/commit/701627c5169934e59da2959d76a49c77278cc9dc) | ||
| 56 | + [#3098](https://github.com/npm/cli/issues/3098) | ||
| 57 | + feat(cache): Allow `add` to accept multiple specs | ||
| 58 | + ([@mjsir911](https://github.com/mjsir911)) | ||
| 59 | + * [`59171f030`](https://github.com/npm/cli/commit/59171f0304f048a009f1697eec6f74f778bc52ff) | ||
| 60 | + [#3187](https://github.com/npm/cli/issues/3187) | ||
| 61 | + feat(config): add workspaces boolean to user-agent | ||
| 62 | + ([@nlf](https://github.com/nlf)) | ||
| 63 | + | ||
| 64 | + ### BUG FIXES | ||
| 65 | + | ||
| 66 | + * [`2c9b8713c`](https://github.com/npm/cli/commit/2c9b8713c4c88fbd0c3c48eb0de84dbd7269398f) | ||
| 67 | + [#3182](https://github.com/npm/cli/issues/3182) | ||
| 68 | + fix(docs): fix broken links | ||
| 69 | + ([@wangsai](https://github.com/wangsai)) | ||
| 70 | + * [`88cbc8c44`](https://github.com/npm/cli/commit/88cbc8c447cbaef20b5a8f19246211ce4918f4d8) | ||
| 71 | + [#3198](https://github.com/npm/cli/issues/3198) | ||
| 72 | + fix(tests): reflect new libnpmexec logic | ||
| 73 | + | ||
| 74 | + ### DEPENDENCIES | ||
| 75 | + | ||
| 76 | + * [`d01ce5e13`](https://github.com/npm/cli/commit/d01ce5e132cb4661698012fd5017753c2bdb660b) | ||
| 77 | + `libnpmexec@1.1.0`: | ||
| 78 | + * feat: add walk up dir lookup to satisfy local bins | ||
| 79 | + * [`81c1dfaaa`](https://github.com/npm/cli/commit/81c1dfaaaf918229316a975aa8075769ffafdb6d) | ||
| 80 | + `@npmcli/arborist@2.4.2`: | ||
| 81 | + * fix(add): save packages in the right place | ||
| 82 | + * fix(reify): do not clean up nodes with no parent | ||
| 83 | + * fix(audit): support alias specs & root package names | ||
| 84 | + * [`87c2303ea`](https://github.com/npm/cli/commit/87c2303eaa6edfa5309da0a30f5ad291b6d57640) | ||
| 85 | + `@npmcli/git@2.0.9`: | ||
| 86 | + * fix(clone): Do not allow git replacement objects by default | ||
| 87 | + * [`99ff40dff`](https://github.com/npm/cli/commit/99ff40dff5e5e55a5d5f045ba90e76c08174ca38) | ||
| 88 | + `npm-packlist@2.2.0`: | ||
| 89 | + * feat(npmignore): Do not force include history, changelogs, notice | ||
| 90 | + * fix(package.json): add missing bin/index.js to files | ||
| 91 | + | ||
| 1 | 92 | ## v7.11.2 (2021-04-29) | |
| 2 | 93 | ||
| 3 | 94 | ### BUG FIXES | |
@@ -76,8 +167,8 @@ | |||
| 76 | 167 | [#3126](https://github.com/npm/cli/issues/3126) | |
| 77 | 168 | fix(logout): use isBasicAuth attribute | |
| 78 | 169 | ([@wraithgar](https://github.com/wraithgar)) | |
| 79 | - ### DOCUMENTATION | ||
| 80 | 170 | ||
| 171 | + ### DOCUMENTATION | ||
| 81 | 172 | ||
| 82 | 173 | * [`c93f1c39e`](https://github.com/npm/cli/commit/c93f1c39e326feff0857712a10ef6183fbafe1ab) | |
| 83 | 174 | [#3101](https://github.com/npm/cli/issues/3101) | |
@@ -89,7 +180,6 @@ | |||
| 89 | 180 | fix(usage): fix refs to ws shorthand | |
| 90 | 181 | ([@ruyadorno](https://github.com/ruyadorno)) | |
| 91 | 182 | ||
| 92 | - | ||
| 93 | 183 | ### DEPENDENCIES | |
| 94 | 184 | ||
| 95 | 185 | * [`83166ebcc`](https://github.com/npm/cli/commit/83166ebcc4ba5e3bf215f08151437d96637f4f33) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ All interactions in the **npm** organization on GitHub are considered to be cove | |||
| 9 | 9 | **1. Clone this repository...** | |
| 10 | 10 | ||
| 11 | 11 | ```bash | |
| 12 | - $ git clone git@github.com:npm/cli.git | ||
| 12 | + $ git clone git@github.com:npm/cli.git npm | ||
| 13 | 13 | ``` | |
| 14 | 14 | ||
| 15 | 15 | **2. Navigate into project & install development-specific dependencies...** | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,10 +7,10 @@ description: Manipulates packages cache | |||
| 7 | 7 | ### Synopsis | |
| 8 | 8 | ||
| 9 | 9 | ```bash | |
| 10 | - npm cache add <tarball file> | ||
| 11 | - npm cache add <folder> | ||
| 12 | - npm cache add <tarball url> | ||
| 13 | - npm cache add <name>@<version> | ||
| 10 | + npm cache add <tarball file>... | ||
| 11 | + npm cache add <folder>... | ||
| 12 | + npm cache add <tarball url>... | ||
| 13 | + npm cache add <name>@<version>... | ||
| 14 | 14 | ||
| 15 | 15 | npm cache clean | |
| 16 | 16 | aliases: npm cache clear, npm cache rm | |
@@ -25,7 +25,7 @@ Note: This command is unaware of workspaces. | |||
| 25 | 25 | Used to add, list, or clean the npm cache folder. | |
| 26 | 26 | ||
| 27 | 27 | * add: | |
| 28 | - Add the specified package to the local cache. This command is primarily | ||
| 28 | + Add the specified packages to the local cache. This command is primarily | ||
| 29 | 29 | intended to be used internally by npm, but it can provide a way to | |
| 30 | 30 | add data to the local installation cache explicitly. | |
| 31 | 31 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ npm ci | |||
| 12 | 12 | ||
| 13 | 13 | ### Description | |
| 14 | 14 | ||
| 15 | - This command is similar to [`npm install`](/cli-commands/install), except | ||
| 15 | + This command is similar to [`npm install`](/commands/npm-install), except | ||
| 16 | 16 | it's meant to be used in automated environments such as test platforms, | |
| 17 | 17 | continuous integration, and deployment -- or any situation where you want | |
| 18 | 18 | to make sure you're doing a clean install of your dependencies. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -74,7 +74,7 @@ Using `npm find-dupes` will run the command in `--dry-run` mode. | |||
| 74 | 74 | ||
| 75 | 75 | ### See Also | |
| 76 | 76 | ||
| 77 | - * [npm find-dupes](/cli-commands/find-dupes) | ||
| 78 | - * [npm ls](/cli-commands/ls) | ||
| 79 | - * [npm update](/cli-commands/update) | ||
| 80 | - * [npm install](/cli-commands/install) | ||
| 77 | + * [npm find-dupes](/commands/npm-find-dupes) | ||
| 78 | + * [npm ls](/commands/npm-ls) | ||
| 79 | + * [npm update](/commands/npm-update) | ||
| 80 | + * [npm install](/commands/npm-install) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,5 +44,5 @@ format an empty string. | |||
| 44 | 44 | ||
| 45 | 45 | * [npm publish](/commands/npm-publish) | |
| 46 | 46 | * [npm registry](/using-npm/registry) | |
| 47 | - * [npm owner](/cli-commands/owner) | ||
| 48 | - * [npm owner](/cli-commands/adduser) | ||
| 47 | + * [npm owner](/commands/npm-owner) | ||
| 48 | + * [npm owner](/commands/npm-adduser) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,5 +44,4 @@ The shell to run for the `npm explore` command. | |||
| 44 | 44 | * [npm folders](/configuring-npm/folders) | |
| 45 | 45 | * [npm edit](/commands/npm-edit) | |
| 46 | 46 | * [npm rebuild](/commands/npm-rebuild) | |
| 47 | - * [npm build](/commands/npm-build) | ||
| 48 | 47 | * [npm install](/commands/npm-install) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,8 +17,8 @@ duplications, without actually changing the package tree. | |||
| 17 | 17 | ||
| 18 | 18 | ### See Also | |
| 19 | 19 | ||
| 20 | - * [npm dedupe](/cli-commands/dedupe) | ||
| 21 | - * [npm ls](/cli-commands/ls) | ||
| 22 | - * [npm update](/cli-commands/update) | ||
| 23 | - * [npm install](/cli-commands/install) | ||
| 20 | + * [npm dedupe](/commands/npm-dedupe) | ||
| 21 | + * [npm ls](/commands/npm-ls) | ||
| 22 | + * [npm update](/commands/npm-update) | ||
| 23 | + * [npm install](/commands/npm-install) | ||
| 24 | 24 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -538,7 +538,6 @@ the specific folder structures that npm creates. | |||
| 538 | 538 | * [npm link](/commands/npm-link) | |
| 539 | 539 | * [npm rebuild](/commands/npm-rebuild) | |
| 540 | 540 | * [npm scripts](/using-npm/scripts) | |
| 541 | - * [npm build](/commands/npm-build) | ||
| 542 | 541 | * [npm config](/commands/npm-config) | |
| 543 | 542 | * [npmrc](/configuring-npm/npmrc) | |
| 544 | 543 | * [npm registry](/using-npm/registry) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments