mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
build: release scripts alpha packages (#2052)
* chore: update deps * chore: update deps
This commit is contained in:
parent
7cc2fe20af
commit
a610ef26b9
9 changed files with 63 additions and 17 deletions
|
@ -3,8 +3,8 @@
|
||||||
"changelog": "@changesets/cli/changelog",
|
"changelog": "@changesets/cli/changelog",
|
||||||
"commit": false,
|
"commit": false,
|
||||||
"linked": [],
|
"linked": [],
|
||||||
"access": "restricted",
|
"access": "public",
|
||||||
"baseBranch": "master",
|
"baseBranch": "5.x",
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"ignore": []
|
"ignore": []
|
||||||
}
|
}
|
||||||
|
|
39
.changeset/hip-hounds-destroy.md
Normal file
39
.changeset/hip-hounds-destroy.md
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
---
|
||||||
|
'@verdaccio/local-storage': patch
|
||||||
|
'@verdaccio/ui-theme': patch
|
||||||
|
'@verdaccio/server': patch
|
||||||
|
'@verdaccio/api': patch
|
||||||
|
'@verdaccio/auth': patch
|
||||||
|
'@verdaccio/cli': patch
|
||||||
|
'@verdaccio/config': patch
|
||||||
|
'@verdaccio/commons-api': patch
|
||||||
|
'@verdaccio/file-locking': patch
|
||||||
|
'verdaccio-htpasswd': patch
|
||||||
|
'@verdaccio/readme': patch
|
||||||
|
'@verdaccio/streams': patch
|
||||||
|
'@verdaccio/types': patch
|
||||||
|
'@verdaccio/hooks': patch
|
||||||
|
'@verdaccio/loaders': patch
|
||||||
|
'@verdaccio/logger': patch
|
||||||
|
'@verdaccio/logger-prettify': patch
|
||||||
|
'@verdaccio/middleware': patch
|
||||||
|
'@verdaccio/mock': patch
|
||||||
|
'@verdaccio/node-api': patch
|
||||||
|
'@verdaccio/active-directory': patch
|
||||||
|
'verdaccio-audit': patch
|
||||||
|
'verdaccio-auth-memory': patch
|
||||||
|
'verdaccio-aws-s3-storage': patch
|
||||||
|
'verdaccio-google-cloud': patch
|
||||||
|
'verdaccio-memory': patch
|
||||||
|
'@verdaccio/proxy': patch
|
||||||
|
'@verdaccio/store': patch
|
||||||
|
'@verdaccio/dev-types': patch
|
||||||
|
'@verdaccio/utils': patch
|
||||||
|
'verdaccio': patch
|
||||||
|
'@verdaccio/web': patch
|
||||||
|
'@verdaccio/e2e-cli': patch
|
||||||
|
'@verdaccio/e2e-ui': patch
|
||||||
|
'@verdaccio/website': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
chore: add release step to private regisry on merge changeset pr
|
5
.github/workflows/changesets.yml
vendored
5
.github/workflows/changesets.yml
vendored
|
@ -41,11 +41,16 @@ jobs:
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
run: pnpm build
|
||||||
|
|
||||||
- name: create versions
|
- name: create versions
|
||||||
uses: changesets/action@master
|
uses: changesets/action@master
|
||||||
with:
|
with:
|
||||||
version: pnpm ci:version
|
version: pnpm ci:version
|
||||||
commit: 'chore: update versions'
|
commit: 'chore: update versions'
|
||||||
title: 'chore: update versions'
|
title: 'chore: update versions'
|
||||||
|
publish: pnpm ci:publish
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NPM_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
|
||||||
|
|
1
.npmrc
1
.npmrc
|
@ -2,3 +2,4 @@ always-auth = true
|
||||||
recursive-install = true
|
recursive-install = true
|
||||||
registry = https://registry.verdaccio.org/
|
registry = https://registry.verdaccio.org/
|
||||||
loglevel=warn
|
loglevel=warn
|
||||||
|
//registry.verdaccio.org/:_authToken=$NPM_TOKEN
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
"@babel/preset-typescript": "7.12.1",
|
"@babel/preset-typescript": "7.12.1",
|
||||||
"@babel/register": "7.12.1",
|
"@babel/register": "7.12.1",
|
||||||
"@babel/runtime": "7.12.5",
|
"@babel/runtime": "7.12.5",
|
||||||
"@changesets/changelog-github": "0.2.7",
|
"@changesets/changelog-github": "^0.2.7",
|
||||||
"@changesets/cli": "2.11.2",
|
"@changesets/cli": "^2.12.0",
|
||||||
"@changesets/get-dependents-graph": "^1.1.3",
|
"@changesets/get-dependents-graph": "^1.1.3",
|
||||||
"@commitlint/cli": "8.3.5",
|
"@commitlint/cli": "8.3.5",
|
||||||
"@commitlint/config-conventional": "8.2.0",
|
"@commitlint/config-conventional": "8.2.0",
|
||||||
|
@ -146,7 +146,8 @@
|
||||||
"changeset:check": "changeset status --since-master",
|
"changeset:check": "changeset status --since-master",
|
||||||
"ci:version": "run-s ci:version:changeset ci:version:install",
|
"ci:version": "run-s ci:version:changeset ci:version:install",
|
||||||
"ci:version:install": "pnpm install --frozen-lockfile=false",
|
"ci:version:install": "pnpm install --frozen-lockfile=false",
|
||||||
"ci:version:changeset": "changeset version"
|
"ci:version:changeset": "changeset version",
|
||||||
|
"ci:publish": "changeset publish"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
"async": "^3.2.0",
|
"async": "^3.2.0",
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
"mkdirp": "^0.5.5",
|
"lowdb": "1.0.0",
|
||||||
"lowdb": "1.0.0"
|
"mkdirp": "^0.5.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/minimatch": "^3.0.3",
|
"@types/minimatch": "^3.0.3",
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
"@testing-library/react": "10.4.9",
|
"@testing-library/react": "10.4.9",
|
||||||
"@verdaccio/node-api": "workspace:5.0.0-alpha.3",
|
"@verdaccio/node-api": "workspace:5.0.0-alpha.3",
|
||||||
"autosuggest-highlight": "3.1.1",
|
"autosuggest-highlight": "3.1.1",
|
||||||
|
"babel-loader": "^8.2.2",
|
||||||
"babel-plugin-dynamic-import-node": "^2.3.3",
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||||||
"babel-plugin-emotion": "10.0.33",
|
"babel-plugin-emotion": "10.0.33",
|
||||||
"babel-loader": "^8.2.2",
|
|
||||||
"bundlesize": "0.18.0",
|
"bundlesize": "0.18.0",
|
||||||
"css-loader": "4.3.0",
|
"css-loader": "4.3.0",
|
||||||
"dayjs": "1.9.7",
|
"dayjs": "1.9.7",
|
||||||
|
@ -55,7 +55,10 @@
|
||||||
"normalize.css": "8.0.1",
|
"normalize.css": "8.0.1",
|
||||||
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
||||||
"ora": "4.0.4",
|
"ora": "4.0.4",
|
||||||
|
"prop-types": "15.7.2",
|
||||||
|
"react": "16.13.1",
|
||||||
"react-autosuggest": "10.0.2",
|
"react-autosuggest": "10.0.2",
|
||||||
|
"react-dom": "16.13.1",
|
||||||
"react-hook-form": "3.29.4",
|
"react-hook-form": "3.29.4",
|
||||||
"react-hot-loader": "4.12.21",
|
"react-hot-loader": "4.12.21",
|
||||||
"react-i18next": "^11.8.3",
|
"react-i18next": "^11.8.3",
|
||||||
|
@ -65,10 +68,7 @@
|
||||||
"request": "2.88.2",
|
"request": "2.88.2",
|
||||||
"resolve-url-loader": "3.1.1",
|
"resolve-url-loader": "3.1.1",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"react": "16.13.1",
|
|
||||||
"react-dom": "16.13.1",
|
|
||||||
"source-map-loader": "1.1.0",
|
"source-map-loader": "1.1.0",
|
||||||
"prop-types": "15.7.2",
|
|
||||||
"standard-version": "9.0.0",
|
"standard-version": "9.0.0",
|
||||||
"style-loader": "1.2.1",
|
"style-loader": "1.2.1",
|
||||||
"stylelint": "13.7.2",
|
"stylelint": "13.7.2",
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
"@verdaccio/web": "workspace:5.0.0-alpha.3",
|
"@verdaccio/web": "workspace:5.0.0-alpha.3",
|
||||||
"compression": "1.7.4",
|
"compression": "1.7.4",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"express-rate-limit": "5.2.3",
|
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
|
"express-rate-limit": "5.2.3",
|
||||||
"lodash": "4.17.15"
|
"lodash": "4.17.15"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -26,7 +26,7 @@ importers:
|
||||||
'@babel/register': 7.12.1_@babel+core@7.12.3
|
'@babel/register': 7.12.1_@babel+core@7.12.3
|
||||||
'@babel/runtime': 7.12.5
|
'@babel/runtime': 7.12.5
|
||||||
'@changesets/changelog-github': 0.2.7
|
'@changesets/changelog-github': 0.2.7
|
||||||
'@changesets/cli': 2.11.2
|
'@changesets/cli': 2.12.0
|
||||||
'@changesets/get-dependents-graph': 1.1.3
|
'@changesets/get-dependents-graph': 1.1.3
|
||||||
'@commitlint/cli': 8.3.5
|
'@commitlint/cli': 8.3.5
|
||||||
'@commitlint/config-conventional': 8.2.0
|
'@commitlint/config-conventional': 8.2.0
|
||||||
|
@ -131,8 +131,8 @@ importers:
|
||||||
'@babel/preset-typescript': 7.12.1
|
'@babel/preset-typescript': 7.12.1
|
||||||
'@babel/register': 7.12.1
|
'@babel/register': 7.12.1
|
||||||
'@babel/runtime': 7.12.5
|
'@babel/runtime': 7.12.5
|
||||||
'@changesets/changelog-github': 0.2.7
|
'@changesets/changelog-github': ^0.2.7
|
||||||
'@changesets/cli': 2.11.2
|
'@changesets/cli': ^2.12.0
|
||||||
'@changesets/get-dependents-graph': ^1.1.3
|
'@changesets/get-dependents-graph': ^1.1.3
|
||||||
'@commitlint/cli': 8.3.5
|
'@commitlint/cli': 8.3.5
|
||||||
'@commitlint/config-conventional': 8.2.0
|
'@commitlint/config-conventional': 8.2.0
|
||||||
|
@ -4121,7 +4121,7 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-bWK8IADPYsiSiyORNpVLbmdo7J7A4LktmzUowtIivslP03UW5f/YBDzGub7N0+BVdVmZrqvyWzAIKmpGVkEICg==
|
integrity: sha512-bWK8IADPYsiSiyORNpVLbmdo7J7A4LktmzUowtIivslP03UW5f/YBDzGub7N0+BVdVmZrqvyWzAIKmpGVkEICg==
|
||||||
/@changesets/cli/2.11.2:
|
/@changesets/cli/2.12.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.12.5
|
'@babel/runtime': 7.12.5
|
||||||
'@changesets/apply-release-plan': 4.0.0
|
'@changesets/apply-release-plan': 4.0.0
|
||||||
|
@ -4156,7 +4156,7 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
hasBin: true
|
hasBin: true
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-Lfw4MWj46H7dgPzgYmRJ8QbpDxi02dK+21zuWzBjVtsf3AqJgy7oVdXl4Yga/JhBq8eeoxBS9NoCVw8/JOZBcg==
|
integrity: sha512-dGdFkg75zsaEObsG8gwMLglS6sJVjXWwgVTAzEIjqIoWVnKwqZqccTb4gn0noq47uCwy7SqxiAJqGibIy9UOKw==
|
||||||
/@changesets/config/1.4.0:
|
/@changesets/config/1.4.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@changesets/errors': 0.1.4
|
'@changesets/errors': 0.1.4
|
||||||
|
|
Loading…
Reference in a new issue