Zoltan Kochan
0a639e41b8
feat: every package should have a pnpm<major_version> keyword
2021-10-11 12:15:32 +03:00
Zoltan Kochan
8e76690f4d
feat: packageExtensions ( #3553 )
...
close #3551
2021-06-23 09:42:34 +03:00
cdoucet-cvent
dfdf669e64
feat: add new filter-prod option ( #3372 )
...
Add the new filter-prod option that executes the same as the filter option except
it does not include devDependencies when building the package graph.
Co-authored-by: Caleb Doucet <cdoucet>
2021-04-22 18:57:27 +03:00
Zoltan Kochan
e6859e2c24
chore(release): release all packages except the CLI one
2021-04-05 04:52:05 +03:00
Zoltan Kochan
3a0c77de6e
docs: update authors
2021-04-05 01:26:56 +03:00
Zoltan Kochan
eb19323b2a
style: autoformat code before running tests ( #3250 )
2021-03-21 03:50:55 +02:00
Zoltan Kochan
6871d74b2b
feat: track transitive peer dependencies in the lockfile ( #3186 )
2021-02-25 21:24:22 +02:00
Zoltan Kochan
97b986fbc8
feat: Node.js v10 is not supported anymore ( #3121 )
...
* feat: Node.js v10 is not supported anymore
BREAKING CHANGE:
2021-02-04 03:54:58 +02:00
Zoltan Kochan
58988e9938
chore(release): 5.16.0-0
2021-01-23 17:33:52 +02:00
Zoltan Kochan
9ad8c27bf0
feat: ignoring the build of specific dependencies ( #3080 )
...
* feat: ignoring the build of specific dependencies
close #3071
* test: add test for neverBuiltDependencies
* docs: add changesets
* test: lockfile-file
2021-01-23 16:27:39 +02:00
Zoltan Kochan
d4ee246abb
chore(release): 5.10.1
2020-10-23 00:08:51 +03:00
Zoltan Kochan
b5d694e7ff
feat: pnpm.overrides
...
PR #2946
2020-10-22 12:05:40 +03:00
Zoltan Kochan
7ee29eba21
chore(release): 5.10.0-0
2020-10-19 03:47:13 +03:00
Zoltan Kochan
d54043ee4f
feat: resolutions field
...
close #1221
PR #2939
2020-10-18 22:51:24 +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
7da0767175
chore(release): 5.0.0-rc.0
2020-05-23 16:29:04 +03:00
Zoltan Kochan
0ca0e9fb81
chore(release): 5.0.0-alpha.7
2020-05-20 20:52:37 +03:00
Zoltan Kochan
42fd08d601
fix: compilation
2020-05-14 18:02:24 +03:00
Zoltan Kochan
6a8a97eee9
fix: update typescript to v3.9
2020-05-14 17:02: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
7e0d04ff09
chore: create updater to normalize manifests
2020-03-11 22:53:39 +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
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
Vsevolod Rodionov
20397f55a1
docs(readme): fix typo in @pnpm/lockfile-types
...
PR #1991
2019-09-02 19:55:48 +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
f1dc8d3f18
docs: remove LICENSE duplicates from workspace packages
2019-05-07 01:39:58 +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
c810e9aec9
feat: optional peer dependencies
...
close #1486
2019-04-24 22:32:47 +03:00
Renovate Bot
ac87a2aac6
chore(deps): update dependency tslint to v5.16.0
2019-04-19 08:24:21 -07:00
Renovate Bot
254639834d
chore(deps): update dependency typescript to v3.4.4
2019-04-19 06:28:57 -07:00
ExE Boss
c236c09515
refactor: use shared tsconfig.json
...
PR #1774
2019-04-14 02:14:37 +03:00
Zoltan Kochan
22f4ac9aa3
chore(deps): update typescript to v3.4.3
2019-04-11 22:30:00 +03:00
Renovate Bot
87209d3239
chore(deps): update dependency typescript to v3.4.2
2019-04-07 11:47:11 +03:00
Zoltan Kochan
b36ee22370
chore(deps): update tslint to v5.15.0
2019-04-04 00:14:43 +03:00
Renovate Bot
083b4a5000
chore(deps): update dependency typescript to v3.4.1
2019-03-30 14:31:32 +02:00