Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
bbdd363c9c fix(deps): update @pnpm/local-resolver to version 1.0.1 2018-09-09 15:46:54 +03:00
Renovate Bot
6730f174eb fix(deps): update dependency is-ci to v1.2.1 2018-09-09 15:33:33 +03:00
Zoltan Kochan
93375cb8e6 fix: external links should be linked by their alias
close #1364
2018-09-09 15:26:09 +03:00
Zoltan Kochan
546f42657e fix: named installation should remove link and add new dependency 2018-09-08 23:31:43 +03:00
Zoltan Kochan
17b41a20f9 test: remove global config before testing @pnpm/config 2018-09-08 20:50:12 +03:00
Zoltan Kochan
3f0818052a chore(release): 2.15.1
@pnpm/default-fetcher@2.0.2
@pnpm/headless@0.6.5
@pnpm/package-requester@4.1.3
package-store@0.23.3
@pnpm/server@0.14.2
supi@0.24.7
@pnpm/utils@0.6.4
package-store/0.23.3 headless/0.6.5 utils/0.6.4 package-requester/4.1.3 default-fetcher/2.0.2 v2.15.1 supi/0.24.7 server/0.14.2
2018-09-08 16:15:08 +03:00
Zoltan Kochan
865609eb88 fix: reunpack modified local tarball dependencies
Also, store id of local tarball is the same regardless of wd

PR #1363
close #1362
2018-09-08 15:45:05 +03:00
Zoltan Kochan
4010c649f0 chore(npmrc): remove redundant npmrc configs 2018-09-08 15:37:52 +03:00
Zoltan Kochan
2c03335f55 chore(deps): update shrinkwrap.yaml 2018-09-08 15:29:12 +03:00
Zoltan Kochan
8a7ce7cc0e chore(release): 2.0.3 tarball-fetcher/2.0.3 2018-09-08 12:07:02 +03:00
Zoltan Kochan
ce8d0cc6c4 fix: return files index when fetching local tarball 2018-09-08 12:06:06 +03:00
Zoltan Kochan
5478c5c311 chore(release): 2.0.2 tarball-fetcher/2.0.2 2018-09-08 11:45:08 +03:00
Zoltan Kochan
7899cc284f chore(renovate): ignore resolvers and fetchers 2018-09-08 11:43:42 +03:00
Renovate Bot
2ada5f175e chore(deps): pin dependencies 2018-09-08 11:40:53 +03:00
Zoltan Kochan
cd5b7562a5 fix(deps): pin prod deps 2018-09-08 11:36:46 +03:00
Zoltan Kochan
f8513eb6d1 chore(renovate): rangeStrategy auto 2018-09-08 11:34:33 +03:00
Zoltan Kochan
1507f5c729 fix: verify integrity of local tarballs 2018-09-08 11:27:19 +03:00
Zoltan Kochan
b594b8c19d fix: update the correct PATH env variable for child processes 2018-09-06 22:56:10 +03:00
Zoltan Kochan
3cae1d2f6c chore(release): 3.0.1 lifecycle/3.0.1 2018-09-06 22:52:20 +03:00
Renovate Bot
86d4e03b8b chore(deps): pin dependencies 2018-09-06 22:50:40 +03:00
Zoltan Kochan
7988c9c55a chore(renovate): use auto range strategy 2018-09-06 22:45:08 +03:00
Zoltan Kochan
58d1b3a501 fix: set correct PATH env variable to child 2018-09-06 22:44:47 +03:00
Zoltan Kochan
05fcbd13b6 chore(renovate): set schedule 2018-09-04 23:07:44 +03:00
Zoltan Kochan
fde36138cb docs(readme): update benchmarks 2018-09-04 22:55:16 +03:00
Zoltan Kochan
192e380407 chore(pnpm): add more keywords 2018-09-04 22:51:58 +03:00
Zoltan Kochan
f2ab272990 docs(readme): mention multi-package repo support 2018-09-04 22:47:57 +03:00
Renovate Bot
e3aee211d3 fix(deps): update dependency delay to v4
close #1356
2018-09-03 21:24:16 +03:00
Renovate Bot
1babe3ba2b fix(deps): update dependency write-json-file to v3.0.1 2018-09-03 20:29:17 +03:00
Zoltan Kochan
29ecdc1d8f chore(npmrc): set strict-peer-dependencies to true 2018-09-02 22:42:42 +03:00
Zoltan Kochan
a7583d3aaa chore(release): 2.15.0
@pnpm/config@2.2.0
pnpm-default-reporter@0.20.4
supi@0.24.6
v2.15.0 pnpm-default-reporter/0.20.4 supi/0.24.6 config/2.2.0
2018-09-02 16:35:14 +03:00
Zoltan Kochan
3a74d7bdd6 feat: new command: pnpm import
`pnpm import` Generates shrinkwrap.yaml from an npm
package-lock.json (or npm-shrinkwrap.json) file.

