Zoltan Kochan
ab2e0ab3aa
chore(release): 6.2.3
2021-04-28 22:49:47 +03:00
Zoltan Kochan
3b147ced99
fix: installing Git-hosted packages ( #3408 )
...
close #3407
2021-04-28 22:24:34 +03:00
Zoltan Kochan
66dbd06e6f
fix: setting child concurrency during headless install ( #3405 )
...
close #3399
2021-04-28 16:04:16 +03:00
Zoltan Kochan
b96d0520a2
chore(release): 6.2.2
2021-04-28 03:17:48 +03:00
Zoltan Kochan
40b75fbb95
fix(audit): public registry responds with 502 error ( #3403 )
...
close #2848
2021-04-28 03:06:18 +03:00
Zoltan Kochan
e6a2654a27
feat: run prepare scripts of Git dependencies ( #3394 )
...
close #855
2021-04-28 02:22:25 +03:00
javier-garcia-meteologica
1084ca1a75
fix(pkgs-graph): include workspace version aliases ( #3401 )
...
close #3400
2021-04-27 23:09:27 +03:00
Zoltan Kochan
3e3c3ff714
fix: preinstall should run after dependencies are installed ( #3395 )
2021-04-26 19:06:41 +03:00
Zoltan Kochan
a0894631d0
chore(release): 6.2.1
2021-04-25 02:56:59 +03:00
Zoltan Kochan
787b699082
fix: resolve-dependencies regression introduced in 6.2.0
2021-04-25 02:54:11 +03:00
Zoltan Kochan
78513adf00
chore(release): 6.2.0
2021-04-24 23:18:19 +03:00
Zoltan Kochan
6e9c112afd
fix(read-project-manifest): avoid EMFILE errors ( #3381 )
...
close #3378
2021-04-24 21:11:16 +03:00
Zoltan Kochan
05baaa6e74
feat: new config setting added - fetch-timeout ( #3390 )
...
close #3387
2021-04-24 19:09:52 +03:00
Zoltan Kochan
97c64bae4d
fix: link overrides should work on non-root workspace projects ( #3388 )
2021-04-24 12:47:17 +03:00
Zoltan Kochan
4da26031be
chore(deps): update
2021-04-24 02:02:09 +03:00
Zoltan Kochan
e8cf898fb9
fix: Node.js 16 warning ( #3382 )
...
close #3379
2021-04-23 01:50:54 +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
javier-garcia-meteologica
85fb21a837
feat: workspace:^ and workspace:~ aliases ( #3116 ) ( #3368 )
...
* feat: workspace:^ and workspace:~ aliases (#3116 )
* fix: apply suggestions and add changeset
* fix(npm-resolver): workspace aliases
* refactor: implement suggestions
* refactor: use only one regex
2021-04-21 18:22:08 +03:00
Zoltan Kochan
25cea85567
chore(deps): remove @types/update-notifier
2021-04-20 12:18:04 +03:00
Xingcan LAN
1a9b4f8123
fix(build-modules): fix incorrect return in getSubgraphToBuild ( #3369 )
...
* fix(build-modules): fix incorrect return in getSubgraphToBuild
* docs: changeset for the last commit
2021-04-19 23:40:21 +03:00
Zoltan Kochan
cda0973485
chore(release): 6.1.0
2021-04-16 00:13:52 +03:00
Zoltan Kochan
ba5231ccf2
feat: enable-pre-post-scripts ( #3348 )
2021-04-14 11:53:22 +03:00
Zoltan Kochan
0749a7d3e2
chore(release): 6.0.2
2021-04-13 01:27:29 +03:00
Zoltan Kochan
1729f7b99a
fix(list): don't list unsaved dependencies ( #3339 )
...
close #2768
close #3254
2021-04-13 00:57:49 +03:00
Zoltan Kochan
561276d2c8
fix: npm should not run lifecycle events on pnpm publish ( #3340 )
...
close #3332
2021-04-13 00:57:34 +03:00
Zoltan Kochan
4f503bd135
chore: fix test script in pnpm CLI package.json
2021-04-12 00:24:28 +03:00
Zoltan Kochan
3ee4fe2bd2
fix: update libnpx
2021-04-11 16:51:38 +03:00
Zoltan Kochan
41a6796574
fix(deps): downgrade libnpx
2021-04-11 16:04:57 +03:00
Zoltan Kochan
e3d9b32153
fix(deps): update make-empty-dir
2021-04-11 15:36:32 +03:00
Zoltan Kochan
6f198457d1
fix(deps): update rename-overwrite
2021-04-11 15:20:18 +03:00
Zoltan Kochan
112e816ae9
fix(deps): update rename-overwrite
2021-04-11 14:24:28 +03:00
Zoltan Kochan
f3d92d8b54
test: fix
2021-04-11 12:10:56 +03:00
Zoltan Kochan
186c6aaf7e
fix(deps): update rename-overwrite
2021-04-11 06:10:20 +03:00
Zoltan Kochan
ea1a05d05e
test(plugin-commands-installation): fix
2021-04-10 02:21:14 +03:00
Zoltan Kochan
c70c77f89e
fix: overrides should override dev deps ( #3327 )
2021-04-09 11:32:23 +03:00
Zoltan Kochan
2bdff4e3b1
docs: update changelog
2021-04-09 00:29:55 +03:00
Xingcan LAN
cbc1a827ca
fix(headless): forward extraBinPaths to runLifecycleHookConcurrently ( #3320 )
...
This make value of PATH environment alwasy contains node_modules/.bin of
workspace root, despite whether lockfile is up to date or not.
close #2086
2021-04-08 12:09:52 +03:00
Zoltan Kochan
e12793065b
chore(release): 6.0.1
2021-04-07 01:10:59 +03:00
Zoltan Kochan
9ceab68f06
fix: use + instead of # in package paths inside node_modules/.pnpm ( #3314 )
2021-04-07 01:07:13 +03:00
Zoltan Kochan
10fac3b9e0
test(headless): update lockfiles
2021-04-06 02:11:00 +03:00
Zoltan Kochan
f3cdcbc9eb
chore(release): 6.0.0
2021-04-06 01:27:19 +03:00
Zoltan Kochan
74e32aff96
docs(readme): change benchmark image source
2021-04-06 00:03:14 +03:00
Zoltan Kochan
e6859e2c24
chore(release): release all packages except the CLI one
2021-04-05 04:52:05 +03:00
Zoltan Kochan
8b66f26dc1
fix(lockfile-file): do not fail when lockfileVersion is a string
2021-04-05 03:53:02 +03:00
Zoltan Kochan
e567da5776
docs(readme): update installation instruction via npm
2021-04-05 02:25:10 +03:00
Zoltan Kochan
65cbda1784
docs(readme): update installation instructions
2021-04-05 02:19:47 +03:00
Zoltan Kochan
3a0c77de6e
docs: update authors
2021-04-05 01:26:56 +03:00
Zoltan Kochan
5fa5cd788a
chore(release): 6.0.0-rc.1
2021-04-04 23:04:44 +03:00
Zoltan Kochan
22dbacb100
fix: overrides should not fail on non-semver specs
2021-04-04 22:59:24 +03:00
Zoltan Kochan
1f05fef659
chore(release): 6.0.0-rc.0
2021-04-04 21:24:24 +03:00