khai96_
|
65e3939225
|
refactor: use parseDepPath instead
|
2024-12-26 20:15:27 +07:00 |
|
khai96_
|
0dce3be504
|
refactor: use @pnpm/dependency-path
|
2024-12-26 19:56:45 +07:00 |
|
khai96_
|
7b2dab0dc0
|
docs(changeset): add missing period
|
2024-12-26 14:56:44 +07:00 |
|
khai96_
|
a20064b066
|
docs(changeset): merge
|
2024-12-26 14:55:39 +07:00 |
|
khai96_
|
3a9ecfff95
|
docs(changeset): config -> force-legacy-deploy
|
2024-12-26 14:43:59 +07:00 |
|
khai96_
|
1a9930a665
|
test: peer dependencies suffix
|
2024-12-26 14:41:18 +07:00 |
|
khai96_
|
1b37a10b38
|
feat: add dedupeInjectedDeps to InstallCommandOptions
|
2024-12-26 13:53:56 +07:00 |
|
khai96_
|
839551b38a
|
refactor: shorten lines of code
|
2024-12-26 10:00:14 +07:00 |
|
khai96_
|
cc26eba625
|
refactor: code rearrange
|
2024-12-26 09:59:33 +07:00 |
|
khai96_
|
9133147d80
|
fix: preserve unique peer dependencies suffix
|
2024-12-26 09:56:49 +07:00 |
|
khai96_
|
93b82ea4de
|
docs: more detailed explanation
|
2024-12-25 23:05:42 +07:00 |
|
khai96_
|
063a28aeaf
|
docs: omission of peers
|
2024-12-25 20:39:00 +07:00 |
|
khai96_
|
5b0327d4b8
|
fix: peer dependencies
|
2024-12-25 20:29:16 +07:00 |
|
khai96_
|
9ceb335605
|
docs: change wording
|
2024-12-25 19:41:52 +07:00 |
|
khai96_
|
18ffa85d06
|
fix: pnpmfile checksum
|
2024-12-25 19:41:01 +07:00 |
|
khai96_
|
92708c51b9
|
test: fix windows
|
2024-12-25 18:56:47 +07:00 |
|
khai96_
|
5e7f3502e2
|
chore(git): merge from main
|
2024-12-25 05:47:23 +07:00 |
|
khai96_
|
a6dfc783bb
|
test: patchedDependencies
|
2024-12-25 05:43:08 +07:00 |
|
khai96_
|
0468cfbc28
|
fix: eslint
|
2024-12-25 05:12:00 +07:00 |
|
khai96_
|
adc1085f55
|
fix: patchedDependencies
|
2024-12-25 05:10:40 +07:00 |
|
khai96_
|
3886eea06c
|
refactor: move new tests to its own file
|
2024-12-25 04:44:07 +07:00 |
|
khai96_
|
051b3be4cf
|
test: use regex string matchers
|
2024-12-25 04:35:32 +07:00 |
|
khai96_
|
00b1d7a962
|
test: packageExtensions
|
2024-12-25 04:28:16 +07:00 |
|
khai96_
|
391b36347c
|
refactor: remove as ProjectRootDirRealPath
|
2024-12-25 03:46:12 +07:00 |
|
khai96_
|
191ba75a04
|
feat: set overrides to undefined instead
|
2024-12-24 21:20:47 +07:00 |
|
khai96_
|
2a0386f2a3
|
refactor: use rootProjectManifestDir
|
2024-12-24 21:15:33 +07:00 |
|
khai96_
|
76fb53a6a7
|
fix: directory resolution location
|
2024-12-24 21:11:20 +07:00 |
|
khai96_
|
f83c523a41
|
fix: packageExtensions with internal dependencies
|
2024-12-24 20:30:10 +07:00 |
|
Zoltan Kochan
|
878ea8c43b
|
feat!: use an allow list of built dependencies by default (#8897)
|
2024-12-24 14:06:50 +01:00 |
|
David
|
3a3cc49af2
|
feat: add support for specifying a custom output path in the pack command (#8900)
close #7834
---------
Co-authored-by: Zoltan Kochan <z@kochan.io>
|
2024-12-24 11:34:29 +01:00 |
|
Zoltan Kochan
|
4771813309
|
feat: store ignored dependencies list in modules state file (#8903)
|
2024-12-24 03:01:35 +01:00 |
|
khai96_
|
18c86a2457
|
docs: change wording
|
2024-12-24 04:30:57 +07:00 |
|
khai96_
|
3fbd3e100b
|
fix: pnpmfile
|
2024-12-24 04:30:17 +07:00 |
|
khai96_
|
ffa6fe894a
|
feat: handle packageExtensions in a smarter way
|
2024-12-24 04:26:41 +07:00 |
|
Zoltan Kochan
|
512465c4ce
|
refactor: remove allowBuild from options of resolveDependencies() (#8902)
|
2024-12-23 01:24:50 +01:00 |
|
Zoltan Kochan
|
516c4b301b
|
fix: improve how ignored lifecycle scripts are reported (#8899)
|
2024-12-22 21:22:06 +01:00 |
|
khai96_
|
a10fd19d56
|
test: fix
|
2024-12-23 02:46:36 +07:00 |
|
btea
|
e8c0ae354b
|
chore: remove unnecessary comment (#8896)
|
2024-12-22 01:43:09 +01:00 |
|
khai96_
|
691daa24a6
|
feat: overrides, patchedDependencies, packageExtensions (wip)
|
2024-12-20 23:46:20 +07:00 |
|
Rantetsu Inori
|
f74070d72f
|
fix: command suggestion to apply patch on Windows (#8851)
close #7546
---------
Co-authored-by: Zoltan Kochan <z@kochan.io>
|
2024-12-20 10:38:17 +01:00 |
|
Zoltan Kochan
|
3bc9d5c50e
|
fix: hoisted install with dependency that is a peer of itself (#8892)
close #8854
|
2024-12-20 01:05:54 +01:00 |
|
khai96_
|
8ad90fe94a
|
chore(git): merge from main
|
2024-12-19 19:30:37 +07:00 |
|
Zoltan Kochan
|
82de1bd1dd
|
feat!: update node-gyp to v11 (#8887)
|
2024-12-19 02:27:30 +01:00 |
|
Fotis Papadogeorgopoulos
|
f685565f92
|
fix(remove): ensure that link-workspace-packages=false is respected in single project runs in a workspace (#8881)
|
2024-12-19 01:39:21 +01:00 |
|
Khải
|
c3011e65f8
|
test: fix patch.test.ts (#8886)
|
2024-12-18 23:54:52 +01:00 |
|
Zoltan Kochan
|
52b156ef47
|
docs: update changelog
|
2024-12-18 22:25:17 +01:00 |
|
khai96_
|
70181b2014
|
chore(git): merge from main
|
2024-12-19 03:34:11 +07:00 |
|
Zoltan Kochan
|
38eb97a8b3
|
chore(release): libs
|
2024-12-18 13:40:41 +01:00 |
|
Zoltan Kochan
|
3f0e4f036e
|
feat(lockfile.fs): export writeLockfileFile and convertToLockfileFile (#8735)
|
2024-12-18 13:25:28 +01:00 |
|
khai96_
|
d4c55f3dbd
|
feat: suggest reporting bug and using workaround
|
2024-12-18 19:06:02 +07:00 |
|