Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
b797ac7113 chore(deps): update 2022-06-01 18:19:57 +03:00
Brandon Cheng
4d1b0d2371 refactor(lockfile-file): abstract LockfileFile to Lockfile conversion (#4824)
* refactor(lockfile-file): rename lockfile var to lockfileFile

* refactor(lockfile-file): cast within convertFromLockfileFileMutable

This allows the `LockfileFile` to `Lockfile` conversion to be slightly
better abstracted since the type assertion is now tightly grouped with
the logic performing the conversion.

This will be useful for #4725, which operates off of the `Lockfile`
type to perform additional conversions.
2022-06-01 11:59:11 +03:00
Zoltan Kochan
e3bb6f32b6 test: fix integrity checksums 2022-06-01 03:30:24 +03:00
Zoltan Kochan
99d5beac0f ci: update verdaccio cache 2022-06-01 02:48:58 +03:00
Zoltan Kochan
9f29df803d test(core): fix 2022-06-01 02:25:35 +03:00
Brandon Cheng
7fb1ac0e43 fix: pnpm pre-compiled binaries crash when NODE_MODULES is set (#4823)
This was fixed upstream in pkg-fetch 3.4:
https://github.com/vercel/pkg-fetch/releases/tag/v3.4

close #4319
2022-05-31 02:50:42 +03:00
Zoltan Kochan
5e4b9e480d chore(release): 7.1.7 v7.1.7 2022-05-29 11:52:30 +03:00
Zoltan Kochan
971f2c4a55 perf: build-modules 2022-05-29 03:39:52 +03:00
Zoltan Kochan
94250fbc6f refactor: build-modules 2022-05-29 03:39:52 +03:00
Zoltan Kochan
2b543c7746 fix: pnpm add @teambit/bit should succeed (#4813) 2022-05-29 02:32:03 +03:00
Zoltan Kochan
b18371400e ci: update setup pnpm action version 2022-05-28 17:29:05 +03:00
Zoltan Kochan
a39a411a1d chore(release): 7.1.6 v7.1.6 2022-05-27 03:38:38 +03:00
Zoltan Kochan
45238e358e fix(auto-install-peers): don't fail on projects with linked deps (#4807)
close #4796
2022-05-27 03:24:33 +03:00
spencer17x
ae2f845c5d fix: only devDependencies are installed regardless of the node env (#4805)
close #4745
2022-05-27 03:05:20 +03:00
Zoltan Kochan
95ac386bf4 test(config): fix 2022-05-24 20:47:24 +03:00
Zoltan Kochan
07f4f71134 chore: always check that dependencies support Node.js 14 2022-05-24 20:44:30 +03:00
Zoltan Kochan
fec7e5c691 chore(release): 7.1.5 v7.1.5 2022-05-24 03:21:56 +03:00
Zoltan Kochan
38dd3bf839 chore(release): 7.1.4 v7.1.4 2022-05-24 02:17:14 +03:00
Zoltan Kochan
495423b7ea chore: publish utility packages for testing 2022-05-23 18:56:37 +03:00
Zoltan Kochan
05159665d4 fix: correctly detect the active Node.js version (#4780)
close #4203
2022-05-23 11:34:51 +03:00
Zoltan Kochan
24f936b3be chore(release): 7.1.3 v7.1.3 2022-05-22 03:31:43 +03:00
Zoltan Kochan
190f0b331f fix: auto install of peer dependencies (#4776)
close #4684
2022-05-22 03:19:40 +03:00
Naveen
35a730a62e ci: renovate bot setting to pin actions to a full length commit SHA (#4768)
- https://docs.renovatebot.com/modules/manager/github-actions/#additional-information

- Pinned actions by SHA https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies

>Pin actions to a full length commit SHA

>Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
> Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository,
> as they would need to generate a SHA-1 collision for a valid Git object payload.

- https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
- b0c3aa85ef/default.json (L13)
2022-05-21 01:46:30 +03:00
Zoltan Kochan
6e698eb52f chore(release): 7.1.2 v7.1.2 2022-05-19 04:07:49 +03:00
Zoltan Kochan
dddff37099 fix(dlx): do not modify the lockfile in the cwd (#4762)
close #4743
2022-05-19 03:59:09 +03:00
Zoltan Kochan
e6a9f157d6 fix(setup): don't fail if PNPM_HOME is not yet in the system registry (#4760)
close #4757
2022-05-19 03:11:49 +03:00
Zoltan Kochan
58d656b070 chore(release): 7.1.1 v7.1.1 2022-05-17 17:06:51 +03:00
Zoltan Kochan
af22c6c4fe fix(config): checking global-bin-dir in PATH (#4751)
When global-bin-dir is pointing to a symlink.

close #4744
2022-05-17 16:59:52 +03:00
Zoltan Kochan
e2ac82f3f9 refactor: setup (#4731) 2022-05-16 03:56:14 +03:00
Zoltan Kochan
0fa446d106 fix(git-resolver): resolve commits via https (#4734) 2022-05-14 23:14:22 +03:00
Zoltan Kochan
4985aab3cf fix(create): pass all args to the executed create-app pkg (#4730)
ref https://github.com/vercel/next.js/issues/36360
2022-05-13 18:02:59 +03:00
Zoltan Kochan
c576955506 fix: sanitize dir names in the store (#4726)
close #4716
2022-05-13 13:28:22 +03:00
Zoltan Kochan
fe06f7de4b chore(release): 7.1.0 v7.1.0 2022-05-12 17:19:38 +03:00
Zoltan Kochan
46efa18af8 fix(setup): don't add %PNPM_HOME% multiple times to Path 2022-05-12 17:12:53 +03:00
Zoltan Kochan
0c184eae56 refactor(setup): use env var in Path on Windows 2022-05-12 16:44:38 +03:00
Zoltan Kochan
1bfaf62b41 refactor: pnpm setup (#4713) 2022-05-12 02:24:24 +03:00
Zoltan Kochan
53f653340e fix(dlx): pnpm dlx should work with git-hosted pkgs (#4717)
close #4714
2022-05-11 13:04:11 +03:00
Zoltan Kochan
0bdf6bab57 test(setup): improve tests 2022-05-11 03:36:33 +03:00
Zoltan Kochan
59a7b06c37 refactor: setup 2022-05-11 01:59:06 +03:00
liuxingbaoyu
460ccf60e5 fix: make pnpm setup free of garbled characters (#4712)
The output used to be garbled on non-English systems, but not anymore.
2022-05-10 20:04:14 +03:00
zoomdong
52b0576af4 feat: support libc field for package.json (#4605)
close #4454
2022-05-10 18:21:30 +03:00
Kenrick
325ed5cba8 fix(plugin-commands-script-runner): run --stream should prefix with dir name (#4703)
close #4702
2022-05-10 15:28:53 +03:00
Zoltan Kochan
61d102a99d Refactor setup (#4709)
* refactor: setup on Windows

* fix(setup): don't override existing PNPM_HOME by default
2022-05-10 03:42:03 +03:00
Zoltan Kochan
bd35d77221 refactor: use @yarnpkg/extensions instead of @yarnpkg/plugin-compat (#4710) 2022-05-10 03:15:55 +03:00
Zoltan Kochan
71c7ed9980 fix(setup): update the current shell, not the preferred one (#4701)
ref #4658
2022-05-09 17:06:52 +03:00
liuxingbaoyu
7c9362d3dc fix: pnpm setup breaks PATH with non-ascii characters (#4699)
Previous `pnpm setup` would break %PATH% containing non-ascii characters
Now it works fine

close #4698
2022-05-08 19:29:38 +03:00
Zoltan Kochan
32591b2c11 chore: make dev pnpm private 2022-05-07 21:05:41 +03:00
Zoltan Kochan
9b41cab3ff chore: setup dev version of pnpm 2022-05-07 21:03:14 +03:00
Zoltan Kochan
407409bc24 fix(dlx): print install output to stderr (#4696)
close #1698
2022-05-07 19:49:05 +03:00
Zoltan Kochan
b22ba838cb chore: update lockfile 2022-05-07 13:14:02 +03:00