Commit Graph

8207 Commits

Author SHA1 Message Date
Daniel-Khodabakhsh
e87754df1f fix: make the FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE error and hint messages more clear (#6304)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-03-29 22:51:33 +03:00
Jake Bailey
9fd0e375e9 perf(pkgs-graph): speed up createPkgGraph when directory specifiers are present (#6317)
* perf(pkgs-graph): speed up createPkgGraph when directory specifiers are present

* perf(pkgs-graph): make pkgMapByManifestName equally lazy
2023-03-29 22:51:10 +03:00
Zoltan Kochan
518f5e1432 fix: lowest supported node.js version in the error message (#6301)
close #6297
2023-03-28 15:28:38 +03:00
Jake Bailey
642f8c1d06 perf(npm-resolver): reduce max memory usage (#6296) 2023-03-28 11:41:55 +03:00
Zoltan Kochan
1d9bbeab75 ci: update release tags 2023-03-28 00:29:34 +03:00
Zoltan Kochan
0db2bae876 chore(release): 8.0.0 v8.0.0 2023-03-27 23:44:07 +03:00
Jake Bailey
35d98c7a8f perf(pkgs-graph): speed up createPkgGraph by using a table for manifest name lookup (#6287) 2023-03-27 20:02:31 +03:00
await-ovo
c45a4211f2 fix(deps): update @typescript-eslint/eslint-plugin and @typescript-eslint/parser (#6290) 2023-03-27 19:38:27 +03:00
Zoltan Kochan
3f0ea1defa fix: dedupe direct deps after hoisting (#6286) 2023-03-27 05:28:52 +03:00
Zoltan Kochan
6d06e01a00 refactor: resolve-dependendencies 2023-03-27 01:48:04 +03:00
Zoltan Kochan
65e3af8a09 fix: remove replaceall polyfill 2023-03-27 01:15:13 +03:00
Zoltan Kochan
7a16da9f46 fix(audit): audit should work even if there are no package.json files (#6283) 2023-03-26 16:00:26 +03:00
Zoltan Kochan
7aca77c3a6 chore(release): 8.0.0-rc.1 v8.0.0-rc.1 2023-03-26 04:44:18 +03:00
Zoltan Kochan
51445f9557 fix: dedupe-peer-dependents should not remove peer deps from workspace root (#6280)
close #6154
2023-03-26 02:46:07 +02:00
Jake Bailey
e10d046a42 perf(headless): hoist importerManifestsByImporterId calculation (#6282) 2023-03-26 02:04:35 +02:00
Jake Bailey
5720681808 perf(pkgs-graph): optimize createPkgGraph by calling Object.values only once (#6281)
ref #6277
2023-03-26 01:02:31 +02:00
Zoltan Kochan
eb5b7d5299 chore(release): 8.0.0-rc.0 v8.0.0-rc.0 2023-03-24 15:52:20 +02:00
Zoltan Kochan
0e26acb0fb refactor: dependency-path 2023-03-24 15:25:53 +02:00
Zoltan Kochan
b4f26e41aa fix: peer dependency is not unlinked (#6275)
close #6271
2023-03-24 14:49:07 +02:00
await-ovo
df107f2ef9 fix: should use the one with parent syntax when both override rules match the same target (#6266)
close #6210
2023-03-24 14:47:12 +02:00
Zoltan Kochan
634d6874b7 fix: peer dependency is not unlinked when adding a new dependency (#6274)
close #6272
2023-03-24 03:46:01 +02:00
Zoltan Kochan
f835994eab fix: direct deduplication with resolution-mode=lowest-direct (#6262)
close #6042
2023-03-24 02:17:22 +02:00
Zoltan Kochan
1d105e7fcd fix!: save the whole tarball URL, when it doesn't use the standard format (#6265) 2023-03-24 01:36:13 +02:00
Zoltan Kochan
2a2032810f fix: don't write pnpm-lock.yaml if it has no changes (#6260)
close #6158
2023-03-23 04:40:42 +02:00
Zoltan Kochan
cae85dbb19 feat!: throw a not implemented error on the ci command (#6261)
ref #6100
2023-03-23 04:18:01 +02:00
Rex Zeng
cfb6bb3bfe feat: support resolving peers with npm aliases (#6220)
close #4301
Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-03-22 04:39:11 +02:00
Zoltan Kochan
f53a29d76f docs: update SECURITY.md 2023-03-21 00:41:59 +02:00
Andrei Neculau
28796377cb fix: handle git+ssh with semver (#6239) 2023-03-21 00:40:26 +02:00
Zoltan Kochan
0a8b48f04d fix(deps): update the compatibility DB 2023-03-21 00:33:52 +02:00
await-ovo
059d3ac398 fix: when publish some package throws an error, exit code should be non-zero (#6248)
close #5528
close #5775
2023-03-20 18:07:53 +02:00
await-ovo
fd6b5a2c87 fix(plugin-commands-audit): only three paths are displayed in the audit output (#6245)
close #6203
2023-03-20 12:33:04 +02:00
Zoltan Kochan
22ccf155ef fix: segmentation fault error
close #6241
2023-03-20 02:58:27 +02:00
GreyXor
36ffbfcd4b fix: typo standalone (#6244) 2023-03-19 21:02:40 +02:00
Zoltan Kochan
81ca8b1aa5 chore(release): 8.0.0-beta.1 v8.0.0-beta.1 2023-03-19 04:32:04 +02:00
Zoltan Kochan
6f1ca62f77 chore: require to use pnpm v8 2023-03-19 04:26:44 +02:00
Zoltan Kochan
158d8cf22f feat!: only allow lockfile v6 (#6240) 2023-03-19 04:23:51 +02:00
Zoltan Kochan
9a908927f4 feat: bundle pnpm CLI with node.js 18 2023-03-19 03:59:04 +02:00
Zoltan Kochan
eceaa8b8b7 feat!: drop Node.js 14 support 2023-03-18 17:11:38 +02:00
Zoltan Kochan
9d026b7cb1 fix(deps): update lru-cache 2023-03-18 17:11:38 +02:00
Zoltan Kochan
ee61ca4cb7 style: update eslint (#6236) 2023-03-18 14:57:29 +02:00
Zoltan Kochan
f15fde7eb8 chore(deps): update 2023-03-18 00:27:58 +02:00
Zoltan Kochan
993044180d Merge branch 'v8' 2023-03-17 14:59:47 +02:00
Zoltan Kochan
cf28be8780 chore(release): 7.30.0 v7.30.0 2023-03-17 14:48:44 +02:00
Zoltan Kochan
c06f89186f fix: make-dedicated-lockfile 2023-03-17 14:05:23 +02:00
Zoltan Kochan
506f3f7b93 Merge branch 'main' into v8 2023-03-17 03:27:23 +02:00
Zoltan Kochan
748562686d chore(release): 7.30.0-0 v7.30.0-0 2023-03-17 00:34:01 +02:00
Geoffrey Emerson
dfec359820 refactor: move usage of PNPM_HOME into getDataDir (#6222) 2023-03-17 00:02:51 +02:00
Zoltan Kochan
d9bf2aa194 fix: update graceful-fs 2023-03-16 22:16:49 +02:00
Zoltan Kochan
02685b3d2f fix: ignore a vulnerability 2023-03-16 22:14:42 +02:00
Zoltan Kochan
685b3a7ea1 fix: prepend directories to NODE_PATH in command shims 2023-03-16 04:28:53 +02:00