Commit Graph

119 Commits

Author SHA1 Message Date
Zoltan Kochan
b400bab9a1 feat: add removal and linking logs
ref #1305
2018-08-25 03:23:42 +03:00
Zoltan Kochan
125b20bbca chore(release): 2.14.0
@pnpm/config@2.1.0
pnpm-default-reporter@0.20.2
supi@0.24.2
pnpm@2.14.0
2018-08-24 22:06:43 +03:00
Zoltan Kochan
53fe2987cd fix: don't redundantly report a link addition 2018-08-24 19:30:40 +03:00
Zoltan Kochan
b72571b179 chore(release): 2.14.0-1
@pnpm/config@2.0.1
pnpm-default-reporter@0.20.1
@pnpm/headless@0.6.2
supi@0.24.1
@pnpm/utils@0.6.1
2018-08-22 22:30:51 +03:00
Zoltan Kochan
d274b1bf31 fix: unlink packages that don't satisfy specs inside workspace 2018-08-22 20:59:19 +03:00
Zoltan Kochan
828016cf23 refactor(supi): remove unused imports 2018-08-22 18:54:39 +03:00
Zoltan Kochan
88c5896981 fix(rebuild): don't fail on package with linked deps 2018-08-22 15:54:55 +03:00
Zoltan Kochan
fc5665ead1 chore(release): 2.14.0-0
pnpm@2.14.0-0
supi@0.24.0
pnpm-default-reporter@0.20.0
@pnpm/config@2.0.0
@pnpm/utils@0.6.0
@pnpm/package-requester@4.1.0
2018-08-21 23:31:49 +03:00
Zoltan Kochan
b09382376e feat: link-workspace-packages
close #1259
2018-08-21 23:17:19 +03:00
Zoltan Kochan
01303e623a chore: remove redundant deps and change prepare to prepublishOnly 2018-08-20 22:53:18 +03:00
Zoltan Kochan
bcec05b07f fix(deps): update dependency execa to ^0.11.0
close #1330
2018-08-20 22:00:00 +03:00
Zoltan Kochan
7ef9364085 fix(link): report correct dependency types when linking
@pnpm/utils:

BREAKING CHANGE:

the order of dependency types changed. optionalDependencies
is first
2018-08-20 21:18:33 +03:00
Zoltan Kochan
049e669953 fix(rebuild): rebuild the project as well, if it has scripts 2018-08-20 21:17:15 +03:00
Zoltan Kochan
eee205d369 feat: link local packages when there are no newer versions in registry 2018-08-19 11:22:37 +03:00
Zoltan Kochan
4e8261c5af chore: remove redundant dotfiles 2018-08-18 00:11:07 +03:00
Zoltan Kochan
3eefe210d5 fix(deps): update dependency @pnpm/check-package to v2
close #1325
2018-08-15 02:03:29 +03:00
Zoltan Kochan
9efe0950e1 refactor: supi is agnostic to global installations
supi:

BREAKING CHANGE:

the global boolean options is not supported

@pnpm/config:

BREAKING CHANGE:

the value of prefix already contains the global package location
when doing global operations
2018-08-12 23:29:38 +03:00
Zoltan Kochan
3e492fa739 chore: update shrinkwrap.yaml to v3.9 2018-08-12 17:34:59 +03:00
Zoltan Kochan
3ee53be9a1 chore(release): 2.13.3 2018-08-12 16:53:56 +03:00
Zoltan Kochan
68ddf45d90 fix: npm resolver shoud handle tarball URLs from default registry
close #1292
2018-08-12 16:29:30 +03:00
Zoltan Kochan
9ad6c5574d fix: tarball ID should always remain absolute
ref #1292
2018-08-12 13:24:58 +03:00
Zoltan Kochan
1ec925c38e chore: update shrinkwrap.yaml 2018-08-11 23:37:18 +03:00
Zoltan Kochan
f9c7b973d1 chore: update shrinkwrap.yaml 2018-08-11 23:26:46 +03:00
Zoltan Kochan
e3b18d2f88 fix(reporting): print shrinkwrap warnings 2018-08-06 09:06:41 +03:00
Zoltan Kochan
287710189a chore(release): 2.13.1 2018-08-06 03:16:23 +03:00
Zoltan Kochan
e8cc8e37dc fix(link): use linked package's own .npmrc during installation
supi:

