Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
a3ebba5560 fix: allow basic auth for scoped registries
PR #2314
close #2299

BREAKING CHANGE:

- fetch-from-npm-registry API

Co-authored-by: Ryan Tsao <ryan.j.tsao@gmail.com>
2020-02-02 20:31:06 +02:00
Zoltan Kochan
50449cf7b5 fix: add --save-dev|--save-peer -r
Recursively adding dependencies using --save-dev,
--save-optional, --save-peer, or --save-prod should work on
workspaces that don't use a central, shared
lockfile.

BREAKING CHANGE:

- `@pnpm/config`

close #2294
PR #2312
2020-02-01 17:25:05 +02:00
Zoltan Kochan
4d0c81f218 fix: pnpm update -r --prod
Don't fail on recursive update when filtered by dependency types.

PR #2305
2020-02-01 11:45:24 +02:00
Zoltan Kochan
59695ab384 chore(release): 4.9.0 v4.9.0 2020-01-31 21:45:56 +02:00
Renovate Bot
7b1c10f7aa fix(deps): update dependency semver to v7.1.2
close #2311
2020-01-31 21:21:05 +02:00
Zoltan Kochan
f4faa3ff7b chore(release): 4.9.0-4 v4.9.0-4 2020-01-31 02:45:08 +02:00
Zoltan Kochan
c3face7c24 test: fix audit 2020-01-30 23:43:30 +02:00
Yao Ding
15808e1ee4 fix: only show empty bin warning if package is not inside node_modules
PR #2310
close #2306
2020-01-30 23:37:54 +02:00
Zoltan Kochan
9af5b2675c fix(deps): update 2020-01-30 22:02:52 +02:00
Zoltan Kochan
1b5d1cf134 chore: remove prepare script from cli-utils 2020-01-30 21:53:32 +02:00
Zoltan Kochan
f461704e19 chore(deps): update rimraf and npm 2020-01-30 21:48:30 +02:00
Yao Ding
152b8b3c4a feat: add info when not-found package name has valid semver
PR #2308
close #1319
2020-01-30 21:23:24 +02:00
Zoltan Kochan
766919d768 fix: finding pnpm's main manifest location
PR #2303
close #2273
close #2302
2020-01-30 03:21:12 +02:00
Zoltan Kochan
343aee07b0 chore(release): 4.9.0-3 v4.9.0-3 2020-01-30 01:22:12 +02:00
Zoltan Kochan
da93a120df fix: update @pnpm/tabtab to v0.0.1 2020-01-30 01:03:32 +02:00
Zoltan Kochan
bbb0d73806 docs: update travis badge 2020-01-30 00:57:46 +02:00
Yao Ding
198c061639 feat: update can use pattern to match dependencies
PR #2292
close #2167
2020-01-29 19:25:39 +02:00
Zoltan Kochan
6b2b6270c3 chore(release): 4.9.0-2 v4.9.0-2 2020-01-29 03:06:11 +02:00
Zoltan Kochan
87692b4a49 fix: replace tabtab with @pnpm/tabtab
The previous commit did not update the name of the dependency
in the import statements.
2020-01-29 03:01:07 +02:00
Zoltan Kochan
fc1d550d6e chore(release): 4.9.0-1 v4.9.0-1 2020-01-29 02:29:35 +02:00
Zoltan Kochan
a317036cf3 fix: replace tabtab with @pnpm/tabtab 2020-01-29 02:16:38 +02:00
Zoltan Kochan
df21cf309c chore: add funding config file 2020-01-28 21:37:13 +02:00
Yao Ding
f9c3275149 fix: give warning instead of error when dependency has an empty bin field
PR #2297
Close #2293
2020-01-28 18:53:50 +02:00
Zoltan Kochan
b4e0714899 fix: don't crash if completion function fails 2020-01-27 23:18:58 +02:00
Zoltan Kochan
1c8aef0eb4 chore(release): 4.9.0-0 v4.9.0-0 2020-01-27 22:51:07 +02:00
Renovate Bot
078dca374c fix(deps): update dependency http-proxy-agent to v4 2020-01-27 21:40:49 +02:00
Zoltan Kochan
e8ac70b648 feat: support autocompletion
PR #2281
close #2229
2020-01-27 21:34:18 +02:00
Zoltan Kochan
a84840d4e3 chore(deps): update 2020-01-25 23:50:44 +02:00
Yao Ding
d64cd174a5 feat: add error message for linking packages when packages do not have name field
PR #2284
close #1385
close #1745
2020-01-25 13:04:34 +02:00
Zoltan Kochan
9f507ed100 chore(release): 4.8.0 v4.8.0 2020-01-21 02:36:49 +02:00
Zoltan Kochan
298b1c285b chore(release): 4.8.0-1 v4.8.0-1 2020-01-19 20:59:06 +02:00
Zoltan Kochan
87c6c140e9 perf: don't repeat the same requests to fetch meta 2020-01-19 19:22:55 +02:00
Zoltan Kochan
9af994fc63 refactor: @pnpm/outdated
BREAKING CHANGE: @pnpm/outdated
2020-01-19 15:00:39 +02:00
Zoltan Kochan
2331b2ed0d feat: interactive update with many lockfiles
Interactive update should work on a workspace
that uses dedicated pnpm-lock.yaml file per each
project.

