Zoltan Kochan
cae084888c
chore(release): 10.6.4
2025-03-17 14:46:34 +01:00
Zoltan Kochan
6f89b80eeb
refactor: use buffer.subarray instead of deprecated slice
2025-03-14 22:07:44 +01:00
Zoltan Kochan
942de71d5d
chore(release): 10.6.3
2025-03-13 15:04:57 +01:00
Zoltan Kochan
65da4d9e6a
chore(release): 10.6.2
2025-03-10 03:15:12 +01:00
Zoltan Kochan
a2d46b4570
chore(release): 10.6.1
2025-03-07 02:29:19 +01:00
Zoltan Kochan
86ff415755
chore(release): 10.6.0
2025-03-06 12:09:26 +01:00
btea
adb236f1a1
refactor: improve regexp ( #9203 )
2025-03-02 13:17:09 +01:00
Zoltan Kochan
5e78da2d57
style: order the keys in package.json files
2025-03-01 21:45:13 +01:00
Zoltan Kochan
70d565cf79
chore(release): 10.5.1
2025-02-26 12:56:43 +01:00
Zoltan Kochan
0e9fff7bef
chore(release): 10.5.0
2025-02-25 12:27:14 +01:00
Zoltan Kochan
ee72c62db9
chore(release): 10.4.1
2025-02-16 22:37:26 +01:00
Zoltan Kochan
44526c3330
refactor: use object.key-sorting ( #9117 )
2025-02-16 11:59:36 +01:00
Zoltan Kochan
2a6b51f483
chore(release): 10.4.0
2025-02-14 01:18:32 +01:00
Zoltan Kochan
1dc2804f7a
chore(release): 10.3.0
2025-02-11 00:34:43 +01:00
Zoltan Kochan
97e0f5da61
chore(release): 10.2.0
2025-02-03 18:32:38 +01:00
btea
926542cc09
chore: remove unecessary number type ( #9027 )
2025-02-02 21:49:30 +01:00
Zoltan Kochan
c5a0b9ea43
chore(release): 10.1.0
2025-01-26 22:26:45 +01:00
Zoltan Kochan
961dc5d29d
feat: add ignored-builds command ( #8963 )
...
* feat: add ignored-builds command
* test: ignored-builds
* test: ignored-builds
* fix: document the new command
* refactor: update text
* feat: add approve-builds command
* feat: rebuild approved packages
* fix: ignored builds
* feat: add final approval prompt
* test: approve builds
* refactor: approve-builds
2025-01-25 18:51:35 +01:00
Zoltan Kochan
42ecf04fd0
chore(release): 10.0.0
2025-01-07 15:28:17 +01:00
Fotis Papadogeorgopoulos
dde650b96f
fix: ensure that recursive pnpm update --latest <pkg> updates only the specified package ( #8933 )
...
* test(pnpm): expand dedupePeers test to account for other dependencies in same package
Previously, this test only asserted that _other_ monorepo packages were unaffected,
but it did not check other dependencies of the _same_ monorepo package.
* fix: ensure that recursive update --latest only updates matched packages
* fix: move update check to resolveDependendency
* refactor: move updateToLatest conditional up in resolveDependency
* refactor: make update types mutually exclusive in resolveDependencies
* refactor: rename 'in-range' update type to 'compatible'
Co-authored-by: Zoltan Kochan <z@kochan.io >
* refactor: use update union type in package-requester and store-controller-type
* docs: add changesets
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2025-01-07 02:08:26 +01:00
Zoltan Kochan
c5080ded56
chore(release): 10.0.0-rc.3
2025-01-05 13:26:28 +01:00
Zoltan Kochan
e103abe941
chore(release): 10.0.0-rc.2
2024-12-29 02:47:35 +01:00
Zoltan Kochan
b27e7f553a
chore(release): 10.0.0-rc.1
2024-12-27 14:20:04 +01:00
Zoltan Kochan
38eb97a8b3
chore(release): libs
2024-12-18 13:40:41 +01:00
Zoltan Kochan
7ec017e13f
chore: move all tarball files out from Git LFS to a package dependency ( #8885 )
2024-12-18 03:06:51 +01:00
Zoltan Kochan
3278c588cd
chore(release): 10.0.0-rc.0
2024-12-16 02:31:45 +01:00
Zoltan Kochan
6483b646fe
feat: a new setting for injecting workspace packages ( #8836 )
2024-12-05 17:37:15 +01:00
Zoltan Kochan
d2e83b0f3e
feat: bump metadata cache version
2024-12-01 10:40:09 +01:00
Zoltan Kochan
3fe70e7897
refactor!: all lib versions should start with pnpm major version
2024-11-29 01:04:45 +01:00
Zoltan Kochan
9fcc7e808e
chore(release): 10.0.0-beta.0
2024-11-28 12:35:01 +01:00
Zoltan Kochan
39c53852ea
fix: some commands should not fail if a different package manager is set in package.json ( #8802 )
...
close #7959
2024-11-25 10:13:23 +01:00
Zoltan Kochan
26a910cbf8
chore(release): 10.0.0-alpha.0
2024-10-28 04:16:49 +01:00
Zoltan Kochan
32613a05af
Merge remote-tracking branch 'origin/main' into v10
2024-10-28 04:01:43 +01:00
Zoltan Kochan
c4f5231761
feat!: bump store version to v10 ( #8709 )
2024-10-28 03:54:58 +01:00
Zoltan Kochan
0309365fda
chore(release): 9.12.3
2024-10-28 03:11:09 +01:00
Vladimir Turov
a1f4df297d
fix(cafs): avoid race on extracting files from tarballs ( #8703 )
...
* fix(cafs): avoid race on extracting files from tarballs
On running addFilesFromTarball with many workers in the pool there were sometimes
race conditions on moving files having same content.
It resulted in ERR_PNPM_ENOENT and ERR_PNPM_TARBALL_EXTRACT exceptions during install.
The issue was introduced in v8.7.0 and generated many defect reports.
close #7676 , potentially #7607 , #7697 and others
* refactor: add comment, release notes and decrease length of temp file
---------
Co-authored-by: VladimirNT1 <vladimir.nikolaich@gmail.com >
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-10-28 03:04:49 +01:00
Zoltan Kochan
30b1fabd26
refactor: move store version to constants
2024-10-27 22:19:19 +01:00
Zoltan Kochan
298e5dcafd
feat!: create a separate directory in the store for index files ( #8700 )
2024-10-27 21:00:28 +01:00
Zoltan Kochan
790ce1e869
Merge branch 'main' into v10
2024-10-25 22:24:10 +02:00
Zoltan Kochan
1dd419cbb4
test: fix killing the registry mock server on teardown ( #8695 )
2024-10-25 21:24:08 +02:00
Zoltan Kochan
50c3aaf46f
Merge branch 'main' into v10
2024-10-23 14:08:15 +02:00
Zoltan Kochan
744711c8b3
chore(release): 9.12.2
2024-10-16 16:09:10 +02:00
Zoltan Kochan
f35274f47f
Merge branch 'main' into v10
2024-10-14 11:02:15 +02:00
Zoltan Kochan
099e6af9e1
feat!: don't duplicate all file entries in the side effects section of the index file ( #8636 )
2024-10-14 11:01:23 +02:00
Brandon Cheng
5fea44486e
chore: use Git LFS for pnpm development ( #8509 )
...
* chore: set up git-lfs hooks
* ci: checkout lfs files on CI
According to https://github.com/actions/checkout , checkout out LFS files
defaults to false.
* chore: track .tgz files in Git LFS
2024-10-14 08:49:30 +02:00
Zoltan Kochan
b33f153b36
Merge branch 'main' into v10
2024-10-12 03:21:03 +02:00
Zoltan Kochan
db7ff76e4c
fix: detecting files with executable permissions in side effects cache ( #8625 )
...
close #8546
close #7746
2024-10-10 12:55:07 +02:00
Zoltan Kochan
aae0808b35
Merge remote-tracking branch 'origin/main' into v10
2024-10-05 02:24:28 +02:00
Zoltan Kochan
5da5e75e08
chore(release): 9.12.0
2024-10-02 12:19:20 +02:00
Khải
81bd9427ad
fix: prevent ENOENT caused by parallel store prune ( #8586 )
...
* fix: prevent ENOENT caused by parallel `store prune`
Close #8579
* fix: cspell
* test: fix
2024-09-30 02:44:05 +02:00