0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
Commit graph

172 commits

Author SHA1 Message Date
renovate[bot]
827d36582c
fix(deps): update dependency pino to v9.5.0 (#5004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-15 15:15:22 +01:00
renovate[bot]
68bc817479
fix(deps): update dependency debug to v4.4.0 (#5003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-15 15:15:09 +01:00
Juan Picado
0e58b9927a
chore: update versions (next-8) (#4999)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-15 09:43:25 +01:00
Juan Picado
ca4dc04aae
chore: update versions (next-8) (#4951)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-11 22:13:46 +01:00
Marc Bernard
15dddbe9e4
chore(logger): avoid message if level remains the same (#4991) 2024-12-11 21:00:08 +01:00
renovate[bot]
51e571a1ba
chore(deps): update dependency @crowdin/cli to v4.4.1 (master) (#4979)
* chore(deps): update dependency @crowdin/cli to v4.4.1

* clean up

* test

* missing package migrate

* clean up

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2024-12-07 22:35:48 +01:00
Marc Bernard
a049bba201
chore(tests): temp folder naming (#4950) 2024-11-16 10:43:12 +01:00
Juan Picado
1d2f33c5bf
chore: update versions (next-8) (#4903) 2024-11-14 19:55:45 +01:00
Juan Picado
e93d6a30a4
chore: vitest migration part 5 (#4914)
* migrate web package to vitest

* migrate node-api to vitest

* migrate file-locking vitest

* migrate cli

* remove jest from npm packages

* Create weak-cherries-serve.md

* update ci
2024-10-20 19:26:36 +02:00
Juan Picado
56d4230c8f
chore: update versions (next-8) (#4870) 2024-10-08 08:30:39 +02:00
Juan Picado
1dc5cdffc3
chore: update versions (next-8) (#4840)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-25 23:20:07 +02:00
Juan Picado
4da9711fed chore: update pino dep 2024-09-15 22:18:21 +02:00
renovate[bot]
21be801c10
fix(deps): update dependency sonic-boom to v3.8.1 (#4841)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-15 22:16:46 +02:00
Juan Picado
dfe925c259
feat: update logger pino to latest (#4839)
* feat: update logger pino to latest

remove old logger package

* update engines

* Update package.json

* Update beige-lions-type.md
2024-09-15 13:32:50 +02:00
Juan Picado
d44cbbc221
chore: update versions (next-8) (#4827)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-12 21:24:03 +02:00
Juan Picado
5f1a025568 chore: move v7 next to v8 next 2024-09-12 20:14:36 +02:00
renovate[bot]
6e3118fdd6
fix(deps): update dependency debug to v4.3.7 (#4820)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 19:21:14 +02:00
renovate[bot]
3f7197937d
fix(deps): update dependency dayjs to v1.11.13 (#4819)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 19:03:10 +02:00
Juan Picado
ce1c642312
chore: update versions (next-8) (#4761)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-11 21:57:05 +02:00
Juan Picado
477f9bcba4
chore: migrate vitest more package (#4778)
* chore: migrate proxy package

* chore: migrate logger-prettier
2024-08-03 22:52:48 +02:00
renovate[bot]
79e76d9c72
fix(deps): update dependency debug to v4.3.6 (#4754) 2024-08-02 14:58:37 +02:00
Juan Picado
489631bda9
chore: update versions (next-7) (#4746)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-01 18:36:08 +02:00
Juan Picado
bbfb4118bf
chore: update versions (next-7) (#4711)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-21 18:06:35 +02:00
Juan Picado
3bc24bc4a7
chore: update versions (next-7) (#4703)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-07 18:45:32 +02:00
Juan Picado
15a86b7dd2
chore: update versions (next-7) (#4677)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-16 09:30:37 +02:00
Juan Picado
27bc6c1b7d
chore: update versions (next-7) (#4658)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-02 21:52:46 +02:00
Michael Ryan
cf1b46cc59
fix: log spacing depending on the FORMAT and COLORS options (#4631)
* fix: Bad log spacing depending on the FORMAT and COLORS options used

fixes: #4630

inserted a space between the timestamp and the message when logging timestamped messages.

* fix: Bad log spacing depending on the FORMAT and COLORS options used

fixes: #4630

removed padding of an unnecessary space (at the start or end of the log string, depending on whether colors are enabled).

* remove padLeft, update tests

* update logger-commons tests

---------

Co-authored-by: Marc Bernard <marc@marcbernardtools.com>
2024-06-01 21:35:06 +02:00
Juan Picado
53d9df92c6
chore: update versions (next-7) (#4624)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-05 17:09:41 +02:00
Juan Picado
14032d160b
chore: update versions (next-7) (#4581) 2024-05-03 09:12:32 +02:00
Juan Picado
93c49bd36d
chore: update versions (next-7) (#4553)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-23 20:53:44 +01:00
divdavem
9db15542dc
Avoid displaying "prettify pipeline error" if there is no error (#4551) 2024-03-22 09:37:54 +01:00
Juan Picado
56713db9a3
chore: update versions (next-7) (#4536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-10 18:50:50 +01:00
Juan Picado
2c9fe963ff
chore: update versions (next-7) (#4525)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-03 19:22:16 +01:00
Juan Picado
66e4c89d3e
chore: update versions (next-7) (#4515)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-20 22:01:58 +01:00
Juan Picado
03173212df
chore: update versions (next-7) (#4503)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-12 20:43:58 +01:00
Juan Picado
dd952ec055
chore: update versions (next-7) (#4474)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-11 23:16:30 +01:00
renovate[bot]
1b8b74c364
fix(deps): update dependency sonic-boom to v3.8.0 (#4393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-14 20:29:09 +01:00
Juan Picado
4782bdd5e3
chore: update versions (next-7) (#4417)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-14 10:56:23 +01:00
Juan Picado
d575eb9356
chore: update versions (next) (#4384) 2024-01-07 10:02:08 +01:00
Juan Picado
37825bfe77
chore: update versions (next) (#4351)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-31 14:54:02 +01:00
renovate[bot]
c38a321168
fix(deps): update dependency pino to v8.17.2 (#4327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-27 16:07:51 +01:00
renovate[bot]
c80d26d926
fix(deps): update dependency pino to v8.17.1 (#4283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-15 08:46:27 +01:00
renovate[bot]
c02f2cb725
fix(deps): update dependency pino to v8.17.0 (#4277) 2023-12-14 07:08:02 +01:00
renovate[bot]
03314c15c5
fix(deps): update dependency sonic-boom to v3.7.0 (#4211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 22:31:16 +01:00
renovate[bot]
05608eb4e1
fix(deps): update dependency pino-abstract-transport to v1.1.0 (#4207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 21:56:54 +01:00
renovate[bot]
f93a5181f4
fix(deps): update dependency dayjs to v1.11.10 (#4130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 22:00:03 +01:00
renovate[bot]
4d53066fac
fix(deps): update dependency pino to v8.16.2 (#4122) 2023-11-23 17:23:37 +01:00
Juan Picado
c922b83775
chore: update versions (next) (#4093)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-28 17:22:01 +02:00
Juan Picado
db1e32e440
chore: update versions (next) (#4056)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-14 22:53:21 +02:00
Juan Picado
daceb6d87e
chore: restore engines legacy support (#4072)
* chore: restore minimatch and legacy support

to be used on 5.x versions

* Update package.json

* Create old-turkeys-heal.md
2023-10-14 22:43:03 +02:00