Zoltan Kochan
d8215d2af1
fix: don't remove importers from current lockfile
...
When doing some operations on a subset of workspace
packages, do not remove the not selected packages
from the current lockfile (node_modules/.pnpm-lock.yaml)
2019-06-01 23:21:42 +03:00
Zoltan Kochan
3a7dd9edad
feat: print less warnings
2019-06-01 22:09:02 +03:00
Zoltan Kochan
a8e96f95a1
refactor(supi): remove uninstall()
...
Use mutateModules instead of uninstall
BREAKING CHANGE:
uninstall() removed from supi
2019-06-01 15:49:37 +03:00
Zoltan Kochan
205f75dcbc
test: unskip install on project with lockfile and no node_modules
2019-06-01 13:58:32 +03:00
Renovate Bot
55c31399a5
chore(deps): update commitlint monorepo to v8
2019-05-31 22:16:13 +03:00
Zoltan Kochan
e507c4c9ba
chore(tsc): don't create source maps
2019-05-31 22:15:12 +03:00
Renovate Bot
3882657248
chore(deps): update dependency @types/fs-extra to v7
2019-05-31 03:02:17 +03:00
Zoltan Kochan
9e8ba4eb26
chore(deps): update tape, ts-node, tslint
2019-05-31 03:00:03 +03:00
Zoltan Kochan
9be54abfbc
fix: linking the default bins of scoped packages
2019-05-31 01:52:21 +03:00
Zoltan Kochan
aa8ddf15e2
fix(deps): update unpack-stream to v6
2019-05-31 01:27:18 +03:00
Zoltan Kochan
bcc0fba43f
fix: typings
2019-05-31 00:50:12 +03:00
Zoltan Kochan
06dd69511c
fix(deps): replace mkdirp with make-dir
2019-05-30 23:21:06 +03:00
Zoltan Kochan
8400ad3f97
chore(release): 3.5.0-0
v3.5.0-0
2019-05-29 01:12:57 +03:00
Zoltan Kochan
4f6a6b0fef
fix(deps): update @pnpm/logger to v2.1.1
2019-05-28 23:26:54 +03:00
Renovate Bot
5a0aafc541
fix(deps): update dependency semver to v6.1.1
2019-05-28 22:44:28 +03:00
Zoltan Kochan
b6e316c2d0
fix: dependencies should always be explicitly grouped with peers
...
PR #1854
close #1838
2019-05-28 22:41:07 +03:00
Zoltan Kochan
b330a208f3
fix(deps): update parse-npm-tarball-url to v3
2019-05-28 02:52:15 +03:00
Zoltan Kochan
3a184e9eff
refactor(supi): fix typo
2019-05-28 01:10:14 +03:00
Zoltan Kochan
c353349759
fix(resolve-dependencies): raw specs of the direct dependencies
2019-05-28 01:06:56 +03:00
Zoltan Kochan
a7617e5101
fix(git-resolver): normalized spec on repeat install of git dep
2019-05-28 00:51:42 +03:00
Renovate Bot
501c2d4b53
fix(deps): update dependency write-file-atomic to v2.4.3
2019-05-24 22:02:47 +03:00
Zoltan Kochan
ccebac2883
fix(deps): update write-json-file to v4
2019-05-23 01:28:23 +03:00
Zoltan Kochan
39901535ba
chore(release): 3.4.1
v3.4.1
2019-05-23 00:49:11 +03:00
Zoltan Kochan
f6bd7188a8
fix: global prefix on Windows
2019-05-22 14:54:01 +03:00
Zoltan Kochan
ae71139ec2
chore(release): 3.4.0
v3.4.0
2019-05-21 21:51:11 +03:00
Zoltan Kochan
b212d872c4
fix: correct HTTP agent should be selected after a redirect
...
close #1840
2019-05-21 01:47:10 +03:00
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