Zoltan Kochan
|
1a998f5573
|
refactor: splitting node ids
BREAKING CHANGE: @pnpm/utils
|
2020-03-21 23:22:37 +02:00 |
|
Zoltan Kochan
|
4912dc6a86
|
chore(release): 4.12.0
v4.12.0
|
2020-03-21 18:34:31 +02:00 |
|
Zoltan Kochan
|
50959b24b2
|
fix: typo in remove's help
|
2020-03-21 17:29:35 +02:00 |
|
Zoltan Kochan
|
011b1b0e99
|
fix: listing failure
Listing fails if package cannot be found in the wanted
lockfile.
close #2424
PR #2426
|
2020-03-21 16:57:56 +02:00 |
|
Zoltan Kochan
|
a9a2730f1e
|
docs(README): remove appveyor badge
|
2020-03-21 16:57:15 +02:00 |
|
Zoltan Kochan
|
aa1b49a508
|
chore(release): 4.12.0-1
v4.12.0-1
|
2020-03-21 15:40:29 +02:00 |
|
Zoltan Kochan
|
1114b88c0d
|
fix: publish should work with -r option
This fixes a regression caused by refactoring done in v4.12.
|
2020-03-21 15:38:58 +02:00 |
|
Zoltan Kochan
|
94247d3e2e
|
fix(help): remove r from list of remove aliases
|
2020-03-21 13:17:44 +02:00 |
|
Zoltan Kochan
|
1eca5050af
|
chore(deps): update @pnpm/registry-mock to v2
|
2020-03-21 13:09:10 +02:00 |
|
Zoltan Kochan
|
719cb38355
|
chore(deps): update
|
2020-03-21 01:50:35 +02:00 |
|
Zoltan Kochan
|
97f92426fc
|
chore(deps): update
|
2020-03-21 01:18:49 +02:00 |
|
renovate[bot]
|
3c1c0bb01e
|
fix(deps): update dependency string-length to v4.0.1
PR #2434
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
|
2020-03-21 01:11:30 +02:00 |
|
renovate[bot]
|
b364c09086
|
fix(deps): update dependency @zkochan/cmd-shim to v4.3.0
PR #2432
|
2020-03-21 00:17:42 +02:00 |
|
renovate[bot]
|
8e232c2136
|
fix(deps): update dependency json5 to v2.1.2
PR #2433
|
2020-03-21 00:17:18 +02:00 |
|
Zoltan Kochan
|
28f206a06d
|
feat: rm should fail if dep is not available
PR #2428
ref #2319
|
2020-03-20 23:17:50 +02:00 |
|
Zoltan Kochan
|
57cf3dd7ff
|
test: update audit tests
|
2020-03-18 23:38:19 +02:00 |
|
Zoltan Kochan
|
77919e65f7
|
fix: rm should fail when called without params
|
2020-03-18 02:44:24 +02:00 |
|
Zoltan Kochan
|
7c3b73166e
|
test: update audit tests
|
2020-03-18 01:53:44 +02:00 |
|
Zoltan Kochan
|
f183227931
|
fix(deps): update tempy
|
2020-03-17 22:56:56 +02:00 |
|
Zoltan Kochan
|
2d909f84ec
|
test: making a test more stable
|
2020-03-17 01:24:01 +02:00 |
|
Zoltan Kochan
|
bf4dcc312d
|
feat: support only Node>=10.13
|
2020-03-16 02:16:53 +02:00 |
|
Zoltan Kochan
|
394902ac62
|
chore: fix typo in comments
|
2020-03-16 02:13:28 +02:00 |
|
Zoltan Kochan
|
27816890b4
|
fix: the order of patterns in "files"
|
2020-03-16 02:12:19 +02:00 |
|
Zoltan Kochan
|
faa1351937
|
chore(release): 4.12.0-0
v4.12.0-0
|
2020-03-16 01:30:57 +02:00 |
|
Zoltan Kochan
|
66cdabac65
|
fix: store relative path to virtual store
On systems that use symliks (non-Windows), store the relative
path to the virtual store directory in
`node_modules/.modules.yaml`.
close #2335
|
2020-03-15 22:05:05 +02:00 |
|
Zoltan Kochan
|
4585d03c9b
|
docs(README): update install instructions
Don't recomment downloading the installation script
from unpkg.
|
2020-03-15 20:59:34 +02:00 |
|
Zoltan Kochan
|
156d0ebc82
|
ci: download install script from github
|
2020-03-15 18:05:04 +02:00 |
|
Zoltan Kochan
|
f525edcf7e
|
docs(README): recommend installing pnpm with npx
close #1492
|
2020-03-15 17:33:41 +02:00 |
|
Zoltan Kochan
|
558470191b
|
fix: global update of pnpm
PR #2423
close #990
close #1591
|
2020-03-15 17:24:36 +02:00 |
|
Zoltan Kochan
|
be3f8b3555
|
chore: update specs
|
2020-03-15 14:56:48 +02:00 |
|
Zoltan Kochan
|
09d0153214
|
chore: update pnpm-lock.yaml
|
2020-03-15 14:23:31 +02:00 |
|
Zoltan Kochan
|
40e153e107
|
fix: pnpm run --filter <project>
`pnpm run --filter <project>` should list available scripts of the project
`pnpm run --filter <projects>` should fail
close #2357
PR #2422
|
2020-03-15 13:48:57 +02:00 |
|
Zoltan Kochan
|
906ede36c6
|
fix: the -r option is not supported by all cmds
ref #2396
|
2020-03-15 02:28:20 +02:00 |
|
Zoltan Kochan
|
d1ccc43a2d
|
fix: rm -r in workspace with non-shared lockfile
close #2395
PR #2421
|
2020-03-15 01:23:42 +02:00 |
|
Zoltan Kochan
|
6f3f52e571
|
chore(renovate): pin tempy to v0.4.0
|
2020-03-14 19:15:46 +02:00 |
|
renovate[bot]
|
7fc8375a9d
|
chore(deps): update dependency tslint to v6
PR #2416
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
|
2020-03-14 19:07:58 +02:00 |
|
renovate[bot]
|
f04e68706b
|
chore(deps): update dependency verdaccio to v4.5.1
PR #2418
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
|
2020-03-14 18:51:16 +02:00 |
|
renovate[bot]
|
62a8c763df
|
fix(deps): update dependency stacktracey to v1.2.125
PR #2417
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
|
2020-03-14 18:50:52 +02:00 |
|
renovate[bot]
|
26a8ffeef6
|
chore(deps): update dependency sinon to v9.0.1
PR #2414
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
|
2020-03-14 18:49:31 +02:00 |
|
Zoltan Kochan
|
97cfec2315
|
test(reporter): make it more stable
|
2020-03-14 18:32:22 +02:00 |
|
Zoltan Kochan
|
0a57a35c05
|
test: run tests with maximum concurrency
|
2020-03-14 16:11:14 +02:00 |
|
Zoltan Kochan
|
b36e75620f
|
chore: fix compilation of pnpm
|
2020-03-13 14:11:40 +02:00 |
|
Zoltan Kochan
|
c4cc7638c1
|
refactor: rename tsc scripts to compile
|
2020-03-12 20:57:33 +02:00 |
|
Zoltan Kochan
|
3ac627a709
|
chore(typescript): use project references
PR #2413
close #2410
|
2020-03-12 11:30:44 +02:00 |
|
Zoltan Kochan
|
dc6ce95eb7
|
style: sort keys in updater
|
2020-03-12 01:25:54 +02:00 |
|
Zoltan Kochan
|
c6901e185e
|
chore: autogenerating some of the common meta
|
2020-03-11 23:24:02 +02:00 |
|
Zoltan Kochan
|
7e0d04ff09
|
chore: create updater to normalize manifests
|
2020-03-11 22:53:39 +02:00 |
|
Yao Ding
|
7ec32acce8
|
feat: print a warning if a globally installed package has no bins
PR #2402
close #2309
Co-Authored-By: Zoltan Kochan <zkochan@users.noreply.github.com>
|
2020-03-10 18:46:22 +02:00 |
|
Zoltan Kochan
|
028ebbd70b
|
test: fix @pnpm/plugin-commands-audit
|
2020-03-09 20:06:28 +02:00 |
|
Zoltan Kochan
|
382fd081e9
|
test: fix supi test script
|
2020-03-09 14:26:36 +02:00 |
|