Commit Graph

66 Commits

Author SHA1 Message Date
Zoltan Kochan
58988e9938 chore(release): 5.16.0-0 2021-01-23 17:33:52 +02:00
Zoltan Kochan
17627000f5 chore(release): 5.13.0 2020-11-17 23:19:33 +02:00
Zoltan Kochan
8698a7060e feat: prefer-workspace-packages
close #2136
PR #2980
2020-11-16 22:25:07 +02:00
Zoltan Kochan
d4ee246abb chore(release): 5.10.1 2020-10-23 00:08:51 +03:00
Zoltan Kochan
7ee29eba21 chore(release): 5.10.0-0 2020-10-19 03:47:13 +03:00
Zoltan Kochan
18a191b513 ci: run tests on Node.js 10.16 2020-10-09 03:14:25 +03:00
Zoltan Kochan
80b8f5ef24 feat: support Node.js from v10.14 2020-09-23 01:09:33 +03:00
Zoltan Kochan
88e1eaa908 style: use no delimiters in type declarations 2020-08-26 01:42:36 +03:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
d918937597 chore(release): 5.2.4 2020-06-22 15:45:36 +03:00
Zoltan Kochan
60544ee5ed chore(release): 5.2.0-0 2020-06-16 01:08:54 +03:00
Zoltan Kochan
7da0767175 chore(release): 5.0.0-rc.0 2020-05-23 16:29:04 +03:00
Zoltan Kochan
2ea003aa8a chore(release): 5.0.0-alpha.6 2020-05-11 22:22:23 +03:00
Zoltan Kochan
f9c54efe3d chore: add a funding link to every package.json 2020-05-01 14:53:31 +03:00
Zoltan Kochan
bf4dcc312d feat: support only Node>=10.13 2020-03-16 02:16:53 +02:00
Zoltan Kochan
27816890b4 fix: the order of patterns in "files" 2020-03-16 02:12:19 +02:00
Zoltan Kochan
c4cc7638c1 refactor: rename tsc scripts to compile 2020-03-12 20:57:33 +02:00
Zoltan Kochan
3ac627a709 chore(typescript): use project references
PR #2413
close #2410
2020-03-12 11:30:44 +02:00
Zoltan Kochan
c6901e185e chore: autogenerating some of the common meta 2020-03-11 23:24:02 +02:00
Zoltan Kochan
fa58ed8168 test: use source maps to remap coverage results 2020-03-08 03:14:23 +02:00
Zoltan Kochan
f461704e19 chore(deps): update rimraf and npm 2020-01-30 21:48:30 +02:00
Zoltan Kochan
dc30dc561a chore(release): 4.7.0-1 2020-01-07 22:49:21 +02:00
Zoltan Kochan
26f6123146 style: start the linting process only once during testing 2020-01-01 21:08:24 +02:00
Zoltan Kochan
f8b927391e refactor: rename importers & workspace pkgs to projects
WsPkg=>Project
WorkspacePackage=>Project
mporterManifest=>ProjectManifest
importers=>projects
importerDir=>projectDir
LockfileImporter=>ProjectSnapshot

PR #2242
2020-01-01 18:57:14 +02:00
Zoltan Kochan
30a73bcde3 chore(release): 4.5.0-0 2019-12-14 18:56:37 +02:00
Zoltan Kochan
9bbd2469d8 refactor: rename LocalPackages to WorkspacePackages
BREAKING CHANGE:

- @pnpm/resolver-base
2019-12-14 16:43:20 +02:00
Zoltan Kochan
4763a5d119 feat(resolver): preferredVersions should allow multiple selectors
BREAKING CHANGES:

- @pnpm/resolver-base
- @pnpm/npm-resolver
- @pnpm/resolve-dependencies
2019-12-12 23:02:51 +02:00
Zoltan Kochan
d26f957952 refactor(types): declare PreferredVersions type 2019-12-12 01:54:56 +02:00
Zoltan Kochan
efab3552f4 chore(release): 4.4.0-0 2019-12-08 22:07:14 +02:00
Zoltan Kochan
b8da2b0b2c feat: add|update [-r] --workspace
PR #2196
close #1918
2019-12-05 21:38:16 +02:00
Zoltan Kochan
c664dc6b7b chore(release): 4.2.0-0 2019-11-09 02:24:44 +02:00
Zoltan Kochan
ace67aa4bf refactor: remove prefix from store-controller-types 2019-11-03 14:05:51 +02:00
Zoltan Kochan
6160cb033e refactor: rename package to manifest in resolution result
BREAKING CHANGE:
- @pnpm/resolver-base
2019-11-03 02:06:42 +02:00
Zoltan Kochan
176ed5bde9 refactor: path=>dir
BREAKING CHANGE:
- @pnpm/npm-resolver
- pkg-graph
- find-packages
2019-11-01 20:48:00 +02:00
Zoltan Kochan
4fc917ebbb feat: rename lockfile-directory to lockfile-dir
ref #2088
PR #2120
2019-10-27 16:18:00 +02: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
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
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
4246d130a2 chore(deps): install ts-node, tslint, typescript as root deps 2019-06-12 02:50:44 +03:00
Renovate Bot
9b55505939 chore(deps): update dependency typescript to v3.5.1 2019-06-06 22:37:40 +03:00
Zoltan Kochan
9e8ba4eb26 chore(deps): update tape, ts-node, tslint 2019-05-31 03:00:03 +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
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
ff3eae05b3 chore: use pnpm run instead of npm run in all scripts 2019-05-05 11:49:57 +03:00