Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
2b7635b0de fix: print warning when pnpmfile exports undefined
close #1615
PR #2269
2020-01-12 13:52:29 +02:00
Zoltan Kochan
16accedaa4 chore(deps): update verdaccio to v4.4.2
close #2268
2020-01-11 15:50:46 +02:00
Zoltan Kochan
b932b8b765 fix(help): don't fail on unknown command 2020-01-11 14:04:49 +02:00
Zoltan Kochan
e03759efd3 fix: --parseable may be used with any command 2020-01-11 13:38:44 +02:00
Zoltan Kochan
888dd61bb0 fix: CLI output with --parseable
Don't print an info message about projects not
being found when --parseable is used.

PR #2267
close #2265
close #1650
2020-01-11 13:22:52 +02:00
Zoltan Kochan
e40ce033b7 chore(deps): update
close #2262
close #2263
2020-01-11 02:39:52 +02:00
Zoltan Kochan
fcf83108e9 chore(release): 4.7.1 v4.7.1 2020-01-09 23:07:42 +02:00
Zoltan Kochan
6a7eb4c123 fix: --unsafe-perm is a known option
rel #1069
2020-01-09 22:45:42 +02:00
Zoltan Kochan
049745bb10 fix: unknown options regression in script cmds 2020-01-09 22:27:51 +02:00
Zoltan Kochan
b98c06e41b fix: use --prod option in every help 2020-01-09 02:59:03 +02:00
Zoltan Kochan
e92532303e fix: add missing field to install help 2020-01-09 02:32:20 +02:00
Zoltan Kochan
425e739c1a chore(release): 4.7.0 v4.7.0 2020-01-09 00:49:50 +02:00
Zoltan Kochan
272bf7ae73 fix: resolving packages in a monorepo
This fixes a regression introduced by #2172 (pnpm v4.3.3).

Local prerelease version of packages should be linked
only if the range is *

PR #2259
2020-01-09 00:30:12 +02:00
Zoltan Kochan
a5dcfa1cc9 fix(outdated): print different current versions separately
`pnpm -r outdated` should show all the different current versions

PR #2258
close #2205
2020-01-08 22:15:59 +02:00
Zoltan Kochan
01c1a55aec fix(update): add --prod|dev|no-optional to help 2020-01-08 03:50:59 +02:00
Zoltan Kochan
3c22b1ecb9 fix: description of some flags in list help 2020-01-08 03:03:29 +02:00
Zoltan Kochan
3570ef0e29 fix: print info message if not projects match a pattern 2020-01-08 02:47:49 +02:00
Zoltan Kochan
dc30dc561a chore(release): 4.7.0-1 v4.7.0-1 2020-01-07 22:49:21 +02:00
Zoltan Kochan
81cd4b152c fix(deps): update run-groups 2020-01-07 22:04:52 +02:00
Zoltan Kochan
606297f110 chore(deps): update 2020-01-07 20:56:55 +02:00
Zoltan Kochan
e3ab051b95 fix(outdated): don't print an empty table with -r 2020-01-07 20:47:12 +02:00
Zoltan Kochan
c394dd9931 fix(outdated): fix resolution caching 2020-01-07 20:46:11 +02:00
Zoltan Kochan
fbab427a18 feat(outdated): --compatible
PR #2256
close #2253

Co-Authored-By: Aparajita Fishman <aparajita@aparajita.com>

Co-authored-by: Aparajita Fishman <aparajita@aparajita.com>
2020-01-07 19:54:35 +02:00
Zoltan Kochan
e326f36d00 refactor: move createLatestManifestGetter
move createLatestManifestGetter to
plugin-commands-outdated
2020-01-06 23:30:24 +02:00
Zoltan Kochan
234c3a2ec7 feat: filtering by location including deps/dependents
PR #2254
close #1651

