Merge pull request #17 from microsoft/fix/republish
Yarn Config Updates; Republish
This commit is contained in:
Коммит
4c40a9384e
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -0,0 +1,8 @@
|
|||
releases:
|
||||
"@thematic/color": patch
|
||||
"@thematic/core": patch
|
||||
"@thematic/d3": patch
|
||||
"@thematic/fluent": patch
|
||||
"@thematic/react": patch
|
||||
"@thematic/vega": patch
|
||||
"@thematic/webapp": patch
|
20
.yarnrc.yml
20
.yarnrc.yml
|
@ -4,24 +4,26 @@ changesetBaseRefs:
|
|||
- upstream/main
|
||||
|
||||
changesetIgnorePatterns:
|
||||
- '**/*.spec.{js,ts,tsx}'
|
||||
- "**/*.spec.{js,ts,tsx}"
|
||||
|
||||
npmAuthToken: "${NPM_AUTH_TOKEN-emptytoken}"
|
||||
|
||||
packageExtensions:
|
||||
'@fluentui/font-icons-mdl2@*':
|
||||
"@fluentui/font-icons-mdl2@*":
|
||||
peerDependencies:
|
||||
react: '*'
|
||||
'@fluentui/style-utilities@*':
|
||||
react: "*"
|
||||
"@fluentui/style-utilities@*":
|
||||
peerDependencies:
|
||||
react: '*'
|
||||
react: "*"
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: '@yarnpkg/plugin-workspace-tools'
|
||||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: '@yarnpkg/plugin-interactive-tools'
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
||||
spec: '@yarnpkg/plugin-version'
|
||||
spec: "@yarnpkg/plugin-version"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
||||
spec: '@yarnpkg/plugin-typescript'
|
||||
spec: "@yarnpkg/plugin-typescript"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-2.4.1.cjs
|
||||
|
|
45
package.json
45
package.json
|
@ -3,19 +3,20 @@
|
|||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"clean_all": "yarn workspaces foreach -pv run clean",
|
||||
"bundle_all": "yarn workspaces foreach -pv run bundle",
|
||||
"build_all": "yarn workspaces foreach -pv run build",
|
||||
"start_all": "yarn workspaces foreach -piv run start",
|
||||
"publish_all": "yarn workspaces foreach --exclude '@thematic/root' -pv npm publish --tolerate-republish --access public",
|
||||
"lint": "essex lint",
|
||||
"clean:all": "yarn workspaces foreach -pv run clean",
|
||||
"bundle:all": "yarn workspaces foreach -pv run bundle",
|
||||
"build:all": "yarn workspaces foreach -pivt --topological-dev run build",
|
||||
"start:all": "yarn workspaces foreach -piv run start",
|
||||
"publish:all": "yarn workspaces foreach --exclude '@thematic/root' -pv npm publish --tolerate-republish --access public",
|
||||
"version:all": "yarn workspaces foreach --exclude '@thematic/root' -iv version -d",
|
||||
"lint:all": "essex lint",
|
||||
"lint:fix": "essex lint --fix",
|
||||
"prettify": "essex prettify",
|
||||
"test": "essex test",
|
||||
"test:ci": "essex test --coverage",
|
||||
"git-is-clean": "essex git-is-clean",
|
||||
"ci": "npm-run-all -p lint build_all bundle_all test:ci -s git-is-clean",
|
||||
"release": "run-s build_all publish_all",
|
||||
"ci": "npm-run-all -p lint:all build:all bundle:all test:ci -s git-is-clean",
|
||||
"release": "run-s clean:all build:all publish:all",
|
||||
"start": "yarn start:webapp"
|
||||
},
|
||||
"workspaces": {
|
||||
|
@ -28,25 +29,25 @@
|
|||
"@babel/preset-env": "^7.14.1",
|
||||
"@babel/preset-react": "^7.13.13",
|
||||
"@babel/preset-typescript": "^7.13.0",
|
||||
"@essex/eslint-config": "^14.0.0",
|
||||
"@essex/eslint-plugin": "^14.0.0",
|
||||
"@essex/jest-config": "^14.0.0",
|
||||
"@essex/prettier-config": "^10.0.0",
|
||||
"@essex/scripts": "^14.0.0",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/node": "^14.14.0",
|
||||
"@types/prettier": "^2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.4.1",
|
||||
"@typescript-eslint/parser": "^4.4.1",
|
||||
"@essex/eslint-config": "^15.0.2",
|
||||
"@essex/eslint-plugin": "^15.0.2",
|
||||
"@essex/jest-config": "^15.0.2",
|
||||
"@essex/prettier-config": "^10.0.1",
|
||||
"@essex/scripts": "^15.0.2",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^14.14.44",
|
||||
"@types/prettier": "^2.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
||||
"@typescript-eslint/parser": "^4.22.1",
|
||||
"eslint-import-resolver-node": "^0.3.4",
|
||||
"husky": "^4.3.0",
|
||||
"lint-staged": "^10.4.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"regenerator-runtime": "^0.13.8",
|
||||
"ts-jest": "^26.4.1",
|
||||
"typescript": "^3.9.7"
|
||||
"typescript": "^3.9.9"
|
||||
},
|
||||
"prettier": "@essex/prettier-config"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@thematic/color",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"main": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
@ -14,17 +14,16 @@
|
|||
"start": "essex watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"chroma-js": "^2.1.0",
|
||||
"chroma-js": "^2.1.1",
|
||||
"color-blind": "^0.1.1",
|
||||
"core-js": "^3.12.0",
|
||||
"hsluv": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@essex/scripts": "^14.0.0",
|
||||
"@types/node": "^14.14.0",
|
||||
"core-js": "^3.11.1"
|
||||
"@essex/scripts": "^15.0.2",
|
||||
"@types/node": "^14.14.44"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/node": "*",
|
||||
"core-js": "^3.11.1"
|
||||
"@types/node": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@thematic/core",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"main": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
@ -18,25 +18,25 @@
|
|||
"start": "essex watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@thematic/color": "^1.0.0",
|
||||
"@types/lodash": "^4.14.162",
|
||||
"@thematic/color": "workspace:packages/color",
|
||||
"@types/lodash": "^4.14.168",
|
||||
"@types/murmurhash-js": "^1.0.3",
|
||||
"core-js": "^3.12.0",
|
||||
"d3-scale": "^3.2.3",
|
||||
"lodash": "^4.17.20",
|
||||
"murmurhash-js": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@essex/scripts": "^14.0.0",
|
||||
"@essex/scripts": "^15.0.2",
|
||||
"@types/d3-scale": "^2.2.4",
|
||||
"@types/ncp": "^2",
|
||||
"@types/node": "^14.14.0",
|
||||
"core-js": "^3.11.1",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/node": "^14.14.44",
|
||||
"ncp": "^2.0.0",
|
||||
"npm-run-all": "^4.1.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/d3-scale": ">= 2",
|
||||
"@types/node": "*",
|
||||
"core-js": "^3.11.1"
|
||||
"@types/node": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@thematic/d3",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"main": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
@ -14,21 +14,20 @@
|
|||
"start": "essex watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@thematic/core": "^1.0.0",
|
||||
"d3-axis": "^1",
|
||||
"@thematic/core": "workspace:packages/core",
|
||||
"core-js": "^3.12.0",
|
||||
"d3-axis": "^1.0.12",
|
||||
"d3-selection": "^1.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@essex/scripts": "^14.0.0",
|
||||
"@types/d3-axis": "^1",
|
||||
"@essex/scripts": "^15.0.2",
|
||||
"@types/d3-axis": "^1.0.14",
|
||||
"@types/d3-selection": "^1.4.3",
|
||||
"@types/node": "^14.14.0",
|
||||
"core-js": "^3.11.1"
|
||||
"@types/node": "^14.14.44"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/d3-axis": ">= 1",
|
||||
"@types/d3-selection": ">= 1",
|
||||
"@types/node": "*",
|
||||
"core-js": "^3.11.1"
|
||||
"@types/node": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@thematic/fluent",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"main": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
@ -15,27 +15,26 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@essex-js-toolkit/hooks": "^1.1.5",
|
||||
"@thematic/color": "^1.0.0",
|
||||
"@thematic/core": "^1.0.0",
|
||||
"@thematic/react": "^1.0.0",
|
||||
"@thematic/color": "workspace:packages/color",
|
||||
"@thematic/core": "workspace:packages/core",
|
||||
"@thematic/react": "workspace:packages/react",
|
||||
"core-js": "^3.12.0",
|
||||
"d3-scale": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@essex/scripts": "^14.0.0",
|
||||
"@essex/scripts": "^15.0.2",
|
||||
"@fluentui/font-icons-mdl2": "^8.1.0",
|
||||
"@fluentui/react": "^8.14.2",
|
||||
"@fluentui/react": "^8.14.4",
|
||||
"@types/d3-scale": "^3.2.2",
|
||||
"@types/node": "^14.14.0",
|
||||
"@types/react": "^16.9.53",
|
||||
"core-js": "^3.11.1",
|
||||
"react": "^16.14.0"
|
||||
"@types/node": "^14.14.44",
|
||||
"@types/react": "^17.0.5",
|
||||
"react": "^17.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@fluentui/react": ">= 8",
|
||||
"@fluentuit/font-icons-mdl2": ">= 8",
|
||||
"@types/node": "*",
|
||||
"@types/react": ">= 16",
|
||||
"core-js": "^3.11.1",
|
||||
"react": ">= 16.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@thematic/react",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"main": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
@ -14,20 +14,19 @@
|
|||
"start": "essex watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@essex/scripts": "^14.0.0",
|
||||
"@thematic/color": "^1.0.0",
|
||||
"@thematic/core": "^1.0.0"
|
||||
"@essex/scripts": "^15.0.2",
|
||||
"@thematic/color": "workspace:packages/color",
|
||||
"@thematic/core": "workspace:packages/core",
|
||||
"core-js": "^3.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.0",
|
||||
"@types/react": "^16.9.53",
|
||||
"core-js": "^3.11.1",
|
||||
"react": "^16.14.0"
|
||||
"@types/node": "^14.14.44",
|
||||
"@types/react": "^17.0.5",
|
||||
"react": "^17.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/node": "*",
|
||||
"@types/react": "*",
|
||||
"core-js": "^3.11.1",
|
||||
"react": ">= 16.13.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@thematic/vega",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"main": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
@ -14,16 +14,15 @@
|
|||
"start": "essex watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@thematic/core": "^1.0.0"
|
||||
"@thematic/core": "workspace:packages/core",
|
||||
"core-js": "^3.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@essex/scripts": "^14.0.0",
|
||||
"@types/node": "^14.14.0",
|
||||
"core-js": "^3.11.1",
|
||||
"@essex/scripts": "^15.0.2",
|
||||
"@types/node": "^14.14.44",
|
||||
"vega": "^5.17.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"core-js": "^3.11.1",
|
||||
"vega": ">= 5.13.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@thematic/webapp",
|
||||
"title": "Thematic",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"homepage": "https://microsoft.github.io/thematic/",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
|
@ -12,41 +12,41 @@
|
|||
"clean": "essex clean build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@essex/webpack-config": "^14.0.0",
|
||||
"@essex/webpack-config": "^15.0.2",
|
||||
"@fluentui/font-icons-mdl2": "^8.1.0",
|
||||
"@fluentui/react": "^8.14.2",
|
||||
"@thematic/color": "^1.0.0",
|
||||
"@thematic/core": "^1.0.0",
|
||||
"@thematic/d3": "^1.0.0",
|
||||
"@thematic/fluent": "^1.0.0",
|
||||
"@thematic/react": "^1.0.0",
|
||||
"@thematic/vega": "^1.0.0",
|
||||
"@types/d3-axis": "^1",
|
||||
"@fluentui/react": "^8.14.4",
|
||||
"@thematic/color": "workspace:packages/color",
|
||||
"@thematic/core": "workspace:packages/core",
|
||||
"@thematic/d3": "workspace:packages/d3",
|
||||
"@thematic/fluent": "workspace:packages/fluent",
|
||||
"@thematic/react": "workspace:packages/react",
|
||||
"@thematic/vega": "workspace:packages/vega",
|
||||
"@types/d3-axis": "^1.0.14",
|
||||
"@types/d3-scale": "^2.2.4",
|
||||
"@types/d3-selection": "^1.4.3",
|
||||
"@types/node": "^14.14.0",
|
||||
"@types/react": "^16.9.53",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-redux": "^7.1.9",
|
||||
"@types/redux": "^3.6.31",
|
||||
"@types/node": "^14.14.44",
|
||||
"@types/react": "^17.0.5",
|
||||
"@types/react-dom": "^17.0.3",
|
||||
"@types/react-redux": "^7.1.16",
|
||||
"@types/redux": "^3.6.0",
|
||||
"@types/redux-actions": "^2.6.1",
|
||||
"@types/redux-logger": "^3.0.8",
|
||||
"@types/redux-thunk": "^2.1.32",
|
||||
"core-js": "^3.11.1",
|
||||
"@types/redux-thunk": "^2.1.0",
|
||||
"core-js": "^3.12.0",
|
||||
"d3-axis": "^1.0.12",
|
||||
"d3-scale": "^3.2.3",
|
||||
"d3-selection": "^1.4.2",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-redux": "^7.2.1",
|
||||
"redux": "^4.0.5",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0",
|
||||
"redux-actions": "^2.6.5",
|
||||
"redux-logger": "^3.0.6",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"vega": "^5.17.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@essex/scripts": "^14.0.0",
|
||||
"@essex/scripts": "^15.0.2",
|
||||
"raw-loader": "^4.0.2",
|
||||
"worker-loader": "^2.0.0"
|
||||
},
|
||||
|
|
806
yarn.lock
806
yarn.lock
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче