renovate[bot]
954886d2db
fix(deps): update dependency body-parser to v1.20.0 ( #3123 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 20:13:04 +02:00
renovate[bot]
0f9d6eca34
fix(deps): update dependency @verdaccio/local-storage to v10.2.1 ( #3118 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 20:12:36 +02:00
Juan Picado
f3691b0fcd
chore(release): 5.9.0
v5.9.0
2022-04-12 17:11:47 +02:00
Tiny
b30ba81b86
feat(web): add a config item to web,let the developer can select whether enable the html cache ( #3110 )
...
* Add a config item to web,let the developer can select whether enable the html cache
* Add a config item to web,let the developer can select whether enable the html cache
* chore: move check close to other configuration
* chore: update configuration files to suggest new option on web
* chore: format fix
Co-authored-by: fengdi <fengdi@bbktel.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-04-11 23:00:43 +02:00
renovate[bot]
b963f7db2a
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.23 ( #3106 )
2022-04-05 19:30:44 +02:00
renovate[bot]
4cc18773b7
fix(deps): update dependency dayjs to v1.11.0 ( #3094 )
2022-03-28 06:40:25 +02:00
renovate[bot]
a7bbab90f0
chore(deps): update dependency @types/lodash to v4.14.180 ( #3085 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-26 12:36:58 +01:00
renovate[bot]
8cee85f811
fix(deps): update dependency body-parser to v1.19.2 ( #3087 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-26 12:36:36 +01:00
renovate[bot]
ab4f922ffc
chore(deps): update dependency fs-extra to v10.0.1 ( #3086 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-26 12:02:06 +01:00
renovate[bot]
48a84093f5
chore(deps): update actions/checkout action ( #3083 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-26 12:01:50 +01:00
renovate[bot]
7949a3011e
chore(deps): update babel monorepo ( #3088 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-26 12:01:31 +01:00
Juan Picado
662a05dc90
chore: remove npm 7 jest
2022-03-26 11:02:55 +01:00
Juan Picado
3f8047a2d0
chore: fix e2e pnpm7
2022-03-24 07:52:02 +01:00
Juan Picado
7e30384456
chore: remove argument pnpm e2e
2022-03-23 20:49:33 +01:00
Juan Picado
d461fdf516
chore(release): 5.8.0
v5.8.0
2022-03-12 23:13:17 +01:00
Juan Picado
2ad085a8e2
feat: update ui with new modal banner ( #3062 )
2022-03-12 23:13:07 +01:00
Juan Picado
5a0611fe9c
chore(release): 5.7.1
v5.7.1
2022-03-08 18:45:09 +01:00
renovate[bot]
ace754ddff
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.21 ( #3050 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-08 18:42:21 +01:00
Juan Picado
0f51a6ced5
fix: missing colors on terminal ( #3049 )
2022-03-08 18:30:29 +01:00
renovate[bot]
1221ffd512
fix(deps): update dependency dayjs to v1.10.8 ( #3036 )
2022-03-05 12:35:08 +01:00
renovate[bot]
24830e06e8
fix(deps): update dependency verdaccio-htpasswd to v10.3.0 ( #3038 )
2022-03-05 12:33:27 +01:00
renovate[bot]
21c66f65c3
fix(deps): update dependency express to v4.17.3 ( #3039 )
2022-03-05 12:33:14 +01:00
renovate[bot]
2ef97d4847
fix(deps): update dependency minimatch to v5 ( #3035 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-05 11:06:50 +01:00
Juan Picado
e88571fa3e
chore: enable test e2e pnpm7 ( #3033 )
...
* enable test e2e pnpm7
* chore: add npm8
* chore: rename title
* chore: skip flaky tests added note
2022-03-04 21:08:18 +01:00
Juan Picado
db51c6a350
chore(release): 5.7.0
v5.7.0
2022-03-04 19:27:15 +01:00
renovate[bot]
87e5e74ea4
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.20 ( #3028 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 23:22:28 +01:00
osher
ac45c0b5b2
feature: config control for colors in logs ( #3011 )
...
* pass `logs.colors` as `prettyOptions.colorize`
* `prettyPrintOptions` defaults is no concern of `createLogger`
* call it `colors` not to confuse with `pinoPretty.colorize`
* fix hardcoded `true` for `options.colors`
* Support `VERDACCIO_LOGGER_COLORS` overriding env-var
* Update docs for `VERDACCIO_LOGGER_COLORS`
* docs for `VERDACCIO_LOGGER_COLORS`
* docs for `VERDACCIO_LOGGER_COLORS`
* `.isTTY` from `stdout` not `stdin`
both work, but I want to ask if I emit to TTY, not if I consume from TTY.
* .md format
* format
* more format guesses
* declare `PrettyOptionsExtended.colors`
* lint
* docs: `EXPERIMENTAL__` prefix
* logger.ts - prefix `EXPERIMENTAL__`
* Update env.variables.md
* env.variables.md - remove double `_`
* Update logger.ts
* logger.ts - remove double `_`, fix boolean parsing
* env.variables.md - explain boolean parsing
* chore: format
* chore: add format, improve logic
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-03-02 23:41:30 +01:00
Juan Picado
7f04697175
chore(release): 5.6.2
v5.6.2
2022-02-27 00:02:51 +01:00
renovate[bot]
7cff3f7693
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.18 ( #3019 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-26 23:51:01 +01:00
renovate[bot]
08b72b4663
fix(deps): update dependency pino to v6.14.0 ( #3018 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-26 23:36:43 +01:00
Juan Picado
541aca922e
chore(release): 5.6.1
v5.6.1
2022-02-26 19:11:46 +01:00
renovate[bot]
f57508d6f3
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.17 ( #3014 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-26 19:08:23 +01:00
Juan Picado
2a6f1d5475
chore(release): 5.6.0
v5.6.0
2022-02-15 19:28:14 +01:00
renovate[bot]
8fd8a1659a
chore(deps): update dependency verdaccio-memory to v10.2.0 ( #2994 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-15 13:21:40 +01:00
renovate[bot]
ea199b229d
chore(deps): update dependency @verdaccio/types to v10.3.0 ( #2997 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-15 12:34:16 +01:00
renovate[bot]
25b22128b8
fix(deps): update dependency verdaccio-htpasswd to v10.2.0 ( #2999 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-15 12:34:04 +01:00
renovate[bot]
60fea02ad1
fix(deps): update dependency @verdaccio/streams to v10.2.0 ( #2995 )
2022-02-14 23:13:28 +01:00
renovate[bot]
57c4ce5a19
fix(deps): update dependency verdaccio-audit to v10.2.0 ( #2998 )
2022-02-14 23:13:15 +01:00
renovate[bot]
fee3ac670a
fix(deps): update dependency @verdaccio/readme to v10.3.2 ( #2984 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 22:35:13 +01:00
osher
681dc821aa
feat: new environment variable (storage path) ( #2993 )
...
* WIP: port PR#2199 to master into 5.x
* port PR#2199 to master to 5.x - env.variables.md
* port PR#2199 to master to 5.x - config.spec
* Update config.spec.ts
* Update config.spec.ts
* fix format
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-02-14 21:05:59 +01:00
renovate[bot]
63fc4d1baf
fix(deps): update dependency @verdaccio/commons-api to v10.2.0 ( #2986 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-13 12:22:50 +01:00
renovate[bot]
1db0a2ebf5
fix(deps): update dependency @verdaccio/local-storage to v10.2.0 ( #2987 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-13 11:53:35 +01:00
renovate[bot]
92dca9887a
chore(deps): update dependency verdaccio-auth-memory to v10.2.0 ( #2982 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-13 09:54:52 +01:00
renovate[bot]
2cd4a3bb07
fix(deps): update dependency marked to v4.0.12 ( #2976 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-07 22:00:45 +01:00
Juan Picado
09e8afcc8c
chore(release): 5.5.2
v5.5.2
2022-01-27 07:45:14 +01:00
Martin Sander
b964c0d488
fix: re-opening log files using SIGUSR2 ( #2966 )
...
by @marvinthepa
2022-01-26 20:25:34 +01:00
Juan Picado
c40d01a0ea
chore(release): 5.5.1
v5.5.1
2022-01-24 21:25:08 +01:00
Juan Picado
de7713ecc1
fix: remove engines restriction from ui-theme dependency
2022-01-24 21:22:28 +01:00
renovate[bot]
50097976ed
fix(deps): update dependency marked to v4 ( #2956 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-23 13:17:16 +01:00
renovate[bot]
ac4392a221
fix(deps): update dependency mime to v3 ( #2957 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-23 13:12:57 +01:00