Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
a60030fa8f feat: bump the node_modules layout version 2019-03-07 17:00:26 +02:00
Zoltan Kochan
718ba58cae feat: all error codes are prefix with ERR_PNPM_
BREAKING CHANGE: error codes changed
2019-03-07 12:34:31 +02:00
Zoltan Kochan
5489e8c4e1 refactor: rename shrinkwrap variables 2019-03-07 02:47:59 +02:00
Zoltan Kochan
86cfb3afbd refactor: rename functions that have shrinkwrap in name 2019-03-07 00:31:39 +02:00
Zoltan Kochan
cf74386b06 feat: rename options that contain word shrinkwrap 2019-03-06 23:26:38 +02:00
Zoltan Kochan
5fdfd13bbb refactor: rename constants that contain the work SHRINKWRAP 2019-03-06 23:13:51 +02:00
Zoltan Kochan
ba2f3e707d feat: rename shrinkwrapDirectory to lockfileDirectory 2019-03-06 22:47:19 +02:00
Zoltan Kochan
38ef7d6683 refactor: move @pnpm/fetcher-base to the monorepo 2019-03-06 21:38:40 +02:00
Zoltan Kochan
655750e24e refactor: move @pnpm/tarball-resolver to the monorepo 2019-03-06 21:18:44 +02:00
Zoltan Kochan
bcaffc6c12 refactor: move @pnpm/local-resolver to monorepo 2019-03-06 21:04:36 +02:00
Zoltan Kochan
f11c4f1eb0 refactor: move @pnpm/git-resolver to the monorepo 2019-03-06 20:43:30 +02:00
Zoltan Kochan
77ae331ef0 refactor: rename shrinkwrap files to lockfiles 2019-03-06 18:40:03 +02:00
Zoltan Kochan
13616f1217 refactor: rename packages from shrinkwrap to lockfile 2019-03-06 17:18:05 +02:00
Zoltan Kochan
9c75c471da chore: use pnpm v3 2019-03-06 16:06:01 +02:00
Zoltan Kochan
bebae93447 refactor: move @pnpm/resolver-base to monorepo 2019-03-05 16:15:01 +02:00
Zoltan Kochan
ec60d585c7 fix: unpacking package that has 2 files with same name
close #1685
2019-03-04 22:34:57 +02:00
Zoltan Kochan
f73f16acd9 chore(release): 3.0.0-alpha.3 v3.0.0-alpha.3 2019-03-04 12:13:12 +02:00
Zoltan Kochan
8fdb71ebfe feat: rename configs from shrinkwrap to lockfile 2019-03-04 02:48:02 +02:00
Zoltan Kochan
856536bb0f feat: rename lockfile from shrinkwrap.yaml to pnpm-lock.yaml
BREAKING CHANGE: new lockfile name

close #1635
2019-03-04 02:48:02 +02:00
Zoltan Kochan
b768af35c2 test(dependencies-hierarchy): fix configs in fixtures 2019-03-03 03:14:46 +02:00
Zoltan Kochan
1181bab170 fix: update p-queue, p-limit, get-port 2019-03-02 23:45:39 +02:00
Zoltan Kochan
3d30d2c79c refactor: use constants for getting the lockfile name 2019-03-02 19:22:07 +02:00
Zoltan Kochan
41b6f6b82c refactor: create @pnpm/constants 2019-03-02 18:02:04 +02:00
Zoltan Kochan
d26df3d54c fix: never symlink dep of dep with same name as dep 2019-03-02 15:21:25 +02:00
Renovate Bot
efec250962 chore(deps): update dependency sinon to v7.2.6 2019-03-02 11:54:18 +02:00
Zoltan Kochan
befec71cc0 fix: update deps 2019-03-02 11:44:54 +02:00
Renovate Bot
5be733976d chore(deps): update commitlint monorepo 2019-02-25 00:23:34 +02:00
Zoltan Kochan
b222591990 fix(deps): update 2019-02-25 00:10:37 +02:00
Zoltan Kochan
2448b7fdd8 fix(deps): update 2019-02-20 20:56:38 -08:00
Zoltan Kochan
a952be8248 test(outdated): use pnpm-registry-mock 2019-02-20 19:46:40 -08:00
Zoltan Kochan
f7517fae4e fix(deps): update unpack-stream to v4.0.1 2019-02-05 00:42:39 +02:00
Zoltan Kochan
cbd1453dd7 fix: importerPrefix=>shrinkwrapDirectory in getPackageLocation()
BREAKING CHANGE:

store controller API changed

ref #1173
2019-02-04 03:04:52 +02:00
Zoltan Kochan
8c25b7cbff chore(release): 3.0.0-alpha.2 v3.0.0-alpha.2 2019-02-03 15:11:39 +02:00
Zoltan Kochan
347be06cf8 fix: "m ls" should not fail on importer with no entry in shrinkwrap
close #1549
2019-02-03 13:05:19 +02:00
Zoltan Kochan
fd65300fde fix: recursive run should always trust the scripts
close #1644
2019-02-02 23:17:29 +02:00
Zoltan Kochan
81abab9600 test: update fixture of @pnpm/outdated 2019-02-02 22:25:28 +02:00
Zoltan Kochan
c89f5b4f5f fix: update deps 2019-02-02 22:15:23 +02:00
Zoltan Kochan
52046a31b9 feat: when a version spec is specified, add it to package.json
close #1633

BREAKING CHANGE:

the specified version spec is prefered. It doesn't matter what are
the values of the save-exact and save-prefix configs.
2019-01-31 02:18:56 +02:00
Zoltan Kochan
08d8b8a5aa chore(release): 3.0.0-alpha.1 v3.0.0-alpha.1 2019-01-30 21:13:52 +02:00
Zoltan Kochan
a35c7646d3 test: fix unstable test in @pnpm/tarball-fetcher 2019-01-30 19:06:56 +02:00
Zoltan Kochan
8d74bec991 style: fix styling issues in @pnpm/tarball-fetcher 2019-01-30 18:53:40 +02:00
Zoltan Kochan
adbe1c3a0c style: fix code style 2019-01-30 02:18:47 +02:00
Renovate Bot
9cfdff24e8 chore(deps): update dependency @commitlint/cli to v7.4.0 2019-01-30 01:49:48 +02:00
Zoltan Kochan
dbcb2d2008 feat: substitute make-fetch-happen with node-fetch
PR #1632

* feat: substitute make-fetch-happen with node-fetch

close #1629

* feat: rewrite npm-registry-agent to typescript

* refactor: add comment to fetch-from-npm-registry
2019-01-30 01:47:07 +02:00
Zoltan Kochan
6ef51499db chore: configuring fetch-from-npm-registry 2019-01-27 22:48:32 +02:00
Zoltan Kochan
2509542d3a feat: add fetch-from-npm-registry to the monorepo 2019-01-27 22:18:35 +02:00
Zoltan Kochan
46ce88f6e6 chore(pnpm-workspace): ignore package inside example folders 2019-01-27 21:29:20 +02:00
Zoltan Kochan
27683370cf chore: adapt @pnpm/tarball-fetcher for the monorepo 2019-01-27 21:12:55 +02:00
Zoltan Kochan
c697a8c834 feat: move @pnpm/tarball-fetcher to the monorepo' 2019-01-27 17:13:02 +02:00
Zoltan Kochan
fb8e83fc45 chore(deps): update dependency @types/nock to v9.3.1 2019-01-27 17:00:59 +02:00