Swap to yarn 2 (#287)

This commit is contained in:
Jaco Greeff
2020-02-28 14:19:03 +01:00
committed by GitHub
parent 1229bedffb
commit 31e8904f7a
11 changed files with 92773 additions and 16171 deletions
+4 -4
View File
@@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-yarn-
- name: lint
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn lint
test:
@@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-yarn-
- name: test
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn test
build_code:
@@ -80,7 +80,7 @@ jobs:
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn build
build_docs:
@@ -107,5 +107,5 @@ jobs:
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn docs
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn polkadot-ci-ghact-build
build_docs:
@@ -71,7 +71,7 @@ jobs:
GH_PAGES_SRC: build-docs
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn polkadot-ci-ghact-docs
dummy:
+4
View File
@@ -9,6 +9,10 @@ tmp/
.env.test.local
.env.production.local
.npmrc
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
cc-test-reporter
package-lock.json
npm-debug.log*
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored Executable
+58
View File
File diff suppressed because one or more lines are too long
+12
View File
@@ -0,0 +1,12 @@
enableImmutableInstalls: false
enableProgressBars: false
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.js
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.js
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-berry.js
+4
View File
@@ -1,7 +1,11 @@
# 0.52.0-beta.x
- **Breaking change** (TypeScript only) The `*.d.ts` files now contain TypeScript 3.8 features, `#private`, which is not usable in older versions
- Remove internal ui-keyring ss58Format mapping, rather set it directly on internal keyring
- Add logo for Centrifuge to ui-assets
- Bump to `@polkadot/api` 1.4.1
- Bump to `@polkadot/util` 2.5.1
- Convert `private <field>` to `#<field>`
# 0.51.1 Feb 18, 2020
+2 -2
View File
@@ -31,8 +31,8 @@
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@polkadot/dev": "^0.41.3",
"@polkadot/ts": "^0.2.3",
"@polkadot/dev": "^0.50.9",
"@polkadot/ts": "^0.3.1",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react": "^16.12.0",
+1 -1
View File
@@ -27,7 +27,7 @@
},
"devDependencies": {
"@polkadot/keyring": "^2.5.1",
"@polkadot/types": "^1.4.0-beta.30",
"@polkadot/types": "^1.5.0-beta.12",
"@polkadot/util": "^2.5.1",
"@types/ledgerhq__hw-transport-node-hid": "^4.21.1",
"@types/ledgerhq__hw-transport-u2f": "^4.21.1",
+21240 -16162
View File
File diff suppressed because it is too large Load Diff