Commit Graph

25 Commits

Author SHA1 Message Date
Zoltan Kochan
6f9c1c992b style: fix 2022-08-24 16:03:05 +03:00
MCMXC
39c0401277 chore: upgrade various dependencies (#5138)
* chore: upgrade various dependencies

- upgrade syncpack from v6 to v8
- set syncpack workspace option to false to avoid changing workspace:* to exact version

* - remove deprecated @types/json5
- upgrade eslint-config-standard-with-typescript to v22
- install eslint-plugin-n which is now a required peer dependency
- upgrade eslint-plugin-promise to v6
- bump minimum node version to >=12.22.0 in @pnpm/eslint-config

* sync various @types/* packages to be at the same major version as the dep they provide types for

* fix new reported lint issues

* add changeset

* docs: update changesets

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-08-02 11:36:06 +03:00
Dan Rose
449ccef098 feat: add "refs/" as a git resolution prefix (#4953)
Previously, if you wanted to check out a git PR branch,
you needed to specify the url as:
`github:pnpm/pnpm#refs/pull/123/merge`.
Now this will resolve without the leading "refs":
`github:pnpm/pnpm#pull/123/merge`

close #2045
2022-06-29 23:48:30 +00:00
Zoltan Kochan
0fa446d106 fix(git-resolver): resolve commits via https (#4734) 2022-05-14 23:14:22 +03:00
CommanderRoot
bc35dff9a9 chore: replace deprecated String.prototype.substr() (#4479)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-03-25 23:04:20 +02:00
Chunpeng Huo
c941044727 fix(git-resolver): avoid retries on bitbucket/gitlab private repos (#2731)
Retry feature exposed this bug. The hosted.git() only works with GitHub repos, bitbucket/gitlab has no gitTemplate defined in hosted-git-info.
2021-12-06 21:35:59 +00:00
Cheng
7da65bd7a9 fix(git-resolver): supports ssh port (#3947)
close #3944

Co-authored-by: liucheng.leo <chengcyber@outlook.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-11-03 23:42:52 +02:00
Zoltan Kochan
930e104da3 fix(git-resolver): git URLs with a colon should work (#3882)
ref #2352
2021-10-18 15:55:48 +03:00
Zoltan Kochan
917b95c01f fix: upgrade typescript to v4.4.4 2021-10-16 23:33:34 +03:00
Zoltan Kochan
17fc653268 feat(git-resolver): installing by partial commit (#3507)
close #3501
close #1127
2021-06-05 23:54:54 +03:00
Zoltan Kochan
69ffc40996 fix(git-resolver): install Git-hosted dependency that has non-master default branch (#3506)
close #3199, close #3430, close #3503
2021-06-05 22:46:23 +03:00
Zoltan Kochan
4dcaba58d8 fix(deps): update hosted-git-info and npm-package-arg 2021-03-24 04:10:15 +02:00
Zoltan Kochan
7c6243212f style: autofix 2021-03-17 03:32:06 +02:00
Zoltan Kochan
d6d091f249 style: use es2015 imports (#3143) 2021-02-15 05:06:10 +02:00
Zoltan Kochan
acc1782c6f style: restrict template expressions 2020-08-27 00:57:58 +03:00
Zoltan Kochan
88e1eaa908 style: use no delimiters in type declarations 2020-08-26 01:42:36 +03:00
Zoltan Kochan
5322cf9b39 style: use nullish coalescing 2020-08-26 01:15:47 +03:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
e3f2f227d7 feat: installation of private git-hosted repos using auth tokens
close #755
PR #2684
2020-07-11 19:11:39 +03:00
Zoltan Kochan
c75a921e36 style: no trailing commas in functions 2020-05-12 19:00:16 +03:00
Zoltan Kochan
7e0563e3b4 refactor: use optional chaining 2019-10-14 21:44:54 +03:00
Zoltan Kochan
a2c92c1573 fix: use new URL instead of url.parse 2019-07-14 11:43:53 +03:00
Zoltan Kochan
a7617e5101 fix(git-resolver): normalized spec on repeat install of git dep 2019-05-28 00:51:42 +03:00
Zoltan Kochan
3991aa856c feat: create @pnpm/fetch 2019-03-07 22:58:21 +02:00
Zoltan Kochan
f11c4f1eb0 refactor: move @pnpm/git-resolver to the monorepo 2019-03-06 20:43:30 +02:00