Zoltan Kochan
9c9a3849d9
refactor: destroying the plugin-commands-recursive package
...
PR #2237
2019-12-29 18:45:20 +02:00
Zoltan Kochan
c5ae0acb12
style: sort keys
2019-12-29 03:02:59 +02:00
Zoltan Kochan
fa74b516ec
refactor: plugin-commands-recursive
...
This changes will allow to move the recursive commands to the
plugins they belong to.
For instance, "pnpm install -r" should be handled by the same
plugin as "pnpm install"
PR #2236
BREAKING CHANGE: @pnpm/plugin-commands-recursive
2019-12-25 01:10:26 +02:00
Zoltan Kochan
793c8420f1
test: fix packages that have pnpm linked
2019-12-24 22:47:59 +02:00
Zoltan Kochan
4930e6675d
fix(deps): fix some dep types
2019-12-22 22:33:26 +02:00
Zoltan Kochan
ca40642c89
fix(deps): remove redundant deps
2019-12-22 22:30:19 +02:00
Zoltan Kochan
cbcf84e425
refactor: move prune to installation plugin
2019-12-22 21:07:43 +02:00
Renovate Bot
d4aee8fd5c
fix(deps): update dependency process-exists to v4
...
close #2234
2019-12-22 20:32:12 +02:00
Renovate Bot
c6a227c3ab
chore(deps): update dependency sinon to v8
...
close #2233
2019-12-22 20:31:20 +02:00
Zoltan Kochan
d39d8d17da
refactor: create @pnpm/plugin-commands-rebuild
2019-12-22 20:01:08 +02:00
Zoltan Kochan
057ceb525a
refactor: create @pnpm/plugin-commands-server
2019-12-22 03:28:36 +02:00
Renovate Bot
31336eb9bf
chore(deps): update dependency typescript to v3.7.4
...
close #2231
2019-12-21 01:53:24 +02:00
Zoltan Kochan
dd772c1f23
refactor: create @pnpm/plugin-commands-store
...
BREAKING CHANGE: supi API
PR #2230
2019-12-21 01:51:25 +02:00
Zoltan Kochan
7ac6795785
chore(release): 4.6.0
v4.6.0
2019-12-19 21:06:32 +02:00
Zoltan Kochan
a48b93dfb9
fix: don't update all deps when running up/add <pkg>
...
close #2226
2019-12-19 20:39:22 +02:00
Zoltan Kochan
a5aad38ce7
chore(release): 4.6.0-1
v4.6.0-1
2019-12-19 17:40:42 +02:00
Zoltan Kochan
4d5ee77a02
fix(deps): update graceful-git to v3.0.1
2019-12-19 17:23:45 +02:00
Zoltan Kochan
f96840755a
fix(deps): update
2019-12-19 17:16:53 +02:00
Zoltan Kochan
7ebb8cac12
chore(deps): update
2019-12-19 17:16:43 +02:00
Zoltan Kochan
7efabcb4e1
fix: pass --access to npm publish only when it is passed to pnpm
2019-12-19 16:53:24 +02:00
Zoltan Kochan
e29979397b
fix(add): "add" should not fail when save=false is in config
...
close #2228
2019-12-19 16:11:46 +02:00
Zoltan Kochan
9d55ef8e87
fix(publish): private package should not published by "-r publish"
2019-12-19 15:10:08 +02:00
Zoltan Kochan
05991a199d
fix: print a meaningful error when filtering by changed fails
2019-12-19 12:58:10 +02:00
Zoltan Kochan
59c9eb43d2
ci: only test changed pkgs on non-master
2019-12-18 23:03:33 +02:00
Zoltan Kochan
faea819709
chore(release): 4.6.0-0
v4.6.0-0
2019-12-18 03:35:36 +02:00
Zoltan Kochan
239ab6b1ad
ci(Appveyor): fix tests
2019-12-18 03:09:01 +02:00
Zoltan Kochan
645e95aa39
fix(deps): update semver to v7.1.1
2019-12-18 03:00:26 +02:00
Zoltan Kochan
5d18ae8e92
feat: recursive publish
...
close #1098
PR #2224
2019-12-18 02:54:09 +02:00
Zoltan Kochan
5e692c817a
feat: filtering by changed packages
...
close #2046
PR #2223
2019-12-18 02:47:04 +02:00
Zoltan Kochan
ff70060d0b
test(filter): use an array of fixtures
2019-12-16 20:15:54 +02:00
Zoltan Kochan
eeb9481280
feat(filter): allow to select both dependents&deps
...
BREAKING CHANGE:
the API of @pnpm/filter-workspace-packages
2019-12-16 20:15:54 +02:00
Zoltan Kochan
3b582395e6
refactor: create @pnpm/filter-workspace-packages
2019-12-16 20:15:54 +02:00
Renovate Bot
40fe7a1a0c
fix(deps): update dependency semver to v7
...
close #2220
2019-12-16 18:51:21 +02:00
Zoltan Kochan
5bb999a01d
chore(release): 4.5.0
v4.5.0
2019-12-16 18:37:03 +02:00
Zoltan Kochan
56d05737c1
chore(release): 4.5.0-6
v4.5.0-6
2019-12-16 02:59:06 +02:00
Zoltan Kochan
61ef125844
chore(release): retry 4.5.0-1
2019-12-15 23:20:10 +02:00
Zoltan Kochan
349ec022d0
chore(release): 4.5.0-1
v4.5.0-1
2019-12-15 22:01:55 +02:00
Zoltan Kochan
df7c8321d2
chore(deps): update dependency verdaccio to v4.4.0
...
close #2219
2019-12-15 20:46:34 +02:00
Zoltan Kochan
a9fbd27b93
fix: updating package version w/o being told to do so
...
close #2193
PR #2215
close #2188
2019-12-15 20:44:06 +02:00
Zoltan Kochan
9ba635189b
feat(run): --if-present
...
close #2200
PR #2217
2019-12-15 13:57:12 +02:00
Zoltan Kochan
9f26da3c7a
fix: don't fail on "pnpm add --save <pkg>"
...
However, to avoid confusion, "pnpm add --no-save <pkg>" fails.
ref #2110
2019-12-15 11:33:26 +02:00
Zoltan Kochan
3bd8ead7ae
refactor: @pnpm/resolve-dependencies
...
Remove redundant props from directDependencies
BREAKING CHANGE:
- @pnpm/resolve-dependencies
2019-12-15 01:47:39 +02:00
Zoltan Kochan
3eaedeea0b
refactor(supi): installSome()
2019-12-14 21:28:46 +02:00
Zoltan Kochan
30a73bcde3
chore(release): 4.5.0-0
v4.5.0-0
2019-12-14 18:56:37 +02:00
Zoltan Kochan
9bbd2469d8
refactor: rename LocalPackages to WorkspacePackages
...
BREAKING CHANGE:
- @pnpm/resolver-base
2019-12-14 16:43:20 +02:00
Zoltan Kochan
fd0ee973c0
fix(deps): update npx
2019-12-13 22:47:17 +02:00
Zoltan Kochan
94722dabae
fix(deps): update
...
close #2210
close #2209
close #2208
close #2207
2019-12-13 22:28:50 +02:00
Zoltan Kochan
8b2eb65a57
fix: prefer reusing already existing pkg versions when installing
...
close #2191
PR #2206
2019-12-13 18:36:24 +02:00
Zoltan Kochan
9f1660619e
refactor: resolveDependencies.ts
2019-12-13 02:39:58 +02:00
Zoltan Kochan
db5ce4c10b
fix(deps): update @pnpm/package-bins to v4.0.1
2019-12-13 00:13:59 +02:00