Commit Graph

8216 Commits

Author SHA1 Message Date
Brandon Cheng
c19ddba1dc chore(deps): dedupe @types/jest@7.21.2 with 7.21.3 (#6343) 2023-04-03 02:59:07 +03:00
Zoltan Kochan
d86fce63e4 chore(npmrc): update settings 2023-04-02 03:55:43 +03:00
Zoltan Kochan
87b6db57fe fix(deps): update @yarnpkg/shell (#6339)
close #6320
2023-04-02 02:05:12 +03:00
Jake Bailey
ef6c22e129 perf(npm-resolver): improve performance of semver.satisfies (#6336) 2023-04-01 01:10:17 +03:00
Zoltan Kochan
73f21b6873 docs: add moonrepo to sponsors 2023-03-31 04:31:39 +03:00
Dominic Elm
c36c87c1ce feat(hooks): pass registries to preResolution hook (#6326) 2023-03-31 02:43:43 +03:00
Zoltan Kochan
0c4b20ec8e chore(release): 8.1.0 v8.1.0 2023-03-30 00:57:51 +03:00
Zoltan Kochan
cd6ce11f05 feat: dedupe-direct-deps (#6319)
close #6299
2023-03-30 00:56:15 +03:00
Jake Bailey
e2cb4b63d2 feat: add ignore-workspace-cycles to silence workspace cycle warning (#6308) 2023-03-29 23:18:27 +03:00
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