Commit Graph

10701 Commits

Author SHA1 Message Date
zkochan
6d82f6c6cb fix: don't add empty dependency property 2017-06-25 23:28:10 +03:00
zkochan
5895590a96 fix: don't show warning when dir dependency has no resolution
Directory dependencies should not have resolutions in
`shrinkwrap.yaml` files.
2017-06-25 23:03:49 +03:00
zkochan
71b13d36de chore: release v1.0.3 2017-06-25 22:59:45 +03:00
zkochan
633142e0b6 fix: local tarball dependencies should be resolved 2017-06-25 22:56:16 +03:00
zkochan
d61dbb1142 chore: release v1.0.2 2017-06-25 22:45:06 +03:00
zkochan
776112574a chore: update dependencies 2017-06-25 22:43:38 +03:00
zkochan
87a0979260 fix: don't log warning on missing local dependency resolution 2017-06-25 22:14:37 +03:00
zkochan
c9abd79661 refactor: rename storePath in .modules.yaml to store 2017-06-25 21:16:22 +03:00
zkochan
ae35695819 fix: shrinkwrap should be update correctly on named install
When already in `package.json`, dev and optional dependencies
should be added to the corresponding properties in
`shrinkwrap.yaml` during named installation.
2017-06-25 02:12:50 +03:00
zkochan
0cac392b26 refactor: use npa.resolve() when possible instead of npa() 2017-06-25 01:33:35 +03:00
zkochan
231faf2985 test: shrinkwrap should be updated correctly on named install 2017-06-25 01:27:48 +03:00
zkochan
9e480618e7 docs: add more keywords 2017-06-25 01:24:57 +03:00
Zoltan Kochan
8b28f3379e docs: update ISSUE_TEMPLATE.md
Suggest to ask questions in the Gitter chatroom
2017-06-25 01:17:38 +03:00
Zoltan Kochan
1813b7bf53 docs: remove collaborative etiquette
Code of conduct was added as a separate file so no need in collaborative etiquette.
2017-06-25 01:13:45 +03:00
Zoltan Kochan
856cedda73 docs: add CODE_OF_CONDUCT.md 2017-06-25 01:11:38 +03:00
zkochan
2a1c8a68a5 docs: update package description 2017-06-25 00:36:50 +03:00
zkochan
6900c90824 docs: updating prior art 2017-06-25 00:23:55 +03:00
zkochan
1925c2469b docs(README): update usage section and offline config section 2017-06-24 23:38:05 +03:00
Zoltan Kochan
9801c96803 docs(README): add version badge 2017-06-24 23:05:11 +03:00
zkochan
ceeba97e89 docs: update the "Releasing apps" recipe 2017-06-24 22:20:07 +03:00
zkochan
72d7111806 docs: remove redundant README from root of docs 2017-06-24 22:19:36 +03:00
zkochan
da9c76730e docs: updating infromation abouth the packages store 2017-06-24 22:11:31 +03:00
zkochan
ee3c165195 docs: remove unused image 2017-06-24 22:08:04 +03:00
Zoltan Kochan
394b18d4c1 docs(README): add new questions to FAQ section 2017-06-24 16:03:03 +03:00
zkochan
3209d2d18c refactor: install dependencies of tests into test/node_modules 2017-06-24 14:41:07 +03:00
zkochan
6f2d7898c5 chore: release v0.74.3 v0.74.3 2017-06-24 14:34:11 +03:00
zkochan
3c67ed014f test: linking multiple packages at once
Ref #825, Close #826
2017-06-24 14:24:50 +03:00
zkochan
bd8e02062c feat: export cmd via programmatic API for testing purposes 2017-06-24 14:10:49 +03:00
Paul Pflugradt
ac034ba221 feat(cli-link): link multiple packages at once
allows `pnpm link pkg1 pkg2`

issue 825

changes
2017-06-24 13:57:23 +03:00
zkochan
7918dab527 fix: store is not logged while lifecycle events run 2017-06-24 01:42:20 +03:00
zkochan
8f64d62523 chore: release v0.74.2 v0.74.2 2017-06-23 23:36:13 +03:00
zkochan
d7f4224abd fix: add thenify as regular dependency 2017-06-23 23:35:51 +03:00
zkochan
831cb09193 chore: release v0.74.1 v0.74.1 2017-06-23 23:21:36 +03:00
zkochan
48a3351268 chore: release v0.74.0 v0.74.0 2017-06-23 23:17:52 +03:00
zkochan
fc7262459d feat: use pnpm-shrinkwrap instead of pnpm-lockfile 2017-06-23 23:15:46 +03:00
zkochan
0440a94211 chore: release v1.0.1 2017-06-23 23:04:35 +03:00
zkochan
77223b796e fix: should convert version to shrinkwrapVersion
For backward compatibility
2017-06-23 23:00:16 +03:00
zkochan
cc63629933 chore: release v1.0.0 2017-06-23 22:21:57 +03:00
zkochan
053ec99304 refactor: rename package to pnpm-shrinkwrap 2017-06-23 22:20:56 +03:00
zkochan
af79c8c319 feat: add independent-leaves config
BREAKING CHANGE:

independent dependencies are not symlinked from the global store
by default

Close #821
2017-06-23 22:03:52 +03:00
zkochan
506edb2a57 refactor: rename version field to shrinkwrapVersion 2017-06-23 10:19:29 +03:00
zkochan
eb5219b390 feat: moving global package to a layoutVersion subfolder
BREAKING CHANGE:

global package path changed
2017-06-23 00:57:15 +03:00
zkochan
ec6e577387 feat: add layoutVersion to .modules.yaml
BREAKING CHANGE:

The new layout is not compatible with previous versions.
2017-06-23 00:57:15 +03:00
zkochan
1a99038178 fix: wait until directory integrity is calculated for repo 2017-06-23 00:56:30 +03:00
zkochan
fc5a135336 chore: release v0.73.3 v0.73.3 2017-06-22 10:26:23 +03:00
zkochan
08efa8507f fix: uninstall w/o type argument should find dependency 2017-06-22 10:25:23 +03:00
zkochan
7223936931 chore: release v0.73.2 v0.73.2 2017-06-21 22:21:07 +03:00
zkochan
adae86f18c fix: normalize registry URL
The registry URL should always end with a /.

Close #708
2017-06-21 22:17:48 +03:00
zkochan
a644f2bd12 chore: release v0.73.1 v0.73.1 2017-06-21 02:06:21 +03:00
zkochan
16dcc63d81 fix: get auth info by registry URL
Ref #708
2017-06-21 02:04:34 +03:00