From f0d1b7cec1caf5bc24c72789783b5e5bf75e4cc4 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Sun, 3 Jan 2021 11:12:06 +0100 Subject: [PATCH] 2021 (#41) --- .eslintrc.js | 2 +- babel.config.js | 2 +- jest.config.js | 2 +- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/crosscheck.spec.ts | 2 +- packages/phishing/src/index.spec.ts | 2 +- packages/phishing/src/index.ts | 2 +- packages/phishing/src/types.ts | 2 +- packages/unused/src/dummy.ts | 2 +- scripts/sortAll.mjs | 2 +- yarn.lock | 102 ++++++++++++++--------- 12 files changed, 75 insertions(+), 49 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 2a950ebe6..9c4037ea0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 const base = require('@polkadot/dev/config/eslint.cjs'); diff --git a/babel.config.js b/babel.config.js index 7c35ad5ae..54bd5022e 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 module.exports = require('@polkadot/dev/config/babel-config-cjs.cjs'); diff --git a/jest.config.js b/jest.config.js index e361b3b9d..143e0b5da 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 const config = require('@polkadot/dev/config/jest.cjs'); diff --git a/package.json b/package.json index 32ffd08ae..d6a3ead87 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@babel/core": "^7.12.10", - "@polkadot/dev": "^0.61.18", + "@polkadot/dev": "^0.61.21", "@types/jest": "^26.0.19" }, "version": "0.3.6" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 79a35a7f0..a0d143e6a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -14,7 +14,7 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/x-fetch": "^5.2.2" + "@polkadot/x-fetch": "^5.2.3" }, "devDependencies": { "@types/js-yaml": "^3.12.5", diff --git a/packages/phishing/src/crosscheck.spec.ts b/packages/phishing/src/crosscheck.spec.ts index 7b093f69f..84a7734c1 100644 --- a/packages/phishing/src/crosscheck.spec.ts +++ b/packages/phishing/src/crosscheck.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs'; diff --git a/packages/phishing/src/index.spec.ts b/packages/phishing/src/index.spec.ts index 563abd447..3225e0774 100644 --- a/packages/phishing/src/index.spec.ts +++ b/packages/phishing/src/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { checkIfDenied } from '.'; diff --git a/packages/phishing/src/index.ts b/packages/phishing/src/index.ts index 6728bb62b..684fb0240 100644 --- a/packages/phishing/src/index.ts +++ b/packages/phishing/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HostList } from './types'; diff --git a/packages/phishing/src/types.ts b/packages/phishing/src/types.ts index 700165c52..68863da6d 100644 --- a/packages/phishing/src/types.ts +++ b/packages/phishing/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface HostList { diff --git a/packages/unused/src/dummy.ts b/packages/unused/src/dummy.ts index d6eabc5e4..1a62a1c43 100644 --- a/packages/unused/src/dummy.ts +++ b/packages/unused/src/dummy.ts @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface Dummy { diff --git a/scripts/sortAll.mjs b/scripts/sortAll.mjs index 3e7c98299..a628b23de 100644 --- a/scripts/sortAll.mjs +++ b/scripts/sortAll.mjs @@ -1,4 +1,4 @@ -// Copyright 2020 @polkadot/phishing authors & contributors +// Copyright 2020-2021 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs'; diff --git a/yarn.lock b/yarn.lock index 73aeecdaf..31e7b6872 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1617,9 +1617,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.61.18": - version: 0.61.18 - resolution: "@polkadot/dev@npm:0.61.18" +"@polkadot/dev@npm:^0.61.21": + version: 0.61.21 + resolution: "@polkadot/dev@npm:0.61.21" dependencies: "@babel/cli": ^7.12.10 "@babel/core": ^7.12.10 @@ -1658,7 +1658,7 @@ __metadata: eslint-plugin-import: ^2.22.1 eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 - eslint-plugin-react: ^7.21.5 + eslint-plugin-react: ^7.22.0 eslint-plugin-react-hooks: ^4.2.0 eslint-plugin-simple-import-sort: ^7.0.0 eslint-plugin-sort-destructure-keys: ^1.3.5 @@ -1677,7 +1677,7 @@ __metadata: mkdirp: ^1.0.4 prettier: ^2.2.1 rimraf: ^3.0.2 - typedoc: ^0.20.3 + typedoc: ^0.20.5 typedoc-plugin-markdown: ^3.2.1 typedoc-plugin-no-inherit: ^1.2.0 typescript: ^4.1.3 @@ -1704,7 +1704,7 @@ __metadata: polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.cjs polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.cjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs - checksum: 1505412bcd39c05425f1ea141d1eefeee90c0012b8f1dbb149024c32c3d32bab1bce73e129fd4c03b4ca615ef1bc9ff97f168a64eabbf95699c6dc8823b25ebf + checksum: 7f4516f4b69096dcea206ccf8a7f3b41b89ccd759c03d593de6c6f008bc4d934595416216927d4c46a29bacc9c61733321a04cfc4a14aeefa2406bd84e6090b2 languageName: node linkType: hard @@ -1713,7 +1713,7 @@ __metadata: resolution: "@polkadot/phishing@workspace:packages/phishing" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-fetch": ^5.2.2 + "@polkadot/x-fetch": ^5.2.3 "@types/js-yaml": ^3.12.5 js-yaml: ^3.14.1 languageName: unknown @@ -1725,14 +1725,14 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/x-fetch@npm:^5.2.2": - version: 5.2.2 - resolution: "@polkadot/x-fetch@npm:5.2.2" +"@polkadot/x-fetch@npm:^5.2.3": + version: 5.2.3 + resolution: "@polkadot/x-fetch@npm:5.2.3" dependencies: "@babel/runtime": ^7.12.5 "@types/node-fetch": ^2.5.7 node-fetch: ^2.6.1 - checksum: 3775bfddb23e18964a1cbb7e1405e734ef3dc8180bcc3db093b6717bbf76b0beb39aa3cb11d07a398ef39154f90abc526592c4a121280007368573aa400edf97 + checksum: 231132a9ee47c340009df89ab36bdd176eb3ba36ca0ee10520eddaee4952d67250038073689c6ed1f0291af330295917b5b00159e37b9ae9995f241097029951 languageName: node linkType: hard @@ -1903,9 +1903,9 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 14.14.16 - resolution: "@types/node@npm:14.14.16" - checksum: 220a7496ec73861ad7fb4ae762618bb46ac9d5d5f92f3a2fcebfd1a81a509ff558eface7bcd1d632598a8a28f856a74b324e7165918e8334a59c221cb06d15e3 + version: 14.14.19 + resolution: "@types/node@npm:14.14.19" + checksum: 218ff4a93978cf41f4dd3d6aea7555d119873b50905889b1a3f14737f1e135a688672fa1f8e02ed856922fb828703bb064f7733f7e6998173c4714a7a3ec4c4c languageName: node linkType: hard @@ -2154,6 +2154,18 @@ __metadata: languageName: node linkType: hard +"ajv@npm:^7.0.2": + version: 7.0.3 + resolution: "ajv@npm:7.0.3" + dependencies: + fast-deep-equal: ^3.1.1 + json-schema-traverse: ^1.0.0 + require-from-string: ^2.0.2 + uri-js: ^4.2.2 + checksum: 3236a5ce8c49fb831fe9c7ae67a6d7f732340f0dbd6e6add2c4e6556519ba274f84c4d68ccdfc19a6d038bf2333341562cd8a28272c71585cb663dd76b62f7ea + languageName: node + linkType: hard + "ansi-align@npm:^3.0.0": version: 3.0.0 resolution: "ansi-align@npm:3.0.0" @@ -4007,7 +4019,7 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react@npm:^7.21.5": +"eslint-plugin-react@npm:^7.22.0": version: 7.22.0 resolution: "eslint-plugin-react@npm:7.22.0" dependencies: @@ -4082,8 +4094,8 @@ __metadata: linkType: hard "eslint@npm:^7.16.0": - version: 7.16.0 - resolution: "eslint@npm:7.16.0" + version: 7.17.0 + resolution: "eslint@npm:7.17.0" dependencies: "@babel/code-frame": ^7.0.0 "@eslint/eslintrc": ^0.2.2 @@ -4124,7 +4136,7 @@ __metadata: v8-compile-cache: ^2.0.3 bin: eslint: bin/eslint.js - checksum: facdebbce95f7812b026cae955f22863e0850584c8b4ab6daefa555f48b38a8b3d62c1857c0eeebe52218c49345853f516209b300c6747ea89d6f88ef495a56d + checksum: 12b09a972eb0b81fabf9c1b38b3e9ada0cc051a22ee5022e31852e7babde6fe02a0135be3027451ee02c9ff4a6f738b55205d2953f98eb16a43350ad73070b27 languageName: node linkType: hard @@ -6406,6 +6418,13 @@ fsevents@~2.1.2: languageName: node linkType: hard +"json-schema-traverse@npm:^1.0.0": + version: 1.0.0 + resolution: "json-schema-traverse@npm:1.0.0" + checksum: 7a230bcd927f5bf41b33a822121730a225ac287e14d7e8abc94f4cbc36743f6e09455549abaada7029844f7e88a9fd693a023ec76296df17488746acb1e5a388 + languageName: node + linkType: hard + "json-schema@npm:0.2.3": version: 0.2.3 resolution: "json-schema@npm:0.2.3" @@ -6913,19 +6932,19 @@ fsevents@~2.1.2: languageName: node linkType: hard -"mime-db@npm:1.44.0": - version: 1.44.0 - resolution: "mime-db@npm:1.44.0" - checksum: b4e3b2141418572fba9786f7e36324faef15e23032ad0871f56760cb304ee721ba4c8cc795d3c1cac69a2a8b94045c1d6b08c4a8d1ef6ba1226a3a5193915c57 +"mime-db@npm:1.45.0": + version: 1.45.0 + resolution: "mime-db@npm:1.45.0" + checksum: 86701c54f748c72a5c05c16f881cdfa01db44a61e52f4cef3d872b5f3e4a3c4186c28df7a5fec31debc9bee42d5afc9b86ff8ff3d3eaf1440f07140b94a33d4a languageName: node linkType: hard "mime-types@npm:^2.1.12, mime-types@npm:~2.1.19": - version: 2.1.27 - resolution: "mime-types@npm:2.1.27" + version: 2.1.28 + resolution: "mime-types@npm:2.1.28" dependencies: - mime-db: 1.44.0 - checksum: 51fe2f2c08c10ac7a2f67e2ce5de30f6500faa88d095418a1ab6e90e30960db7c682a8ecce60d3d4e293ac52c4700ca99399833db998ea9ec83d6f0503b70a94 + mime-db: 1.45.0 + checksum: 89d14a1af2be7f3c9682d1af98f422addce894b9c3ed1e67acb6e59e4c910c58a3586db686d894b47708d07c2ae76de4246b66dc4a7d698b0d1bd761c309bb92 languageName: node linkType: hard @@ -8368,6 +8387,13 @@ fsevents@~2.1.2: languageName: node linkType: hard +"require-from-string@npm:^2.0.2": + version: 2.0.2 + resolution: "require-from-string@npm:2.0.2" + checksum: 74fc30353e5d526879b28d480c3f25ca95e9c22dfe7ac10ca0650e03407b3aeed352ff8ca706ea145617b6482a582e4a3bd65a884fc50133ebe586d47fa085c6 + languageName: node + linkType: hard + "require-main-filename@npm:^2.0.0": version: 2.0.0 resolution: "require-main-filename@npm:2.0.0" @@ -8509,7 +8535,7 @@ fsevents@~2.1.2: resolution: "root-workspace-0b6124@workspace:." dependencies: "@babel/core": ^7.12.10 - "@polkadot/dev": ^0.61.18 + "@polkadot/dev": ^0.61.21 "@types/jest": ^26.0.19 languageName: unknown linkType: soft @@ -9321,14 +9347,14 @@ fsevents@~2.1.2: linkType: hard "table@npm:^6.0.4": - version: 6.0.4 - resolution: "table@npm:6.0.4" + version: 6.0.6 + resolution: "table@npm:6.0.6" dependencies: - ajv: ^6.12.4 + ajv: ^7.0.2 lodash: ^4.17.20 slice-ansi: ^4.0.0 string-width: ^4.2.0 - checksum: b51d4ad0f3f8a30a7d7f7efa19c07e4acba0a6dd62bb3484da6e45be93a5ac522626f455c0a68c76f02c21a10f7f284d1445925427dca869e0d42d01d48bf6ed + checksum: ed59c43e355d10c5723cdce5a4f5ac0c802a3b4d4bf45c19c7b304625abdebc18286e63810fd8d7bfa916c1c987e234e8aa079ea3e6d4179180d9ec7046a883d languageName: node linkType: hard @@ -9663,9 +9689,9 @@ fsevents@~2.1.2: languageName: node linkType: hard -"typedoc@npm:^0.20.3": - version: 0.20.4 - resolution: "typedoc@npm:0.20.4" +"typedoc@npm:^0.20.5": + version: 0.20.10 + resolution: "typedoc@npm:0.20.10" dependencies: colors: ^1.4.0 fs-extra: ^9.0.1 @@ -9682,7 +9708,7 @@ fsevents@~2.1.2: typescript: 3.9.x || 4.0.x || 4.1.x bin: typedoc: bin/typedoc - checksum: 37a2a1b835f178a00cf78e39754154e2a34215152bae97295de83babf6d3fe0b3d0830a47fae3bc4d3e5ca3a892ce792d9cb95f0b4e1a5e0485cd45944b76c19 + checksum: f727cb1516e7c7bb5215f7dde3111d11c2f9acd586f079ce2b00b7b2dc53a17e3fb65b24b76c16e1e20d5cc61499d5f59697e4d5f2847934534c19e92ffd8b85 languageName: node linkType: hard @@ -9707,11 +9733,11 @@ fsevents@~2.1.2: linkType: hard "uglify-js@npm:^3.1.4": - version: 3.12.3 - resolution: "uglify-js@npm:3.12.3" + version: 3.12.4 + resolution: "uglify-js@npm:3.12.4" bin: uglifyjs: bin/uglifyjs - checksum: 3cdb14550ef215dc6f3863eb7782a79b42b4fe3409db3495316d91725655124b271a9a6c77666463a4ece77ca62aae1b3ce0713ae1625a8d2661151c473b1dce + checksum: 94d832ab1100f4bc94676cce1971bd66e1e6507cb1a69411a50510f979aa6c7c6ff34aae043fd8f25943ff52584c1d1c3e551dc061d6ac559a4ecc53c64f344f languageName: node linkType: hard