Skip to content

Commit

Permalink
Merge pull request #147 from nkbt/up
Browse files Browse the repository at this point in the history
Upgrade yarn and use latest deps
  • Loading branch information
nkbt authored Aug 17, 2021
2 parents a806927 + 7abc265 commit 7c2f1da
Show file tree
Hide file tree
Showing 1,876 changed files with 10,082 additions and 6,950 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ version: 2


jobs:
build:
ui:
working_directory: ~/app
docker:
- image: circleci/node:10
- image: cimg/node:16.3.0-browsers

steps:
- checkout
- restore_cache:
key: deps-{{ checksum "yarn.lock" }}
- run: yarn install --pure-lockfile --offline
- run: yarn deps
- save_cache:
key: deps-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn
- node_modules
- run: yarn install --immutable --immutable-cache
- run: yarn check:deps
- run: yarn lint
- run: yarn test
- run: yarn lib
- run: yarn dist
- run: yarn pub


workflows:
version: 2
dev:
jobs:
- ui
9 changes: 9 additions & 0 deletions .depcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ignores: [
"webpack-dev-server"
]
ignore-dirs: [
".yarn",
"build",
"lib",
"pub"
]
8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ module.exports = {
browser: true
},
rules: {
'no-multiple-empty-lines': ["error", {"max": 2}],
'arrow-parens': ['error', 'as-needed'],
'comma-dangle': ['error', 'never'],
'eqeqeq': ['error', 'always'],
'object-curly-spacing': ['error', 'never'],
'no-console': 'off',
'global-require': 'off',
Expand All @@ -24,7 +22,7 @@ module.exports = {
'lifecycle',
'everything-else',
'render'
],
]
}],
'react/jsx-filename-extension': ['error', {extensions: ['.js']}],
'react/jsx-closing-bracket-location': ['error', {
Expand All @@ -46,6 +44,8 @@ module.exports = {

'react/state-in-constructor': 'off',
'react/jsx-one-expression-per-line': 'off',
'react/no-array-index-key': 'off'
'react/no-array-index-key': 'off',

'no-multiple-empty-lines': 'off'
}
};
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ pids
/reports/

/.eslintcache

# Yarn V2 Zero Installs
.yarn/*
!.yarn/cache
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
Binary file removed .packages/@babel-cli-7.14.8.tgz
Binary file not shown.
Binary file removed .packages/@babel-code-frame-7.14.5.tgz
Binary file not shown.
Binary file removed .packages/@babel-compat-data-7.15.0.tgz
Binary file not shown.
Binary file removed .packages/@babel-core-7.15.0.tgz
Binary file not shown.
Binary file removed .packages/@babel-generator-7.15.0.tgz
Binary file not shown.
Binary file removed .packages/@babel-helper-annotate-as-pure-7.14.5.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-helper-function-name-7.14.5.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-helper-hoist-variables-7.14.5.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-helper-module-imports-7.14.5.tgz
Binary file not shown.
Binary file removed .packages/@babel-helper-module-transforms-7.15.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-helper-plugin-utils-7.14.5.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-helper-replace-supers-7.15.0.tgz
Binary file not shown.
Binary file removed .packages/@babel-helper-simple-access-7.14.8.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-helper-validator-option-7.14.5.tgz
Binary file not shown.
Binary file removed .packages/@babel-helper-wrap-function-7.14.5.tgz
Binary file not shown.
Binary file removed .packages/@babel-helpers-7.15.3.tgz
Binary file not shown.
Binary file removed .packages/@babel-highlight-7.14.5.tgz
Binary file not shown.
Binary file removed .packages/@babel-parser-7.15.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-plugin-syntax-jsx-7.14.5.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-plugin-transform-classes-7.14.9.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-plugin-transform-for-of-7.14.5.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-plugin-transform-spread-7.14.6.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@babel-preset-env-7.15.0.tgz
Binary file not shown.
Binary file removed .packages/@babel-preset-modules-0.1.4.tgz
Binary file not shown.
Binary file removed .packages/@babel-preset-react-7.14.5.tgz
Binary file not shown.
Binary file removed .packages/@babel-register-7.15.3.tgz
Binary file not shown.
Binary file removed .packages/@babel-runtime-7.15.3.tgz
Binary file not shown.
Binary file removed .packages/@babel-runtime-corejs3-7.15.3.tgz
Binary file not shown.
Binary file removed .packages/@babel-template-7.14.5.tgz
Binary file not shown.
Binary file removed .packages/@babel-traverse-7.15.0.tgz
Binary file not shown.
Binary file removed .packages/@babel-types-7.15.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@types-glob-7.1.4.tgz
Binary file not shown.
Binary file removed .packages/@types-json-schema-7.0.9.tgz
Binary file not shown.
Binary file removed .packages/@types-minimatch-3.0.5.tgz
Binary file not shown.
Binary file removed .packages/@types-node-16.6.1.tgz
Binary file not shown.
Binary file removed .packages/@types-prop-types-15.7.4.tgz
Binary file not shown.
Binary file removed .packages/@types-react-16.14.13.tgz
Binary file not shown.
Binary file removed .packages/@types-scheduler-0.16.2.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-ast-1.9.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@webassemblyjs-helper-api-error-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-helper-buffer-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-helper-code-frame-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-helper-fsm-1.9.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/@webassemblyjs-ieee754-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-leb128-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-utf8-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-wasm-edit-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-wasm-gen-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-wasm-opt-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-wasm-parser-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-wast-parser-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@webassemblyjs-wast-printer-1.9.0.tgz
Binary file not shown.
Binary file removed .packages/@xtuc-ieee754-1.2.0.tgz
Binary file not shown.
Binary file removed .packages/@xtuc-long-4.2.2.tgz
Binary file not shown.
Binary file removed .packages/accepts-1.3.7.tgz
Binary file not shown.
Binary file removed .packages/acorn-6.4.2.tgz
Binary file not shown.
Binary file removed .packages/acorn-7.4.1.tgz
Binary file not shown.
Binary file removed .packages/acorn-jsx-5.3.2.tgz
Binary file not shown.
Binary file removed .packages/ajv-6.12.6.tgz
Binary file not shown.
Binary file removed .packages/ajv-errors-1.0.1.tgz
Binary file not shown.
Binary file removed .packages/ajv-keywords-3.5.2.tgz
Binary file not shown.
Binary file removed .packages/ansi-colors-3.2.4.tgz
Binary file not shown.
Binary file removed .packages/ansi-escapes-4.3.2.tgz
Binary file not shown.
Binary file removed .packages/ansi-html-0.0.7.tgz
Binary file not shown.
Binary file removed .packages/ansi-regex-2.1.1.tgz
Binary file not shown.
Binary file removed .packages/ansi-regex-4.1.0.tgz
Binary file not shown.
Binary file removed .packages/ansi-regex-5.0.0.tgz
Binary file not shown.
Binary file removed .packages/ansi-styles-3.2.1.tgz
Binary file not shown.
Binary file removed .packages/ansi-styles-4.3.0.tgz
Binary file not shown.
Binary file removed .packages/anymatch-2.0.0.tgz
Binary file not shown.
Binary file removed .packages/anymatch-3.1.2.tgz
Binary file not shown.
Binary file removed .packages/aproba-1.2.0.tgz
Binary file not shown.
Binary file removed .packages/argparse-1.0.10.tgz
Binary file not shown.
Binary file removed .packages/aria-query-4.2.2.tgz
Binary file not shown.
Binary file removed .packages/arr-diff-4.0.0.tgz
Binary file not shown.
Binary file removed .packages/arr-flatten-1.1.0.tgz
Binary file not shown.
Binary file removed .packages/arr-union-3.1.0.tgz
Binary file not shown.
Binary file removed .packages/array-flatten-1.1.1.tgz
Binary file not shown.
Binary file removed .packages/array-flatten-2.1.2.tgz
Binary file not shown.
Binary file removed .packages/array-includes-3.1.3.tgz
Binary file not shown.
Binary file removed .packages/array-union-1.0.2.tgz
Binary file not shown.
Binary file removed .packages/array-uniq-1.0.3.tgz
Binary file not shown.
Binary file removed .packages/array-unique-0.3.2.tgz
Binary file not shown.
Binary file removed .packages/array.prototype.flat-1.2.4.tgz
Binary file not shown.
Binary file removed .packages/array.prototype.flatmap-1.2.4.tgz
Binary file not shown.
Binary file removed .packages/asn1.js-5.4.1.tgz
Binary file not shown.
Binary file removed .packages/assert-1.5.0.tgz
Binary file not shown.
Binary file removed .packages/assign-symbols-1.0.0.tgz
Binary file not shown.
Binary file removed .packages/ast-types-flow-0.0.7.tgz
Binary file not shown.
Binary file removed .packages/astral-regex-1.0.0.tgz
Binary file not shown.
Binary file removed .packages/async-2.6.3.tgz
Binary file not shown.
Binary file removed .packages/async-each-1.0.3.tgz
Binary file not shown.
Binary file removed .packages/async-limiter-1.0.1.tgz
Binary file not shown.
Binary file removed .packages/atob-2.1.2.tgz
Binary file not shown.
Binary file removed .packages/axe-core-4.3.2.tgz
Binary file not shown.
Binary file removed .packages/axobject-query-2.2.0.tgz
Binary file not shown.
Binary file removed .packages/babel-eslint-10.1.0.tgz
Binary file not shown.
Binary file removed .packages/babel-loader-8.2.2.tgz
Binary file not shown.
Binary file removed .packages/babel-plugin-dynamic-import-node-2.3.3.tgz
Binary file not shown.
Binary file removed .packages/babel-plugin-polyfill-corejs2-0.2.2.tgz
Binary file not shown.
Binary file removed .packages/babel-plugin-polyfill-corejs3-0.2.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .packages/balanced-match-1.0.2.tgz
Binary file not shown.
Binary file removed .packages/base-0.11.2.tgz
Binary file not shown.
Binary file removed .packages/base64-js-1.5.1.tgz
Binary file not shown.
Binary file removed .packages/batch-0.6.1.tgz
Binary file not shown.
Binary file removed .packages/big.js-3.2.0.tgz
Binary file not shown.
Binary file removed .packages/big.js-5.2.2.tgz
Binary file not shown.
Binary file removed .packages/binary-extensions-1.13.1.tgz
Binary file not shown.
Binary file removed .packages/binary-extensions-2.2.0.tgz
Binary file not shown.
Binary file removed .packages/bindings-1.5.0.tgz
Binary file not shown.
Binary file removed .packages/bluebird-3.7.2.tgz
Binary file not shown.
Binary file removed .packages/bn.js-4.12.0.tgz
Binary file not shown.
Binary file removed .packages/bn.js-5.2.0.tgz
Binary file not shown.
Binary file removed .packages/body-parser-1.19.0.tgz
Binary file not shown.
Binary file removed .packages/bonjour-3.5.0.tgz
Binary file not shown.
Binary file removed .packages/boolbase-1.0.0.tgz
Binary file not shown.
Binary file removed .packages/brace-expansion-1.1.11.tgz
Binary file not shown.
Binary file removed .packages/braces-2.3.2.tgz
Binary file not shown.
Binary file removed .packages/braces-3.0.2.tgz
Binary file not shown.
Binary file removed .packages/brorand-1.1.0.tgz
Binary file not shown.
Binary file removed .packages/browserify-aes-1.2.0.tgz
Binary file not shown.
Binary file removed .packages/browserify-cipher-1.0.1.tgz
Binary file not shown.
Binary file removed .packages/browserify-des-1.0.2.tgz
Binary file not shown.
Binary file removed .packages/browserify-rsa-4.1.0.tgz
Binary file not shown.
Binary file removed .packages/browserify-sign-4.2.1.tgz
Binary file not shown.
Binary file removed .packages/browserify-zlib-0.2.0.tgz
Binary file not shown.
Binary file removed .packages/browserslist-4.16.7.tgz
Binary file not shown.
Binary file removed .packages/buffer-4.9.2.tgz
Binary file not shown.
Binary file removed .packages/buffer-from-1.1.2.tgz
Binary file not shown.
Binary file removed .packages/buffer-indexof-1.1.1.tgz
Binary file not shown.
Binary file removed .packages/buffer-xor-1.0.3.tgz
Binary file not shown.
Binary file removed .packages/builtin-modules-3.2.0.tgz
Binary file not shown.
Binary file removed .packages/builtin-status-codes-3.0.0.tgz
Binary file not shown.
Binary file removed .packages/bytes-3.0.0.tgz
Binary file not shown.
Binary file removed .packages/bytes-3.1.0.tgz
Binary file not shown.
Binary file removed .packages/cacache-12.0.4.tgz
Binary file not shown.
Binary file removed .packages/cache-base-1.0.1.tgz
Binary file not shown.
Binary file removed .packages/call-bind-1.0.2.tgz
Binary file not shown.
Binary file removed .packages/callsites-3.1.0.tgz
Binary file not shown.
Binary file removed .packages/camel-case-3.0.0.tgz
Binary file not shown.
Binary file removed .packages/camelcase-5.3.1.tgz
Binary file not shown.
Binary file removed .packages/caniuse-lite-1.0.30001251.tgz
Binary file not shown.
Binary file removed .packages/chalk-2.4.2.tgz
Binary file not shown.
Binary file removed .packages/chalk-4.1.2.tgz
Binary file not shown.
Binary file removed .packages/chardet-0.7.0.tgz
Binary file not shown.
Binary file removed .packages/chokidar-2.1.8.tgz
Binary file not shown.
Binary file removed .packages/chokidar-3.5.2.tgz
Binary file not shown.
Binary file removed .packages/chownr-1.1.4.tgz
Binary file not shown.
Binary file removed .packages/chrome-trace-event-1.0.3.tgz
Binary file not shown.
Binary file removed .packages/cipher-base-1.0.4.tgz
Binary file not shown.
Binary file removed .packages/class-utils-0.3.6.tgz
Binary file not shown.
Binary file removed .packages/clean-css-4.2.3.tgz
Binary file not shown.
Binary file removed .packages/cli-cursor-3.1.0.tgz
Binary file not shown.
Binary file removed .packages/cli-width-3.0.0.tgz
Binary file not shown.
Binary file removed .packages/cliui-5.0.0.tgz
Binary file not shown.
Binary file removed .packages/clone-deep-4.0.1.tgz
Binary file not shown.
Binary file removed .packages/collection-visit-1.0.0.tgz
Binary file not shown.
Binary file removed .packages/color-convert-1.9.3.tgz
Binary file not shown.
Binary file removed .packages/color-convert-2.0.1.tgz
Binary file not shown.
Binary file removed .packages/color-name-1.1.3.tgz
Binary file not shown.
Binary file removed .packages/color-name-1.1.4.tgz
Binary file not shown.
Binary file removed .packages/colorette-1.3.0.tgz
Binary file not shown.
Binary file removed .packages/commander-2.17.1.tgz
Binary file not shown.
Binary file removed .packages/commander-2.19.0.tgz
Binary file not shown.
Binary file removed .packages/commander-2.20.3.tgz
Binary file not shown.
Binary file removed .packages/commander-4.1.1.tgz
Binary file not shown.
Binary file removed .packages/commondir-1.0.1.tgz
Binary file not shown.
Binary file removed .packages/component-emitter-1.3.0.tgz
Binary file not shown.
Binary file removed .packages/compressible-2.0.18.tgz
Binary file not shown.
Binary file removed .packages/compression-1.7.4.tgz
Binary file not shown.
Binary file removed .packages/concat-map-0.0.1.tgz
Binary file not shown.
Binary file removed .packages/concat-stream-1.6.2.tgz
Binary file not shown.
Binary file removed .packages/confusing-browser-globals-1.0.10.tgz
Binary file not shown.
Binary file removed .packages/connect-history-api-fallback-1.6.0.tgz
Binary file not shown.
Binary file removed .packages/console-browserify-1.2.0.tgz
Binary file not shown.
Binary file removed .packages/constants-browserify-1.0.0.tgz
Binary file not shown.
Binary file removed .packages/content-disposition-0.5.3.tgz
Binary file not shown.
Binary file removed .packages/content-type-1.0.4.tgz
Binary file not shown.
Binary file removed .packages/convert-source-map-1.8.0.tgz
Binary file not shown.
Binary file removed .packages/cookie-0.4.0.tgz
Binary file not shown.
Binary file removed .packages/cookie-signature-1.0.6.tgz
Binary file not shown.
Binary file removed .packages/copy-concurrently-1.0.5.tgz
Binary file not shown.
Binary file removed .packages/copy-descriptor-0.1.1.tgz
Binary file not shown.
Binary file removed .packages/core-js-compat-3.16.2.tgz
Binary file not shown.
Binary file removed .packages/core-js-pure-3.16.2.tgz
Binary file not shown.
Binary file removed .packages/core-util-is-1.0.2.tgz
Binary file not shown.
Binary file removed .packages/create-ecdh-4.0.4.tgz
Binary file not shown.
Binary file removed .packages/create-hash-1.2.0.tgz
Binary file not shown.
Binary file removed .packages/create-hmac-1.1.7.tgz
Binary file not shown.
Binary file removed .packages/cross-spawn-6.0.5.tgz
Binary file not shown.
Binary file removed .packages/crypto-browserify-3.12.0.tgz
Binary file not shown.
Binary file removed .packages/css-loader-3.6.0.tgz
Binary file not shown.
Binary file removed .packages/css-select-4.1.3.tgz
Binary file not shown.
Binary file removed .packages/css-what-5.0.1.tgz
Binary file not shown.
Binary file removed .packages/cssesc-3.0.0.tgz
Binary file not shown.
Binary file removed .packages/csstype-3.0.8.tgz
Binary file not shown.
Binary file removed .packages/cyclist-1.0.1.tgz
Binary file not shown.
Binary file removed .packages/damerau-levenshtein-1.0.7.tgz
Binary file not shown.
Binary file removed .packages/de-indent-1.0.2.tgz
Binary file not shown.
Binary file removed .packages/debug-2.6.9.tgz
Binary file not shown.
Binary file removed .packages/debug-3.2.7.tgz
Binary file not shown.
Binary file removed .packages/debug-4.3.2.tgz
Binary file not shown.
Binary file removed .packages/decamelize-1.2.0.tgz
Binary file not shown.
Binary file removed .packages/decode-uri-component-0.2.0.tgz
Binary file not shown.
Binary file removed .packages/deep-equal-1.1.1.tgz
Binary file not shown.
Binary file removed .packages/deep-is-0.1.3.tgz
Binary file not shown.
Binary file removed .packages/default-gateway-4.2.0.tgz
Binary file not shown.
Binary file removed .packages/define-properties-1.1.3.tgz
Binary file not shown.
Binary file removed .packages/define-property-0.2.5.tgz
Binary file not shown.
Binary file removed .packages/define-property-1.0.0.tgz
Binary file not shown.
Binary file removed .packages/define-property-2.0.2.tgz
Binary file not shown.
Binary file removed .packages/defined-1.0.0.tgz
Binary file not shown.
Binary file removed .packages/del-4.1.1.tgz
Binary file not shown.
Loading

0 comments on commit 7c2f1da

Please sign in to comment.