Filtering by directory: `pnpm --filter {dir}`
Including dependents: `pnpm --filter ...{dir}`
Including dependencies: `pnpm --filter {dir}...`
Filtering changed projects inside a directory: `pnpm --filter {dir}[origin/master]`
2020-01-06 22:25:54 +02:00
Zoltan Kochan
7369731532 feat: outdated --dev | --production | --no-optional
PR #2252
2020-01-06 03:06:21 +02:00
Zoltan Kochan
6abed4b179 refactor(config): don't populate the include sett. 2020-01-05 03:56:11 +02:00
Zoltan Kochan
f0f2252047 refactor(config): don't set the sideEffectsCacheRead/Write config 2020-01-04 21:38:28 +02:00
Zoltan Kochan
0bb6b4747d chore(deps): update
close #2249
close #2250
2020-01-04 13:05:56 +02:00
Zoltan Kochan
47e8c6227d refactor(config): no need to pass in the command name 2020-01-04 04:17:21 +02:00
Zoltan Kochan
bc13a3966a chore(deps): update
close #2248
close #2247
close #2246
2020-01-03 14:25:02 +02:00
Zoltan Kochan
6008f4289b refactor: parse-cli-args should not return "dir" 2020-01-02 23:42:00 +02:00
Joe Schmitt
93876bfa8c test: remove compass npm-registry test
PR #2245
2020-01-02 23:00:25 +02:00
Zoltan Kochan
1d356602b1 fix(deps): update 2020-01-02 22:32:58 +02:00
Zoltan Kochan
68a8d31cc7 perf: don't unnecessarily search for projects 2020-01-02 22:04:47 +02:00
Zoltan Kochan
a8a5f58e00 fix: reporting of scope 2020-01-02 04:29:47 +02:00
Zoltan Kochan
d756e5057f refactor: don't use the same handlers for different commands
PR #2243
2020-01-02 03:55:00 +02:00
Zoltan Kochan
01a4af4d5a fix(deps): tempy is a dev dep 2020-01-02 03:11:38 +02:00
Zoltan Kochan
feb5a68f3a refactor: rename "workspace packages" to "projects" in logs 2020-01-01 21:50:57 +02:00
Zoltan Kochan
26f6123146 style: start the linting process only once during testing 2020-01-01 21:08:24 +02:00
Zoltan Kochan
bb5d41f337 style: add missing trailing commas and fix the linting rule 2020-01-01 19:18:25 +02:00
Zoltan Kochan
ed65c06b5a style: fix 2020-01-01 19:13:17 +02:00
Zoltan Kochan
f8b927391e refactor: rename importers & workspace pkgs to projects
WsPkg=>Project
WorkspacePackage=>Project
mporterManifest=>ProjectManifest
importers=>projects
importerDir=>projectDir
LockfileImporter=>ProjectSnapshot

PR #2242
2020-01-01 18:57:14 +02:00
Zoltan Kochan
8ea310d1f8 docs(license): update years 2020-01-01 02:14:47 +02:00
Zoltan Kochan
d4024eb099 refactor: update links in package.json files
fix links in package.json of @pnpm/link-bins and
@pnpm/package-bins
2019-12-31 03:50:51 +02:00
Zoltan Kochan
63ca636c99 refactor: move @pnpm/link-bins and @pnpm/package-bins to monorepo 2019-12-31 03:30:23 +02:00
Zoltan Kochan
c3634ff0a5 docs(readme): multi-package repo=>monorepo 2019-12-29 23:25:30 +02:00
Zoltan Kochan
ebc3317fbc chore: downgrade @types/node 2019-12-29 23:23:38 +02:00
Zoltan Kochan
7080328491 chore: update tape and sinon
close #2239
close #2238
2019-12-29 22:30:17 +02:00
Zoltan Kochan
917c3ead09 Squashed commit of the following:
commit acba24cdeb2c2500b940c3c5cf94013ccde6e436
Author: Zoltan Kochan <z@kochan.io>
Date:   Sun Dec 29 19:39:17 2019 +0200

    style: remove consecutive blank lines

commit c8584b484662489bde7c5095df72c8e01ac828df
Merge: 56c54e8d 9c9a3849
Author: Zoltan Kochan <z@kochan.io>
Date:   Sun Dec 29 19:37:07 2019 +0200

    Merge branch 'master' into refactor/typings/use-dt/tape-promise

commit 56c54e8d4e
Author: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
Date:   Sat Dec 28 13:15:00 2019 +0100

    refactor(typings): Use `@types/tape‑promise`

close #2241
2019-12-29 22:18:58 +02:00