Commit Graph

5541 Commits

Author SHA1 Message Date
Zoltan Kochan
dfdfe01df8 refactor: create @pnpm/parse-wanted-dependency 2020-04-04 04:05:30 +03:00
Renovate Bot
9f8cf8adc9 fix(deps): update dependency camelcase-keys to v6.2.2 2020-04-04 03:31:51 +03:00
renovate[bot]
6c4772b8ae chore(deps): update dependency tslint to v6.1.1
Co-authored-by: Renovate Bot <bot@renovateapp.com>

PR #2453
2020-04-03 15:20:44 +03:00
renovate[bot]
2fbe9eab3e fix(deps): update dependency chalk to v4
Co-authored-by: Renovate Bot <bot@renovateapp.com>

PR #2455
2020-04-03 15:19:32 +03:00
Renovate Bot
6c65c7a2f2 fix(deps): update dependency stacktracey to v1.2.127 2020-04-03 11:20:09 +03:00
Zoltan Kochan
0462fbc501 refactor: remove realNodeModulesDir from utils 2020-04-03 02:29:14 +03:00
Zoltan Kochan
116d5dd70d refactor: create @pnpm/pick-registry-for-package 2020-04-02 02:41:40 +03:00
Zoltan Kochan
ba90c42a53 refactor: move nodeIdUtils out of utils lib 2020-04-02 02:20:11 +03:00
Zoltan Kochan
eeb4f08f82 refactor: move safeReadPackage() out of utils lib 2020-04-02 02:10:29 +03:00
Zoltan Kochan
4319cd4390 fix(deps): update stacktracey 2020-04-02 01:46:13 +03:00
Zoltan Kochan
5ed63dbd1b chore(deps): update 2020-04-02 01:45:30 +03:00
Zoltan Kochan
da80886661 refactor: create @pnpm/normalize-registries 2020-04-02 01:00:10 +03:00
Zoltan Kochan
2dc49be3e7 chore(release): 4.12.4 v4.12.4 2020-04-01 02:04:36 +03:00
Zoltan Kochan
478d996e8f chore(release): 4.12.3 v4.12.3 2020-04-01 01:52:56 +03:00
Zoltan Kochan
c5fe1bbdc0 fix(deps): update uuid 2020-04-01 01:41:44 +03:00
Zoltan Kochan
66dd6efaa6 fix(recursive): sorting prerelease packages
close #2279
PR #2450
2020-04-01 01:03:09 +03:00
Zoltan Kochan
45a18d3cb6 chore: update manifests after compilation 2020-03-31 02:30:49 +03:00
Zoltan Kochan
8000e48597 chore: add manifests update as postinstall step 2020-03-31 02:09:36 +03:00
Zoltan Kochan
dd715e9eb6 chore: update manifests 2020-03-31 02:06:22 +03:00
Zoltan Kochan
a00cd5f540 fix: publish -r should publish in sorted order 2020-03-29 21:23:13 +03:00
Zoltan Kochan
041f9bf8ca fix: publish should support --ignore-scripts 2020-03-29 20:57:45 +03:00
Zoltan Kochan
fb51114473 fix(publish): add more options to help 2020-03-29 20:45:59 +03:00
Zoltan Kochan
a1d8dbc817 chore: remove release.sh 2020-03-29 20:15:20 +03:00
Zoltan Kochan
114ad02752 fix(publish): support --dry-run 2020-03-29 20:10:01 +03:00
Zoltan Kochan
515a21d1df chore: use new version of publish-packed 2020-03-29 19:33:29 +03:00
Zoltan Kochan
d9c488015f chore(release): 4.12.2 v4.12.2 2020-03-29 18:15:05 +03:00
Zoltan Kochan
37b1da3f49 fix(publish): pnpm runs the lifecycle scripts
ref #2374
PR #2445
2020-03-29 15:56:52 +03:00
renovate[bot]
a7c1186dce fix(deps): update dependency p-settle to v4.0.1
Co-authored-by: Renovate Bot <bot@renovateapp.com>

PR #2446
2020-03-29 15:56:02 +03:00
renovate[bot]
78c2992c21 fix(deps): update dependency signal-exit to v3.0.3
Co-authored-by: Renovate Bot <bot@renovateapp.com>

PR #2444
2020-03-29 01:38:14 +02:00
Zoltan Kochan
3130bf712b fix: don't print useless warnings about conflicting binaries
ref #1471
PR #2442
2020-03-29 01:05:06 +02:00
Zoltan Kochan
952361ba42 chore: adding a package name for each private lib
ref #atlassian/changesets/issues/302
2020-03-27 00:57:17 +02:00
Zoltan Kochan
f80178376c chore: adding a package name for updater
ref #atlassian/changesets/issues/302
2020-03-27 00:52:24 +02:00
Zoltan Kochan
7beb54b306 chore: less gridy globs in pnpm-workspace.yaml
ref #atlassian/changesets/issues/302
2020-03-27 00:50:52 +02:00
Zoltan Kochan
c55f1bc8c1 fix(deps): update 2020-03-26 23:36:09 +02:00
Zoltan Kochan
0057fc3ed6 chore(deps): update 2020-03-26 21:23:50 +02:00
Zoltan Kochan
a6c0be1ea7 chore(release): 4.12.1 v4.12.1 2020-03-25 11:29:43 +02:00
Zoltan Kochan
40df30e473 fix: should recreate node_modules with hoisting
PR #2441
2020-03-25 11:18:38 +02:00
Zoltan Kochan
6a9edfe338 fix: a broken lockfile should be fixed
Unless frozenLockfile is true, a broken lockfile should
be fixed and installation should succeed.

PR #2440
2020-03-24 21:19:55 +02:00
Zoltan Kochan
9890f371ba test: making a test more stable 2020-03-22 20:48:43 +02:00
Zoltan Kochan
5e6e9a81ae refactor: @pnpm/link-bins 2020-03-22 18:46:12 +02:00
Zoltan Kochan
1a998f5573 refactor: splitting node ids
BREAKING CHANGE: @pnpm/utils
2020-03-21 23:22:37 +02:00
Zoltan Kochan
4912dc6a86 chore(release): 4.12.0 v4.12.0 2020-03-21 18:34:31 +02:00
Zoltan Kochan
50959b24b2 fix: typo in remove's help 2020-03-21 17:29:35 +02:00
Zoltan Kochan
011b1b0e99 fix: listing failure
Listing fails if package cannot be found in the wanted
lockfile.

close #2424
PR #2426
2020-03-21 16:57:56 +02:00
Zoltan Kochan
a9a2730f1e docs(README): remove appveyor badge 2020-03-21 16:57:15 +02:00
Zoltan Kochan
aa1b49a508 chore(release): 4.12.0-1 v4.12.0-1 2020-03-21 15:40:29 +02:00
Zoltan Kochan
1114b88c0d fix: publish should work with -r option
This fixes a regression caused by refactoring done in v4.12.
2020-03-21 15:38:58 +02:00
Zoltan Kochan
94247d3e2e fix(help): remove r from list of remove aliases 2020-03-21 13:17:44 +02:00
Zoltan Kochan
1eca5050af chore(deps): update @pnpm/registry-mock to v2 2020-03-21 13:09:10 +02:00
Zoltan Kochan
719cb38355 chore(deps): update 2020-03-21 01:50:35 +02:00