0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00
Commit graph

15 commits

Author SHA1 Message Date
Juan Picado
1242da7cf4
deps: update typescript 4 () 2020-11-14 16:52:37 +01:00
Dina Basumatary
31af01641f
fix: eslint errors ()
* fix: eslint errors

* fix: rename a test

* fix: broken integration test

due to removing next argument in the middleware.

* changeset
2020-10-24 13:17:21 +02:00
ike
42024c3460
fix: improving typescript practices in packages/web/src/endpoint/package.ts ()
* chore: 1. Remove @ts-ignore, 2. Remove :any and infer from existed lib, 3. Prevent variable re-assign

* chore: add changeset
2020-10-23 08:44:32 +02:00
Juan Picado
3aa51596dc
refactor: max-len and printWidth to 100 ()
* refactor: max-len and printWidth to 100

* chore: ci specific pnpm version

* fix: add types peer package

literally get rid of types package
2020-09-17 06:48:16 +02:00
Juan Picado
26b494cbd4
feat: add typescript project references settings ()
Add two different settings for compile and develop.

https://www.typescriptlang.org/docs/handbook/project-references.html
2020-09-07 07:07:05 +02:00
Juan Picado
f63b0819b4
chore: restore website build () 2020-08-27 21:23:56 +02:00
Juan Picado @jotadeveloper
4a4d3c692c
feat: add @verdaccio/commons-api package
Update local references
2020-08-19 22:02:40 +02:00
Juan Picado @jotadeveloper
979e547d95
chore: extend lint rules to root 2020-08-13 23:36:23 +02:00
Juan Picado
09b59d59e6
chore: lint prettier update ()
* chore: update prettier@2.x

* chore: prettier auto fix

* chore: fake circleci

we don't need it but I want make dissapear the error
2020-08-13 23:27:00 +02:00
Juan Picado
66bfc6497e
refactor: devDependencies strictly defined in each package ()
* refactor: new babel preset

* chore: using pnpm

let's see how it goes, all seems works fine by far, pretty solid.
2020-08-11 07:46:53 +02:00
Juan Picado
a819139291
refactor: test api refactor ()
* test: add test for whoami

* Update middleware.ts

* test for user api

* more test for user api

* remove repeated code

* refactor

* Update index.spec.ts

* add package test

refactor others

* chore: upgrade deps

* chore: add test for package

* chore: update test

* update lock file

* Update ci.yml

* Update ci.yml

* Update package.spec.ts

* chore: update ci settings

* chore: update deps

* chore: update test
2020-08-11 07:46:37 +02:00
Juan Picado
c9a1500d36
chore: update dependencies (maintenance)
* chore: update deps

* chore: update deps

* chore: fix dependencies

* chore: update deps

* chore: update deps

* chore: add types

* chore: update jest
2020-08-11 07:46:14 +02:00
Juan Picado @jotadeveloper
1fabec8df1
feat: migrate from buyan to pinojs ()
* feat: migrate from buyan to pinojs

* chore: fix lint

* chore: release utils from import

* chore: fix test

* chore: add missing dep

* chore: add dependency

* chore: add prettifier module

* chore: add pretty stamp option

* chore: fix package name location

* chore: crash on try use rotating file type

* chore: remove arg
2020-08-11 07:46:12 +02:00
Juan Picado @jotadeveloper
23babe2fad
chore: reuse jest config 2020-08-11 07:46:06 +02:00
Juan Picado @jotadeveloper
e4ec679b0e
feat: migrate yarn workspaces () 2020-08-11 07:46:02 +02:00