Zoltan Kochan
03b5267586
fix(deps): update find-up to v4
2019-05-19 23:19:24 +03:00
Zoltan Kochan
ec7b3c4b0d
fix(deps): update mem to v5
2019-05-19 23:08:54 +03:00
Zoltan Kochan
b8baa9f6e3
refactor: move some of the dev deps to the root package
2019-05-19 22:07:38 +03:00
Zoltan Kochan
89f5178369
test: add type references to tests
2019-05-19 20:05:11 +03:00
Zoltan Kochan
8204f1f020
chore(release): 3.4.0-0
v3.4.0-0
2019-05-19 02:02:24 +03:00
Zoltan Kochan
372bc66c4d
fix: link --production
2019-05-19 01:42:40 +03:00
Zoltan Kochan
995390eee7
feat: allow typings, types, main and module in publishConfig
...
PR #1837
close #1836
2019-05-19 00:26:41 +03:00
Renovate Bot
380cb2f589
fix(deps): update dependency fast-glob to v2.2.7
2019-05-18 17:32:09 +03:00
Zoltan Kochan
40081512ce
chore(release): 3.3.4
v3.3.4
2019-05-18 11:55:19 +03:00
Zoltan Kochan
c7f9ef4ba9
fix(lockfile): relative tarballs should not start with slash
...
It is important to save the tarball URL as "relative-path" (without the leading '/').
Sometimes registries are located in a subdirectory of a website.
For instance, https://mycompany.jfrog.io/mycompany/api/npm/npm-local/
So the tarball location should be relative to the directory,
it is not an absolute-path reference.
So we add @mycompany/mypackage/-/@mycompany/mypackage-2.0.0.tgz
not /@mycompany/mypackage/-/@mycompany/mypackage-2.0.0.tgz
PR #1834
close #1827
2019-05-18 11:48:20 +03:00
Zoltan Kochan
c7a5ad2e70
refactor: move all local types to one place
2019-05-18 01:38:42 +03:00
Zoltan Kochan
db6bb4b0d2
chore: update pnpm-lock.yaml
2019-05-17 20:28:16 +03:00
Renovate Bot
e983695c3d
fix(deps): update dependency stacktracey to v1.2.112
2019-05-17 16:15:25 +03:00
Renovate Bot
da727e91aa
chore(deps): update dependency @types/nock to v10.0.3
2019-05-17 16:15:05 +03:00
Renovate Bot
7c251bbe78
chore(deps): update dependency node-fetch to v2.6.0
2019-05-17 16:14:43 +03:00
Zoltan Kochan
f93c94187a
chore(deps): revert fs-extra to v7
2019-05-16 02:10:16 +03:00
Zoltan Kochan
1cd57b09eb
chore(release): 3.3.3
v3.3.3
2019-05-16 01:43:18 +03:00
Zoltan Kochan
feb3abe1a0
chore: update deps
2019-05-16 01:39:14 +03:00
Zoltan Kochan
9026851409
fix: corrupted tarball should be redownloaded to the store
...
PR #1826
2019-05-16 01:26:41 +03:00
Zoltan Kochan
066fcb680d
chore(release): 3.3.2
v3.3.2
2019-05-14 23:11:26 +03:00
Zoltan Kochan
e175a0b4de
fix: fails to install from private registry (Azure Devops) ( #1825 )
...
Authorization headers should be removed on redirects.
close #1815
2019-05-14 22:53:33 +03:00
ExE Boss
c07950e66a
refactor: Use package for shared tsconfig.json
2019-05-13 15:00:23 +03:00
Zoltan Kochan
e54de18c26
chore(release): 3.3.1
v3.3.1
2019-05-11 21:37:57 +03:00
Zoltan Kochan
643329bf79
test: installing a package that need auth, using password
2019-05-11 01:11:53 +03:00
Renovate Bot
38d23d3bea
chore(deps): update dependency @types/fs-extra to v5.1.0
2019-05-10 21:49:17 +03:00
Renovate Bot
3d1a8053d5
fix(deps): update dependency update-notifier to v3
2019-05-10 21:42:59 +03:00
Zoltan Kochan
54b180a775
fix(run): pnpm run doesn't pass arguments
...
close #1818
2019-05-10 02:35:33 +03:00
Zoltan Kochan
7bb9b9ce28
fix(deps): update sort-keys to v3
2019-05-09 22:07:12 +03:00
Zoltan Kochan
f6f9d7a3c7
chore(release): 3.3.0
v3.3.0
2019-05-09 01:40:35 +03:00
Zoltan Kochan
640396d824
feat: better reporting of manifest parsing errors
...
ref #1100
2019-05-08 23:06:13 +03:00
Zoltan Kochan
e911c68e7e
fix: finding packages in a workspace
...
close #1817
2019-05-08 21:56:27 +03:00
Zoltan Kochan
8ab55fed80
chore(release): 3.3.0-2
v3.3.0-2
2019-05-08 01:53:50 +03:00
Zoltan Kochan
fffe08b605
revert: "ci(appveyor): test on Node.js 10 only"
...
This reverts commit 1341969fe6 .
2019-05-07 22:31:52 +03:00
Zoltan Kochan
82f8da19d1
feat(reporting): better error messages on command failures
2019-05-07 22:27:32 +03:00
Zoltan Kochan
fa0fb50f3c
fix: don't fail when dir in node_modules has no exotic manifest
2019-05-07 23:38:32 +03:00
Zoltan Kochan
22aea989bf
fix(deps): update @zkochan/npx to v11
2019-05-07 02:44:32 +03:00
Zoltan Kochan
d318b4d6e0
docs: update install sections
...
and remove broken links to LICENSE files
2019-05-07 02:10:06 +03:00
Zoltan Kochan
1f774d8b01
chore: remove markdown tests
2019-05-07 02:02:43 +03:00
Zoltan Kochan
f1dc8d3f18
docs: remove LICENSE duplicates from workspace packages
2019-05-07 01:39:58 +03:00
Zoltan Kochan
045fcbfae1
chore(release): 3.3.0-1
v3.3.0-1
2019-05-07 01:35:53 +03:00
Zoltan Kochan
33c946795e
fix(deps): update @zkochan/npm-lifecycle to v3
2019-05-07 00:47:54 +03:00
Zoltan Kochan
2a5e71f06f
fix(reporting): "Performing headless installation" is vague
...
Use "Lockfile is up-to-date, resolution step is skipped"
instead of "Performing headless installation"
close #1796
2019-05-06 23:59:33 +03:00
Zoltan Kochan
ec8e8c1f3c
chore: use package.yaml in root of the workspace
2019-05-06 23:24:54 +03:00
Zoltan Kochan
1341969fe6
ci(appveyor): test on Node.js 10 only
2019-05-06 23:24:44 +03:00
Zoltan Kochan
576752f199
feat: copy license files from workspace root when package has none
...
close #1804
2019-05-06 23:05:37 +03:00
Zoltan Kochan
9e66cb03e7
fix: do not write log file when running process is killed
...
close #1068
2019-05-05 17:42:50 +03:00
Zoltan Kochan
498b4a874a
test(pnpm): fix style
2019-05-05 12:27:19 +03:00
Zoltan Kochan
ff3eae05b3
chore: use pnpm run instead of npm run in all scripts
2019-05-05 11:49:57 +03:00
Zoltan Kochan
5e093539cc
fix: save package.yaml w/o refs
2019-05-05 03:14:10 +03:00
Zoltan Kochan
f72b9f2276
fix: "pnpm run" prints the list of available commands
2019-05-05 02:39:28 +03:00