close #1266
2018-09-02 16:22:40 +03:00
Zoltan Kochan
8c1c23a05f feat: new config: strict-peer-dependencies
Installation fails on missing/invalid peer dependencies  when
strict-peer-dependencies is true

close #1142
2018-09-02 01:45:14 +03:00
Zoltan Kochan
7160c56cdb feat: allow to pass package selectors after --
close #1337
2018-09-01 22:36:27 +03:00
Zoltan Kochan
1ad6171fb0 feat: print full paths in stack trace on a fatal error
PR #1351
close #1317
ref xpl/stacktracey#3
2018-09-01 15:54:09 +03:00
Renovate Bot
78e37d5843 fix(deps): update dependency stacktracey to v1.2.106 2018-09-01 15:54:09 +03:00
Zoltan Kochan
bf68fc244c feat: running a recursive command from a subfolder of a workspace
close #1335
2018-09-01 14:46:33 +03:00
Zoltan Kochan
2b92377d3b feat(recursive): filter by path 2018-09-01 13:40:39 +03:00
Zoltan Kochan
194f86b090 refactor: parse filters to package selectors 2018-08-31 22:28:48 +03:00
Zoltan Kochan
50a8349f48 chore(npmrc): add save-exact = true 2018-08-31 21:20:43 +03:00
Zoltan Kochan
a636d83e34 chore: remove "bootstrap" script 2018-08-31 12:00:33 +03:00
Zoltan Kochan
31d2b456f5 docs(contributing): fix installation instruction 2018-08-31 11:59:48 +03:00
Zoltan Kochan
1fc28c6954 chore(renovate): ignore package-requester and package-store 2018-08-31 01:10:33 +03:00
Zoltan Kochan
b16a9cb034 chore(release): 2.14.5
@pnpm/confg@2.1.1
@pnpm/default-fetcher@2.0.1
pnpm-default-reporter@0.20.3
@pnpm/default-resolver@2.0.3
@pnpm/headless@0.6.4
@pnpm/package-requester@4.1.2
package-store@0.23.2
@pnpm/server@0.14.1
supi@0.24.5
@pnpm/utils@0.6.3
default-fetcher/2.0.1 server/0.14.1 package-requester/4.1.2 default-resolver/2.0.3 headless/0.6.4 package-store/0.23.2 pnpm-default-reporter/0.20.3 config/2.1.1 supi/0.24.5 v2.14.5 utils/0.6.3
2018-08-30 23:10:57 +03:00
Zoltan Kochan
7a71063f33 chore: update shrinkwrap.yaml 2018-08-30 22:52:58 +03:00
pgonzal
683989a8b5 fix: clarify wording of error messages
PR #1347
2018-08-30 22:43:38 +03:00
Zoltan Kochan
c01f14bd62 fix(reporting): log shamefully-flatten message as an info message
close #1344
2018-08-30 10:08:46 +03:00
Zoltan Kochan
74d372a13e test: major update does not remove dependency
ref #1333
2018-08-30 02:04:12 +03:00
Zoltan Kochan
de09699ecc fix: log warning about --force only once 2018-08-30 00:23:37 +03:00
Renovate Bot
189f791957 fix(deps): update dependency p-queue to v3 2018-08-29 23:02:59 +03:00
Zoltan Kochan
889f080eca fix: pin prod dependencies 2018-08-29 22:51:41 +03:00