Zoltan Kochan
23c735c00d
chore: update deps
2020-10-31 13:50:41 +02:00
Zoltan Kochan
7cdc64a463
fix(deps): update @pnpm/exec to v2
2020-10-31 12:36:01 +02:00
Zoltan Kochan
a756d8ff58
chore(deps): update
2020-10-31 12:34:08 +02:00
Zoltan Kochan
b01ca54424
ci: use pnpm v5.9.3 to download the next pnpm
2020-10-29 11:39:37 +02:00
Zoltan Kochan
514cf2ee62
test: use Jest to test plugin-commands-installation
...
ref #2858
PR #2956
2020-10-29 01:34:11 +02:00
Zoltan Kochan
e70232907a
fix: use @arcanis/slice-ansi instead of slice-ansi
2020-10-28 22:50:26 +02:00
Zoltan Kochan
39142e2ada
fix: update encode-registry to v3
2020-10-28 21:00:53 +02:00
Zoltan Kochan
cb6e6fc8aa
fix(write-project-manifest): use the promise version of write-file-atomic
2020-10-28 18:05:41 +02:00
Zoltan Kochan
60e01bd1dd
fix(lockfile-to-pnp): @pnpm/logger should not be a prod dep
2020-10-28 17:54:45 +02:00
Juan Picado
437da8e390
test: migrate packages to Jest
...
* test: migrate pnpmfile to jest
* test: migrate package-bins to jest
* test: migrate outdated to jest
* chore: fix manifest updater
* test: remove redundant file
PR #2953
ref #2858
Co-authored-by: Zoltan Kochan <z@kochan.io >
2020-10-26 12:13:04 +02:00
Zoltan Kochan
6fabfc0c5a
chore(release): 5.10.2
v5.10.2
2020-10-26 03:48:13 +02:00
Zoltan Kochan
01aecf0386
fix: don't copy file during linking if the target exists
2020-10-26 03:24:11 +02:00
Zoltan Kochan
c700c4865c
refactor: add comment to @pnpm/cafs
2020-10-25 23:39:54 +02:00
Zoltan Kochan
b3059f4f85
fix: don't unpack file duplicates
2020-10-25 21:38:12 +02:00
Zoltan Kochan
bd833cc572
chore: update lockfile
2020-10-23 00:32:08 +03:00
Zoltan Kochan
d4ee246abb
chore(release): 5.10.1
v5.10.1
2020-10-23 00:08:51 +03:00
Zoltan Kochan
c03a2b2cbc
feat: specifying the parent of the overriden dependency
...
PR #2947
2020-10-22 23:57:48 +03:00
Zoltan Kochan
b5d694e7ff
feat: pnpm.overrides
...
PR #2946
2020-10-22 12:05:40 +03:00
Zoltan Kochan
0b8fa39670
chore(release): 5.10.0
v5.10.0
2020-10-21 01:52:15 +03:00
Zoltan Kochan
50b360ec1e
feat: script-shell
...
close #2942
PR #2943
2020-10-21 01:16:59 +03:00
Zoltan Kochan
68aedc3e73
chore: use resolutions
2020-10-20 13:43:37 +03:00
Zoltan Kochan
6e571f0e69
chore: update lockfile
2020-10-19 04:11:48 +03:00
Zoltan Kochan
7ee29eba21
chore(release): 5.10.0-0
v5.10.0-0
2020-10-19 03:47:13 +03:00
Zoltan Kochan
fcdad632f0
fix: recursive peer dependency
...
ref #2919
PR #2926
2020-10-19 02:40:31 +03:00
Zoltan Kochan
d54043ee4f
feat: resolutions field
...
close #1221
PR #2939
2020-10-18 22:51:24 +03:00
Zoltan Kochan
3905b7e448
refactor: resolve-dependencies
2020-10-18 13:53:56 +03:00
Zoltan Kochan
b4f1abdcaf
test: use Jest to test resolve-dependencies
2020-10-18 01:19:58 +03:00
Zoltan Kochan
a30a03f9b0
chore(deps): update
2020-10-17 00:27:31 +03:00
Zoltan Kochan
2126718483
fix(deps): update tempy and read-package-json
2020-10-17 00:24:20 +03:00
Zoltan Kochan
b67db5c34c
chore(release): 5.9.3
v5.9.3
2020-10-15 11:17:48 +03:00
Zoltan Kochan
fb863fae43
fix: linking bins inside a workspace
...
close #2925
PR #2929
2020-10-15 11:14:58 +03:00
Zoltan Kochan
08d1ef3623
chore(release): 5.9.2
v5.9.2
2020-10-15 02:23:20 +03:00
Zoltan Kochan
2d8bd5c538
Revert "fix: recursive peer dependency"
...
This reverts commit 93177dfef2 .
2020-10-15 01:23:07 +03:00
Zoltan Kochan
c6eaf01c9e
fix: accidentally skipped peer dependencies
...
ref #2919
2020-10-15 00:49:32 +03:00
Zoltan Kochan
e8dcc42d56
fix: peers resolution
...
ref #2919
2020-10-15 00:33:15 +03:00
Zoltan Kochan
4241bc148f
fix: missing peer dependencies should never be cached
...
ref #2919
2020-10-14 22:44:16 +03:00
Zoltan Kochan
9f003e94fa
fix: caching during peer resolution
...
close #2919
PR #2927
2020-10-14 21:06:55 +03:00
Zoltan Kochan
bde7cd1648
fix: peers resolution of skipped optional dependencies
2020-10-14 18:34:06 +03:00
Zoltan Kochan
93177dfef2
fix: recursive peer dependency
...
ref #2919
PR #2926
2020-10-14 16:26:27 +03:00
Juan Picado
c58e1d50a5
test: jest migration
...
PR #2924
ref #2858
2020-10-14 13:09:08 +03:00
Zoltan Kochan
715b413ad2
chore: don't print warnings when linting on CI
2020-10-11 22:32:04 +03:00
Zoltan Kochan
03b35cad64
chore(release): 5.9.0
v5.9.0
2020-10-11 20:12:48 +03:00
Zoltan Kochan
ddd98dd740
fix: broken lockfile in some cases
...
close #2919
PR #2920
2020-10-11 19:47:59 +03:00
Zoltan Kochan
005d5ad461
chore: update package.json file of lockfile-to-pnp
2020-10-11 19:45:12 +03:00
Zoltan Kochan
f591fdeeb9
feat: support Plug'n'Play
...
ref #2902
PR #2908
2020-10-11 13:12:02 +03:00
Zoltan Kochan
3a83db4072
fix(deps): update mem to v8
2020-10-11 03:27:47 +03:00
Zoltan Kochan
18a191b513
ci: run tests on Node.js 10.16
2020-10-09 03:14:25 +03:00
Jason Staten
5a8fe0a1b4
test: convert four packages to use Jest
...
* chore: manifest-utils to jest
* chore: matcher to jest
* chore: modules-yaml to jest
* chore: npm-registry-agent to jest
Replaced `proxyquire` with jest mocking
Fixed `OPTS.strictSSL` fixture to be a boolean as that's what the
agent's option type expects.
`npm-registry-agent` self-links as a devDependency for importing
PR #2913
ref #2858
2020-10-07 11:34:07 +03:00
Zoltan Kochan
7f39d4924e
chore(release): 5.9.0-2
v5.9.0-2
2020-10-04 15:26:02 +03:00
Jason Staten
1af7c6d4bc
test: migrate more tests to Jest
...
* chore: local-resolver to jest
* chore: lockfile-file to jest
* chore: lockfile-utils to jest
* style: fix
PR #2909
ref #2858
2020-10-04 15:17:06 +03:00