Commit Graph

98 Commits

Author SHA1 Message Date
Zoltan Kochan
c664dc6b7b chore(release): 4.2.0-0 2019-11-09 02:24:44 +02:00
Zoltan Kochan
8fc6fc4ad7 refactor: rename prefix options to dir options
BREAKING CHANGE:

- @pnpm/build-modules
- @pnpm/filter-lockfile
- @pnpm/headless
- @pnpm/lifecycle
- @pnpm/modules-cleaner
- @pnpm/package-is-installable
- @pnpm/read-importers-context
- @pnpm/resolve-dependencies
- supi
2019-11-03 17:08:57 +02:00
Zoltan Kochan
23e0e0a50f chore(release): @pnpm/lifecycle@7.0.3 2019-10-30 22:37:00 +02:00
Zoltan Kochan
2f853a178c fix: pnpm run doesn't handle pass signals onto child processes
close #2033
2019-10-30 01:51:30 +02:00
Zoltan Kochan
c611a9dd81 chore(deps): update dependency @types/rimraf to v2.0.3 2019-10-26 01:39:59 +03:00
Zoltan Kochan
428bdceb6e chore(release): 4.1.0 2019-10-19 17:38:04 +03:00
Zoltan Kochan
c36abf8535 fix(lifecycle): use same pkg id convention as npm
close #2005
2019-10-14 22:40:57 +03:00
Zoltan Kochan
7e0563e3b4 refactor: use optional chaining 2019-10-14 21:44:54 +03:00
Zoltan Kochan
d9c6657fba chore(release): 4.0.1 2019-10-10 00:42:26 +03:00
Yao Ding
d7dbadbad5 fix: show emptry string instead of undefined when package.json has no name
close #2005
PR #2059

Co-Authored-By: Zoltan Kochan <zkochan@users.noreply.github.com>
2019-10-08 21:35:24 +03:00
Zoltan Kochan
0f939e54ed chore(release): 4.0.0-7 2019-10-06 17:02:54 +03:00
Zoltan Kochan
42ed72187c chore(release): types, read-package-json and 2 more packages
@pnpm/types v4.0.0
@pnpm/read-package-json v3.0.0
@pnpm/write-importer-manifest v4.0.0
@pnpm/read-importer-manifest v2.0.0
2019-10-06 15:11:30 +03:00
Zoltan Kochan
37aefc97b1 feat: update logger to v3 2019-10-06 13:24:38 +03:00
Zoltan Kochan
05c22a0413 refactor: packageJson=>manifest 2019-10-06 01:03:17 +03:00
Zoltan Kochan
889f71481e feat: drop Node.js 8 support
BREAKING CHANGE:

at least Node.js 10 is  required for pnpm to run

PR #2044
2019-10-05 20:47:04 +03:00
Zoltan Kochan
42d931fe54 fix(deps): update node-gyp 2019-10-04 21:12:50 +03:00
Zoltan Kochan
fc0fe15938 refactor: rawNpmConfig=>rawConfig 2019-10-04 01:29:26 +03:00
Zoltan Kochan
633a7a01a9 chore(release): 3.7.4 2019-08-20 03:18:13 +03:00
Renovate Bot
b70f8b73dc fix(deps): update dependency p-limit to v2.2.1 2019-08-19 01:07:44 +03:00
Renovate Bot
d438bf364c fix(deps): update dependency load-json-file to v6.2.0 2019-08-18 12:32:07 +03:00
Zoltan Kochan
06af297f9d chore(release): 3.7.1 2019-08-17 21:15:36 +03:00
Zoltan Kochan
8303c1298f chore(deps): update rimraf to v3 2019-08-15 22:27:57 +03:00
Zoltan Kochan
57d4c5d6f6 chore: use the workspace protocol 2019-08-14 02:53:36 +03:00
Zoltan Kochan
e3dbd9a1ef chore(release): 3.6.1 2019-07-26 19:58:27 +03:00
Zoltan Kochan
63a72972fb fix(deps): update @zkochan/npm-lifecycle to v3.1.2 2019-07-17 23:37:04 +03:00
Renovate Bot
fdaa308f71 chore(deps): update dependency tape to v4.11.0 2019-07-06 21:12:16 +02:00
Zoltan Kochan
b8a75b2be6 refactor: use more destructuring 2019-06-23 21:38:10 +03:00
Zoltan Kochan
4246d130a2 chore(deps): install ts-node, tslint, typescript as root deps 2019-06-12 02:50:44 +03:00
Zoltan Kochan
bdd06696be chore(release): 3.5.0-3 2019-06-12 02:25:03 +03:00
Zoltan Kochan
6a26c5b21f feat: prepend workspace bins to PATH for lifecycle scripts
PR #1870
close #1355
2019-06-12 01:32:24 +03:00
Renovate Bot
9b55505939 chore(deps): update dependency typescript to v3.5.1 2019-06-06 22:37:40 +03:00
Zoltan Kochan
d0cf66c829 chore(release): 3.5.0-1 2019-06-02 21:03:53 +03:00
Zoltan Kochan
9e8ba4eb26 chore(deps): update tape, ts-node, tslint 2019-05-31 03:00:03 +03:00
Zoltan Kochan
4f6a6b0fef fix(deps): update @pnpm/logger to v2.1.1 2019-05-28 23:26: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
c7a5ad2e70 refactor: move all local types to one place 2019-05-18 01:38:42 +03:00
ExE Boss
c07950e66a refactor: Use package for shared tsconfig.json 2019-05-13 15:00:23 +03:00
Zoltan Kochan
d318b4d6e0 docs: update install sections
and remove broken links to LICENSE files
2019-05-07 02:10:06 +03:00
Zoltan Kochan
1f774d8b01 chore: remove markdown tests 2019-05-07 02:02:43 +03:00
Zoltan Kochan
f1dc8d3f18 docs: remove LICENSE duplicates from workspace packages 2019-05-07 01:39:58 +03:00
Zoltan Kochan
045fcbfae1 chore(release): 3.3.0-1 2019-05-07 01:35:53 +03:00
Zoltan Kochan
33c946795e fix(deps): update @zkochan/npm-lifecycle to v3 2019-05-07 00:47:54 +03:00
Zoltan Kochan
ff3eae05b3 chore: use pnpm run instead of npm run in all scripts 2019-05-05 11:49:57 +03:00
Zoltan Kochan
7715f7bba2 chore(release): 3.3.0-0 2019-05-04 19:35:14 +03:00
Zoltan Kochan
bb3fd532fb feat: script runner commands support package.{json5,yaml}
pr #1805
ref #1803
2019-05-03 23:02:40 +03:00
Renovate Bot
54e7be564a fix(deps): update dependency load-json-file to v6 2019-04-27 21:43:03 +03:00
Zoltan Kochan
6ec0c403a8 chore(release): 3.2.0-1 2019-04-24 23:26:12 +03:00
Zoltan Kochan
e2f1c6b5bc chore(deps): update typescript/ts-node/husky 2019-04-24 22:49:05 +03:00
Zoltan Kochan
7e48fa6181 chore(release): 3.2.0-0 2019-04-21 11:41:58 +03:00