ref #2271
2020-01-19 14:49:05 +02:00
Yao Ding
a36ae0206c feat: add validation for readPackage hook's return manifest's dependencies property
manifest's dependencies property must be an object, othewise it will return an error message

PR #2280
close #1296
2020-01-19 13:48:37 +02:00
Zoltan Kochan
0b5f2483a7 refactor(reporter): add comment about new line
ref #2271
2020-01-19 04:42:19 +02:00
Zoltan Kochan
fe2ebc0f41 refactor(update): move files to update/ 2020-01-19 04:07:39 +02:00
Zoltan Kochan
be25d80260 refactor(update): add comment about jk key binding 2020-01-19 03:24:02 +02:00
Zoltan Kochan
837d7379a8 feat: vim key bindings work in interactive update
ref #2271
ref https://github.com/enquirer/enquirer/pull/163
ref https://github.com/enquirer/enquirer/issues/253
2020-01-19 03:14:22 +02:00
Zoltan Kochan
74e90c5d30 chore(release): 4.8.0-0 v4.8.0-0 2020-01-18 23:41:47 +02:00
Zoltan Kochan
dedcf59621 perf: improve memory footprint of binstubs
ref #2272
2020-01-18 22:44:32 +02:00
Zoltan Kochan
693ead2604 feat: interactive update
close #1012
PR #2271
2020-01-18 22:32:15 +02:00
Zoltan Kochan
27a02dd15f refactor: outdated and plugin-commands-outdated
BREAKING CHANGE: @pnpm/outdated
2020-01-18 20:55:42 +02:00
Yao Ding
d0c1e33915 feat: use env var to specify npm path
close #1790
PR #2275
2020-01-18 19:12:31 +02:00
Zoltan Kochan
9292e78150 fix(deps): update 2020-01-16 23:18:40 +02:00
Zoltan Kochan
cb93593076 chore(deps): update 2020-01-16 23:10:17 +02:00
Yao Ding
a56c7856a2 feat: check package name for scope and report better error
close #1306
PR #2274
2020-01-16 02:09:58 +02:00
Zoltan Kochan
7e8246a39f chore: update release script 2020-01-13 01:47:09 +02:00
Zoltan Kochan
56e9b18894 chore(release): 4.7.2 v4.7.2 2020-01-13 01:46:42 +02:00
Zoltan Kochan
e66cf4cb3d fix(rm): --save-dev|--save-optional|--save-prod
close #2110
PR #2270
2020-01-13 01:35:58 +02:00