Juan Picado
783422b4a2
refactor: migrate @verdaccio/types@11.x ( #3692 )
...
* refactor: migrate @verdaccio/types@11
* deps
2023-03-18 22:40:34 +01:00
Juan Picado
ccfac8f0aa
chore: update typescript ( #3689 )
2023-03-18 17:26:13 +01:00
Juan Picado
2a6fc98f92
fix: update core dependencies ( #3688 )
2023-03-18 16:56:31 +01:00
Juan Picado
f6c22d3ea8
fix : #3666 experiments config fail on startup ( #3668 )
...
* fix : #3666 experiments config fail on startup
* Update experiments.yaml
* Update init.ts
* add tests
* Update bootstrap.ts
* update deps
* update deps
2023-03-07 22:50:16 +01:00
Juan Picado
e50d4d92a2
feat: improved config and token signature ( #3658 )
...
* chore: add signature module
* feat: improved config and token signature
feat: improved config and token signature
Update package.json
* chore: update deps
* types
* fix: logger missing options
* chore: update deps
* update dep
* Update e2e-jest-workflow.yml
* Update init.ts
* Update config-path.ts
* fix logger
* Update init.ts
2023-03-03 21:32:10 +01:00
Juan Picado
ed80a25c08
fix: update dependencies ( #3649 )
...
* fix: update dependencies
* chore: restore types
* chore: update deps
2023-02-25 08:02:58 +01:00
薄涛
e4573c7e15
fix: avoid setting body for GET requests ( #3643 )
...
* fix: avoid setting body for GET requests
When making a GET request to certain uplinks, such as https://registry.npmmirror.com , setting the body field can result in a 413 error. Previously, the code was setting the body field for all requests, including GET requests.
This commit fixes the issue by checking the request method and avoiding setting the body field for GET requests. This ensures that GET requests are not affected by the issue and can be made without error.
Fixes #3601
* add missing deps for run test locally
* test(up-storage): add unit test about uplink is npmmirror
Cause thers is a bug in `isObject` function from `@verdaccio/core`, when `options.json` is `true`
GET request body will be string 'true', some uplinks might return 413 status code such as
https://registry.npmmirror.com
fix #3601
* chore(deps): update @verdaccio/core
---------
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
Co-authored-by: botao <botao@tal.com>
2023-02-24 07:18:18 +01:00
Juan Picado
164d9d2185
add missing deps for run test locally
2023-02-22 07:51:32 +01:00
Juan Picado
4105fecf4c
fix: restore @verdaccio/ui-theme version
2023-02-14 22:32:01 +01:00
Juan Picado
f9f269ee04
feat: refactor render middleware and audit plugin ( #3602 )
...
* chore: replace web middleware
* clean up
* migrate user agent
* migrate rate limit
* clean up
* replace audit plugin
* feat: refactor render middleware and audit plugin
* update deps
* update deps
* update packages
* update deps
* chore: update deps
* update deps
* update config dep
* chore: update deps
* update deps
2023-02-14 22:20:11 +01:00
Juan Picado
bf9ed26d90
feat: replace middleware and logger core ( #3586 )
...
Use verdaccio 6 modules for middleware and logger with pino 7
2023-02-09 21:42:24 +01:00
Juan Picado
45d7c95a08
fix: pushed wrong types library and broken build
2023-01-29 16:24:58 +01:00
Juan Picado
bae430fe24
feat: refactor test and use verdaccio 6 core modules ( #3569 )
...
chore: clean up comments
remove commitlint
update deps
add new tests
test
separate ci
test
test
test
test
test
test
chore: add preprelase
test
test
test
test
test
chore: update deps
Update release-snapshot.yml
Update .npmignore
test
chore: remove @verdaccio/commons-api dep
chore: cleanup
remove normalizeContributors
remove validateMetadata
fix test
clean up getLocalRegistryTarballUri
Update store.spec.ts
clean up convertDistRemoteToLocalTarballUrls
chore: update libraries
reuse getPublic url
clean up
Update jest.config.js
Update jest.config.js
update nvmrc
add tests
2023-01-28 14:39:37 +01:00
Juan Picado
50a20e922b
chore: fix automated release notes on publish ( #3568 )
...
* chore: fix automated release notes on publish
* chore: fix automated release notes on publish
2023-01-19 22:53:05 +01:00
Juan Picado
d1519228a3
fix: update dependencies ( #3567 )
...
* chore: update dependencies
* chore: update batch 2
2023-01-19 00:21:28 +01:00
Juan Picado
a8a992cfb6
chore: upgrade jest 29 ( #3566 )
...
* chore: upgrade jest 29
* Update api.spec.ts
2023-01-19 00:09:24 +01:00
Juan Picado
6df04e1ce1
chore: upgrade eslint and prettier ( #3565 )
2023-01-18 22:49:28 +01:00
Juan Picado
99a39d55a2
feat(security): update dependencies ( #3540 )
...
* fix: update dependencies
https://security.snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020
* chore: clean cache
* Update ci.yml
* Update ci.yml
2022-12-25 21:56:24 +01:00
Juan Picado
9353b3ebf0
fix: update core dependencies ( #3519 )
2022-12-03 17:58:46 +01:00
Juan Picado
0a0b772f52
feat: export module types ( #3508 )
...
* chore: export types to the module
* chore: remove unused dep
* chore: format
* Update package.json
2022-11-22 18:35:47 +01:00
Juan Picado
8715a5cfa2
feat: highlight readme source code ( #3506 )
...
* feat: highlight readme source code
* chore: fix tests
* Delete utils.spec.ts.snap
2022-11-19 22:00:56 +01:00
Juan Picado
7a000bccdb
fix: update core deps ( #3485 )
...
* fix: update core deps
* Update e2e-gatsbyjs-cli-workflow.yml
* Update e2e-gatsbyjs-cli-workflow.yml
* Update e2e-gatsbyjs-cli-workflow.yml
2022-11-08 19:45:25 +01:00
Juan Picado
e62cd006ea
chore: update yarn 3.x ( #3394 )
...
* chore: update yarn
chore: update yarn
Update .pnp.cjs
* chore: rebase from 5.x
* chore: remove cli test
* chore: update jest
* chore: restore jest
* Update Dockerfile
* Update ci.yml
* chore: remove node linker
* restore docker file
* Update ci.yml
2022-11-02 22:52:53 +01:00
Juan Picado
e549d381db
chore: clean up project 5.x ( #3468 )
...
* chore: clean up project
* Update ci-e2e.yml
2022-11-02 21:41:58 +01:00
renovate[bot]
106e00a751
fix(deps): update dependency dayjs to v1.11.6 ( #3459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-27 08:06:18 +02:00
renovate[bot]
1a1572ff9e
fix(deps): update dependency marked to v4.1.1 ( #3439 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 16:31:21 +02:00
renovate[bot]
128ab21a8a
fix(deps): update dependency express to v4.18.2 ( #3435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 12:56:42 +02:00
renovate[bot]
d8eae392ff
chore(deps): update babel monorepo ( #3407 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-29 19:01:17 +02:00
renovate[bot]
be5c9f93ed
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.48 ( #3404 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-29 07:58:18 +02:00
Zoltan Kochan
317177a937
fix: add missing fields to abbreviated metadata ( #3347 )
...
* fix: add missing fields to abbreviated metadata
The abbreviated metadata should include the cpu, os, and peerDependenciesMeta fields
* chore: update types
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-09-04 08:24:40 +02:00
renovate[bot]
354f9ee16c
fix(deps): update dependency marked to v4.1.0 ( #3346 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-03 19:09:44 +02:00
renovate[bot]
628616ce32
fix(deps): update dependency lru-cache to v7.14.0 ( #3345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-03 19:08:12 +02:00
Juan Picado
966139ffd8
feat: implement abbreviated manifest ( #3343 )
...
* feat: implement abbreviated manifest
Follow up of https://github.com/verdaccio/verdaccio/pull/3322
Fixes for 5.x https://github.com/verdaccio/verdaccio/issues/2792
* chore: improve expects
* chore: fix test
2022-09-03 17:55:45 +02:00
renovate[bot]
b1ec0daeca
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.28 ( #3335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-28 17:05:13 +02:00
renovate[bot]
b80794a46f
fix(deps): update dependency marked to v4.0.19 (5.x) ( #3328 )
...
* fix(deps): update dependency marked to v4.0.19
* Update e2e-jest-workflow.yml
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-08-27 18:45:30 +02:00
renovate[bot]
f810cea0cc
chore(deps): update dependency standard-version to v9.5.0 ( #3314 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-20 11:23:18 +02:00
renovate[bot]
80755f21c9
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.26 ( #3313 )
2022-08-20 11:07:15 +02:00
renovate[bot]
296fe5af60
chore(deps): update dependency supertest to v6.2.4 ( #3299 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 17:15:39 +02:00
renovate[bot]
6a2b2fa36a
fix(deps): update dependency dayjs to v1.11.5 ( #3300 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 17:15:28 +02:00
renovate[bot]
8b204b3918
chore(deps): update babel monorepo ( #3297 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-08 18:47:08 +02:00
renovate[bot]
d995cc516e
fix(deps): update dependency lru-cache to v7.13.1 ( #3268 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-16 13:58:26 +02:00
renovate[bot]
080bd4578f
fix(deps): update dependency @verdaccio/readme to v10.4.1 ( #3267 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-16 13:58:14 +02:00
renovate[bot]
0a611c0b7d
fix(deps): update dependency lru-cache to v7.13.0 ( #3266 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 21:30:47 +02:00
renovate[bot]
b3f964d93a
fix(deps): update dependency marked to v4.0.18 ( #3264 )
2022-07-13 20:02:12 +02:00
renovate[bot]
531f4685ab
fix(deps): update dependency @verdaccio/readme to v10.4.0 ( #3265 )
2022-07-13 18:58:47 +02:00
renovate[bot]
cc1c2a5e50
fix(deps): update dependency kleur to v4.1.5 ( #3263 )
2022-07-13 18:36:02 +02:00
renovate[bot]
af9cc6d4f9
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.25 ( #3258 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-12 22:26:35 +02:00
renovate[bot]
fc253b1b78
chore(deps): update babel monorepo ( #3259 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-12 22:26:04 +02:00
renovate[bot]
991cf1083d
fix(deps): update dependency @verdaccio/local-storage to v10.3.1 ( #3245 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-23 08:15:45 +02:00
renovate[bot]
236b6bfeda
chore(deps): update dependency prettier to v2.7.1 ( #3243 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 23:01:14 +02:00