Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
4763a5d119 feat(resolver): preferredVersions should allow multiple selectors
BREAKING CHANGES:

- @pnpm/resolver-base
- @pnpm/npm-resolver
- @pnpm/resolve-dependencies
2019-12-12 23:02:51 +02:00
Zoltan Kochan
d26f957952 refactor(types): declare PreferredVersions type 2019-12-12 01:54:56 +02:00
Zoltan Kochan
bc35e74469 chore(release): 4.4.0 v4.4.0 2019-12-11 21:20:25 +02:00
Zoltan Kochan
a1efd352db fix: --help
Fixing a regression introduced during CLI refactoring.
"pnpm <cmd> --help" should print an error about <cmd>.

PR #2204
2019-12-11 14:23:44 +02:00
Zoltan Kochan
2a3fa5a473 chore(release): 4.4.0-2 v4.4.0-2 2019-12-10 23:26:07 +02:00
Aankhen
758a3e4eef feat: add ^...' and ...^' filters
`package^...` is like `package...` but excludes `package` itself.
`...^package` is like `...package` but excludes `package` itself.

PR #2201
2019-12-10 22:51:34 +02:00
Zoltan Kochan
703ff93590 chore(release): release changes 2019-12-10 22:47:34 +02:00
Tim Suchanek
74ddbf30aa fix(publish): remove workspace from devDependencies
closes #2202
PR #2203
2019-12-10 18:48:49 +02:00
Zoltan Kochan
0d19d9be61 chore(release): 4.4.0-1 v4.4.0-1 2019-12-10 10:40:02 +02:00
Renovate Bot
07b2563dce chore(deps): update dependency cpy-cli to v3
close #2199
2019-12-10 10:30:06 +02:00
Zoltan Kochan
70cad8aac3 fix: args parsing 2019-12-09 19:10:06 +02:00
Zoltan Kochan
9a345edab0 test: merge option types of recursive and subcmd 2019-12-09 18:39:31 +02:00
Zoltan Kochan
efab3552f4 chore(release): 4.4.0-0 v4.4.0-0 2019-12-08 22:07:14 +02:00
Zoltan Kochan
a72fb72207 chore(deps): update typescript 2019-12-05 21:58:14 +02:00
Zoltan Kochan
776077f38b fix(deps): update fast-deep-equal 2019-12-05 21:56:19 +02:00
Renovate Bot
fe55be5a0d chore(deps): update dependency @types/write-file-atomic to v3
close #2190
2019-12-05 21:45:00 +02:00
Zoltan Kochan
b8da2b0b2c feat: add|update [-r] --workspace
PR #2196
close #1918
2019-12-05 21:38:16 +02:00
Zoltan Kochan
f520f8d7b7 style: sort imports 2019-12-01 22:23:45 +02:00
Renovate Bot
67151aff26 fix(deps): update dependency fast-glob to v3.1.1
close #2197
2019-12-01 20:36:32 +02:00
Zoltan Kochan
c512170db2 refactor(supi): move parseWantedDependency to @pnpm/utils 2019-12-01 20:30:56 +02:00
Zoltan Kochan
49235f0b66 fix(plugin-commands-installation): "latest" is only a CLI option
"latest" is not read from RC file
2019-12-01 20:29:29 +02:00
Zoltan Kochan
dcfb0560bd fix(plugin-commands-installation): add saveWorkspaceProtocol option 2019-12-01 20:27:40 +02:00
Zoltan Kochan
cb3dd567b3 refactor: reduce number of types in @pnpm/config 2019-11-30 19:18:23 +02:00
Zoltan Kochan
4f35f24c38 feat: every command plugin returns separate types from CLI vs RC 2019-11-30 16:45:44 +02:00
Renovate Bot
c51ce8a5b9 fix(deps): update dependency fast-deep-equal to v3
close #2195
2019-11-30 14:46:28 +02:00
Zoltan Kochan
5285cf004b refactor: --latest is only a CLI option of update 2019-11-30 12:42:34 +02:00
Zoltan Kochan
78cf17dae1 feat: @pnpm/config accepts all CLI options
BREAKING CHANGE:

@pnpm/config: cliArgs => cliOptions

close #2194
2019-11-30 12:38:02 +02:00
Renovate Bot
3050dbd665 fix(deps): update dependency mem to v6.0.1 2019-11-29 22:22:55 +02:00
Zoltan Kochan
07c4720086 refactor: CLI args parsing
BREAKING CHANGE:

@pnpm/config: the workspace dir location should be
passed in

PR #2187
2019-11-29 04:19:17 +02:00
Zoltan Kochan
266a1d73e9 chore(deps): update ts-node to v8.5.4 2019-11-28 21:50:19 +02:00
Zoltan Kochan
7fae755047 chore(deps): remove @types/nock 2019-11-26 22:26:51 +02:00
Zoltan Kochan
8a029551b7 chore(deps): update 2019-11-26 03:41:48 +02:00
Zoltan Kochan
fc88dadf60 fix: update execa 2019-11-26 03:40:58 +02:00
Zoltan Kochan
a4a7bc0fd5 chore(release): @pnpm/npm-resolver and dependents 2019-11-26 03:10:05 +02:00
Zoltan Kochan
6b6217044e test: move tests to @pnpm/plugin-commands-recursive 2019-11-26 02:18:22 +02:00
Zoltan Kochan
be1201b42c refactor: create installation and recursive command plugins
ref #2154
2019-11-26 02:18:22 +02:00
Zoltan Kochan
443872fdfa chore(deps): update 2019-11-23 02:40:59 +02:00
Zoltan Kochan
4d8221f4ac refactor: create @pnpm/plugin-commands-script-runners
ref #2154
2019-11-23 02:34:14 +02:00
Zoltan Kochan
d4d11a54ee refactor: create @pnpm/plugin-commands-import
ref #2154
2019-11-23 02:34:14 +02:00
Zoltan Kochan
9a034fcbde refactor: create @pnpm/store-connection-manager
ref #2154
2019-11-23 02:34:14 +02:00
Zoltan Kochan
af28305622 refactor: create @pnpm/plugin-commands-listing
ref #2154
2019-11-23 02:34:14 +02:00
Zoltan Kochan
5d35e5be15 refactor: create @pnpm/plugin-commands-publishing
ref #2154
2019-11-23 02:34:14 +02:00
Zoltan Kochan
70b5c50b62 refactor: create @pnpm/plugin-commands-outdated
ref #2154
2019-11-23 02:34:14 +02:00
Zoltan Kochan
0d8975afdf refactor: create @pnpm/plugin-commands-audit
ref #2154
2019-11-23 02:34:14 +02:00
ExE Boss
ea10813f1a refactor(typings): clean‑up third‑party type definitions
PR #2019
2019-11-23 01:18:43 +02:00
Renovate Bot
13f3ec28d0 fix(deps): update dependency which to v2.0.2
close #2181
2019-11-22 21:27:19 +02:00
Zoltan Kochan
28ae8a39a8 chore(deps): update dev deps
close #2178
close #2179
close #2180
close #2182
close #2183
2019-11-22 21:24:40 +02:00
Zoltan Kochan
592a1a3edd chore(renovate): ignore fixtures dir 2019-11-22 02:43:14 +02:00
Zoltan Kochan
5d91de868b test: move test fixtures to repo root 2019-11-22 01:41:15 +02:00
Zoltan Kochan
e9c155ce39 test: update registry-mock 2019-11-21 22:47:08 +02:00