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
path: root/docs
AgeCommit message (Collapse)Author
2022-09-22chore: bump yaml from 1.10.2 to 2.1.1 in /docsdependabot/npm_and_yarn/docs/yaml-2.1.1dependabot[bot]
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.1.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v2.1.1) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22chore(ci): use globally installed npm executable (#5555)Luke Karrys
2022-09-22docs: add instruction to query objects with npm view (#5527)Michał Kurowski
* add instruction to query objects with npm view * fix package version in example command in npm-view docs
2022-09-22chore(ci): rebuild cmark-gfm only before testsLuke Karrys
2022-09-22chore(ci): run link before testingLuke Karrys
2022-09-21feat: default auth-type to web (#5551)Gar
BREAKING CHANGE: the default `auth-type` config value is now `web`
2022-09-21docs: add hash to "tag" config link (#5519)Michael Rienstra
* docs: add hash to "tag" config link Minor change. [using-npm/config](https://docs.npmjs.com/cli/v8/using-npm/config) is a long page -- heck, the subtitle is "More than you probably want to know about npm configuration" -- so instead of dumping people at the top of it when they follow the link to learn about the "tag" config, let's send 'em right to the relevant bit. Aside from it being a long page, one more motivation: trying to get to the section by searching is also slow, it's the 16th (of 24) occurrence of "tag" on the page. (though to be fair, only the 4th if they catch it in the table of contents) * docs: fix some nonstandard formatting * docs: more useful link Co-authored-by: Luke Karrys <luke@lukekarrys.com>
2022-09-21docs: link mentions of config parameters (#5521)Michael Rienstra
2022-09-21docs: modify misleading doc about package.json:bin (#5529)Hafizur046
docs: modify Misleading doc about bins closes #3788
2022-09-21docs: add `:outdated` pseudo selector to docsnlf
2022-09-21feat: separate login/adduser, remove auth types (#5550)Gar
The difference between `adduser` and `login` depends on the `auth-type`. - `web`: the POST to `/-/v1/login` contains a `{ create: true }` value in its payload for `adduser` - `legacy` the `PUT` request to `/-/user/org.couchdb.user:${username}` contains an `email` value in its payload for `adduser`. BREAKING CHANGE: `login`, `adduser`, and `auth-type` changes - This removes all `auth-type` configs except `web` and `legacy`. - `login` and `adduser` are now separate commands that send different data to the registry. - `auth-type` config values `web` and `legacy` only try their respective methods, npm no longer tries them all and waits to see which one doesn't fail.
2022-09-20chore: apply template-oss changesLuke Karrys
2022-09-20chore: template-oss@4.3.2Luke Karrys
2022-09-15docs: update registry docs headerHugh Lilly
Corrects grammar (previously said `other’s`).
2022-09-15feat(rewrite): rewrite `npm access`Gar
BREAKING CHANGE: renames most of the `npm access` subcommands - `edit`, having never been implemented, is removed - `public` is now `set status=public` - `restricted` is now `set status=private` - `ls-packages` is now `list packages` - `ls-collaborators` is now `list collaborators` - `2fa-required` is now `set mfa=publish` - `2fa-not-required` is now `set mfa=none` - `set mfa=automation` is added - output is no longer in json by default Usage: npm access list packages [<user>|<scope>|<scope:team> [<package>] npm access list collaborators [<package> [<user>]] npm access get status [<package>] npm access set status=public|private [<package>] npm access set mfa=false|publish|automation [<package>] npm access grant <read-only|read-write> <scope:team> [<package>] npm access revoke <scope:team> [<package>] Options: [--json] [--otp <otp>] [--registry <registry>]
2022-09-15chore: template-oss@4.1.2Luke Karrys
2022-09-08feat(workspaces): update supported node engines in package.json (#5485)Luke Karrys
BREAKING CHANGE: all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
2022-09-08docs: remove duplicate description for `prepare` script (#5468)Kid
* docs: remove duplicate description for `prepare` script * Stylistic change to be consistent
2022-09-08docs: add documentation for expanded :semver selectornlf
2022-09-08feat: default `install-links` to true (#5458)Gar
BREAKING CHANGE: this changes the default value of `install-links` to true Closes https://github.com/npm/statusboard/issues/510
2022-09-02chore: @npmcli/template-oss@3.8.1 (#5461)Luke Karrys
2022-09-01chore: remove some outdated release stepsLuke Karrys
Also increase docs tests so they dont timeout when rebuilding cmark-gfm
2022-08-31chore: use release pleaseLuke Karrys
2022-08-26chore: @npmcli/template-oss@3.7.1Luke Karrys
2022-08-26chore: @npmcli/template-oss@3.7.0Luke Karrys
2022-08-25feat: add deprecation warnings to access commandsGar
2022-08-25chore(docs): add npmrc docs about scoping auth related confignlf
2022-08-24docs: fix link to dependency selectors page (#5321)Nathan Hughes
fix: correct link to dependency selectors
2022-08-24docs(dependency-selectors): fix Arborist example in docs (#5328)Kyle West
* [dependency-selectors] fix example in docs * Add async to the function declaration because awaits are used
2022-08-22chore: temporarily remove extraneous deps linting from docsGar
#5309 will turn it back on
2022-08-22deps: @npmcli/eslint-config@3.1.0Luke Karrys
2022-08-17docs: update --no-optional to --omit=optional (#5304)Gar
2022-08-17feat(query): support :overridden pseudo selectornlf
2022-08-08docs: Fix link syntax in `dependency-selectors.md` (#5257)Anton Rieder
Fix link syntax in `dependency-selectors.md`
2022-08-03fix: properly find locally/globally/npxCache packagesGar
Lots of bugfixes here, we properly parse ranges and versions, and we also now work with git repos and gists, and know when they are already installed.
2022-08-03feat: add --replace-registry-host=<npmjs|always|never> (#4860)Nathan Fritz
feat: add --replace-registry-host=<npmjs|always|never>|<hostname>
2022-08-01feat: add npm query cmd (#5000)Ruy Adorno
Co-authored-by: Gar <gar+gh@danger.computer>
2022-08-01docs: Use the full proper name of Travis CI (#5240)Takuya N
Use the full proper name of Travis CI Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-07-28docs: describe implicit workspace and prefix configuration (#5221)Nathan Fritz
* docs: describe implicit workspace and prefix configuration * Update docs/content/using-npm/workspaces.md Co-authored-by: Gar <gar+gh@danger.computer> Co-authored-by: Luke Karrys <luke@lukekarrys.com> Co-authored-by: Gar <gar+gh@danger.computer>
2022-07-28docs: sync ci params with install (#5207)Gar
2022-07-28fix(init): allow for spec on scope-only arg (#5206)Gar
2022-07-28docs: update npm-ls.md (#5218)MapleCCC
2022-07-21docs: update commit-ish default branch (#5205)JC (Jonathan Chen)
* docs: update commit-ish default branch To match with https://github.com/npm/cli/blob/latest/docs/content/using-npm/developers.md#what-is-a-package
2022-07-20docs: correct bundledDependencies -> bundleDependencies (#5171)nlf
arborist normalizes `bundledDependencies` to `bundleDependencies`, this change corrects the documentation to match that reality
2022-07-20docs: Update audit signatures cmd (#5168)Philip Harrison
fix: Update docs for audit signatures cmd Update command documentation for `npm audit signatures` added in this PR: https://github.com/npm/cli/pull/4827
2022-07-20feat: accept registry-scoped certfile and keyfile as credentials (#5160)Jon Jensen
Closes #4765 RFC: https://github.com/npm/rfcs/pull/591 While this doesn't directly allow top-level cert/key as credentials (per the original issue), it's a more targeted/secure approach that accomplishes the same end-result; the new options are scoped to a specific registry, and the actual cert/key contents are much less likely to be exposed. See the RFC for more context. Depends on: * https://github.com/npm/npm-registry-fetch/pull/125 * https://github.com/npm/config/pull/69
2022-07-12feat: Add `web` auth type (#5076)Julian Møller Ellehauge
2022-07-12feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-typeNathan Fritz
2022-07-11docs: document `dependencies` script (#5095)nlf
2022-07-11docs: naming of files in example code should be consistent (#5043)Chen XI
The use of `a` workspace have some inconsistency in terms of naming, making the doc not easy to follow.