Commit Graph

6963 Commits

Author SHA1 Message Date
Zoltan Kochan
ea0c766067 chore: build artifacts only in @pnpm/beta 2021-08-13 23:10:33 +03:00
Zoltan Kochan
d3f8c903aa chore(release): 6.13.0 v6.13.0 2021-08-13 13:58:57 +03:00
Zoltan Kochan
b17096a36f fix(dlx): don't fail when executed in a dir with no write access (#3668) 2021-08-13 13:52:10 +03:00
Zoltan Kochan
a4fed27983 fix(npm-resolver): ignore broken shasum in metadata (#3666)
close #3663
2021-08-13 11:08:10 +03:00
Zoltan Kochan
c3d2746ace fix: resolving peers from root of workspace when adding new dep (#3667) 2021-08-13 02:50:43 +03:00
Zoltan Kochan
6208e2a71e fix: link own binaries of pkg before running its lifecycle scripts (#3662) 2021-08-12 04:20:16 +03:00
Zoltan Kochan
229d17a659 chore(release): 6.13.0-0 v6.13.0-0 2021-08-11 03:24:09 +03:00
Zoltan Kochan
d1075b39fc chore: don't build arm exec for macos on Windows 2021-08-11 02:55:50 +03:00
Zoltan Kochan
376c304859 feat: dlx (#3652) 2021-08-10 23:31:49 +03:00
Kaito Udagawa
49eeee6c24 feat: add linuxstatic-x86 and macos-arm64 binaries (#3658)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-08-10 23:31:34 +03:00
Joël Galeran
bd442ecb53 fix: add "run" to NO_SCRIPT error example (#3660)
close #3656
2021-08-10 17:41:38 +03:00
Zoltan Kochan
2f72e17193 docs: fix changelog 2021-08-09 14:09:22 +03:00
Zoltan Kochan
dba24446ed chore(release): 6.12.1 v6.12.1 2021-08-08 13:57:11 +03:00
Zoltan Kochan
3fb74c6186 fix: --workspace-root (#3653) 2021-08-08 13:47:52 +03:00
Zoltan Kochan
bf309b39e7 chore(release): 6.12.0 v6.12.0 2021-08-07 02:15:40 +03:00
Zoltan Kochan
051296a161 fix(config): read workspaceRoot only form CLI options 2021-08-07 02:08:54 +03:00
Zoltan Kochan
5dafe216e8 docs: update changelog 2021-08-07 01:53:14 +03:00
Zoltan Kochan
135d538278 fix: improve error message on peer dependency issues (#3650) 2021-08-06 23:53:00 +03:00
Zoltan Kochan
92ed1272ef fix(audit): don't add package with no fixes to the overrides (#3649) 2021-08-06 20:04:46 +03:00
Zoltan Kochan
07c46b3a03 chore(release): 6.12.0-2 v6.12.0-2 2021-08-06 17:42:47 +03:00
Zoltan Kochan
be2dd245e6 feat: exclude the root from recursive exec|run|add (#3647)
close #2769
2021-08-06 17:28:05 +03:00
Zoltan Kochan
c8347f6fe3 ci: do not build deb package 2021-08-05 23:05:21 +03:00
Zoltan Kochan
7d9f54a14a fix(deps): update tar 2021-08-04 00:42:27 +03:00
Zoltan Kochan
9737d34bb4 ci: fix architecture of the deb package 2021-08-03 02:41:46 +03:00
Zoltan Kochan
5ae53e38d5 ci: build debian package 2021-08-03 02:13:54 +03:00
Zoltan Kochan
5dc1ee0b8d ci: the release page should be a draft 2021-08-02 00:22:15 +03:00
Zoltan Kochan
f70dcaf11a chore(release): 6.12.0-1 v6.12.0-1 2021-08-01 23:46:11 +03:00
Zoltan Kochan
046f92f8e7 ci: generate the release description 2021-08-01 23:41:44 +03:00
Zoltan Kochan
34d0d42966 ci: if a git tag contains a "-" then it is prerelease 2021-08-01 15:31:29 +03:00
Zoltan Kochan
3371710090 ci: rename release workflow 2021-08-01 14:25:12 +03:00
Zoltan Kochan
28e6c21883 style: fix 2021-08-01 14:24:56 +03:00
Zoltan Kochan
3e61847356 chore(release): 6.12.0-0 v6.12.0-0 2021-08-01 12:31:35 +03:00
Zoltan Kochan
14c148620d ci: upload release artifacts
close #3624
2021-08-01 12:10:21 +03:00
Zoltan Kochan
71aab049d5 fix: avoid too many open files error (#3637)
close #3378
2021-08-01 11:46:29 +03:00
Zoltan Kochan
d2e3c3f8d7 chore: build Debian packags (#3634) 2021-08-01 00:45:25 +03:00
Zoltan Kochan
011f8f35bc feat: building a RHEL package (#3622) 2021-07-31 15:46:46 +03:00
Zoltan Kochan
27e6331c65 feat(env): install Node.js using a version range (#3629) 2021-07-31 00:21:42 +03:00
Zoltan Kochan
af8b5716e4 feat: a command for installing Node.js (#3620)
The following command will install Node.js (inspired by [poetry](https://python-poetry.org/docs/managing-environments/)):

```
pnpm env use --global 16.5.0
```
2021-07-30 14:21:19 +03:00
Zoltan Kochan
320482c057 chore(release): 6.11.5 v6.11.5 2021-07-30 12:25:00 +03:00
Zoltan Kochan
d91685841c fix(publish): preserve executable modes of files 2021-07-30 12:14:20 +03:00
Zoltan Kochan
b734b45ea2 feat: publishConfig.executableFiles (#3628) 2021-07-30 11:19:10 +03:00
Zoltan Kochan
bc36a0055f chore(release): 6.11.2 v6.11.2 2021-07-29 19:45:05 +03:00
Zoltan Kochan
47ed7b163a fix(publish): run scripts when publishConfig.directory is used (#3627)
close #3626
2021-07-29 19:39:15 +03:00
Zoltan Kochan
9a4471519c docs(README): add link to Japanese translation 2021-07-28 11:25:00 +03:00
Zoltan Kochan
83b34187f2 chore(release): 6.11.1 v6.11.1 2021-07-28 04:09:32 +03:00
Zoltan Kochan
73c1f802e2 fix(config): global dir location (#3623) 2021-07-28 03:57:39 +03:00
Zoltan Kochan
af263cc325 fix(deps): update @zkochan/npm-lifecycle 2021-07-28 03:37:54 +03:00
Zoltan Kochan
b0bf7e5e2b docs: add link to GitHub sponsorse 2021-07-27 16:44:22 +03:00
Zoltan Kochan
7af16a011c fix: print a warning when a lifecycle script is skipped (#3619)
close #3609
2021-07-26 02:43:18 +03:00
Zoltan Kochan
f9152ab3c3 fix(pack): fix the help text 2021-07-25 02:18:35 +03:00