Igor Bezkrovnyi
ebf6ee09bd
chore: update @pnpm/meta-updater ( #5360 )
2022-09-16 02:08:46 +03:00
Zoltan Kochan
223b23fed1
chore(release): 7.12.0-0
v7.12.0-0
2022-09-16 00:38:45 +03:00
Larry Bahr
156cc1ef64
feat(patch): allow non-applied patches ( #5354 )
...
close #5234
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-09-16 00:23:48 +03:00
Zoltan Kochan
25b0e5976f
chore(deps): update
2022-09-15 14:45:34 +03:00
await-ovo
b93a21bedf
fix(patch): ignore No newline at end of file ( #5321 )
...
close #5320
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-09-15 11:44:22 +03:00
子瞻 Luci
9b44d38a47
feat(matcher): ignore patterns ( #5336 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-09-14 11:52:16 +03:00
Zoltan Kochan
3f0137077e
fix(patch): allow to edit a package in any directory ( #5331 )
...
close #5330
ref #5293
2022-09-10 19:34:14 +03:00
Zoltan Kochan
32814aa96f
test(default-reporter): always mock the env when testing update checker
...
ref https://github.com/pnpm/pnpm/discussions/5301
Thanks @gwhitney for finding this issue.
2022-09-10 02:37:54 +03:00
Zoltan Kochan
f3fc6b540a
test: @types/ramda is always a dev dep
2022-09-08 11:45:50 +03:00
Zoltan Kochan
b83d51eaa7
chore(release): 7.11.1-0
v7.11.1-0
2022-09-07 21:44:10 +03:00
Zoltan Kochan
a3ccd27a34
fix(npm-resolver): @types/ramda should be a dev dep
2022-09-07 21:42:55 +03:00
Zoltan Kochan
e6ee26e9c7
chore(release): 7.11.0
v7.11.0
2022-09-05 12:39:45 +03:00
Zoltan Kochan
2acf38be3f
fix: auto installing peer dep in a workspace ( #5307 )
...
* fix: auto installing peer dep in a workspace
close #5144
* fix: auto installing peer dep in a workspace
* fix: auto installing peer dep in a workspace
2022-09-05 12:38:09 +03:00
Zoltan Kochan
728c0cdf67
fix: improve dependency installation error message ( #5247 )
2022-09-05 00:40:47 +03:00
Hyunji Song
b6f788cffc
feat(plugin-command-patching): add path option to patch command ( #5304 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-09-04 22:44:16 +03:00
Zoltan Kochan
db4e939968
chore: require pnpm v7.10.0
2022-09-04 12:54:03 +03:00
Zoltan Kochan
9f70c52fa7
chore(release): 7.10.0
v7.10.0
2022-09-04 12:17:14 +03:00
Zoltan Kochan
45750b720c
chore(deps): update Verdaccio
2022-09-04 11:43:59 +03:00
Zoltan Kochan
b5bb9a5f67
refactor: rename the abbreviated metadata directory
2022-09-04 03:02:08 +03:00
Zoltan Kochan
4f0e3e908b
refactor: @pnpm/fetch
2022-09-04 02:54:25 +03:00
Zoltan Kochan
d7fc07cc75
fix: include hasInstallScript in the abbreviated metadata
2022-09-04 02:53:33 +03:00
Zoltan Kochan
0373af22e2
fix: time field in pnpm-lock.yaml
2022-09-03 22:38:18 +03:00
Zoltan Kochan
c1b968e759
chore: update typescript
2022-09-03 18:10:17 +03:00
Zoltan Kochan
4985c4f29b
chore: update pnpm
2022-09-03 17:51:35 +03:00
Zoltan Kochan
83b2690c8d
chore(release): 7.10.0-1
v7.10.0-1
2022-09-03 17:21:09 +03:00
Zoltan Kochan
7fac3b4463
fix: add fallback for time-based resolution ( #5302 )
2022-09-03 17:17:33 +03:00
Zoltan Kochan
b462502c58
test(git-resolver): fix
2022-09-03 15:40:50 +03:00
Zoltan Kochan
ea0fb58214
test: fix store status tests
2022-09-03 00:32:56 +03:00
Zoltan Kochan
829b4d9248
fix: don't fail when publishedBy date cannot be calculated
2022-09-02 23:38:13 +03:00
Zoltan Kochan
6bc9caf8d5
chore: use time-based resolution mode
2022-09-02 21:30:27 +03:00
Zoltan Kochan
1e2b39e852
chore(release): 7.10.0-0
v7.10.0-0
2022-09-02 21:00:58 +03:00
Zoltan Kochan
247736565b
feat: resolve direct deps to lowest version when resolution-mode is time-based ( #5298 )
...
ref https://github.com/pnpm/pnpm/pull/5238
2022-09-02 20:48:40 +03:00
Zoltan Kochan
47140dcf99
chore: update lockfile
2022-09-02 15:04:52 +03:00
Zoltan Kochan
67d8b65d2e
feat: time-based resolution mode ( #5238 )
2022-09-02 14:54:10 +03:00
Zoltan Kochan
f9c275ab46
docs: update links to localizations
2022-09-02 02:40:49 +03:00
Zoltan Kochan
53506c7aeb
fix: don't modify the inject project's manifest ( #5294 )
2022-09-02 02:37:01 +03:00
Glen Whitney
678933a9b4
docs(CONTRIBUTING): correct setup instructions for first-time clone ( #5289 )
...
Adds an initial compile step to provide pnpm.js needed by the `pd` script.
Resolves #5288 .
2022-08-31 22:50:39 +03:00
Zoltan Kochan
92c30e89ba
refactor: resolve dependencies
2022-08-31 03:16:39 +03:00
Zoltan Kochan
87d8226743
refactor: resolve dependencies
2022-08-31 01:06:49 +03:00
Mark Omarov
ba270a9671
feat(env): add remove command to pnpm env ( #5263 )
...
* feat(env): add uninstall command to pnpm env
* chore(changeset): define minor bump
* fix(env): fixes for pnpm env uninstall
- Fix broken node path for the windows platform
- Notify user when removing default Node.JS
- Remove `await` on `fs.unlink` in `Promise.all`
- Add support for Node.JS v14.13 and earlier
* fix(env): fix failing tests on Windows platform
* fix(env): update aliases and error catching
- Add `rm, un, uninstall` aliases to the `remove` command
- Update CLI help message
- Ignore only `ENOENT` errors
* refactor(env): cr updates
- Use `remove` with `rm` alias only
- Update CLI help message
- Update tests to use `remove` command
- Replace custom support for older Node.JS versions
with `@zkochan/rimraf`
* refactor(env): simplify catch block
* fix: env rm
* refactor: test
Co-authored-by: Mark Omarov <inkfaust@gmail.com >
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-08-30 01:53:13 +03:00
Zoltan Kochan
e848f53482
fix: prune
2022-08-29 03:13:09 +03:00
Zoltan Kochan
17e69e18b7
fix: prune should remove all cached metadata
2022-08-29 02:57:27 +03:00
Zoltan Kochan
d904b83ec1
fix(npm-resolver): types
2022-08-26 22:12:35 +03:00
Zoltan Kochan
60282ac6d9
refactor: resolve dependencies ( #5267 )
2022-08-26 18:51:05 +03:00
Zoltan Kochan
154bfa90f9
test: fix
2022-08-24 22:54:43 +03:00
Zoltan Kochan
9e0a9f49cb
test: fix NODE_PATH test on Windows ( #5257 )
...
* test: fix NODE_PATH test on Windows
* fix: test
2022-08-24 22:50:39 +03:00
Zoltan Kochan
5c8e272a1f
test(installation): fix
2022-08-24 16:49:30 +03:00
Zoltan Kochan
6f9c1c992b
style: fix
2022-08-24 16:03:05 +03:00
Zoltan Kochan
a00d9e1a8b
chore(deps): update
2022-08-24 15:54:04 +03:00
Zoltan Kochan
7b2e5cdc9d
chore(release): 7.9.5
v7.9.5
2022-08-24 14:55:25 +03:00