Zoltan Kochan
347c79a8cd
chore(release): 9.4.0
2024-06-17 17:44:19 +02:00
Zoltan Kochan
13e55b2865
fix: a filtered install should update the lockfile first ( #8183 )
...
close #8165
2024-06-12 14:49:39 +02:00
Zoltan Kochan
3dd30b1909
refactor: create branded type for project ID ( #8164 )
2024-06-04 18:30:59 +02:00
Brandon Cheng
5de89d81a6
chore: remove top-level composite property from tsconfig.json files ( #8130 )
...
* chore: remove no-op composite property
* chore: remove top-level composite property from existing files
2024-05-28 02:37:40 +02:00
Zoltan Kochan
355ccd1243
chore(release): libs
2024-05-21 14:46:39 +02:00
Zoltan Kochan
c649954e41
refactor: create a separate type for DepPath ( #8094 )
2024-05-20 16:11:46 +02:00
Zoltan Kochan
45f4262f03
refactor: create a separate type for NodeId ( #8092 )
2024-05-17 11:23:52 +02:00
Khải
0fcd52248c
refactor: replace some type exprs with interfaces ( #7923 )
2024-04-14 04:09:22 +02:00
Zoltan Kochan
43bd75c5b8
chore(release): libs
2024-04-09 17:14:05 +02:00
Khải
7c69a330a8
refactor: improve ergonomic of ReadPackageHook ( #7722 )
2024-02-29 11:36:20 +01:00
Khải
730929e330
feat: pnpm.ignoredOptionalDependencies ( #7714 )
2024-02-28 13:46:29 +00:00
Nacho Aldama
7733f3a943
feat: support scoped client certificates ( #7626 )
...
close #7427
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-02-14 12:11:12 +01:00
Zoltan Kochan
3477ee5ee8
feat!: check the packageManager field ( #7635 )
...
* feat!: check the packageManager field
* test: fix
* refactor: update error message to match what corepack prints
* feat: add pm-strict option
* refactor: pm-strict=>package-manager-strict
* fix: remove packageManager field from package.json on publish
2024-02-11 01:07:23 +01:00
Zoltan Kochan
6e3b75a42f
chore(release): 9.0.0-alpha.0
2024-01-08 19:12:45 +01:00
Zoltan Kochan
43cdd87c0c
feat!: drop Node.js 16 support
2024-01-08 11:57:44 +01:00
Zoltan Kochan
568860daae
chore(release): 8.13.1
2023-12-26 15:39:22 +01:00
Jake Livak
4d34684f1f
fix: bundledDependencies field is not always respected ( #7411 ) ( #7412 )
...
* fix: check for both bundleDependencies and bundledDependencies (#7411 )
update to code that didn't correctly check both bundleDependencies and bundledDependencies
* fix: support boolean value for bundleDependencies (#7411 )
fix so that a 'true' value in the bundleDependencies field is correctly interpreted
(as meaning all dependencies are bundled)
close #7411
* fix: allow saving of boolean bundledDependencies values
updates prior fix to allow saving booleans to bundledDependencies field.
* fix: add test coverage for bundledDependencies fixes (#7411 )
add local tarball test and bundledDependencies=true test
update existing tests to confirm that bundled dependencies aren't installed
* fix: update registry-mock
* docs: update changeset
* fix: update bundleDependencies tests
* Revert "fix: update registry-mock"
This reverts commit 0c4b7ede21 .
* Revert "Revert "fix: update registry-mock""
This reverts commit 9828dfce91 .
* test: update integrities in test lockfiles
* test: retry twice
* test: move bundle deps test to separate file
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-12-19 23:18:07 +01:00
Zoltan Kochan
74e8f474f3
chore(release): libs
2023-12-14 16:15:57 +01:00
Zoltan Kochan
b90029432d
chore(release): 8.10.0-0
2023-10-24 15:54:22 +03:00
Nacho Aldama
43ce9e4a6a
feat: add support to install different architectures ( #7214 )
...
close #5965
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-10-24 15:50:40 +03:00
Zoltan Kochan
3ad2ec63eb
chore(release): libs
2023-10-08 17:21:51 +03:00
Zoltan Kochan
d774a3196c
feat: onlyBuiltDependenciesFile ( #7167 )
...
close #7137
2023-10-08 01:50:47 +03:00
Zoltan Kochan
101c97ecb8
feat(list): update the API for usage in Bit CLI ( #7132 )
...
* feat(list): update the API for usage in Bit CLI
* refactor: move createPackagesSearcher to dependencies-hierarchy package
* docs: add changesets
2023-09-26 15:23:36 +03:00
Zoltan Kochan
a35ec3fd92
chore(release): 8.6.8
2023-07-17 12:19:50 +03:00
Khải
aa2ae8fe2b
feat: publishConfig.registry ( #6803 )
...
close #6775
2023-07-13 16:11:40 +03:00
Zoltan Kochan
f0817fa165
chore(release): 8.6.0
2023-05-28 14:59:16 +03:00
Zoltan Kochan
a9e0b7cbfd
fix: update should not add peer deps to deps
2023-05-26 22:14:10 +03:00
Zoltan Kochan
eb5b7d5299
chore(release): 8.0.0-rc.0
2023-03-24 15:52:20 +02:00
Zoltan Kochan
eceaa8b8b7
feat!: drop Node.js 14 support
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
a4ce8e1f27
Merge branch 'main' into v8
2023-02-23 13:13:30 +02:00
await-ovo
77c754b10a
chore: eslint issues ( #6123 )
2023-02-23 12:12:32 +02:00
Zoltan Kochan
0058ecfbb9
chore(release): 8.0.0-alpha.0
2023-02-20 23:19:20 +02:00
Zoltan Kochan
583e3954be
fix: remove suppressImplicitAnyIndexErrors from typescript settings ( #5991 )
2023-01-28 18:19:26 +02:00
Zoltan Kochan
d7ea8b486a
chore(release): 7.19.0
2022-12-21 12:55:30 +02:00
await-ovo
b77651d14d
feat: add pnpm.requiredScripts config ( #5802 )
...
close #5569
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-12-21 00:44:33 +02:00
Zoltan Kochan
9cbe293876
refactor: put all non-public projects to directories that start with __
2022-11-20 02:40:44 +02:00
Zoltan Kochan
e379ec8a77
refactor: use more utils from ramda ( #5656 )
2022-11-19 04:29:21 +02:00
Zoltan Kochan
a276532641
chore(release): 7.15.0
2022-11-10 00:58:28 +02:00
Coby Sher
702e847c1c
feat: allow audit --fix to skip installing overrides based on allowList array in the manifest ( #5592 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-11-08 03:33:58 +02:00
Zoltan Kochan
5e77de2cfc
chore(release): 7.13.6
2022-10-20 01:29:11 +03:00
chlorine
844e82f3a4
fix: pnpm link --global <pkg> should not change the type of the dependency ( #5512 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-10-20 01:04:09 +03:00
Zoltan Kochan
86bd1b171e
fix(deps): update
2022-10-04 15:03:31 +03:00
Zoltan Kochan
a74d26c0a0
chore(release): 7.13.0
2022-10-03 03:43:25 +03:00
Shinobu Hayashi
d665f3ff7a
feat: ignore packages listed in package.json > pnpm.updateConfig.ignoreDependencies on update/outdated commands ( #5408 )
...
closes #5358
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-10-02 04:55:37 +03:00
Zoltan Kochan
cc0514ca9b
chore(release): 7.12.0
2022-09-18 21:52:34 +03:00
Larry Bahr
156cc1ef64
feat(patch): allow non-applied patches ( #5354 )
...
close #5234
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-09-16 00:23:48 +03:00
Zoltan Kochan
761be978b2
chore(release): 7.8.0
2022-07-31 11:25:05 +03:00
Zoltan Kochan
c907984616
feat: publishConfig.linkDirectory ( #5125 )
...
close #5115
2022-07-31 03:28:13 +03:00
Zoltan Kochan
b2d271d29c
chore: use workspace with star to reference workspace dependencies
2022-07-01 03:45:20 +03:00