refactor: supi.link() always skips installation

BREAKING CHANGE:

linking always skips installation
2018-08-05 23:54:27 +03:00
Renovate Bot
ad1ef88cee chore(deps): update dependency typescript to v3 2018-07-31 06:55:31 +03:00
Renovate Bot
8227d1160e fix(deps): update dependency get-port to v4 2018-07-29 19:49:38 -07:00
Zoltan Kochan
a5baaa3ea6 chore(release): supi@0.22.2 2018-07-20 18:00:28 +03:00
Zoltan Kochan
249ef9dcc5 chore(deps): update 2018-07-20 17:57:38 +03:00
Zoltan Kochan
8b85b11ead fix: peer deps are missing only if they cannot be required
close #1284
2018-07-20 17:52:51 +03:00
Zoltan Kochan
36733c0d12 test: better error message for missing-pkg-name test 2018-07-19 21:35:37 +03:00
Zoltan Kochan
693ba5d2b4 fix: update @pnpm/package-requester to v4.0.1
ref pnpm/pnpm#1293
2018-07-18 22:20:14 +03:00
Zoltan Kochan
7dbb9cc953 chore(release): 2.12.0 2018-07-16 01:45:22 +03:00
Zoltan Kochan
ea67efaedb fix: pass the correct node_modules location to lifecycle scripts 2018-07-15 23:04:38 +03:00
Zoltan Kochan
6a022e82e4 fix: specify the correct version for @pnpm/logger peer 2018-07-15 17:51:10 +03:00
Zoltan Kochan
d21434992f chore(release): 2.12.0-1 2018-07-15 17:01:39 +03:00
Zoltan Kochan
d966515c6c feat: print warnings when running recursive commands
PR #1286
2018-07-15 16:02:54 +03:00
Zoltan Kochan
5abc21ae94 feat: warn/info logs always have prefix
PR #1267
2018-07-15 02:40:18 +03:00
Zoltan Kochan
a7264b7d66 chore(release): 2.12.0-0 2018-07-11 23:30:18 +03:00
Zoltan Kochan
f1407ff152 chore: update deps 2018-07-11 23:24:58 +03:00
Emanuele Tamponi
7bebfb887b feat(cli): pnpm store add [pkg...]
The `pnpm store add [pkg...]` commands allows to fetch packages to the store.

PR #1268
2018-07-11 00:10:38 +03:00
Zoltan Kochan
68bad81df3 chore(release): 2.11.0 2018-07-08 15:50:51 +03:00
Zoltan Kochan
370faf3e8e feat: installing a package from the same workspace as a dependency
* feat: installing a package from the same workspace as a dependency

When running `pnpm link foo -S`, `foo` is searched inside the
workspace.

If `foo` is found in the current workspace, then it is added as a
semver dependency and linked to `node_modules`

close #1027

* test: linking inside monorepo

* test: link and save as prod/dev/optional dep

* fix: use new log types

* feat: more consistent reporting of linked dependencies

ref #1250
2018-07-08 15:18:00 +03:00
Zoltan Kochan
a7af425c1a chore(deps): downgrade ts-node to v6 and make renovate ignore it 2018-07-08 13:43:31 +03:00
Emanuele Tamponi
9b5daa4430 fix: call linkBins after we flattened the graph 2018-07-08 13:08:13 +03:00
Zoltan Kochan
9119a1f707 feat: linked packages look cleaner in install summaries
BREAKING CHANGE:

Linked packages are logged via the added log object.

ref #818
ref #615
2018-07-08 02:56:03 +03:00
Zoltan Kochan
439cfa4ca0 feat: use a different reporting style for packages not in the CWD
* feat: log prefix in some log messages

* fix: don't normalize root and rename it to prefix

* feat: report package diff only for current package

* feat(reporting): report install stats that from non-current folder

* style: fix linting errors

* refactor(supi): rename root to prefix

* test(reporter): stats from other packages printed along install summarry

* feat(reporting): better reporting for the linking command

* fix: remove most-last dependency from reporter

* test: fix reporter test

PR #1263
2018-07-07 19:12:49 +03:00
Zoltan Kochan
408908a9f0 chore(release): 2.10.4 2018-07-04 01:35:31 +03:00
Zoltan Kochan
fd3342209c chore: update deps 2018-07-04 01:22:35 +03:00