Skip to content

Commit

Permalink
Bump GH actions, cleanup root (#3935)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 26, 2020
1 parent 126e548 commit 99a29fc
Show file tree
Hide file tree
Showing 18 changed files with 219 additions and 230 deletions.
4 changes: 0 additions & 4 deletions .babelrc.js

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ const base = require('@polkadot/dev/config/eslint');
// add override for any (a metric ton of them, initial conversion)
module.exports = {
...base,
ignorePatterns: [
'.eslintrc.js',
'.github/**',
'.vscode/**',
'.yarn/**',
'**/build/*',
'**/coverage/*',
'**/node_modules/*'
],
parserOptions: {
...base.parserOptions,
project: [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/apps'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
- name: ${{ matrix.step }}
Expand All @@ -37,7 +37,7 @@ jobs:
if: "startsWith(github.event.head_commit.message, '[CI Skip] release/stable') && github.repository == 'polkadot-js/apps'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: docker
env:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
Expand All @@ -53,7 +53,7 @@ jobs:
if: "startsWith(github.event.head_commit.message, '[CI Skip] release/stable') && github.repository == 'polkadot-js/apps'"
name: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
- name: Prepare for app notarization (macOS)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.17
12
11 changes: 0 additions & 11 deletions .vscode/settings.json

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"afterSign": "electron-builder-notarize"
},
"resolutions": {
"@polkadot/api": "^2.3.2-13",
"@polkadot/api-contract": "^2.3.2-13",
"@polkadot/api": "^2.4.1",
"@polkadot/api-contract": "^2.4.1",
"@polkadot/keyring": "^3.6.1",
"@polkadot/networks": "^3.6.1",
"@polkadot/types": "^2.3.2-13",
"@polkadot/types": "^2.4.1",
"@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.1",
"@polkadot/wasm-crypto": "^1.4.1",
Expand Down Expand Up @@ -86,8 +86,8 @@
"@babel/register": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@pinata/sdk": "^1.1.11",
"@polkadot/dev": "^0.59.5",
"@polkadot/ts": "^0.3.51",
"@polkadot/dev": "^0.59.8",
"@polkadot/ts": "^0.3.53",
"@types/bn.js": "^4.11.6",
"@types/chart.js": "^2.9.27",
"@types/file-saver": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@edgeware/node-types": "^3.0.7",
"@laminar/type-definitions": "^0.2.0-beta.141",
"@polkadot/networks": "^3.6.1",
"@subsocial/types": "^0.4.6"
"@subsocial/types": "^0.4.7"
}
}
2 changes: 1 addition & 1 deletion packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.59.5",
"@polkadot/dev": "^0.59.8",
"@polkadot/react-components": "^0.63.2-26",
"electron-log": "^4.2.4",
"electron-updater": "^4.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/runtime": "^7.12.1",
"@polkadot/apps-config": "^0.63.2-26",
"@polkadot/apps-routing": "^0.63.2-26",
"@polkadot/dev": "^0.59.5",
"@polkadot/dev": "^0.59.8",
"@polkadot/react-api": "^0.63.2-26",
"@polkadot/react-components": "^0.63.2-26",
"@polkadot/react-hooks": "^0.63.2-26",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-26",
"@polkadot/vanitygen": "^0.22.2-0",
"@polkadot/vanitygen": "^0.22.2-3",
"detect-browser": "^5.2.0",
"file-saver": "^2.0.2"
},
"devDependencies": {
"@testing-library/react": "^11.1.0",
"testcontainers": "^4.5.0"
"testcontainers": "^4.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/react-components": "^0.63.2-26",
"@polkadot/vanitygen": "^0.22.2-0",
"@polkadot/vanitygen": "^0.22.2-3",
"detect-browser": "^5.2.0",
"file-saver": "^2.0.2"
},
"devDependencies": {
"@testing-library/react": "^11.1.0",
"testcontainers": "^4.5.0"
"testcontainers": "^4.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/api-contract": "^2.3.2-13"
"@polkadot/api-contract": "^2.4.1"
}
}
4 changes: 2 additions & 2 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/api": "^2.3.2-13",
"@polkadot/extension-dapp": "^0.35.0-beta.35",
"@polkadot/api": "^2.4.1",
"@polkadot/extension-dapp": "^0.35.0-beta.36",
"rxjs-compat": "^6.6.3"
}
}
10 changes: 5 additions & 5 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"@fortawesome/react-fontawesome": "^0.1.11",
"@polkadot/keyring": "^3.6.1",
"@polkadot/react-api": "^0.63.2-26",
"@polkadot/react-identicon": "^0.61.2-2",
"@polkadot/react-qr": "^0.61.2-2",
"@polkadot/react-identicon": "^0.61.2-3",
"@polkadot/react-qr": "^0.61.2-3",
"@polkadot/react-query": "^0.63.2-26",
"@polkadot/ui-keyring": "^0.61.2-2",
"@polkadot/ui-settings": "^0.61.2-2",
"@polkadot/ui-keyring": "^0.61.2-3",
"@polkadot/ui-settings": "^0.61.2-3",
"@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.1",
"chart.js": "^2.9.4",
"codeflask": "^1.4.1",
"i18next": "^19.8.2",
"i18next": "^19.8.3",
"i18next-browser-languagedetector": "^5.0.1",
"owasp-password-strength-test": "^1.3.0",
"react": "^17.0.1",
Expand Down
Loading

0 comments on commit 99a29fc

Please sign in to comment.