Compare commits

..

8 Commits

Author SHA1 Message Date
Juan Picado
af035e4f87 Update changesets.yml 2021-09-03 23:19:27 +02:00
github-actions[bot]
99dad7759e chore: update versions (6-next) (#2412)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-03 23:01:18 +02:00
Juan Picado
2e3b9552cc test release on npmjs as alpha tag (#2411)
* node 14 as minimum for cli

* Create perfect-emus-clean.md

* Update utils.spec.ts
2021-09-03 22:46:04 +02:00
Juan Picado
b6e8554764 chore: setup release on npmjs as tag 2021-09-03 22:17:22 +02:00
Justin Johansson
b51892cb9a Indiescripter/upgrade husky (#2410)
* build: update husky v7.0.2, lint-staged v11.1.2

* build: husky v7.0.2 did not install git hooks; try v4.3.5
2021-09-03 21:55:39 +02:00
Justin Johansson
7e4d5615a4 Indiescripter/upgrade webpack (#2409)
* build(cli): remove unused commander dep

* build(e2e-ui): tweak lodash devDep to exact version

* build: tweak exact versions; @verdaccio:commons-api, get-port, semver

* style: private true prop first in package.jsons (monorepo convention)

* build: update all dep packages with webpack in name except webpack-dev-server

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-09-03 19:06:27 +02:00
Justin Johansson
d21279b35c Indiescripter/update misc deps (#2408)
* build(cli): remove unused commander dep

* build(e2e-ui): tweak lodash devDep to exact version

* build: tweak exact versions; @verdaccio:commons-api, get-port, semver

* style: private true prop first in package.jsons (monorepo convention)
2021-09-03 17:40:21 +02:00
Justin Johansson
5941edcf38 Indiescripter/update ui-theme package deps (#2403)
* build(ui-theme): update ora depDep major from v4.0.4 to v6.0.0

* build(ui-theme): update @testing-library/dom depDep major from v7.31.2 to v8.2.0

* build(ui-theme): update css-loader depDep major from v5.2.1 to v6.2.0

* build(ui-theme): update history depDep major from v4.10.1 to v5.0.1

* build(ui-theme): remove unused devDep resolve-url-loader

* build(ui-theme): remove unused devDep source-map-loader

* build(ui-theme): update style-loader depDep major from v1.2.1 to v3.2.1

* build(ui-theme): update mini-css-extract-plugin depDep major from v1.6.0 to v2.2.2

* build(ui-theme): update i18next depDep major from v19.9.2 to v20.6.0

* build(ui-theme): update stylelint-config-recommended depDep major from v3.0.0 to v5.0.0

* revert(ui-theme): downgrade history depDep major back to v4.10.1 from v5.0.1

* build(ui-theme): remove lint-staged devDep (it's in the root package)

* revert(ui-theme): downgrade ora depDep major from v6 to v5.4.1 (esm problem)

* build: rebase against master & recreate pnpm lockfile
2021-09-03 09:53:05 +02:00
19 changed files with 3023 additions and 4811 deletions

View File

@@ -0,0 +1,5 @@
---
'@verdaccio/cli': major
---
feat: node 14 as minimum for running cli

View File

@@ -64,6 +64,7 @@
"many-vans-care",
"modern-spies-tell",
"neat-toes-report",
"perfect-emus-clean",
"perfect-kangaroos-agree",
"plenty-news-remember",
"plenty-spiders-melt",

View File

@@ -28,24 +28,24 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
registry-url: 'https://registry.verdaccio.org'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
- name: install pnpm
run: npm i pnpm@6.10.3 -g
env:
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
- name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: setup pnpm config registry
run: pnpm config set registry https://registry.verdaccio.org
run: pnpm config set registry https://registry.npmjs.org
- name: install dependencies
run: pnpm install
env:
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
- name: build
run: pnpm build
@@ -59,5 +59,6 @@ jobs:
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
NPM_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
NPM_CONFIG_REGISTRY: https://registry.npmjs.org

View File

@@ -67,7 +67,7 @@
"@types/supertest": "2.0.11",
"@types/testing-library__jest-dom": "5.14.1",
"@types/validator": "13.6.3",
"@types/webpack": "4.41.26",
"@types/webpack": "5.28.0",
"@types/webpack-env": "1.16.2",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
@@ -99,7 +99,7 @@
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-verdaccio": "10.0.0",
"fs-extra": "10.0.0",
"husky": "2.7.0",
"husky": "4.3.5",
"in-publish": "2.0.1",
"jest": "27.1.0",
"jest-environment-jsdom": "27.1.0",
@@ -108,7 +108,7 @@
"jest-fetch-mock": "3.0.3",
"jest-junit": "12.2.0",
"kleur": "3.0.3",
"lint-staged": "9.5.0",
"lint-staged": "11.1.2",
"nock": "12.0.3",
"node-fetch": "3.0.0-beta.6-exportfix",
"nodemon": "2.0.12",

View File

@@ -1,5 +1,11 @@
# @verdaccio/cli
## 6.0.0-6-next.19
### Major Changes
- 2e3b9552: feat: node 14 as minimum for running cli
## 6.0.0-6-next.18
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@verdaccio/cli",
"version": "6.0.0-6-next.18",
"version": "6.0.0-6-next.19",
"author": {
"name": "Juan Picado",
"email": "juanpicado19@gmail.com"
@@ -48,7 +48,6 @@
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/node-api": "workspace:6.0.0-6-next.18",
"@verdaccio/fastify-migration": "workspace:6.0.0-6-next.10",
"commander": "6.2.0",
"clipanion": "3.0.1",
"envinfo": "7.8.1",
"kleur": "3.0.3",

View File

@@ -1,6 +1,6 @@
import semver from 'semver';
export const MIN_NODE_VERSION = '12';
export const MIN_NODE_VERSION = '14';
export function isVersionValid(version) {
return semver.satisfies(version, `>=${MIN_NODE_VERSION}`);

View File

@@ -5,9 +5,5 @@ test('valid version node.js', () => {
});
test('is invalid version node.js', () => {
expect(isVersionValid('11.0.0')).toBeFalsy();
});
test('Node 12 should valid version node.js', () => {
expect(isVersionValid('12.0.0')).toBeTruthy();
expect(isVersionValid('13.0.0')).toBeFalsy();
});

View File

@@ -42,7 +42,7 @@
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"debug": "4.3.2",
"js-yaml": "3.14.0",
"js-yaml": "3.14.1",
"lodash": "4.17.21",
"minimatch": "3.0.4",
"yup": "0.32.9"

View File

@@ -33,7 +33,7 @@
"dependencies": {
"@google-cloud/datastore": "6.5.0",
"@google-cloud/storage": "5.14.0",
"@verdaccio/commons-api": "^11.0.0-alpha.3",
"@verdaccio/commons-api": "11.0.0-alpha.3",
"@verdaccio/streams": "workspace:11.0.0-alpha.3"
},
"devDependencies": {

View File

@@ -24,7 +24,7 @@
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@testing-library/dom": "7.31.2",
"@testing-library/dom": "8.2.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@verdaccio/node-api": "workspace:6.0.0-6-next.18",
@@ -33,29 +33,27 @@
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-emotion": "10.0.33",
"bundlesize": "0.18.1",
"css-loader": "5.2.1",
"css-loader": "6.2.0",
"dayjs": "1.10.6",
"emotion": "10.0.27",
"emotion-theming": "10.0.27",
"file-loader": "5.1.0",
"friendly-errors-webpack-plugin": "1.7.0",
"github-markdown-css": "4.0.0",
"harmony-reflect": "1.6.2",
"history": "^4.10.1",
"history": "4.10.1",
"html-webpack-plugin": "5.3.2",
"i18next": "^19.9.2",
"i18next": "20.6.0",
"in-publish": "2.0.1",
"js-base64": "3.6.1",
"js-yaml": "3.14.0",
"lint-staged": "9.5.0",
"js-yaml": "3.14.1",
"localstorage-memory": "1.0.3",
"lodash": "4.17.21",
"mini-css-extract-plugin": "^1.6.0",
"mini-css-extract-plugin": "2.2.2",
"mutationobserver-shim": "0.3.7",
"node-mocks-http": "1.10.1",
"normalize.css": "8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.8",
"ora": "4.0.4",
"optimize-css-assets-webpack-plugin": "6.0.1",
"ora": "5.4.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-autosuggest": "10.1.0",
@@ -66,26 +64,24 @@
"react-router": "5.2.1",
"react-router-dom": "5.2.1",
"react-virtualized": "9.22.3",
"resolve-url-loader": "3.1.1",
"rimraf": "3.0.2",
"source-map-loader": "1.1.0",
"standard-version": "9.3.1",
"style-loader": "1.2.1",
"style-loader": "3.2.1",
"stylelint": "13.13.1",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-recommended": "5.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"stylelint-webpack-plugin": "^2.2.1",
"stylelint-webpack-plugin": "3.0.1",
"supertest": "6.1.6",
"terser-webpack-plugin": "5.2.0",
"terser-webpack-plugin": "5.2.2",
"url-loader": "4.1.1",
"validator": "13.6.0",
"webpack": "5.33.2",
"webpack-bundle-analyzer": "3.8.0",
"webpack": "5.51.2",
"webpack-bundle-analyzer": "4.4.2",
"webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^3.1.1",
"webpack-dev-server": "3.11.2",
"webpack-manifest-plugin": "4.0.2",
"webpack-merge": "5.8.0",
"whatwg-fetch": "3.6.2",
"xss": "1.0.9"

View File

@@ -32,11 +32,11 @@
"homepage": "https://verdaccio.org",
"license": "MIT",
"devDependencies": {
"@verdaccio/cli": "workspace:6.0.0-6-next.18",
"@verdaccio/cli": "workspace:6.0.0-6-next.19",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
"fs-extra": "10.0.0",
"webpack": "5.33.2",
"webpack-bundle-analyzer": "3.8.0",
"webpack": "5.51.2",
"webpack-bundle-analyzer": "4.4.2",
"webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "4.8.0"
},

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@verdaccio/dev-types",
"version": "6.0.0-alpha.3",
"private": true,
"description": "types for verdaccio local dev",
"main": "./index.ts",
"types": "index.ts",

View File

@@ -1,5 +1,12 @@
# verdaccio
## 6.0.0-6-next.21
### Patch Changes
- Updated dependencies [2e3b9552]
- @verdaccio/cli@6.0.0-6-next.19
## 6.0.0-6-next.20
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "6.0.0-6-next.20",
"version": "6.0.0-6-next.21",
"description": "A lightweight private npm proxy registry",
"main": "build/index.js",
"types": "build/index.d.ts",
@@ -36,7 +36,7 @@
},
"homepage": "https://verdaccio.org",
"dependencies": {
"@verdaccio/cli": "workspace:6.0.0-6-next.18",
"@verdaccio/cli": "workspace:6.0.0-6-next.19",
"@verdaccio/hooks": "workspace:6.0.0-6-next.4",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/mock": "workspace:6.0.0-6-next.7",

7719
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@verdaccio/e2e-cli",
"private": true,
"name": "@verdaccio/e2e-cli",
"version": "1.0.1-alpha.0",
"dependencies": {
"debug": "4.3.2",
@@ -10,8 +10,8 @@
"yarn": "1.22.11"
},
"devDependencies": {
"get-port": "^5.1.1",
"semver": "^7.3.5"
"get-port": "5.1.1",
"semver": "7.3.5"
},
"scripts": {
"test": "jest --config jest.config.e2e.cli.js"

View File

@@ -1,13 +1,13 @@
{
"name": "@verdaccio/e2e-ui",
"private": true,
"name": "@verdaccio/e2e-ui",
"version": "1.1.0-6-next.1",
"devDependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
"debug": "4.3.2",
"kleur": "3.0.3",
"lodash": "^4.17.21",
"lodash": "4.17.21",
"puppeteer": "10.2.0",
"request": "2.87.0",
"rimraf": "3.0.2"

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@verdaccio/website",
"version": "5.1.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",