Zoltan Kochan
850cf0a8ee
chore(release): 7.9.1
2022-08-10 12:41:58 +03:00
Zoltan Kochan
f5f0e4348e
chore(release): 7.9.0-0
2022-08-03 17:48:37 +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
Zoltan Kochan
761be978b2
chore(release): 7.8.0
2022-07-31 11:25:05 +03:00
Zoltan Kochan
132b83d1d5
chore(release): 7.6.0-0
2022-07-20 17:54:40 +03:00
Zoltan Kochan
716a29acc9
chore(deps): update
2022-07-06 03:01:33 +03:00
Zoltan Kochan
b2d271d29c
chore: use workspace with star to reference workspace dependencies
2022-07-01 03:45:20 +03:00
Zoltan Kochan
0cd8a962b4
chore(release): 7.4.1
2022-06-30 11:57:34 +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
6576a92b12
chore(release): 7.4.0-1
2022-06-24 21:46:26 +03:00
Zoltan Kochan
c0a777e62d
chore(release): 7.4.0-0
2022-06-23 01:17:54 +03:00
Zoltan Kochan
148c028468
chore(release): 7.3.0
2022-06-18 23:31:44 +03:00
Zoltan Kochan
c38c2c5922
fix: support Node.js v14.6 ( #4878 )
2022-06-11 04:49:48 +03:00
Zoltan Kochan
1c884e8f57
chore(release): 7.2.0
2022-06-10 14:50:14 +03:00
Zoltan Kochan
cb8cd3d79d
test: fix
2022-06-02 11:54:01 +03:00
Zoltan Kochan
58d656b070
chore(release): 7.1.1
2022-05-17 17:06:51 +03:00
Zoltan Kochan
0fa446d106
fix(git-resolver): resolve commits via https ( #4734 )
2022-05-14 23:14:22 +03:00
Zoltan Kochan
cb31207f17
chore(release): 7.0.0
2022-05-01 01:35:26 +03:00
那里好脏不可以
0453e21823
style(*): typo ( #4573 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-04-15 02:53:14 +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
Zoltan Kochan
cc4a46d44d
chore(release): 7.0.0-beta.1
2022-03-19 20:43:30 +02:00
Zoltan Kochan
06e679f80f
feat: prevent deep imports using exports ( #4440 )
2022-03-15 23:42:48 +02:00
Zoltan Kochan
5420148392
feat: Node.js 12 is not supported
2022-03-15 02:18:08 +02:00
Zoltan Kochan
29ce7f7ea8
chore(release): 6.32.0
2022-02-22 03:04:17 +02:00
Zoltan Kochan
25a0b58d5d
ci: use pnpm v7 ( #4307 )
2022-02-08 02:33:55 +02:00
Zoltan Kochan
f6c5354b24
chore(release): 7.0.0-alpha.0
2022-01-31 18:08:28 +02:00
Zoltan Kochan
e68cde97b7
fix: links to homepage and repository
...
close #4276
2022-01-22 15:57:26 +02:00
Valentin Semirulnik
b39cabde82
ci: setup cache for TS and Jest ( #4049 )
2022-01-19 00:13:13 +02:00
Zoltan Kochan
551b253b71
chore(release): 6.26.0
2022-01-12 16:22:04 +02:00
Zoltan Kochan
771d1718ff
test(git-resolver): fix
2022-01-11 15:33:43 +02:00
Zoltan Kochan
83a4ea0662
fix: prod deps should not be installed as dev deps ( #4210 )
2022-01-08 03:27:38 +02:00
Zoltan Kochan
34f4409316
docs(readme): update installation sections
2022-01-07 18:05:35 +02:00
Zoltan Kochan
6e4becd997
chore(release): 6.24.4
2021-12-29 13:01:14 +02:00
Zoltan Kochan
3c704d9d4c
chore(release): 6.24.1
2021-12-15 20:17:48 +02:00
Zoltan Kochan
af15da323e
chore(release): 6.24.0
2021-12-14 14:17:42 +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
Zoltan Kochan
b83756bd7f
chore(release): 6.23.5
2021-12-02 16:21:44 +02:00
Zoltan Kochan
23de26f187
chore(release): 6.23.0
2021-11-21 11:31:14 +02:00
Zoltan Kochan
98b383bd0e
chore(release): 6.21.0
2021-11-10 03:11:59 +02:00
Zoltan Kochan
918d23de78
chore(release): 6.20.2
2021-11-04 00:47:04 +02: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
1650b6e962
fix: rename typings field to types
2021-11-03 15:24:31 +02:00
Zoltan Kochan
2bfbbc1c3f
test(git-resolver): fix
2021-11-02 03:16:03 +02:00
Zoltan Kochan
6dc3a26bce
chore(release): 6.20.0
2021-11-01 10:06:00 +02:00
Zoltan Kochan
76ae8d5570
chore(release): 6.19.1
2021-10-26 19:39:04 +03:00
Victor Vlasenko
b19ada8ef3
refactor: simplify scripts for running lint ( #3895 )
2021-10-19 17:40:20 +03:00
Zoltan Kochan
55e7d6e5d4
chore(release): 6.18.0
2021-10-19 12:37:43 +03: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
0a639e41b8
feat: every package should have a pnpm<major_version> keyword
2021-10-11 12:15:32 +03:00