Commit Graph

285 Commits

Author SHA1 Message Date
Zoltan Kochan
f815b6ca39 chore(release): 7.9.2 2022-08-17 12:03:52 +03:00
Zoltan Kochan
dbac0ca01d fix(deps): update (#5190)
close #5191
2022-08-14 00:19:54 +03:00
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
Zoltan Kochan
8103f92bd6 fix: deprecation warnings on Node.js 16 (#5150) 2022-08-03 17:42:00 +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
1d1fc087ba chore(release): 7.7.0-0 2022-07-27 12:39:42 +03:00
Zoltan Kochan
9a35a899b0 chore(release): 7.6.0 2022-07-21 18:17:01 +03:00
Zoltan Kochan
132b83d1d5 chore(release): 7.6.0-0 2022-07-20 17:54:40 +03:00
Zoltan Kochan
28f0005096 feat: prefer-symlinked-executables (#5048)
A new setting supported: `prefer-symlinked-executables`
When `true`, on Posix systems pnpm will create symlinks to executables in
`node_modules/.bin` instead of command shims.

This setting is `true` by default when `node-linker` is set to
`hoisted`.

close #4782
2022-07-18 17:18:31 +03:00
Zoltan Kochan
c1493a4c55 chore(release): 7.5.0 2022-07-02 16:07:26 +03:00
Zoltan Kochan
b2d271d29c chore: use workspace with star to reference workspace dependencies 2022-07-01 03:45:20 +03:00
Zoltan Kochan
ef7d414ed9 chore(release): 7.4.0 2022-06-28 15:58:36 +03:00
Zoltan Kochan
5f643f23b0 fix(deps): update ramda to v0.28 2022-06-28 15:33:17 +03:00
Zoltan Kochan
b2b341ebee chore(release): 7.4.0-4 2022-06-28 02:38:10 +03:00
Zoltan Kochan
00c12fa53d fix: throw an error when a patch cannot be applied 2022-06-28 02:24:10 +03:00
Zoltan Kochan
6576a92b12 chore(release): 7.4.0-1 2022-06-24 21:46:26 +03:00
Zoltan Kochan
d01c323559 fix: patch package even if it is not in the onlyBuiltDependencies list (#4925)
close #4914
2022-06-24 21:44:25 +03:00
Zoltan Kochan
285ff09ba7 fix: packages should be patched even when scripts are ignored (#4922) 2022-06-24 18:04:38 +03:00
Zoltan Kochan
8e5b77ef61 fix: a modified patch should update the deps on install (#4918)
close #4916
2022-06-24 16:17:10 +03:00
Zoltan Kochan
c0a777e62d chore(release): 7.4.0-0 2022-06-23 01:17:54 +03:00
Zoltan Kochan
2a34b21ced feat: patch package (#4885)
ref #3077
ref #2675
2022-06-19 11:44:38 +03:00
Zoltan Kochan
148c028468 chore(release): 7.3.0 2022-06-18 23:31:44 +03:00
Zoltan Kochan
0abfe17182 fix: built packages should not modify the original files in the store (#4898) 2022-06-18 21:45:11 +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
0d18484f54 chore(release): 7.1.8 2022-06-05 00:27:29 +03:00
Zoltan Kochan
6756c2b025 fix: resolve manifest promise when manifest is not found (#4826)
close #4822
2022-06-04 20:53:08 +03:00
Zoltan Kochan
5e4b9e480d chore(release): 7.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
cb31207f17 chore(release): 7.0.0 2022-05-01 01:35:26 +03:00
Zoltan Kochan
4170eada79 chore(release): 7.0.0-rc.7 2022-04-19 16:02:16 +03:00
Zoltan Kochan
8fa95fd868 fix(cmd-shim): extend NODE_PATH with path to hidden hoisted dir (#4513)
Deprecating `extend-node-path` in pnpm v7 has caused issues with "next dev".

This change is bringing back extending `NODE_PATH` in bin command shims. However, only when `node-linker` is set to `isolated` and packages are hoisted to `node_modules/.pnpm/node_modules`. Only `node_modules/.pnpm/node_modules` is added to `NODE_PATH`, so it should not cause too long input errors (as it was sometimes the case in pnpm v6)
2022-04-01 21:58:46 +03:00
Zoltan Kochan
2109f2e8e3 fix: use @pnpm/graph-sequencer instead of graph-sequencer (#4458) 2022-03-21 00:08:26 +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
e2d490192a chore(release): 6.32.2 2022-02-27 18:18:29 +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
b9fdc3104c Merge branch 'main' into v7 2022-02-06 23:38:24 +02:00
Zoltan Kochan
c44abfd173 chore(release): 6.29.2 2022-02-05 13:52:31 +02:00
Zoltan Kochan
f6c5354b24 chore(release): 7.0.0-alpha.0 2022-01-31 18:08:28 +02:00
Zoltan Kochan
47cb11f8c3 Merge remote-tracking branch 'origin/main' into v7 2022-01-22 23:38:43 +02:00
Zoltan Kochan
e68cde97b7 fix: links to homepage and repository
close #4276
2022-01-22 15:57:26 +02:00
Zoltan Kochan
d9fc6abdd3 Merge branch 'main' into v7 2022-01-20 12:35:54 +02:00
Zoltan Kochan
5168591786 feat!: breaking config changes for v7 (#4253)
ref https://github.com/pnpm/pnpm/discussions/3536
2022-01-20 12:34:14 +02:00
Valentin Semirulnik
b39cabde82 ci: setup cache for TS and Jest (#4049) 2022-01-19 00:13:13 +02:00