Zoltan Kochan
|
313349f1fb
|
chore(deps): update @types/ramda
|
2019-11-14 17:32:15 +02:00 |
|
Zoltan Kochan
|
a723cd396a
|
chore(deps): update execa, is-port-reachable
|
2019-11-14 17:27:39 +02:00 |
|
Zoltan Kochan
|
84d6a1d9b9
|
fix(deps): update execa, wrap-ansi
|
2019-11-14 17:25:12 +02:00 |
|
Zoltan Kochan
|
7ab08eb3e7
|
chore(deps): update mem, encode-registry
|
2019-11-14 17:14:04 +02:00 |
|
Zoltan Kochan
|
2869923942
|
feat: audit
close #1153
PR #2153
|
2019-11-14 17:00:38 +02:00 |
|
Zoltan Kochan
|
bae321f0c5
|
refactor: create a lockfile walker
PR #2151
|
2019-11-13 17:06:10 +02:00 |
|
Zoltan Kochan
|
1597824825
|
fix(config): set prefix only if dir is set
|
2019-11-11 02:42:54 +02:00 |
|
Zoltan Kochan
|
0ef8855fa3
|
chore(release): 4.2.3
v4.2.3
|
2019-11-11 02:26:30 +02:00 |
|
Zoltan Kochan
|
0777eb6194
|
fix(config): pass prefix to @zkochan/npm-conf
|
2019-11-11 02:22:37 +02:00 |
|
Zoltan Kochan
|
e2876d310d
|
chore(headless): refactor scripts
|
2019-11-11 02:22:19 +02:00 |
|
Zoltan Kochan
|
7576e7b28b
|
chore(release): 4.2.2
v4.2.2
|
2019-11-11 01:24:01 +02:00 |
|
Zoltan Kochan
|
917dee4bcd
|
chore: improve the publish script
|
2019-11-11 00:55:57 +02:00 |
|
Zoltan Kochan
|
c939ef58a5
|
chore(release): 4.2.0
v4.2.0
|
2019-11-11 00:52:50 +02:00 |
|
Zoltan Kochan
|
4e82468eb7
|
feat: peerDependenciesMeta implies peerDependencies
close #2128
PR #2143
|
2019-11-10 19:52:52 +02:00 |
|
Zoltan Kochan
|
916a3c244f
|
fix(outdated): a dep is not outdated if it's newer than current
close #2101
PR #2142
|
2019-11-10 19:52:31 +02:00 |
|
Zoltan Kochan
|
a03a4911db
|
fix: better message on integrity checksum error
|
2019-11-10 15:35:35 +02:00 |
|
renovate[bot]
|
25b2904b07
|
fix(deps): update dependency chalk to v3
PR #2145
|
2019-11-10 13:48:12 +02:00 |
|
Renovate Bot
|
19191ab2ad
|
fix(deps): update dependency p-queue to v6.2.1
close #2144
|
2019-11-10 12:59:43 +02:00 |
|
Zoltan Kochan
|
a613580ecd
|
chore: use workspace ranges instead of links
This is a workaround to make pnpm run tests in correct order
|
2019-11-09 22:46:31 +02:00 |
|
Zoltan Kochan
|
96b9a03941
|
test: run tests concurrently
close #2119
|
2019-11-09 22:16:47 +02:00 |
|
James George
|
5e9d129522
|
refactor: minor code refactor
PR #2141
|
2019-11-09 20:48:28 +02:00 |
|
Zoltan Kochan
|
af16d83d13
|
fix(CLI): setting auth token through CLI options
|
2019-11-09 16:02:50 +02:00 |
|
renovate[bot]
|
ef68f54633
|
fix(deps): update dependency strip-ansi to v6
PR #2139
|
2019-11-09 14:01:58 +02:00 |
|
Zoltan Kochan
|
c664dc6b7b
|
chore(release): 4.2.0-0
v4.2.0-0
|
2019-11-09 02:24:44 +02:00 |
|
Zoltan Kochan
|
af22d79192
|
feat: update workpace dependencies
PR #2137
close #2085
|
2019-11-09 01:29:05 +02:00 |
|
Renovate Bot
|
a9dec89935
|
fix(deps): update dependency camelcase-keys to v6.1.1
close #2138
|
2019-11-08 22:44:34 +02:00 |
|
Zoltan Kochan
|
ff099414fa
|
fix: recursive update should modify the manifests
ref #2133
|
2019-11-08 01:41:12 +02:00 |
|
Zoltan Kochan
|
c1cb2d1829
|
chore(deps): update
|
2019-11-08 01:18:09 +02:00 |
|
Zoltan Kochan
|
21aaf191e0
|
feat(update): version ranges are updated in package.json
close #2130
close #1657
PR #2133
BREAKING CHANGE:
- @pnpm/utils
|
2019-11-07 22:51:18 +02:00 |
|
Zoltan Kochan
|
c1a67333dc
|
test: fix typings
|
2019-11-06 01:32:31 +02:00 |
|
Zoltan Kochan
|
c45aa79435
|
chore(deps): update TypeScript
|
2019-11-05 22:48:39 +02:00 |
|
Sascha Tandel
|
8fa11f5139
|
feat(publishConfig): add additional well-known fields
Overriding some fields in the manifest, before the package is packed is a great
feature. [Package Bundlers](https://github.com/stereobooster/package.json#package-bundlers)
support several additional fields.
This commit adds some of those well-known additional fields:
- [`browser`](https://github.com/stereobooster/package.json#browser)
- [`esnext`](https://github.com/stereobooster/package.json#esnext)
- [`es2015`](https://github.com/stereobooster/package.json#es2015)
- [`unpkg`](https://github.com/stereobooster/package.json#unpkg)
- `umd:main`: used by [microbundle](https://github.com/developit/microbundle)
- `exports`: Node.js [Package Exports](https://nodejs.org/api/esm.html#esm_package_exports)
Additionally the `bin` field may be overridden.
PR #2126
|
2019-11-05 19:14:25 +02:00 |
|
Renovate Bot
|
631a3ca5c1
|
fix(deps): update dependency tslint-config-standard to v9
close #2132
|
2019-11-03 22:54:19 +02:00 |
|
Zoltan Kochan
|
8fc6fc4ad7
|
refactor: rename prefix options to dir options
BREAKING CHANGE:
- @pnpm/build-modules
- @pnpm/filter-lockfile
- @pnpm/headless
- @pnpm/lifecycle
- @pnpm/modules-cleaner
- @pnpm/package-is-installable
- @pnpm/read-importers-context
- @pnpm/resolve-dependencies
- supi
|
2019-11-03 17:08:57 +02:00 |
|
Zoltan Kochan
|
ace67aa4bf
|
refactor: remove prefix from store-controller-types
|
2019-11-03 14:05:51 +02:00 |
|
Zoltan Kochan
|
6160cb033e
|
refactor: rename package to manifest in resolution result
BREAKING CHANGE:
- @pnpm/resolver-base
|
2019-11-03 02:06:42 +02:00 |
|
Zoltan Kochan
|
dc1871dac8
|
refactor: use new TypeScript 3.7 syntax
|
2019-11-02 11:59:50 +02:00 |
|
Zoltan Kochan
|
8cff292476
|
refactor: directory=>dir
BREAKING CHANGE:
- @pnpm/store-controller-types
|
2019-11-01 21:48:14 +02:00 |
|
Zoltan Kochan
|
176ed5bde9
|
refactor: path=>dir
BREAKING CHANGE:
- @pnpm/npm-resolver
- pkg-graph
- find-packages
|
2019-11-01 20:48:00 +02:00 |
|
Zoltan Kochan
|
a9524db174
|
chore(deps): update nock to v11.7.0
|
2019-11-01 01:35:49 +02:00 |
|
Zoltan Kochan
|
797e8f429a
|
test: use a mocked deprecated package
|
2019-11-01 01:28:37 +02:00 |
|
Zoltan Kochan
|
23e0e0a50f
|
chore(release): @pnpm/lifecycle@7.0.3
|
2019-10-30 22:37:00 +02:00 |
|
Zoltan Kochan
|
2f853a178c
|
fix: pnpm run doesn't handle pass signals onto child processes
close #2033
|
2019-10-30 01:51:30 +02:00 |
|
Zoltan Kochan
|
f6f658a284
|
feat: remove workspace-prefix from config
ref #2088
|
2019-10-30 00:55:31 +02:00 |
|
Zoltan Kochan
|
d592d13201
|
fix: pass canonical option names to @pnpm/config
|
2019-10-29 01:30:47 +02:00 |
|
Zoltan Kochan
|
89ee3da59e
|
fix(cli): the recursive commands should accept --reporter
|
2019-10-29 00:46:15 +02:00 |
|
Zoltan Kochan
|
4e6fb963f5
|
fix(config): no config should use the path type
The path type is incorrectly resolved.
The String type should be used instead.
|
2019-10-29 00:44:34 +02:00 |
|
Zoltan Kochan
|
69bdd522f8
|
style: sort keys
|
2019-10-28 14:52:41 +02:00 |
|
Zoltan Kochan
|
4fde7a858f
|
test: use custom ports for the registry mocks
ref #2119
PR #2123
|
2019-10-28 11:29:36 +02:00 |
|
Zoltan Kochan
|
3bb0c1f349
|
feat: rename --working-dir to --dir
54% of our users prefer the name --dir over --working-dir
https://twitter.com/pnpmjs/status/1188103282662748162
PR #2122
close #2088
ref #2115
|
2019-10-27 22:40:37 +02:00 |
|