Commit Graph

10701 Commits

Author SHA1 Message Date
zkochan
b946d60152 chore(release): 0.8.0 pnpm-default-reporter/0.8.0 2017-07-12 00:32:24 +03:00
zkochan
9ee564e86b feat: require pnpm-logger as a peer dependency
BREAKING CHANGE:

added a new peer dependency
2017-07-12 00:31:56 +03:00
zkochan
57790a01ea chore(release): 0.2.0 supi/0.2.0 2017-07-12 00:29:36 +03:00
zkochan
7580120c00 feat: require pnpm-logger as a peer dependency
BREAKING CHANGE:

a new peer dependency added
2017-07-12 00:29:18 +03:00
zkochan
a98ff47b9e chore(release): 0.2.0 package-store/0.2.0 2017-07-12 00:20:49 +03:00
zkochan
77ca9d7c76 chore(npmrc): change the release commit message format 2017-07-12 00:17:51 +03:00
zkochan
137d961052 feat: requiring pnpm-logger as a peer dependency
BREAKING CHANGE:

requiring pnpm-logger as a peer dependency
2017-07-12 00:17:26 +03:00
zkochan
36166bd76f chore(release): 1.4.0 v1.4.0 2017-07-11 23:24:41 +03:00
zkochan
0f0bcb29e9 docs(readme): add package-lock.json to the Limitations section 2017-07-11 23:10:42 +03:00
zkochan
5e4665f5ae chore(npmrc): change the release commit message format 2017-07-11 23:06:31 +03:00
zkochan
479e0a81a5 feat: report deprecation warnings 2017-07-11 23:05:01 +03:00
zkochan
5e931e3015 chore(release): 0.1.10 supi/0.1.10 2017-07-11 23:02:28 +03:00
zkochan
a49ee98a08 chore(npmrc): change the release commit message format 2017-07-11 22:55:58 +03:00
zkochan
43635e6bbb feat: reporter has a Log type 2017-07-11 22:55:00 +03:00
zkochan
7e22cbbe57 chore(release): 0.7.3 pnpm-default-reporter/0.7.3 2017-07-11 22:40:02 +03:00
zkochan
8ecf23e83b chore(npmrc): change the release commit message format 2017-07-11 22:39:37 +03:00
zkochan
3decb9bfb1 feat: report deprecation warnings 2017-07-11 22:30:40 +03:00
zkochan
f043b2f62d feat: report deprecation warnings
Close https://github.com/pnpm/pnpm/issues/628
2017-07-11 22:29:28 +03:00
zkochan
05bbb9c3e1 chore: release 1.3.4 v1.3.4 2017-07-10 22:12:25 +03:00
zkochan
ccb5fde297 fix: don't unnecessarily analize a dependency tree ignoring depth 2017-07-10 22:02:05 +03:00
zkochan
f9d2e4896f chore: release 0.1.9 supi/0.1.9 2017-07-10 22:01:06 +03:00
zkochan
9c392afe3f fix: the depth config should limit the update 2017-07-10 21:50:43 +03:00
zkochan
1e0ee20b7e feat: up and upgrade are aliases of update 2017-07-10 01:15:05 +03:00
zkochan
e69648f9f5 chore: release 1.3.3 v1.3.3 2017-07-09 23:58:45 +03:00
zkochan
703d730d4d chore: ignore package-lock.json 2017-07-09 23:20:15 +03:00
zkochan
41ca529d46 fix: avoid redundant warning during uninstall 2017-07-09 23:17:30 +03:00
zkochan
980667af5d chore: release 0.1.8 supi/0.1.8 2017-07-09 23:14:50 +03:00
zkochan
bc35651b4a fix: don't always warn about different shrinkwrap on uninstall 2017-07-09 23:06:53 +03:00
zkochan
34406118b0 chore: release 1.3.2 v1.3.2 2017-07-09 21:42:59 +03:00
zkochan
9aa90ec3f1 fix: named install creates partial shrinkwrap when necessary
Installation should not fail when doing a noop (a.k.a general)
installation after a named installation.
2017-07-09 21:17:56 +03:00
zkochan
1db92b18d1 chore: release 0.1.7 supi/0.1.7 2017-07-09 21:13:33 +03:00
zkochan
4d9af8aa6c fix: partial update of private shrinkwrap file on named installs 2017-07-09 20:55:31 +03:00
zkochan
cc01502cd8 chore: release 3.1.0 pnpm-shrinkwrap/3.1.0 2017-07-09 20:47:43 +03:00
zkochan
d5c9514ed4 feat: print warning when public/private shrinkwraps differ 2017-07-09 16:55:18 +03:00
zkochan
acbb125292 chore: release 0.1.6 supi/0.1.6 2017-07-09 15:52:01 +03:00
zkochan
6a0da65456 fix: partial shrinkwrap file has to be created on named install
Installation should not fail when doing a noop installation
after a named installation
2017-07-09 15:45:07 +03:00
zkochan
098f72d2c5 chore: use prepublishOnly instead of prepublish 2017-07-09 15:05:53 +03:00
zkochan
0594562fe0 chore: release 3.0.0 pnpm-shrinkwrap/3.0.0 2017-07-09 15:05:13 +03:00
zkochan
8a87c72190 docs(README): add API section 2017-07-09 14:59:51 +03:00
zkochan
a7d241ec8f fix: create folders for node_modules/.shrinkwrap.yaml 2017-07-09 14:31:06 +03:00
zkochan
bb904c4ef9 test: prune ignores dependencies that are in package.json only 2017-07-09 13:51:47 +03:00
zkochan
decf7e174d test: fix tests of read 2017-07-09 13:35:48 +03:00
zkochan
a2712dee4a feat: pass both the public and private shrinkwrap files for save
If the public and private shrinkwraps are the same, they are
stringified once.

BREAKING CHANGE:

The `save` function public API changed
2017-07-09 13:32:26 +03:00
zkochan
0e43a04f1e chore: add missing files to tsconfig.json 2017-07-09 12:02:27 +03:00
zkochan
4244e88d32 feat: return null when shrinkwrap.yaml not found
...and export the `create` function.

BREAKING CHANGE:

instead of returning a default shrinkwrap, return null when
no `shrinkwrap.yaml` file found.
2017-07-09 11:59:53 +03:00
zkochan
821adfde64 feat: rename save to write
Move read and write to separate files.

BREAKING CHANGE:

the public `save` function renamed to `write`
2017-07-09 11:52:53 +03:00
zkochan
194a118c64 refactor: use one read function under the hood for both reads 2017-07-09 11:17:59 +03:00
zkochan
ec6382a2fb feat: don't ignore incompatible on CI servers by default
BREAKING CHANGE:

`opts.force` renamed to `opts.ignoreIncompatible` in `read`.

BREAKING CHANGE:

breaking changes in the shrinkwrap format are not ignore by
default on CI servers.
2017-07-09 10:54:57 +03:00
zkochan
fd66d2c048 chore: release 1.3.1 v1.3.1 2017-07-08 22:12:41 +03:00
zkochan
303bb21783 fix: order alphabetically packages in the summary 2017-07-08 22:12:19 +03:00