From c3b510f0bb57a9b041893cf4adfdbec28a0a8773 Mon Sep 17 00:00:00 2001 From: Kata Date: Sun, 14 Apr 2019 12:51:12 -0500 Subject: [PATCH] [global] update flow-typed, .env, and some dependencies. --- .env.example | 12 + .flowconfig | 6 +- flow-typed/npm/@babel/preset-react_vx.x.x.js | 32 + flow-typed/npm/async-retry_vx.x.x.js | 32 + flow-typed/npm/babel-jest_vx.x.x.js | 32 + .../npm/eslint-plugin-flowtype_vx.x.x.js | 4 +- flow-typed/npm/eslint_vx.x.x.js | 65 +- flow-typed/npm/husky_vx.x.x.js | 109 + .../npm/stylelint-config-standard_vx.x.x.js | 33 + ...ylelint-config-styled-components_vx.x.x.js | 33 + ...lint-processor-styled-components_vx.x.x.js | 480 ++++ flow-typed/npm/stylelint_vx.x.x.js | 2244 +++++++++++++++++ package.json | 14 +- packages/roleypoly-bot/package.json | 11 +- packages/roleypoly-rpc-client/package.json | 9 +- packages/roleypoly-server/package.json | 5 +- packages/roleypoly-ui/package.json | 6 +- yarn.lock | 740 +++--- 18 files changed, 3471 insertions(+), 396 deletions(-) create mode 100644 flow-typed/npm/@babel/preset-react_vx.x.x.js create mode 100644 flow-typed/npm/async-retry_vx.x.x.js create mode 100644 flow-typed/npm/babel-jest_vx.x.x.js create mode 100644 flow-typed/npm/husky_vx.x.x.js create mode 100644 flow-typed/npm/stylelint-config-standard_vx.x.x.js create mode 100644 flow-typed/npm/stylelint-config-styled-components_vx.x.x.js create mode 100644 flow-typed/npm/stylelint-processor-styled-components_vx.x.x.js create mode 100644 flow-typed/npm/stylelint_vx.x.x.js diff --git a/.env.example b/.env.example index a8a3a7f..fd63908 100644 --- a/.env.example +++ b/.env.example @@ -17,6 +17,16 @@ DISCORD_BOT_TOKEN=qgTk4wm9Q7ECmMCovpmJVNCBltzJhL # URL to the app for OAuth callbacks APP_URL=http://localhost:6769 +# URL to use for bot RPC, if unset, it will use ^ +INTERNAL_RPC_URL= + +# Log channel, if unset, the bot won't log errors in a very visible manner. +LOG_CHANNEL= + +# Bot mention for login page. +# This may be fetched separately at some point. +BOT_HANDLE="roleypoly#3712" + # CHANGE THIS ALWAYS. BUT EXACTLY ONCE. # CHANGE THIS ALWAYS. BUT EXACTLY ONCE. # CHANGE THIS ALWAYS. BUT EXACTLY ONCE. @@ -25,5 +35,7 @@ APP_KEY=PJoayPGqi8vfYVFYBDgSeJSDYUpzBX # shared secret for bot authenticated requests. SHARED_SECRET=EJ1LongZLRJgHBhkSROsGh8MeaE0YvMo + + # your and your friend's user ID for using admin tools. ROOT_USERS=62601275618889721 diff --git a/.flowconfig b/.flowconfig index d232275..099accb 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,9 +1,13 @@ [ignore] .*/node_modules/* -.*/dist/* +.*/packages/*/lib/* [include] [libs] +./packages/*/* [options] +esproposal.optional_chaining=enable +munge_underscores=true +emoji=true \ No newline at end of file diff --git a/flow-typed/npm/@babel/preset-react_vx.x.x.js b/flow-typed/npm/@babel/preset-react_vx.x.x.js new file mode 100644 index 0000000..4097246 --- /dev/null +++ b/flow-typed/npm/@babel/preset-react_vx.x.x.js @@ -0,0 +1,32 @@ +// flow-typed signature: bc4e2309ea659005cdd86bc4ec5fdafb +// flow-typed version: <>/@babel/preset-react_v^7.0.0/flow_v0.96.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@babel/preset-react' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@babel/preset-react' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@babel/preset-react/lib/index' { + declare module.exports: any; +} + +// Filename aliases +declare module '@babel/preset-react/lib/index.js' { + declare module.exports: $Exports<'@babel/preset-react/lib/index'>; +} diff --git a/flow-typed/npm/async-retry_vx.x.x.js b/flow-typed/npm/async-retry_vx.x.x.js new file mode 100644 index 0000000..fedc862 --- /dev/null +++ b/flow-typed/npm/async-retry_vx.x.x.js @@ -0,0 +1,32 @@ +// flow-typed signature: bc75aec44ae5fdc84dd56235b22e0cc9 +// flow-typed version: <>/async-retry_v^1.2.3/flow_v0.96.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'async-retry' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'async-retry' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'async-retry/lib/index' { + declare module.exports: any; +} + +// Filename aliases +declare module 'async-retry/lib/index.js' { + declare module.exports: $Exports<'async-retry/lib/index'>; +} diff --git a/flow-typed/npm/babel-jest_vx.x.x.js b/flow-typed/npm/babel-jest_vx.x.x.js new file mode 100644 index 0000000..5c1af94 --- /dev/null +++ b/flow-typed/npm/babel-jest_vx.x.x.js @@ -0,0 +1,32 @@ +// flow-typed signature: 762c1faee0b222fa17ea8e1c33fe3f2f +// flow-typed version: <>/babel-jest_v^24.7.0/flow_v0.96.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'babel-jest' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'babel-jest' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'babel-jest/build/index' { + declare module.exports: any; +} + +// Filename aliases +declare module 'babel-jest/build/index.js' { + declare module.exports: $Exports<'babel-jest/build/index'>; +} diff --git a/flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js b/flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js index 78b369e..dc7051a 100644 --- a/flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js +++ b/flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 6116ca3cb569193eb8a9047fbbf5992b -// flow-typed version: <>/eslint-plugin-flowtype_v^3.4.2/flow_v0.96.0 +// flow-typed signature: 4fb2b3a476af47fa4fb9ef0061765ae7 +// flow-typed version: <>/eslint-plugin-flowtype_v^3.6.1/flow_v0.96.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/eslint_vx.x.x.js b/flow-typed/npm/eslint_vx.x.x.js index c013f7d..2a4e743 100644 --- a/flow-typed/npm/eslint_vx.x.x.js +++ b/flow-typed/npm/eslint_vx.x.x.js @@ -1,4 +1,4 @@ -// flow-typed signature: a6cbad9ec0f33677631899a6daf10c26 +// flow-typed signature: 8ede7cbded5d7b04fc44cc1997bc16e1 // flow-typed version: <>/eslint_v^5.16.0/flow_v0.96.0 /** @@ -50,10 +50,6 @@ declare module 'eslint/lib/api' { declare module.exports: any; } -declare module 'eslint/lib/built-in-rules-index' { - declare module.exports: any; -} - declare module 'eslint/lib/cli-engine' { declare module.exports: any; } @@ -150,10 +146,6 @@ declare module 'eslint/lib/formatters/jslint-xml' { declare module.exports: any; } -declare module 'eslint/lib/formatters/json-with-metadata' { - declare module.exports: any; -} - declare module 'eslint/lib/formatters/json' { declare module.exports: any; } @@ -182,6 +174,10 @@ declare module 'eslint/lib/formatters/visualstudio' { declare module.exports: any; } +declare module 'eslint/lib/ignored-paths' { + declare module.exports: any; +} + declare module 'eslint/lib/linter' { declare module.exports: any; } @@ -194,6 +190,10 @@ declare module 'eslint/lib/options' { declare module.exports: any; } +declare module 'eslint/lib/report-translator' { + declare module.exports: any; +} + declare module 'eslint/lib/rules' { declare module.exports: any; } @@ -986,10 +986,6 @@ declare module 'eslint/lib/rules/no-useless-call' { declare module.exports: any; } -declare module 'eslint/lib/rules/no-useless-catch' { - declare module.exports: any; -} - declare module 'eslint/lib/rules/no-useless-computed-key' { declare module.exports: any; } @@ -1090,10 +1086,6 @@ declare module 'eslint/lib/rules/prefer-destructuring' { declare module.exports: any; } -declare module 'eslint/lib/rules/prefer-named-capture-group' { - declare module.exports: any; -} - declare module 'eslint/lib/rules/prefer-numeric-literals' { declare module.exports: any; } @@ -1330,10 +1322,6 @@ declare module 'eslint/lib/util/ast-utils' { declare module.exports: any; } -declare module 'eslint/lib/util/config-comment-parser' { - declare module.exports: any; -} - declare module 'eslint/lib/util/file-finder' { declare module.exports: any; } @@ -1354,10 +1342,6 @@ declare module 'eslint/lib/util/hash' { declare module.exports: any; } -declare module 'eslint/lib/util/ignored-paths' { - declare module.exports: any; -} - declare module 'eslint/lib/util/interpolate' { declare module.exports: any; } @@ -1398,10 +1382,6 @@ declare module 'eslint/lib/util/patterns/letters' { declare module.exports: any; } -declare module 'eslint/lib/util/report-translator' { - declare module.exports: any; -} - declare module 'eslint/lib/util/rule-fixer' { declare module.exports: any; } @@ -1476,9 +1456,6 @@ declare module 'eslint/conf/eslint-recommended.js' { declare module 'eslint/lib/api.js' { declare module.exports: $Exports<'eslint/lib/api'>; } -declare module 'eslint/lib/built-in-rules-index.js' { - declare module.exports: $Exports<'eslint/lib/built-in-rules-index'>; -} declare module 'eslint/lib/cli-engine.js' { declare module.exports: $Exports<'eslint/lib/cli-engine'>; } @@ -1551,9 +1528,6 @@ declare module 'eslint/lib/formatters/html.js' { declare module 'eslint/lib/formatters/jslint-xml.js' { declare module.exports: $Exports<'eslint/lib/formatters/jslint-xml'>; } -declare module 'eslint/lib/formatters/json-with-metadata.js' { - declare module.exports: $Exports<'eslint/lib/formatters/json-with-metadata'>; -} declare module 'eslint/lib/formatters/json.js' { declare module.exports: $Exports<'eslint/lib/formatters/json'>; } @@ -1575,6 +1549,9 @@ declare module 'eslint/lib/formatters/unix.js' { declare module 'eslint/lib/formatters/visualstudio.js' { declare module.exports: $Exports<'eslint/lib/formatters/visualstudio'>; } +declare module 'eslint/lib/ignored-paths.js' { + declare module.exports: $Exports<'eslint/lib/ignored-paths'>; +} declare module 'eslint/lib/linter.js' { declare module.exports: $Exports<'eslint/lib/linter'>; } @@ -1584,6 +1561,9 @@ declare module 'eslint/lib/load-rules.js' { declare module 'eslint/lib/options.js' { declare module.exports: $Exports<'eslint/lib/options'>; } +declare module 'eslint/lib/report-translator.js' { + declare module.exports: $Exports<'eslint/lib/report-translator'>; +} declare module 'eslint/lib/rules.js' { declare module.exports: $Exports<'eslint/lib/rules'>; } @@ -2178,9 +2158,6 @@ declare module 'eslint/lib/rules/no-use-before-define.js' { declare module 'eslint/lib/rules/no-useless-call.js' { declare module.exports: $Exports<'eslint/lib/rules/no-useless-call'>; } -declare module 'eslint/lib/rules/no-useless-catch.js' { - declare module.exports: $Exports<'eslint/lib/rules/no-useless-catch'>; -} declare module 'eslint/lib/rules/no-useless-computed-key.js' { declare module.exports: $Exports<'eslint/lib/rules/no-useless-computed-key'>; } @@ -2256,9 +2233,6 @@ declare module 'eslint/lib/rules/prefer-const.js' { declare module 'eslint/lib/rules/prefer-destructuring.js' { declare module.exports: $Exports<'eslint/lib/rules/prefer-destructuring'>; } -declare module 'eslint/lib/rules/prefer-named-capture-group.js' { - declare module.exports: $Exports<'eslint/lib/rules/prefer-named-capture-group'>; -} declare module 'eslint/lib/rules/prefer-numeric-literals.js' { declare module.exports: $Exports<'eslint/lib/rules/prefer-numeric-literals'>; } @@ -2436,9 +2410,6 @@ declare module 'eslint/lib/util/apply-disable-directives.js' { declare module 'eslint/lib/util/ast-utils.js' { declare module.exports: $Exports<'eslint/lib/util/ast-utils'>; } -declare module 'eslint/lib/util/config-comment-parser.js' { - declare module.exports: $Exports<'eslint/lib/util/config-comment-parser'>; -} declare module 'eslint/lib/util/file-finder.js' { declare module.exports: $Exports<'eslint/lib/util/file-finder'>; } @@ -2454,9 +2425,6 @@ declare module 'eslint/lib/util/glob.js' { declare module 'eslint/lib/util/hash.js' { declare module.exports: $Exports<'eslint/lib/util/hash'>; } -declare module 'eslint/lib/util/ignored-paths.js' { - declare module.exports: $Exports<'eslint/lib/util/ignored-paths'>; -} declare module 'eslint/lib/util/interpolate.js' { declare module.exports: $Exports<'eslint/lib/util/interpolate'>; } @@ -2487,9 +2455,6 @@ declare module 'eslint/lib/util/path-utils.js' { declare module 'eslint/lib/util/patterns/letters.js' { declare module.exports: $Exports<'eslint/lib/util/patterns/letters'>; } -declare module 'eslint/lib/util/report-translator.js' { - declare module.exports: $Exports<'eslint/lib/util/report-translator'>; -} declare module 'eslint/lib/util/rule-fixer.js' { declare module.exports: $Exports<'eslint/lib/util/rule-fixer'>; } diff --git a/flow-typed/npm/husky_vx.x.x.js b/flow-typed/npm/husky_vx.x.x.js new file mode 100644 index 0000000..3a98803 --- /dev/null +++ b/flow-typed/npm/husky_vx.x.x.js @@ -0,0 +1,109 @@ +// flow-typed signature: 9940d527af68cc8afd454132fd439fae +// flow-typed version: <>/husky_v^1.3.1/flow_v0.96.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'husky' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'husky' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'husky/husky' { + declare module.exports: any; +} + +declare module 'husky/lib/getConf' { + declare module.exports: any; +} + +declare module 'husky/lib/installer/bin' { + declare module.exports: any; +} + +declare module 'husky/lib/installer/getScript' { + declare module.exports: any; +} + +declare module 'husky/lib/installer/index' { + declare module.exports: any; +} + +declare module 'husky/lib/installer/is' { + declare module.exports: any; +} + +declare module 'husky/lib/installer/resolveGitDir' { + declare module.exports: any; +} + +declare module 'husky/lib/runner/bin' { + declare module.exports: any; +} + +declare module 'husky/lib/runner/index' { + declare module.exports: any; +} + +declare module 'husky/lib/upgrader/bin' { + declare module.exports: any; +} + +declare module 'husky/lib/upgrader/index' { + declare module.exports: any; +} + +declare module 'husky/run' { + declare module.exports: any; +} + +// Filename aliases +declare module 'husky/husky.js' { + declare module.exports: $Exports<'husky/husky'>; +} +declare module 'husky/lib/getConf.js' { + declare module.exports: $Exports<'husky/lib/getConf'>; +} +declare module 'husky/lib/installer/bin.js' { + declare module.exports: $Exports<'husky/lib/installer/bin'>; +} +declare module 'husky/lib/installer/getScript.js' { + declare module.exports: $Exports<'husky/lib/installer/getScript'>; +} +declare module 'husky/lib/installer/index.js' { + declare module.exports: $Exports<'husky/lib/installer/index'>; +} +declare module 'husky/lib/installer/is.js' { + declare module.exports: $Exports<'husky/lib/installer/is'>; +} +declare module 'husky/lib/installer/resolveGitDir.js' { + declare module.exports: $Exports<'husky/lib/installer/resolveGitDir'>; +} +declare module 'husky/lib/runner/bin.js' { + declare module.exports: $Exports<'husky/lib/runner/bin'>; +} +declare module 'husky/lib/runner/index.js' { + declare module.exports: $Exports<'husky/lib/runner/index'>; +} +declare module 'husky/lib/upgrader/bin.js' { + declare module.exports: $Exports<'husky/lib/upgrader/bin'>; +} +declare module 'husky/lib/upgrader/index.js' { + declare module.exports: $Exports<'husky/lib/upgrader/index'>; +} +declare module 'husky/run.js' { + declare module.exports: $Exports<'husky/run'>; +} diff --git a/flow-typed/npm/stylelint-config-standard_vx.x.x.js b/flow-typed/npm/stylelint-config-standard_vx.x.x.js new file mode 100644 index 0000000..4a29fe6 --- /dev/null +++ b/flow-typed/npm/stylelint-config-standard_vx.x.x.js @@ -0,0 +1,33 @@ +// flow-typed signature: ecd8e3a73e933c364b5d7e3ddafc72f2 +// flow-typed version: <>/stylelint-config-standard_v^18.2.0/flow_v0.96.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'stylelint-config-standard' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'stylelint-config-standard' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ + + +// Filename aliases +declare module 'stylelint-config-standard/index' { + declare module.exports: $Exports<'stylelint-config-standard'>; +} +declare module 'stylelint-config-standard/index.js' { + declare module.exports: $Exports<'stylelint-config-standard'>; +} diff --git a/flow-typed/npm/stylelint-config-styled-components_vx.x.x.js b/flow-typed/npm/stylelint-config-styled-components_vx.x.x.js new file mode 100644 index 0000000..cc4e899 --- /dev/null +++ b/flow-typed/npm/stylelint-config-styled-components_vx.x.x.js @@ -0,0 +1,33 @@ +// flow-typed signature: 12d5c366ed1a01ef891ead808989f7d8 +// flow-typed version: <>/stylelint-config-styled-components_v^0.1.1/flow_v0.96.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'stylelint-config-styled-components' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'stylelint-config-styled-components' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ + + +// Filename aliases +declare module 'stylelint-config-styled-components/index' { + declare module.exports: $Exports<'stylelint-config-styled-components'>; +} +declare module 'stylelint-config-styled-components/index.js' { + declare module.exports: $Exports<'stylelint-config-styled-components'>; +} diff --git a/flow-typed/npm/stylelint-processor-styled-components_vx.x.x.js b/flow-typed/npm/stylelint-processor-styled-components_vx.x.x.js new file mode 100644 index 0000000..e4897f2 --- /dev/null +++ b/flow-typed/npm/stylelint-processor-styled-components_vx.x.x.js @@ -0,0 +1,480 @@ +// flow-typed signature: 32fd23102fa81c7e729c9b7ed645b2bb +// flow-typed version: <>/stylelint-processor-styled-components_v^1.6.0/flow_v0.96.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'stylelint-processor-styled-components' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'stylelint-processor-styled-components' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'stylelint-processor-styled-components/lib/index' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/lib/parsers/babylon-parser' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/lib/parsers/index' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/lib/utils/general' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/lib/utils/parse' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/lib/utils/result' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/lib/utils/styled' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/lib/utils/tagged-template-literal' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/src/index' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/src/parsers/babylon-parser' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/src/parsers/index' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/src/utils/general' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/src/utils/parse' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/src/utils/result' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/src/utils/styled' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/src/utils/tagged-template-literal' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/emptyblock.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/emptycode.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/garbage-css/invalid-css' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/hard/indentation' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/hard/invalid-indentation' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/hard/source-maps' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/hard/valid-js-comments' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/alternating-disable-enable' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/disable-whole-file' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/mix-in-css-disables' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-comments' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-disables' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/inject-global/valid-spaces' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/inject-global/valid-tabs' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-custom' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-tag' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/valid' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/complex' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/invalid' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/valid' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/options/import-name' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/options/invalid-import-name' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/options/invalid-module-name' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/options/module-name' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/options/relative-module-name' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/options/strict' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/real-world/Circle' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/real-world/LineNumbersReportedAccurate' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/simple/global' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/simple/helpers' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/simple/identify-styled' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/simple/imports' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/simple/invalid' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/simple/nesting' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/simple/other-library' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/fixtures/simple/valid' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/garbage-css.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/hard.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/ignore-rule-comments.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/inject-global.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/interpolation-tagging.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/interpolations.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/jest-setup' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/nofiles.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/options.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/real-world.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/simple.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/typescript.test' { + declare module.exports: any; +} + +declare module 'stylelint-processor-styled-components/test/utils.test' { + declare module.exports: any; +} + +// Filename aliases +declare module 'stylelint-processor-styled-components/lib/index.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/lib/index'>; +} +declare module 'stylelint-processor-styled-components/lib/parsers/babylon-parser.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/lib/parsers/babylon-parser'>; +} +declare module 'stylelint-processor-styled-components/lib/parsers/index.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/lib/parsers/index'>; +} +declare module 'stylelint-processor-styled-components/lib/utils/general.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/general'>; +} +declare module 'stylelint-processor-styled-components/lib/utils/parse.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/parse'>; +} +declare module 'stylelint-processor-styled-components/lib/utils/result.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/result'>; +} +declare module 'stylelint-processor-styled-components/lib/utils/styled.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/styled'>; +} +declare module 'stylelint-processor-styled-components/lib/utils/tagged-template-literal.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/tagged-template-literal'>; +} +declare module 'stylelint-processor-styled-components/src/index.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/src/index'>; +} +declare module 'stylelint-processor-styled-components/src/parsers/babylon-parser.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/src/parsers/babylon-parser'>; +} +declare module 'stylelint-processor-styled-components/src/parsers/index.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/src/parsers/index'>; +} +declare module 'stylelint-processor-styled-components/src/utils/general.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/general'>; +} +declare module 'stylelint-processor-styled-components/src/utils/parse.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/parse'>; +} +declare module 'stylelint-processor-styled-components/src/utils/result.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/result'>; +} +declare module 'stylelint-processor-styled-components/src/utils/styled.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/styled'>; +} +declare module 'stylelint-processor-styled-components/src/utils/tagged-template-literal.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/tagged-template-literal'>; +} +declare module 'stylelint-processor-styled-components/test/emptyblock.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/emptyblock.test'>; +} +declare module 'stylelint-processor-styled-components/test/emptycode.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/emptycode.test'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/garbage-css/invalid-css.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/garbage-css/invalid-css'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/hard/indentation.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/hard/indentation'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/hard/invalid-indentation.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/hard/invalid-indentation'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/hard/source-maps.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/hard/source-maps'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/hard/valid-js-comments.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/hard/valid-js-comments'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/alternating-disable-enable.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/alternating-disable-enable'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/disable-whole-file.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/disable-whole-file'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/mix-in-css-disables.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/mix-in-css-disables'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-comments.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-comments'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-disables.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-disables'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/inject-global/valid-spaces.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/inject-global/valid-spaces'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/inject-global/valid-tabs.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/inject-global/valid-tabs'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-custom.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-custom'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-tag.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-tag'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/valid.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/valid'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/complex.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolations/complex'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/invalid.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolations/invalid'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/valid.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolations/valid'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/options/import-name.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/import-name'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/options/invalid-import-name.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/invalid-import-name'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/options/invalid-module-name.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/invalid-module-name'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/options/module-name.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/module-name'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/options/relative-module-name.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/relative-module-name'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/options/strict.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/strict'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/real-world/Circle.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/real-world/Circle'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/real-world/LineNumbersReportedAccurate.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/real-world/LineNumbersReportedAccurate'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/simple/global.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/global'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/simple/helpers.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/helpers'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/simple/identify-styled.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/identify-styled'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/simple/imports.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/imports'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/simple/invalid.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/invalid'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/simple/nesting.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/nesting'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/simple/other-library.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/other-library'>; +} +declare module 'stylelint-processor-styled-components/test/fixtures/simple/valid.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/valid'>; +} +declare module 'stylelint-processor-styled-components/test/garbage-css.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/garbage-css.test'>; +} +declare module 'stylelint-processor-styled-components/test/hard.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/hard.test'>; +} +declare module 'stylelint-processor-styled-components/test/ignore-rule-comments.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/ignore-rule-comments.test'>; +} +declare module 'stylelint-processor-styled-components/test/inject-global.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/inject-global.test'>; +} +declare module 'stylelint-processor-styled-components/test/interpolation-tagging.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/interpolation-tagging.test'>; +} +declare module 'stylelint-processor-styled-components/test/interpolations.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/interpolations.test'>; +} +declare module 'stylelint-processor-styled-components/test/jest-setup.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/jest-setup'>; +} +declare module 'stylelint-processor-styled-components/test/nofiles.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/nofiles.test'>; +} +declare module 'stylelint-processor-styled-components/test/options.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/options.test'>; +} +declare module 'stylelint-processor-styled-components/test/real-world.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/real-world.test'>; +} +declare module 'stylelint-processor-styled-components/test/simple.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/simple.test'>; +} +declare module 'stylelint-processor-styled-components/test/typescript.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/typescript.test'>; +} +declare module 'stylelint-processor-styled-components/test/utils.test.js' { + declare module.exports: $Exports<'stylelint-processor-styled-components/test/utils.test'>; +} diff --git a/flow-typed/npm/stylelint_vx.x.x.js b/flow-typed/npm/stylelint_vx.x.x.js new file mode 100644 index 0000000..5710ed6 --- /dev/null +++ b/flow-typed/npm/stylelint_vx.x.x.js @@ -0,0 +1,2244 @@ +// flow-typed signature: ca493817c78918df93fa14498da586b5 +// flow-typed version: <>/stylelint_v^9.10.1/flow_v0.96.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'stylelint' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'stylelint' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'stylelint/bin/stylelint' { + declare module.exports: any; +} + +declare module 'stylelint/flow-typed/postcss' { + declare module.exports: any; +} + +declare module 'stylelint/flow-typed/stylelint' { + declare module.exports: any; +} + +declare module 'stylelint/lib/assignDisabledRanges' { + declare module.exports: any; +} + +declare module 'stylelint/lib/augmentConfig' { + declare module.exports: any; +} + +declare module 'stylelint/lib/cli' { + declare module.exports: any; +} + +declare module 'stylelint/lib/createPlugin' { + declare module.exports: any; +} + +declare module 'stylelint/lib/createStylelint' { + declare module.exports: any; +} + +declare module 'stylelint/lib/createStylelintResult' { + declare module.exports: any; +} + +declare module 'stylelint/lib/dynamicRequire' { + declare module.exports: any; +} + +declare module 'stylelint/lib/formatters/compactFormatter' { + declare module.exports: any; +} + +declare module 'stylelint/lib/formatters/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/formatters/jsonFormatter' { + declare module.exports: any; +} + +declare module 'stylelint/lib/formatters/needlessDisablesStringFormatter' { + declare module.exports: any; +} + +declare module 'stylelint/lib/formatters/stringFormatter' { + declare module.exports: any; +} + +declare module 'stylelint/lib/formatters/unixFormatter' { + declare module.exports: any; +} + +declare module 'stylelint/lib/formatters/verboseFormatter' { + declare module.exports: any; +} + +declare module 'stylelint/lib/getConfigForFile' { + declare module.exports: any; +} + +declare module 'stylelint/lib/getPostcssResult' { + declare module.exports: any; +} + +declare module 'stylelint/lib/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/isPathIgnored' { + declare module.exports: any; +} + +declare module 'stylelint/lib/lintSource' { + declare module.exports: any; +} + +declare module 'stylelint/lib/needlessDisables' { + declare module.exports: any; +} + +declare module 'stylelint/lib/normalizeRuleSettings' { + declare module.exports: any; +} + +declare module 'stylelint/lib/postcssPlugin' { + declare module.exports: any; +} + +declare module 'stylelint/lib/printConfig' { + declare module.exports: any; +} + +declare module 'stylelint/lib/reference/keywordSets' { + declare module.exports: any; +} + +declare module 'stylelint/lib/reference/namedColorData' { + declare module.exports: any; +} + +declare module 'stylelint/lib/reference/propertySets' { + declare module.exports: any; +} + +declare module 'stylelint/lib/reference/punctuationSets' { + declare module.exports: any; +} + +declare module 'stylelint/lib/reference/shorthandData' { + declare module.exports: any; +} + +declare module 'stylelint/lib/requireRule' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-empty-line-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-name-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-name-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-name-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-no-unknown/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-no-vendor-prefix/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-semicolon-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-semicolon-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/at-rule-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/atRuleNameSpaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-closing-brace-empty-line-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-closing-brace-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-closing-brace-newline-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-closing-brace-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-closing-brace-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-no-empty/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-opening-brace-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-opening-brace-newline-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-opening-brace-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/block-opening-brace-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/color-hex-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/color-hex-length/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/color-named/generateColorFuncs' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/color-named/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/color-no-hex/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/color-no-invalid-hex/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/comment-empty-line-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/comment-no-empty/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/comment-whitespace-inside/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/comment-word-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/custom-media-pattern/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/custom-property-empty-line-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/custom-property-pattern/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-bang-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-bang-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-no-duplicate-properties/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-semicolon-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-semicolon-newline-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-semicolon-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-semicolon-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-single-line-max-declarations/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-block-trailing-semicolon/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-colon-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-colon-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-colon-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-empty-line-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-no-important/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-property-unit-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-property-unit-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-property-value-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declaration-property-value-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declarationBangSpaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/declarationColonSpaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/findMediaOperator' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/font-family-name-quotes/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/font-family-no-duplicate-names/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/font-family-no-missing-generic-family-keyword/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/font-weight-notation/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-calc-no-invalid/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-calc-no-unspaced-operator/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-comma-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-comma-newline-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-comma-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-comma-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-max-empty-lines/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-name-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-parentheses-newline-inside/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-parentheses-space-inside/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-url-no-scheme-relative/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-url-quotes/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-url-scheme-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-url-scheme-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/function-whitespace-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/functionCommaSpaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/functionCommaSpaceFix' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/indentation/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/keyframe-declaration-no-important/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/keyframes-name-pattern/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/length-zero-no-unit/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/linebreaks/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/max-empty-lines/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/max-line-length/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/max-nesting-depth/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-colon-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-colon-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-name-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-name-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-name-no-unknown/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-name-no-vendor-prefix/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-name-value-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-name-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-parentheses-space-inside/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-range-operator-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-feature-range-operator-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-query-list-comma-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-query-list-comma-newline-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-query-list-comma-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/media-query-list-comma-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/mediaFeatureColonSpaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/mediaQueryListCommaWhitespaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-descending-specificity/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-duplicate-at-import-rules/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-duplicate-selectors/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-empty-first-line/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-empty-source/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-eol-whitespace/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-extra-semicolons/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-invalid-double-slash-comments/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-missing-end-of-source-newline/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/no-unknown-animations/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/number-leading-zero/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/number-max-precision/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/number-no-trailing-zeros/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/property-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/property-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/property-no-unknown/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/property-no-vendor-prefix/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/property-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/rule-empty-line-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-attribute-brackets-space-inside/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-attribute-operator-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-attribute-operator-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-attribute-operator-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-attribute-operator-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-attribute-quotes/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-class-pattern/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-combinator-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-combinator-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-combinator-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-combinator-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-descendant-combinator-no-non-space/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-id-pattern/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-list-comma-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-list-comma-newline-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-list-comma-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-list-comma-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-attribute/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-class/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-combinators/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-compound-selectors/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-empty-lines/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-id/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-pseudo-class/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-specificity/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-type/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-max-universal/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-nested-pattern/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-no-qualifying-type/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-no-vendor-prefix/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-class-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-class-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-class-no-unknown/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-class-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-element-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-element-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-element-colon-notation/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-element-no-unknown/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-pseudo-element-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-type-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selector-type-no-unknown/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selectorAttributeOperatorSpaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selectorCombinatorSpaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/selectorListCommaWhitespaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/shorthand-property-no-redundant-values/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/string-no-newline/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/string-quotes/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/time-min-milliseconds/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/unit-blacklist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/unit-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/unit-no-unknown/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/unit-whitelist/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/value-keyword-case/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/value-list-comma-newline-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/value-list-comma-newline-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/value-list-comma-space-after/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/value-list-comma-space-before/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/value-list-max-empty-lines/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/value-no-vendor-prefix/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/rules/valueListCommaWhitespaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/standalone' { + declare module.exports: any; +} + +declare module 'stylelint/lib/testUtils/basicChecks' { + declare module.exports: any; +} + +declare module 'stylelint/lib/testUtils/createRuleTester' { + declare module.exports: any; +} + +declare module 'stylelint/lib/testUtils/mergeTestDescriptions' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/addEmptyLineAfter' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/addEmptyLineBefore' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/atRuleParamIndex' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/beforeBlockString' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/blockString' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/blurComments' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/blurFunctionArguments' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/blurInterpolation' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/checkAgainstRule' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/checkInvalidCLIOptions' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/configurationError' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/containsString' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/declarationValueIndex' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/eachDeclarationBlock' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/FileCache' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/filterFilePaths' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/findAnimationName' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/findAtRuleContext' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/findFontFamily' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/findListStyleType' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/functionArgumentsSearch' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/getCacheFile' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/getFormatterOptionsText' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/getModulePath' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/getNextNonSharedLineCommentNode' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/getOsEol' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/getPreviousNonSharedLineCommentNode' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/getSchemeFromUrl' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/getUnitFromValueNode' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hasBlock' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hasEmptyBlock' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hasEmptyLine' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hash' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hasInterpolation' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hasLessInterpolation' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hasPsvInterpolation' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hasScssInterpolation' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/hasTplInterpolation' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isAfterComment' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isAfterSingleLineComment' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isAfterStandardPropertyDeclaration' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isAutoprefixable' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isBlocklessAtRuleAfterBlocklessAtRule' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isBlocklessAtRuleAfterSameNameBlocklessAtRule' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isCounterIncrementCustomIdentValue' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isCounterResetCustomIdentValue' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isCustomElement' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isCustomMediaQuery' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isCustomProperty' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isCustomPropertySet' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isCustomSelector' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isFirstNested' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isFirstNodeOfRoot' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isKeyframeRule' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isKeyframeSelector' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isNumbery' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isOnlyWhitespace' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isRangeContextMediaFeature' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isSharedLineComment' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isSingleLineString' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxAtRule' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxCombinator' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxDeclaration' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxFunction' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxMediaFeature' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxMediaFeatureName' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxProperty' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxRule' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxSelector' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxTypeSelector' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxUrl' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isStandardSyntaxValue' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isValidFontSize' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isValidHex' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isVariable' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/isWhitespace' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/matchesStringOrRegExp' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/nextNonCommentNode' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/nodeContextLookup' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/optionsMatches' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/parseCalcExpression/index' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/parseCalcExpression/parser' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/parseSelector' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/rawNodeString' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/removeEmptyLinesAfter' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/removeEmptyLinesBefore' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/report' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/ruleMessages' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/validateObjectWithArrayProps' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/validateObjectWithStringArrayProps' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/validateObjectWithStringOrRegexArrayProps' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/validateOptions' { + declare module.exports: any; +} + +declare module 'stylelint/lib/utils/whitespaceChecker' { + declare module.exports: any; +} + +declare module 'stylelint/lib/vendor/writeFileAtomic' { + declare module.exports: any; +} + +// Filename aliases +declare module 'stylelint/bin/stylelint.js' { + declare module.exports: $Exports<'stylelint/bin/stylelint'>; +} +declare module 'stylelint/flow-typed/postcss.js' { + declare module.exports: $Exports<'stylelint/flow-typed/postcss'>; +} +declare module 'stylelint/flow-typed/stylelint.js' { + declare module.exports: $Exports<'stylelint/flow-typed/stylelint'>; +} +declare module 'stylelint/lib/assignDisabledRanges.js' { + declare module.exports: $Exports<'stylelint/lib/assignDisabledRanges'>; +} +declare module 'stylelint/lib/augmentConfig.js' { + declare module.exports: $Exports<'stylelint/lib/augmentConfig'>; +} +declare module 'stylelint/lib/cli.js' { + declare module.exports: $Exports<'stylelint/lib/cli'>; +} +declare module 'stylelint/lib/createPlugin.js' { + declare module.exports: $Exports<'stylelint/lib/createPlugin'>; +} +declare module 'stylelint/lib/createStylelint.js' { + declare module.exports: $Exports<'stylelint/lib/createStylelint'>; +} +declare module 'stylelint/lib/createStylelintResult.js' { + declare module.exports: $Exports<'stylelint/lib/createStylelintResult'>; +} +declare module 'stylelint/lib/dynamicRequire.js' { + declare module.exports: $Exports<'stylelint/lib/dynamicRequire'>; +} +declare module 'stylelint/lib/formatters/compactFormatter.js' { + declare module.exports: $Exports<'stylelint/lib/formatters/compactFormatter'>; +} +declare module 'stylelint/lib/formatters/index.js' { + declare module.exports: $Exports<'stylelint/lib/formatters/index'>; +} +declare module 'stylelint/lib/formatters/jsonFormatter.js' { + declare module.exports: $Exports<'stylelint/lib/formatters/jsonFormatter'>; +} +declare module 'stylelint/lib/formatters/needlessDisablesStringFormatter.js' { + declare module.exports: $Exports<'stylelint/lib/formatters/needlessDisablesStringFormatter'>; +} +declare module 'stylelint/lib/formatters/stringFormatter.js' { + declare module.exports: $Exports<'stylelint/lib/formatters/stringFormatter'>; +} +declare module 'stylelint/lib/formatters/unixFormatter.js' { + declare module.exports: $Exports<'stylelint/lib/formatters/unixFormatter'>; +} +declare module 'stylelint/lib/formatters/verboseFormatter.js' { + declare module.exports: $Exports<'stylelint/lib/formatters/verboseFormatter'>; +} +declare module 'stylelint/lib/getConfigForFile.js' { + declare module.exports: $Exports<'stylelint/lib/getConfigForFile'>; +} +declare module 'stylelint/lib/getPostcssResult.js' { + declare module.exports: $Exports<'stylelint/lib/getPostcssResult'>; +} +declare module 'stylelint/lib/index.js' { + declare module.exports: $Exports<'stylelint/lib/index'>; +} +declare module 'stylelint/lib/isPathIgnored.js' { + declare module.exports: $Exports<'stylelint/lib/isPathIgnored'>; +} +declare module 'stylelint/lib/lintSource.js' { + declare module.exports: $Exports<'stylelint/lib/lintSource'>; +} +declare module 'stylelint/lib/needlessDisables.js' { + declare module.exports: $Exports<'stylelint/lib/needlessDisables'>; +} +declare module 'stylelint/lib/normalizeRuleSettings.js' { + declare module.exports: $Exports<'stylelint/lib/normalizeRuleSettings'>; +} +declare module 'stylelint/lib/postcssPlugin.js' { + declare module.exports: $Exports<'stylelint/lib/postcssPlugin'>; +} +declare module 'stylelint/lib/printConfig.js' { + declare module.exports: $Exports<'stylelint/lib/printConfig'>; +} +declare module 'stylelint/lib/reference/keywordSets.js' { + declare module.exports: $Exports<'stylelint/lib/reference/keywordSets'>; +} +declare module 'stylelint/lib/reference/namedColorData.js' { + declare module.exports: $Exports<'stylelint/lib/reference/namedColorData'>; +} +declare module 'stylelint/lib/reference/propertySets.js' { + declare module.exports: $Exports<'stylelint/lib/reference/propertySets'>; +} +declare module 'stylelint/lib/reference/punctuationSets.js' { + declare module.exports: $Exports<'stylelint/lib/reference/punctuationSets'>; +} +declare module 'stylelint/lib/reference/shorthandData.js' { + declare module.exports: $Exports<'stylelint/lib/reference/shorthandData'>; +} +declare module 'stylelint/lib/requireRule.js' { + declare module.exports: $Exports<'stylelint/lib/requireRule'>; +} +declare module 'stylelint/lib/rules/at-rule-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-blacklist/index'>; +} +declare module 'stylelint/lib/rules/at-rule-empty-line-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-empty-line-before/index'>; +} +declare module 'stylelint/lib/rules/at-rule-name-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-name-case/index'>; +} +declare module 'stylelint/lib/rules/at-rule-name-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-name-newline-after/index'>; +} +declare module 'stylelint/lib/rules/at-rule-name-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-name-space-after/index'>; +} +declare module 'stylelint/lib/rules/at-rule-no-unknown/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-no-unknown/index'>; +} +declare module 'stylelint/lib/rules/at-rule-no-vendor-prefix/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-no-vendor-prefix/index'>; +} +declare module 'stylelint/lib/rules/at-rule-semicolon-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-semicolon-newline-after/index'>; +} +declare module 'stylelint/lib/rules/at-rule-semicolon-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-semicolon-space-before/index'>; +} +declare module 'stylelint/lib/rules/at-rule-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/at-rule-whitelist/index'>; +} +declare module 'stylelint/lib/rules/atRuleNameSpaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/atRuleNameSpaceChecker'>; +} +declare module 'stylelint/lib/rules/block-closing-brace-empty-line-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-closing-brace-empty-line-before/index'>; +} +declare module 'stylelint/lib/rules/block-closing-brace-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-closing-brace-newline-after/index'>; +} +declare module 'stylelint/lib/rules/block-closing-brace-newline-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-closing-brace-newline-before/index'>; +} +declare module 'stylelint/lib/rules/block-closing-brace-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-closing-brace-space-after/index'>; +} +declare module 'stylelint/lib/rules/block-closing-brace-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-closing-brace-space-before/index'>; +} +declare module 'stylelint/lib/rules/block-no-empty/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-no-empty/index'>; +} +declare module 'stylelint/lib/rules/block-opening-brace-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-opening-brace-newline-after/index'>; +} +declare module 'stylelint/lib/rules/block-opening-brace-newline-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-opening-brace-newline-before/index'>; +} +declare module 'stylelint/lib/rules/block-opening-brace-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-opening-brace-space-after/index'>; +} +declare module 'stylelint/lib/rules/block-opening-brace-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/block-opening-brace-space-before/index'>; +} +declare module 'stylelint/lib/rules/color-hex-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/color-hex-case/index'>; +} +declare module 'stylelint/lib/rules/color-hex-length/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/color-hex-length/index'>; +} +declare module 'stylelint/lib/rules/color-named/generateColorFuncs.js' { + declare module.exports: $Exports<'stylelint/lib/rules/color-named/generateColorFuncs'>; +} +declare module 'stylelint/lib/rules/color-named/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/color-named/index'>; +} +declare module 'stylelint/lib/rules/color-no-hex/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/color-no-hex/index'>; +} +declare module 'stylelint/lib/rules/color-no-invalid-hex/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/color-no-invalid-hex/index'>; +} +declare module 'stylelint/lib/rules/comment-empty-line-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/comment-empty-line-before/index'>; +} +declare module 'stylelint/lib/rules/comment-no-empty/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/comment-no-empty/index'>; +} +declare module 'stylelint/lib/rules/comment-whitespace-inside/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/comment-whitespace-inside/index'>; +} +declare module 'stylelint/lib/rules/comment-word-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/comment-word-blacklist/index'>; +} +declare module 'stylelint/lib/rules/custom-media-pattern/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/custom-media-pattern/index'>; +} +declare module 'stylelint/lib/rules/custom-property-empty-line-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/custom-property-empty-line-before/index'>; +} +declare module 'stylelint/lib/rules/custom-property-pattern/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/custom-property-pattern/index'>; +} +declare module 'stylelint/lib/rules/declaration-bang-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-bang-space-after/index'>; +} +declare module 'stylelint/lib/rules/declaration-bang-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-bang-space-before/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-no-duplicate-properties/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-no-duplicate-properties/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-semicolon-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-semicolon-newline-after/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-semicolon-newline-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-semicolon-newline-before/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-semicolon-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-semicolon-space-after/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-semicolon-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-semicolon-space-before/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-single-line-max-declarations/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-single-line-max-declarations/index'>; +} +declare module 'stylelint/lib/rules/declaration-block-trailing-semicolon/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-block-trailing-semicolon/index'>; +} +declare module 'stylelint/lib/rules/declaration-colon-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-colon-newline-after/index'>; +} +declare module 'stylelint/lib/rules/declaration-colon-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-colon-space-after/index'>; +} +declare module 'stylelint/lib/rules/declaration-colon-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-colon-space-before/index'>; +} +declare module 'stylelint/lib/rules/declaration-empty-line-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-empty-line-before/index'>; +} +declare module 'stylelint/lib/rules/declaration-no-important/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-no-important/index'>; +} +declare module 'stylelint/lib/rules/declaration-property-unit-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-property-unit-blacklist/index'>; +} +declare module 'stylelint/lib/rules/declaration-property-unit-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-property-unit-whitelist/index'>; +} +declare module 'stylelint/lib/rules/declaration-property-value-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-property-value-blacklist/index'>; +} +declare module 'stylelint/lib/rules/declaration-property-value-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declaration-property-value-whitelist/index'>; +} +declare module 'stylelint/lib/rules/declarationBangSpaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declarationBangSpaceChecker'>; +} +declare module 'stylelint/lib/rules/declarationColonSpaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/declarationColonSpaceChecker'>; +} +declare module 'stylelint/lib/rules/findMediaOperator.js' { + declare module.exports: $Exports<'stylelint/lib/rules/findMediaOperator'>; +} +declare module 'stylelint/lib/rules/font-family-name-quotes/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/font-family-name-quotes/index'>; +} +declare module 'stylelint/lib/rules/font-family-no-duplicate-names/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/font-family-no-duplicate-names/index'>; +} +declare module 'stylelint/lib/rules/font-family-no-missing-generic-family-keyword/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/font-family-no-missing-generic-family-keyword/index'>; +} +declare module 'stylelint/lib/rules/font-weight-notation/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/font-weight-notation/index'>; +} +declare module 'stylelint/lib/rules/function-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-blacklist/index'>; +} +declare module 'stylelint/lib/rules/function-calc-no-invalid/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-calc-no-invalid/index'>; +} +declare module 'stylelint/lib/rules/function-calc-no-unspaced-operator/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-calc-no-unspaced-operator/index'>; +} +declare module 'stylelint/lib/rules/function-comma-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-comma-newline-after/index'>; +} +declare module 'stylelint/lib/rules/function-comma-newline-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-comma-newline-before/index'>; +} +declare module 'stylelint/lib/rules/function-comma-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-comma-space-after/index'>; +} +declare module 'stylelint/lib/rules/function-comma-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-comma-space-before/index'>; +} +declare module 'stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/index'>; +} +declare module 'stylelint/lib/rules/function-max-empty-lines/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-max-empty-lines/index'>; +} +declare module 'stylelint/lib/rules/function-name-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-name-case/index'>; +} +declare module 'stylelint/lib/rules/function-parentheses-newline-inside/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-parentheses-newline-inside/index'>; +} +declare module 'stylelint/lib/rules/function-parentheses-space-inside/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-parentheses-space-inside/index'>; +} +declare module 'stylelint/lib/rules/function-url-no-scheme-relative/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-url-no-scheme-relative/index'>; +} +declare module 'stylelint/lib/rules/function-url-quotes/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-url-quotes/index'>; +} +declare module 'stylelint/lib/rules/function-url-scheme-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-url-scheme-blacklist/index'>; +} +declare module 'stylelint/lib/rules/function-url-scheme-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-url-scheme-whitelist/index'>; +} +declare module 'stylelint/lib/rules/function-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-whitelist/index'>; +} +declare module 'stylelint/lib/rules/function-whitespace-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/function-whitespace-after/index'>; +} +declare module 'stylelint/lib/rules/functionCommaSpaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/functionCommaSpaceChecker'>; +} +declare module 'stylelint/lib/rules/functionCommaSpaceFix.js' { + declare module.exports: $Exports<'stylelint/lib/rules/functionCommaSpaceFix'>; +} +declare module 'stylelint/lib/rules/indentation/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/indentation/index'>; +} +declare module 'stylelint/lib/rules/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/index'>; +} +declare module 'stylelint/lib/rules/keyframe-declaration-no-important/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/keyframe-declaration-no-important/index'>; +} +declare module 'stylelint/lib/rules/keyframes-name-pattern/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/keyframes-name-pattern/index'>; +} +declare module 'stylelint/lib/rules/length-zero-no-unit/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/length-zero-no-unit/index'>; +} +declare module 'stylelint/lib/rules/linebreaks/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/linebreaks/index'>; +} +declare module 'stylelint/lib/rules/max-empty-lines/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/max-empty-lines/index'>; +} +declare module 'stylelint/lib/rules/max-line-length/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/max-line-length/index'>; +} +declare module 'stylelint/lib/rules/max-nesting-depth/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/max-nesting-depth/index'>; +} +declare module 'stylelint/lib/rules/media-feature-colon-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-colon-space-after/index'>; +} +declare module 'stylelint/lib/rules/media-feature-colon-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-colon-space-before/index'>; +} +declare module 'stylelint/lib/rules/media-feature-name-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-name-blacklist/index'>; +} +declare module 'stylelint/lib/rules/media-feature-name-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-name-case/index'>; +} +declare module 'stylelint/lib/rules/media-feature-name-no-unknown/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-name-no-unknown/index'>; +} +declare module 'stylelint/lib/rules/media-feature-name-no-vendor-prefix/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-name-no-vendor-prefix/index'>; +} +declare module 'stylelint/lib/rules/media-feature-name-value-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-name-value-whitelist/index'>; +} +declare module 'stylelint/lib/rules/media-feature-name-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-name-whitelist/index'>; +} +declare module 'stylelint/lib/rules/media-feature-parentheses-space-inside/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-parentheses-space-inside/index'>; +} +declare module 'stylelint/lib/rules/media-feature-range-operator-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-range-operator-space-after/index'>; +} +declare module 'stylelint/lib/rules/media-feature-range-operator-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-feature-range-operator-space-before/index'>; +} +declare module 'stylelint/lib/rules/media-query-list-comma-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-query-list-comma-newline-after/index'>; +} +declare module 'stylelint/lib/rules/media-query-list-comma-newline-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-query-list-comma-newline-before/index'>; +} +declare module 'stylelint/lib/rules/media-query-list-comma-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-query-list-comma-space-after/index'>; +} +declare module 'stylelint/lib/rules/media-query-list-comma-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/media-query-list-comma-space-before/index'>; +} +declare module 'stylelint/lib/rules/mediaFeatureColonSpaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/mediaFeatureColonSpaceChecker'>; +} +declare module 'stylelint/lib/rules/mediaQueryListCommaWhitespaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/mediaQueryListCommaWhitespaceChecker'>; +} +declare module 'stylelint/lib/rules/no-descending-specificity/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-descending-specificity/index'>; +} +declare module 'stylelint/lib/rules/no-duplicate-at-import-rules/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-duplicate-at-import-rules/index'>; +} +declare module 'stylelint/lib/rules/no-duplicate-selectors/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-duplicate-selectors/index'>; +} +declare module 'stylelint/lib/rules/no-empty-first-line/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-empty-first-line/index'>; +} +declare module 'stylelint/lib/rules/no-empty-source/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-empty-source/index'>; +} +declare module 'stylelint/lib/rules/no-eol-whitespace/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-eol-whitespace/index'>; +} +declare module 'stylelint/lib/rules/no-extra-semicolons/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-extra-semicolons/index'>; +} +declare module 'stylelint/lib/rules/no-invalid-double-slash-comments/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-invalid-double-slash-comments/index'>; +} +declare module 'stylelint/lib/rules/no-missing-end-of-source-newline/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-missing-end-of-source-newline/index'>; +} +declare module 'stylelint/lib/rules/no-unknown-animations/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/no-unknown-animations/index'>; +} +declare module 'stylelint/lib/rules/number-leading-zero/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/number-leading-zero/index'>; +} +declare module 'stylelint/lib/rules/number-max-precision/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/number-max-precision/index'>; +} +declare module 'stylelint/lib/rules/number-no-trailing-zeros/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/number-no-trailing-zeros/index'>; +} +declare module 'stylelint/lib/rules/property-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/property-blacklist/index'>; +} +declare module 'stylelint/lib/rules/property-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/property-case/index'>; +} +declare module 'stylelint/lib/rules/property-no-unknown/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/property-no-unknown/index'>; +} +declare module 'stylelint/lib/rules/property-no-vendor-prefix/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/property-no-vendor-prefix/index'>; +} +declare module 'stylelint/lib/rules/property-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/property-whitelist/index'>; +} +declare module 'stylelint/lib/rules/rule-empty-line-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/rule-empty-line-before/index'>; +} +declare module 'stylelint/lib/rules/selector-attribute-brackets-space-inside/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-attribute-brackets-space-inside/index'>; +} +declare module 'stylelint/lib/rules/selector-attribute-operator-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-attribute-operator-blacklist/index'>; +} +declare module 'stylelint/lib/rules/selector-attribute-operator-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-attribute-operator-space-after/index'>; +} +declare module 'stylelint/lib/rules/selector-attribute-operator-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-attribute-operator-space-before/index'>; +} +declare module 'stylelint/lib/rules/selector-attribute-operator-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-attribute-operator-whitelist/index'>; +} +declare module 'stylelint/lib/rules/selector-attribute-quotes/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-attribute-quotes/index'>; +} +declare module 'stylelint/lib/rules/selector-class-pattern/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-class-pattern/index'>; +} +declare module 'stylelint/lib/rules/selector-combinator-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-combinator-blacklist/index'>; +} +declare module 'stylelint/lib/rules/selector-combinator-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-combinator-space-after/index'>; +} +declare module 'stylelint/lib/rules/selector-combinator-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-combinator-space-before/index'>; +} +declare module 'stylelint/lib/rules/selector-combinator-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-combinator-whitelist/index'>; +} +declare module 'stylelint/lib/rules/selector-descendant-combinator-no-non-space/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-descendant-combinator-no-non-space/index'>; +} +declare module 'stylelint/lib/rules/selector-id-pattern/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-id-pattern/index'>; +} +declare module 'stylelint/lib/rules/selector-list-comma-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-list-comma-newline-after/index'>; +} +declare module 'stylelint/lib/rules/selector-list-comma-newline-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-list-comma-newline-before/index'>; +} +declare module 'stylelint/lib/rules/selector-list-comma-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-list-comma-space-after/index'>; +} +declare module 'stylelint/lib/rules/selector-list-comma-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-list-comma-space-before/index'>; +} +declare module 'stylelint/lib/rules/selector-max-attribute/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-attribute/index'>; +} +declare module 'stylelint/lib/rules/selector-max-class/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-class/index'>; +} +declare module 'stylelint/lib/rules/selector-max-combinators/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-combinators/index'>; +} +declare module 'stylelint/lib/rules/selector-max-compound-selectors/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-compound-selectors/index'>; +} +declare module 'stylelint/lib/rules/selector-max-empty-lines/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-empty-lines/index'>; +} +declare module 'stylelint/lib/rules/selector-max-id/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-id/index'>; +} +declare module 'stylelint/lib/rules/selector-max-pseudo-class/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-pseudo-class/index'>; +} +declare module 'stylelint/lib/rules/selector-max-specificity/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-specificity/index'>; +} +declare module 'stylelint/lib/rules/selector-max-type/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-type/index'>; +} +declare module 'stylelint/lib/rules/selector-max-universal/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-max-universal/index'>; +} +declare module 'stylelint/lib/rules/selector-nested-pattern/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-nested-pattern/index'>; +} +declare module 'stylelint/lib/rules/selector-no-qualifying-type/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-no-qualifying-type/index'>; +} +declare module 'stylelint/lib/rules/selector-no-vendor-prefix/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-no-vendor-prefix/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-class-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-class-blacklist/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-class-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-class-case/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-class-no-unknown/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-class-no-unknown/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-class-parentheses-space-inside/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-class-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-class-whitelist/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-element-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-element-blacklist/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-element-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-element-case/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-element-colon-notation/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-element-colon-notation/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-element-no-unknown/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-element-no-unknown/index'>; +} +declare module 'stylelint/lib/rules/selector-pseudo-element-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-pseudo-element-whitelist/index'>; +} +declare module 'stylelint/lib/rules/selector-type-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-type-case/index'>; +} +declare module 'stylelint/lib/rules/selector-type-no-unknown/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selector-type-no-unknown/index'>; +} +declare module 'stylelint/lib/rules/selectorAttributeOperatorSpaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selectorAttributeOperatorSpaceChecker'>; +} +declare module 'stylelint/lib/rules/selectorCombinatorSpaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selectorCombinatorSpaceChecker'>; +} +declare module 'stylelint/lib/rules/selectorListCommaWhitespaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/selectorListCommaWhitespaceChecker'>; +} +declare module 'stylelint/lib/rules/shorthand-property-no-redundant-values/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/shorthand-property-no-redundant-values/index'>; +} +declare module 'stylelint/lib/rules/string-no-newline/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/string-no-newline/index'>; +} +declare module 'stylelint/lib/rules/string-quotes/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/string-quotes/index'>; +} +declare module 'stylelint/lib/rules/time-min-milliseconds/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/time-min-milliseconds/index'>; +} +declare module 'stylelint/lib/rules/unit-blacklist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/unit-blacklist/index'>; +} +declare module 'stylelint/lib/rules/unit-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/unit-case/index'>; +} +declare module 'stylelint/lib/rules/unit-no-unknown/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/unit-no-unknown/index'>; +} +declare module 'stylelint/lib/rules/unit-whitelist/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/unit-whitelist/index'>; +} +declare module 'stylelint/lib/rules/value-keyword-case/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/value-keyword-case/index'>; +} +declare module 'stylelint/lib/rules/value-list-comma-newline-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/value-list-comma-newline-after/index'>; +} +declare module 'stylelint/lib/rules/value-list-comma-newline-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/value-list-comma-newline-before/index'>; +} +declare module 'stylelint/lib/rules/value-list-comma-space-after/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/value-list-comma-space-after/index'>; +} +declare module 'stylelint/lib/rules/value-list-comma-space-before/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/value-list-comma-space-before/index'>; +} +declare module 'stylelint/lib/rules/value-list-max-empty-lines/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/value-list-max-empty-lines/index'>; +} +declare module 'stylelint/lib/rules/value-no-vendor-prefix/index.js' { + declare module.exports: $Exports<'stylelint/lib/rules/value-no-vendor-prefix/index'>; +} +declare module 'stylelint/lib/rules/valueListCommaWhitespaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/rules/valueListCommaWhitespaceChecker'>; +} +declare module 'stylelint/lib/standalone.js' { + declare module.exports: $Exports<'stylelint/lib/standalone'>; +} +declare module 'stylelint/lib/testUtils/basicChecks.js' { + declare module.exports: $Exports<'stylelint/lib/testUtils/basicChecks'>; +} +declare module 'stylelint/lib/testUtils/createRuleTester.js' { + declare module.exports: $Exports<'stylelint/lib/testUtils/createRuleTester'>; +} +declare module 'stylelint/lib/testUtils/mergeTestDescriptions.js' { + declare module.exports: $Exports<'stylelint/lib/testUtils/mergeTestDescriptions'>; +} +declare module 'stylelint/lib/utils/addEmptyLineAfter.js' { + declare module.exports: $Exports<'stylelint/lib/utils/addEmptyLineAfter'>; +} +declare module 'stylelint/lib/utils/addEmptyLineBefore.js' { + declare module.exports: $Exports<'stylelint/lib/utils/addEmptyLineBefore'>; +} +declare module 'stylelint/lib/utils/atRuleParamIndex.js' { + declare module.exports: $Exports<'stylelint/lib/utils/atRuleParamIndex'>; +} +declare module 'stylelint/lib/utils/beforeBlockString.js' { + declare module.exports: $Exports<'stylelint/lib/utils/beforeBlockString'>; +} +declare module 'stylelint/lib/utils/blockString.js' { + declare module.exports: $Exports<'stylelint/lib/utils/blockString'>; +} +declare module 'stylelint/lib/utils/blurComments.js' { + declare module.exports: $Exports<'stylelint/lib/utils/blurComments'>; +} +declare module 'stylelint/lib/utils/blurFunctionArguments.js' { + declare module.exports: $Exports<'stylelint/lib/utils/blurFunctionArguments'>; +} +declare module 'stylelint/lib/utils/blurInterpolation.js' { + declare module.exports: $Exports<'stylelint/lib/utils/blurInterpolation'>; +} +declare module 'stylelint/lib/utils/checkAgainstRule.js' { + declare module.exports: $Exports<'stylelint/lib/utils/checkAgainstRule'>; +} +declare module 'stylelint/lib/utils/checkInvalidCLIOptions.js' { + declare module.exports: $Exports<'stylelint/lib/utils/checkInvalidCLIOptions'>; +} +declare module 'stylelint/lib/utils/configurationError.js' { + declare module.exports: $Exports<'stylelint/lib/utils/configurationError'>; +} +declare module 'stylelint/lib/utils/containsString.js' { + declare module.exports: $Exports<'stylelint/lib/utils/containsString'>; +} +declare module 'stylelint/lib/utils/declarationValueIndex.js' { + declare module.exports: $Exports<'stylelint/lib/utils/declarationValueIndex'>; +} +declare module 'stylelint/lib/utils/eachDeclarationBlock.js' { + declare module.exports: $Exports<'stylelint/lib/utils/eachDeclarationBlock'>; +} +declare module 'stylelint/lib/utils/FileCache.js' { + declare module.exports: $Exports<'stylelint/lib/utils/FileCache'>; +} +declare module 'stylelint/lib/utils/filterFilePaths.js' { + declare module.exports: $Exports<'stylelint/lib/utils/filterFilePaths'>; +} +declare module 'stylelint/lib/utils/findAnimationName.js' { + declare module.exports: $Exports<'stylelint/lib/utils/findAnimationName'>; +} +declare module 'stylelint/lib/utils/findAtRuleContext.js' { + declare module.exports: $Exports<'stylelint/lib/utils/findAtRuleContext'>; +} +declare module 'stylelint/lib/utils/findFontFamily.js' { + declare module.exports: $Exports<'stylelint/lib/utils/findFontFamily'>; +} +declare module 'stylelint/lib/utils/findListStyleType.js' { + declare module.exports: $Exports<'stylelint/lib/utils/findListStyleType'>; +} +declare module 'stylelint/lib/utils/functionArgumentsSearch.js' { + declare module.exports: $Exports<'stylelint/lib/utils/functionArgumentsSearch'>; +} +declare module 'stylelint/lib/utils/getCacheFile.js' { + declare module.exports: $Exports<'stylelint/lib/utils/getCacheFile'>; +} +declare module 'stylelint/lib/utils/getFormatterOptionsText.js' { + declare module.exports: $Exports<'stylelint/lib/utils/getFormatterOptionsText'>; +} +declare module 'stylelint/lib/utils/getModulePath.js' { + declare module.exports: $Exports<'stylelint/lib/utils/getModulePath'>; +} +declare module 'stylelint/lib/utils/getNextNonSharedLineCommentNode.js' { + declare module.exports: $Exports<'stylelint/lib/utils/getNextNonSharedLineCommentNode'>; +} +declare module 'stylelint/lib/utils/getOsEol.js' { + declare module.exports: $Exports<'stylelint/lib/utils/getOsEol'>; +} +declare module 'stylelint/lib/utils/getPreviousNonSharedLineCommentNode.js' { + declare module.exports: $Exports<'stylelint/lib/utils/getPreviousNonSharedLineCommentNode'>; +} +declare module 'stylelint/lib/utils/getSchemeFromUrl.js' { + declare module.exports: $Exports<'stylelint/lib/utils/getSchemeFromUrl'>; +} +declare module 'stylelint/lib/utils/getUnitFromValueNode.js' { + declare module.exports: $Exports<'stylelint/lib/utils/getUnitFromValueNode'>; +} +declare module 'stylelint/lib/utils/hasBlock.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hasBlock'>; +} +declare module 'stylelint/lib/utils/hasEmptyBlock.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hasEmptyBlock'>; +} +declare module 'stylelint/lib/utils/hasEmptyLine.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hasEmptyLine'>; +} +declare module 'stylelint/lib/utils/hash.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hash'>; +} +declare module 'stylelint/lib/utils/hasInterpolation.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hasInterpolation'>; +} +declare module 'stylelint/lib/utils/hasLessInterpolation.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hasLessInterpolation'>; +} +declare module 'stylelint/lib/utils/hasPsvInterpolation.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hasPsvInterpolation'>; +} +declare module 'stylelint/lib/utils/hasScssInterpolation.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hasScssInterpolation'>; +} +declare module 'stylelint/lib/utils/hasTplInterpolation.js' { + declare module.exports: $Exports<'stylelint/lib/utils/hasTplInterpolation'>; +} +declare module 'stylelint/lib/utils/isAfterComment.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isAfterComment'>; +} +declare module 'stylelint/lib/utils/isAfterSingleLineComment.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isAfterSingleLineComment'>; +} +declare module 'stylelint/lib/utils/isAfterStandardPropertyDeclaration.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isAfterStandardPropertyDeclaration'>; +} +declare module 'stylelint/lib/utils/isAutoprefixable.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isAutoprefixable'>; +} +declare module 'stylelint/lib/utils/isBlocklessAtRuleAfterBlocklessAtRule.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isBlocklessAtRuleAfterBlocklessAtRule'>; +} +declare module 'stylelint/lib/utils/isBlocklessAtRuleAfterSameNameBlocklessAtRule.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isBlocklessAtRuleAfterSameNameBlocklessAtRule'>; +} +declare module 'stylelint/lib/utils/isCounterIncrementCustomIdentValue.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isCounterIncrementCustomIdentValue'>; +} +declare module 'stylelint/lib/utils/isCounterResetCustomIdentValue.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isCounterResetCustomIdentValue'>; +} +declare module 'stylelint/lib/utils/isCustomElement.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isCustomElement'>; +} +declare module 'stylelint/lib/utils/isCustomMediaQuery.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isCustomMediaQuery'>; +} +declare module 'stylelint/lib/utils/isCustomProperty.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isCustomProperty'>; +} +declare module 'stylelint/lib/utils/isCustomPropertySet.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isCustomPropertySet'>; +} +declare module 'stylelint/lib/utils/isCustomSelector.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isCustomSelector'>; +} +declare module 'stylelint/lib/utils/isFirstNested.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isFirstNested'>; +} +declare module 'stylelint/lib/utils/isFirstNodeOfRoot.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isFirstNodeOfRoot'>; +} +declare module 'stylelint/lib/utils/isKeyframeRule.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isKeyframeRule'>; +} +declare module 'stylelint/lib/utils/isKeyframeSelector.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isKeyframeSelector'>; +} +declare module 'stylelint/lib/utils/isNumbery.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isNumbery'>; +} +declare module 'stylelint/lib/utils/isOnlyWhitespace.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isOnlyWhitespace'>; +} +declare module 'stylelint/lib/utils/isRangeContextMediaFeature.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isRangeContextMediaFeature'>; +} +declare module 'stylelint/lib/utils/isSharedLineComment.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isSharedLineComment'>; +} +declare module 'stylelint/lib/utils/isSingleLineString.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isSingleLineString'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxAtRule.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxAtRule'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxCombinator.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxCombinator'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxDeclaration.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxDeclaration'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxFunction.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxFunction'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxMediaFeature.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxMediaFeature'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxMediaFeatureName.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxMediaFeatureName'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxProperty.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxProperty'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxRule.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxRule'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxSelector.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxSelector'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxTypeSelector.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxTypeSelector'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxUrl.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxUrl'>; +} +declare module 'stylelint/lib/utils/isStandardSyntaxValue.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isStandardSyntaxValue'>; +} +declare module 'stylelint/lib/utils/isValidFontSize.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isValidFontSize'>; +} +declare module 'stylelint/lib/utils/isValidHex.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isValidHex'>; +} +declare module 'stylelint/lib/utils/isVariable.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isVariable'>; +} +declare module 'stylelint/lib/utils/isWhitespace.js' { + declare module.exports: $Exports<'stylelint/lib/utils/isWhitespace'>; +} +declare module 'stylelint/lib/utils/matchesStringOrRegExp.js' { + declare module.exports: $Exports<'stylelint/lib/utils/matchesStringOrRegExp'>; +} +declare module 'stylelint/lib/utils/nextNonCommentNode.js' { + declare module.exports: $Exports<'stylelint/lib/utils/nextNonCommentNode'>; +} +declare module 'stylelint/lib/utils/nodeContextLookup.js' { + declare module.exports: $Exports<'stylelint/lib/utils/nodeContextLookup'>; +} +declare module 'stylelint/lib/utils/optionsMatches.js' { + declare module.exports: $Exports<'stylelint/lib/utils/optionsMatches'>; +} +declare module 'stylelint/lib/utils/parseCalcExpression/index.js' { + declare module.exports: $Exports<'stylelint/lib/utils/parseCalcExpression/index'>; +} +declare module 'stylelint/lib/utils/parseCalcExpression/parser.js' { + declare module.exports: $Exports<'stylelint/lib/utils/parseCalcExpression/parser'>; +} +declare module 'stylelint/lib/utils/parseSelector.js' { + declare module.exports: $Exports<'stylelint/lib/utils/parseSelector'>; +} +declare module 'stylelint/lib/utils/rawNodeString.js' { + declare module.exports: $Exports<'stylelint/lib/utils/rawNodeString'>; +} +declare module 'stylelint/lib/utils/removeEmptyLinesAfter.js' { + declare module.exports: $Exports<'stylelint/lib/utils/removeEmptyLinesAfter'>; +} +declare module 'stylelint/lib/utils/removeEmptyLinesBefore.js' { + declare module.exports: $Exports<'stylelint/lib/utils/removeEmptyLinesBefore'>; +} +declare module 'stylelint/lib/utils/report.js' { + declare module.exports: $Exports<'stylelint/lib/utils/report'>; +} +declare module 'stylelint/lib/utils/ruleMessages.js' { + declare module.exports: $Exports<'stylelint/lib/utils/ruleMessages'>; +} +declare module 'stylelint/lib/utils/validateObjectWithArrayProps.js' { + declare module.exports: $Exports<'stylelint/lib/utils/validateObjectWithArrayProps'>; +} +declare module 'stylelint/lib/utils/validateObjectWithStringArrayProps.js' { + declare module.exports: $Exports<'stylelint/lib/utils/validateObjectWithStringArrayProps'>; +} +declare module 'stylelint/lib/utils/validateObjectWithStringOrRegexArrayProps.js' { + declare module.exports: $Exports<'stylelint/lib/utils/validateObjectWithStringOrRegexArrayProps'>; +} +declare module 'stylelint/lib/utils/validateOptions.js' { + declare module.exports: $Exports<'stylelint/lib/utils/validateOptions'>; +} +declare module 'stylelint/lib/utils/whitespaceChecker.js' { + declare module.exports: $Exports<'stylelint/lib/utils/whitespaceChecker'>; +} +declare module 'stylelint/lib/vendor/writeFileAtomic.js' { + declare module.exports: $Exports<'stylelint/lib/vendor/writeFileAtomic'>; +} diff --git a/package.json b/package.json index 49817ad..f2b1fb2 100644 --- a/package.json +++ b/package.json @@ -41,22 +41,22 @@ "@babel/preset-react": "^7.0.0", "await-outside": "^2.1.2", "babel-eslint": "^10.0.1", - "babel-jest": "^24.7.0", + "babel-jest": "^24.7.1", "babel-plugin-styled-components": "^1.10.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "chokidar": "^2.1.5", "enzyme": "^3.9.0", - "enzyme-adapter-react-16": "^1.11.2", + "enzyme-adapter-react-16": "^1.12.1", "enzyme-to-json": "^3.3.5", "eslint": "^5.16.0", - "eslint-plugin-flowtype": "^3.4.2", + "eslint-plugin-flowtype": "^3.6.1", "flow-bin": "^0.96.0", "flow-mono-cli": "^1.5.0", "flow-typed": "^2.5.1", "husky": "^1.3.1", - "jest": "^24.7.0", + "jest": "^24.7.1", "jest-styled-components": "^6.3.1", - "lerna": "^3.13.1", + "lerna": "^3.13.2", "next": "^8.0.4", "npm-run-all": "^4.1.5", "react": "^16.8.6", @@ -64,8 +64,8 @@ "react-test-renderer": "^16.8.6", "standard": "12.0.1", "styled-components": "^4.2.0", - "stylelint": "^9.10.1", - "stylelint-config-standard": "^18.2.0", + "stylelint": "^10.0.0", + "stylelint-config-standard": "^18.3.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.6.0" }, diff --git a/packages/roleypoly-bot/package.json b/packages/roleypoly-bot/package.json index e8d3ad0..30f3bb2 100644 --- a/packages/roleypoly-bot/package.json +++ b/packages/roleypoly-bot/package.json @@ -3,15 +3,16 @@ "name": "@roleypoly/bot", "version": "2.0.0", "scripts": { - "build": "babel --delete-dir-on-start -d lib .", + "build": "babel --delete-dir-on-start -d lib './*.js*'", "dev": "yarn build --watch" }, - "main": "./lib/Bot.js", "dependencies": { - "eris": "^0.9.0", - "@roleypoly/rpc-client": "2.0.0" + "@roleypoly/rpc-client": "2.0.0", + "async-retry": "^1.2.3", + "dotenv": "^7.0.0", + "eris": "^0.9.0" }, "devDependencies": { "@babel/cli": "^7.4.3" } -} \ No newline at end of file +} diff --git a/packages/roleypoly-rpc-client/package.json b/packages/roleypoly-rpc-client/package.json index a9eb359..da711cc 100644 --- a/packages/roleypoly-rpc-client/package.json +++ b/packages/roleypoly-rpc-client/package.json @@ -4,13 +4,16 @@ "version": "2.0.0", "scripts": { "postinstall": "yarn build", - "build": "babel --delete-dir-on-start -d lib ." + "build": "babel --delete-dir-on-start -d lib .", + "dev": "yarn build --watch" }, + "types": ".", "main": "./lib/index.js", "dependencies": { - "superagent":"^5.0.2" + "async-retry": "^1.2.3", + "superagent": "^5.0.2" }, "devDependencies": { "@babel/cli": "^7.4.3" } -} \ No newline at end of file +} diff --git a/packages/roleypoly-server/package.json b/packages/roleypoly-server/package.json index e9c278b..adc5441 100644 --- a/packages/roleypoly-server/package.json +++ b/packages/roleypoly-server/package.json @@ -11,6 +11,7 @@ "@discordjs/uws": "^11.149.1", "@roleypoly/types": "^2.0.0", "@roleypoly/ui": "^2.0.0", + "async-retry": "^1.2.3", "bufferutil": "^4.0.1", "chalk": "^2.4.2", "dotenv": "^7.0.0", @@ -33,7 +34,7 @@ "nanoid": "^2.0.1", "pg": "^7.9.0", "pg-hstore": "^2.3.2", - "sequelize": "^5.2.10", + "sequelize": "^5.3.5", "superagent": "^5.0.2", "zlib-sync": "^0.1.4" }, @@ -51,7 +52,7 @@ "babel-eslint": "^10.0.1", "babel-plugin-transform-flow-strip-types": "^6.22.0", "chokidar": "^2.1.5", - "eslint-plugin-flowtype": "^3.4.2", + "eslint-plugin-flowtype": "^3.6.1", "standard": "12.0.1" } } diff --git a/packages/roleypoly-ui/package.json b/packages/roleypoly-ui/package.json index 6a2adae..e962ae5 100644 --- a/packages/roleypoly-ui/package.json +++ b/packages/roleypoly-ui/package.json @@ -17,7 +17,7 @@ "next-redux-wrapper": "^3.0.0-alpha.2", "react": "^16.8.6", "react-dom": "^16.8.6", - "react-redux": "^6.0.1", + "react-redux": "^7.0.2", "react-typist": "^2.0.5", "redux": "^4.0.1", "redux-devtools-extension": "^2.13.8", @@ -39,9 +39,9 @@ "babel-plugin-styled-components": "^1.10.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "enzyme": "^3.9.0", - "enzyme-adapter-react-16": "^1.11.2", + "enzyme-adapter-react-16": "^1.12.1", "enzyme-to-json": "^3.3.5", - "eslint-plugin-flowtype": "^3.4.2", + "eslint-plugin-flowtype": "^3.6.1", "react-test-renderer": "^16.8.6", "standard": "12.0.1" } diff --git a/yarn.lock b/yarn.lock index 914311d..1248772 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1041,10 +1041,10 @@ dependencies: regenerator-runtime "^0.12.0" -"@babel/runtime@^7.3.1": - version "7.4.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.2.tgz#f5ab6897320f16decd855eed70b705908a313fe8" - integrity sha512-7Bl2rALb7HpvXFL7TETNzKSAeBVCPHELzc0C//9FCxN8nsiueWSJBqaF+2oIJScyILStASR/Cx5WMkXGYTiJFA== +"@babel/runtime@^7.4.3": + version "7.4.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc" + integrity sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA== dependencies: regenerator-runtime "^0.13.2" @@ -1126,41 +1126,41 @@ resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.3.tgz#6310a047f12d21a1036fb031317219892440416f" integrity sha512-4zAPlpDEh2VwXswwr/t8xGNDGg8RQiPxtxZ3qQEXyQsBV39ptTdESCjuBvGze1nLMVrxmTIKmnO/nAV8Tqjjzg== -"@jest/console@^24.6.0": - version "24.6.0" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.6.0.tgz#63225e6889f3865ab5b7a0d8797e8aed417c4e0b" - integrity sha512-nNZbwtZwW6dr7bvZpRBCdBNvZYi+jr6lfnubSOCELk/Km/5csDmGdqeS4qKwGKIVlHTyZ95MYExYevpdh26tDA== +"@jest/console@^24.7.1": + version "24.7.1" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545" + integrity sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg== dependencies: "@jest/source-map" "^24.3.0" chalk "^2.0.1" slash "^2.0.0" -"@jest/core@^24.7.0": - version "24.7.0" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-24.7.0.tgz#7fd599fa89e7fcd0109a9f6d33fcce2da17a7f98" - integrity sha512-Ub8+TYkhYSTeQTUrrlDgfidpkVPjN8oZawagHlyJRrtITtR+FivmpqlfqmWziBgeJ3EuaWxF9Ctb55WvA95loA== +"@jest/core@^24.7.1": + version "24.7.1" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-24.7.1.tgz#6707f50db238d0c5988860680e2e414df0032024" + integrity sha512-ivlZ8HX/FOASfHcb5DJpSPFps8ydfUYzLZfgFFqjkLijYysnIEOieg72YRhO4ZUB32xu40hsSMmaw+IGYeKONA== dependencies: - "@jest/console" "^24.6.0" - "@jest/reporters" "^24.7.0" - "@jest/test-result" "^24.7.0" - "@jest/transform" "^24.7.0" + "@jest/console" "^24.7.1" + "@jest/reporters" "^24.7.1" + "@jest/test-result" "^24.7.1" + "@jest/transform" "^24.7.1" "@jest/types" "^24.7.0" ansi-escapes "^3.0.0" chalk "^2.0.1" exit "^0.1.2" graceful-fs "^4.1.15" jest-changed-files "^24.7.0" - jest-config "^24.7.0" - jest-haste-map "^24.7.0" - jest-message-util "^24.7.0" + jest-config "^24.7.1" + jest-haste-map "^24.7.1" + jest-message-util "^24.7.1" jest-regex-util "^24.3.0" - jest-resolve-dependencies "^24.7.0" - jest-runner "^24.7.0" - jest-runtime "^24.7.0" - jest-snapshot "^24.7.0" - jest-util "^24.7.0" + jest-resolve-dependencies "^24.7.1" + jest-runner "^24.7.1" + jest-runtime "^24.7.1" + jest-snapshot "^24.7.1" + jest-util "^24.7.1" jest-validate "^24.7.0" - jest-watcher "^24.7.0" + jest-watcher "^24.7.1" micromatch "^3.1.10" p-each-series "^1.0.0" pirates "^4.0.1" @@ -1168,33 +1168,33 @@ rimraf "^2.5.4" strip-ansi "^5.0.0" -"@jest/environment@^24.7.0": - version "24.7.0" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-24.7.0.tgz#5ff0099e1c184e2bd3a0517f60135baf28836b2e" - integrity sha512-Vfv5vTPcE5Rp5TYK/hpUI07LV+OH6HOIpDNZ5lWLQ88HkPsDi9ILcSDLJs4tBZLcYltotlGapb5XUTjAfaRWow== +"@jest/environment@^24.7.1": + version "24.7.1" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-24.7.1.tgz#9b9196bc737561f67ac07817d4c5ece772e33135" + integrity sha512-wmcTTYc4/KqA+U5h1zQd5FXXynfa7VGP2NfF+c6QeGJ7c+2nStgh65RQWNX62SC716dTtqheTRrZl0j+54oGHw== dependencies: - "@jest/fake-timers" "^24.7.0" - "@jest/transform" "^24.7.0" + "@jest/fake-timers" "^24.7.1" + "@jest/transform" "^24.7.1" "@jest/types" "^24.7.0" jest-mock "^24.7.0" -"@jest/fake-timers@^24.7.0": - version "24.7.0" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-24.7.0.tgz#6735c6d88ee096a6303f369fa5fddef12f79779c" - integrity sha512-wwq54UIqxC0JsKNQcwJyD4JjSkUYV9rZ1qz2lGGG1iMrFgn6ls37GBo/Cay2qCcnmdyVy+kQ5RE1+7Un7Kw4ew== +"@jest/fake-timers@^24.7.1": + version "24.7.1" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-24.7.1.tgz#56e5d09bdec09ee81050eaff2794b26c71d19db2" + integrity sha512-4vSQJDKfR2jScOe12L9282uiwuwQv9Lk7mgrCSZHA9evB9efB/qx8i0KJxsAKtp8fgJYBJdYY7ZU6u3F4/pyjA== dependencies: "@jest/types" "^24.7.0" - jest-message-util "^24.7.0" + jest-message-util "^24.7.1" jest-mock "^24.7.0" -"@jest/reporters@^24.7.0": - version "24.7.0" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-24.7.0.tgz#f780e0811bd1de46ed78270eb622097387cbb442" - integrity sha512-iOLYOXtRJEkY//aI6b95U5T1JzcRrvfKAlk7zj5ab+4w/Drko9x0PaP0eRBMRvSolzwiXaF8f1zWId397N6Vyg== +"@jest/reporters@^24.7.1": + version "24.7.1" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-24.7.1.tgz#38ac0b096cd691bbbe3051ddc25988d42e37773a" + integrity sha512-bO+WYNwHLNhrjB9EbPL4kX/mCCG4ZhhfWmO3m4FSpbgr7N83MFejayz30kKjgqr7smLyeaRFCBQMbXpUgnhAJw== dependencies: - "@jest/environment" "^24.7.0" - "@jest/test-result" "^24.7.0" - "@jest/transform" "^24.7.0" + "@jest/environment" "^24.7.1" + "@jest/test-result" "^24.7.1" + "@jest/transform" "^24.7.1" "@jest/types" "^24.7.0" chalk "^2.0.1" exit "^0.1.2" @@ -1203,10 +1203,10 @@ istanbul-lib-coverage "^2.0.2" istanbul-lib-instrument "^3.0.1" istanbul-lib-source-maps "^3.0.1" - jest-haste-map "^24.7.0" - jest-resolve "^24.7.0" - jest-runtime "^24.7.0" - jest-util "^24.7.0" + jest-haste-map "^24.7.1" + jest-resolve "^24.7.1" + jest-runtime "^24.7.1" + jest-util "^24.7.1" jest-worker "^24.6.0" node-notifier "^5.2.1" slash "^2.0.0" @@ -1222,29 +1222,29 @@ graceful-fs "^4.1.15" source-map "^0.6.0" -"@jest/test-result@^24.7.0": - version "24.7.0" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.7.0.tgz#062631a3b1727ef4cc6521df152b9142a68f081f" - integrity sha512-bl7HcDnMYEemy/myEmc9AaO9YXxANADNYtXJRC9haolx8btNHY6q78YdL+jb/KC4vBmEEoK+OSgMae90C1tZMQ== +"@jest/test-result@^24.7.1": + version "24.7.1" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.7.1.tgz#19eacdb29a114300aed24db651e5d975f08b6bbe" + integrity sha512-3U7wITxstdEc2HMfBX7Yx3JZgiNBubwDqQMh+BXmZXHa3G13YWF3p6cK+5g0hGkN3iufg/vGPl3hLxQXD74Npg== dependencies: - "@jest/console" "^24.6.0" + "@jest/console" "^24.7.1" "@jest/types" "^24.7.0" "@types/istanbul-lib-coverage" "^2.0.0" -"@jest/test-sequencer@^24.7.0": - version "24.7.0" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-24.7.0.tgz#05a53b29a78269143489d9653da3b31f6e32c702" - integrity sha512-+i7aeDimhwDVzk6pt5r7ZPNMMJ6/p9jaIu6nVumXQjDR2UmuH+/QOnQcKml7+9/U/TEX9Fl61n+OoH+Ds0PTxw== +"@jest/test-sequencer@^24.7.1": + version "24.7.1" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-24.7.1.tgz#9c18e428e1ad945fa74f6233a9d35745ca0e63e0" + integrity sha512-84HQkCpVZI/G1zq53gHJvSmhUer4aMYp9tTaffW28Ih5OxfCg8hGr3nTSbL1OhVDRrFZwvF+/R9gY6JRkDUpUA== dependencies: - "@jest/test-result" "^24.7.0" - jest-haste-map "^24.7.0" - jest-runner "^24.7.0" - jest-runtime "^24.7.0" + "@jest/test-result" "^24.7.1" + jest-haste-map "^24.7.1" + jest-runner "^24.7.1" + jest-runtime "^24.7.1" -"@jest/transform@^24.7.0": - version "24.7.0" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-24.7.0.tgz#c74a1ee5c02f532c22bfc3cddf2685cc3ee5a9b4" - integrity sha512-jwgjrNaZjUuYAf9OZFgyChqEN9p/LS8YkK6D0vuORLXoxiBSZy76tX0/RkCkSkOjgI8IsFwccOJ6RcYBw45R6Q== +"@jest/transform@^24.7.1": + version "24.7.1" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-24.7.1.tgz#872318f125bcfab2de11f53b465ab1aa780789c2" + integrity sha512-EsOUqP9ULuJ66IkZQhI5LufCHlTbi7hrcllRMUEV/tOgqBVQi93+9qEvkX0n8mYpVXQ8VjwmICeRgg58mrtIEw== dependencies: "@babel/core" "^7.1.0" "@jest/types" "^24.7.0" @@ -1253,9 +1253,9 @@ convert-source-map "^1.4.0" fast-json-stable-stringify "^2.0.0" graceful-fs "^4.1.15" - jest-haste-map "^24.7.0" + jest-haste-map "^24.7.1" jest-regex-util "^24.3.0" - jest-util "^24.7.0" + jest-util "^24.7.1" micromatch "^3.1.10" realpath-native "^1.1.0" slash "^2.0.0" @@ -1325,16 +1325,16 @@ read-package-tree "^5.1.6" semver "^5.5.0" -"@lerna/changed@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.13.1.tgz#dc92476aad43c932fe741969bbd0bcf6146a4c52" - integrity sha512-BRXitEJGOkoudbxEewW7WhjkLxFD+tTk4PrYpHLyCBk63pNTWtQLRE6dc1hqwh4emwyGncoyW6RgXfLgMZgryw== +"@lerna/changed@3.13.2": + version "3.13.2" + resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.13.2.tgz#2eda47d3e6c20a0f84c379a9e6806e59eeeaad79" + integrity sha512-mcmkxUMR0J4ZyRyVUrdDJl4ZsdHDgdA1xQcbdB4LZvAE/E2lNlPcEfAfbfs08VnRiqvFOqcczbzBq10hvSFg4w== dependencies: "@lerna/collect-updates" "3.13.0" "@lerna/command" "3.13.1" "@lerna/listable" "3.13.0" "@lerna/output" "3.13.0" - "@lerna/version" "3.13.1" + "@lerna/version" "3.13.2" "@lerna/check-working-tree@3.13.0": version "3.13.0" @@ -1637,15 +1637,16 @@ signal-exit "^3.0.2" write-pkg "^3.1.0" -"@lerna/npm-publish@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-3.13.0.tgz#5c74808376e778865ffdc5885fe83935e15e60c3" - integrity sha512-y4WO0XTaf9gNRkI7as6P2ItVDOxmYHwYto357fjybcnfXgMqEA94c3GJ++jU41j0A9vnmYC6/XxpTd9sVmH9tA== +"@lerna/npm-publish@3.13.2": + version "3.13.2" + resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-3.13.2.tgz#ad713ca6f91a852687d7d0e1bda7f9c66df21768" + integrity sha512-HMucPyEYZfom5tRJL4GsKBRi47yvSS2ynMXYxL3kO0ie+j9J7cb0Ir8NmaAMEd3uJWJVFCPuQarehyfTDZsSxg== dependencies: "@lerna/run-lifecycle" "3.13.0" figgy-pudding "^3.5.1" fs-extra "^7.0.0" libnpmpublish "^1.1.1" + npm-package-arg "^6.1.0" npmlog "^4.1.2" pify "^3.0.0" read-package-json "^2.0.13" @@ -1724,10 +1725,10 @@ inquirer "^6.2.0" npmlog "^4.1.2" -"@lerna/publish@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.13.1.tgz#217e401dcb5824cdd6d36555a36303fb7520c514" - integrity sha512-KhCJ9UDx76HWCF03i5TD7z5lX+2yklHh5SyO8eDaLptgdLDQ0Z78lfGj3JhewHU2l46FztmqxL/ss0IkWHDL+g== +"@lerna/publish@3.13.2": + version "3.13.2" + resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.13.2.tgz#3afccceff5c06b3202d91baf917cd29ab4fb0163" + integrity sha512-L8iceC3Z2YJnlV3cGbfk47NSh1+iOo1tD65z+BU3IYLRpPnnSf8i6BORdKV8rECDj6kjLYvL7//2yxbHy7shhA== dependencies: "@lerna/batch-packages" "3.13.0" "@lerna/check-working-tree" "3.13.0" @@ -1738,7 +1739,7 @@ "@lerna/log-packed" "3.13.0" "@lerna/npm-conf" "3.13.0" "@lerna/npm-dist-tag" "3.13.0" - "@lerna/npm-publish" "3.13.0" + "@lerna/npm-publish" "3.13.2" "@lerna/output" "3.13.0" "@lerna/pack-directory" "3.13.1" "@lerna/prompt" "3.13.0" @@ -1746,7 +1747,7 @@ "@lerna/run-lifecycle" "3.13.0" "@lerna/run-parallel-batches" "3.13.0" "@lerna/validation-error" "3.13.0" - "@lerna/version" "3.13.1" + "@lerna/version" "3.13.2" figgy-pudding "^3.5.1" fs-extra "^7.0.0" libnpmaccess "^3.0.1" @@ -1854,10 +1855,10 @@ dependencies: npmlog "^4.1.2" -"@lerna/version@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.13.1.tgz#5e919d13abb13a663dcc7922bb40931f12fb137b" - integrity sha512-WpfKc5jZBBOJ6bFS4atPJEbHSiywQ/Gcd+vrwaEGyQHWHQZnPTvhqLuq3q9fIb9sbuhH5pSY6eehhuBrKqTnjg== +"@lerna/version@3.13.2": + version "3.13.2" + resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.13.2.tgz#cc177c32c6404ab9d4b7e3d6da90789d48f768b4" + integrity sha512-85AEn6Cx5p1VOejEd5fpTyeDCx6yejSJCgbILkx+gXhLhFg2XpFzLswMd+u71X7RAttWHvhzeKJAw4tWTXDvpQ== dependencies: "@lerna/batch-packages" "3.13.0" "@lerna/check-working-tree" "3.13.0" @@ -2283,6 +2284,22 @@ agentkeepalive@^3.4.1: dependencies: humanize-ms "^1.2.1" +airbnb-prop-types@^2.12.0: + version "2.13.2" + resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.13.2.tgz#43147a5062dd2a4a5600e748a47b64004cc5f7fc" + integrity sha512-2FN6DlHr6JCSxPPi25EnqGaXC4OC3/B3k1lCd6MMYrZ51/Gf/1qDfaR+JElzWa+Tl7cY2aYOlsYJGFeQyVHIeQ== + dependencies: + array.prototype.find "^2.0.4" + function.prototype.name "^1.1.0" + has "^1.0.3" + is-regex "^1.0.4" + object-is "^1.0.1" + object.assign "^4.1.0" + object.entries "^1.1.0" + prop-types "^15.7.2" + prop-types-exact "^1.2.0" + react-is "^16.8.6" + ajv-errors@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" @@ -2479,6 +2496,14 @@ array-unique@^0.3.2: resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= +array.prototype.find@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90" + integrity sha1-VWpcU2LAhkgyPdrrnenRS8GGTJA= + dependencies: + define-properties "^1.1.2" + es-abstract "^1.7.0" + array.prototype.flat@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4" @@ -2546,6 +2571,13 @@ async-limiter@~1.0.0: resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== +async-retry@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.2.3.tgz#a6521f338358d322b1a0012b79030c6f411d1ce0" + integrity sha512-tfDb02Th6CE6pJUF2gjW5ZVjsgwlucVXOEQMvEX9JgSJMs9gAX+Nz3xRuJBKuUYjTSYORqvDBORdAQ3LU59g7Q== + dependencies: + retry "0.12.0" + async-sema@2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/async-sema/-/async-sema-2.2.0.tgz#b0de2bb11a2560d369aca975d24650cc05304979" @@ -2597,13 +2629,13 @@ autodll-webpack-plugin@0.4.2: webpack-merge "^4.1.0" webpack-sources "^1.0.1" -autoprefixer@^9.0.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.5.0.tgz#7e51d0355c11596e6cf9a0afc9a44e86d1596c70" - integrity sha512-hMKcyHsZn5+qL6AUeP3c8OyuteZ4VaUlg+fWbyl8z7PqsKHF/Bf8/px3K6AT8aMzDkBo8Bc11245MM+itDBOxQ== +autoprefixer@^9.5.1: + version "9.5.1" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.5.1.tgz#243b1267b67e7e947f28919d786b50d3bb0fb357" + integrity sha512-KJSzkStUl3wP0D5sdMlP82Q52JLy5+atf2MHAre48+ckWkXgixmfHyWmA77wFDy6jTHU6mIgXv6hAQ2mf1PjJQ== dependencies: - browserslist "^4.4.2" - caniuse-lite "^1.0.30000947" + browserslist "^4.5.4" + caniuse-lite "^1.0.30000957" normalize-range "^0.1.2" num2fraction "^1.2.2" postcss "^7.0.14" @@ -2652,12 +2684,12 @@ babel-eslint@^10.0.1: eslint-scope "3.7.1" eslint-visitor-keys "^1.0.0" -babel-jest@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.7.0.tgz#9dfc6245a5a9b3757c1f1e3c19705cca0941d55d" - integrity sha512-7WRraf28jlluyVLPyDY4+DXzCptiWor44caqRzefo+3btgHUb7FXEFXeqxwH2UuNCMnNY3plh/7hQ9bsLVwmUQ== +babel-jest@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.7.1.tgz#73902c9ff15a7dfbdc9994b0b17fcefd96042178" + integrity sha512-GPnLqfk8Mtt0i4OemjWkChi73A3ALs4w2/QbG64uAj8b5mmwzxc7jbJVRZt8NJkxi6FopVHog9S3xX6UJKb2qg== dependencies: - "@jest/transform" "^24.7.0" + "@jest/transform" "^24.7.1" "@jest/types" "^24.7.0" "@types/babel__core" "^7.1.0" babel-plugin-istanbul "^5.1.0" @@ -2915,6 +2947,13 @@ braces@^2.3.1, braces@^2.3.2: split-string "^3.0.2" to-regex "^3.0.1" +braces@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.1.tgz#dd8f330ba1c895e39de73ec33e99275443ff0fed" + integrity sha512-Vmyh3JAr5DRUKCdRrC+WyAAsWBez8HLnBmVb6Ux2VYbvC8DjqMC228WHx24fiQG5BiDOVo+otK1scdkK5S6YNg== + dependencies: + fill-range "^7.0.1" + brorand@^1.0.1: version "1.1.0" resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" @@ -3000,7 +3039,7 @@ browserslist@^4.1.0, browserslist@^4.5.1: electron-to-chromium "^1.3.122" node-releases "^1.1.12" -browserslist@^4.4.2, browserslist@^4.5.2: +browserslist@^4.5.2, browserslist@^4.5.4: version "4.5.4" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.5.4.tgz#166c4ecef3b51737a42436ea8002aeea466ea2c7" integrity sha512-rAjx494LMjqKnMPhFkuLmLp8JWEX0o8ADTGeAbOqaF+XCvYLreZrG5uVjnPBlAQ8REZK4pzXGvp0bWgrFtKaag== @@ -3244,16 +3283,16 @@ camelize@^1.0.0: resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b" integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= -caniuse-lite@^1.0.30000947: - version "1.0.30000957" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000957.tgz#fb1026bf184d7d62c685205358c3b24b9e29f7b3" - integrity sha512-8wxNrjAzyiHcLXN/iunskqQnJquQQ6VX8JHfW5kLgAPRSiSuKZiNfmIkP5j7jgyXqAQBSoXyJxfnbCFS0ThSiQ== - caniuse-lite@^1.0.30000955: version "1.0.30000955" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000955.tgz#360fdb9a1e41d6dd996130411334e44a39e4446d" integrity sha512-6AwmIKgqCYfDWWadRkAuZSHMQP4Mmy96xAXEdRBlN/luQhlRYOKgwOlZ9plpCOsVbBuqbTmGqDK3JUM/nlr8CA== +caniuse-lite@^1.0.30000957: + version "1.0.30000957" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000957.tgz#fb1026bf184d7d62c685205358c3b24b9e29f7b3" + integrity sha512-8wxNrjAzyiHcLXN/iunskqQnJquQQ6VX8JHfW5kLgAPRSiSuKZiNfmIkP5j7jgyXqAQBSoXyJxfnbCFS0ThSiQ== + capture-exit@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" @@ -3834,7 +3873,7 @@ cosmiconfig@5.1.0: lodash.get "^4.4.2" parse-json "^4.0.0" -cosmiconfig@^5.0.0, cosmiconfig@^5.0.7, cosmiconfig@^5.1.0: +cosmiconfig@^5.0.7, cosmiconfig@^5.1.0, cosmiconfig@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.0.tgz#45038e4d28a7fe787203aede9c25bca4a08b12c8" integrity sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g== @@ -4044,7 +4083,7 @@ debug@^3.1.0: dependencies: ms "^2.1.1" -debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: +debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== @@ -4443,6 +4482,11 @@ emoji-regex@^7.0.1: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + emojis-list@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" @@ -4481,24 +4525,25 @@ entities@^1.1.1, entities@~1.1.1: resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== -enzyme-adapter-react-16@^1.11.2: - version "1.11.2" - resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.11.2.tgz#8efeafb27e96873a5492fdef3f423693182eb9d4" - integrity sha512-2ruTTCPRb0lPuw/vKTXGVZVBZqh83MNDnakMhzxhpJcIbneEwNy2Cv0KvL97pl57/GOazJHflWNLjwWhex5AAA== +enzyme-adapter-react-16@^1.12.1: + version "1.12.1" + resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.12.1.tgz#6a2d74c80559d35ac0a91ca162fa45f4186290cf" + integrity sha512-GB61gvY97XvrA6qljExGY+lgI6BBwz+ASLaRKct9VQ3ozu0EraqcNn3CcrUckSGIqFGa1+CxO5gj5is5t3lwrw== dependencies: - enzyme-adapter-utils "^1.10.1" + enzyme-adapter-utils "^1.11.0" object.assign "^4.1.0" object.values "^1.1.0" prop-types "^15.7.2" - react-is "^16.8.4" + react-is "^16.8.6" react-test-renderer "^16.0.0-0" semver "^5.6.0" -enzyme-adapter-utils@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.10.1.tgz#58264efa19a7befdbf964fb7981a108a5452ac96" - integrity sha512-oasinhhLoBuZsIkTe8mx0HiudtfErUtG0Ooe1FOplu/t4c9rOmyG5gtrBASK6u4whHIRWvv0cbZMElzNTR21SA== +enzyme-adapter-utils@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.11.0.tgz#6ffff782b1b57dd46c72a845a91fc4103956a117" + integrity sha512-0VZeoE9MNx+QjTfsjmO1Mo+lMfunucYB4wt5ficU85WB/LoetTJrbuujmHP3PJx6pSoaAuLA+Mq877x4LoxdNg== dependencies: + airbnb-prop-types "^2.12.0" function.prototype.name "^1.1.0" object.assign "^4.1.0" object.fromentries "^2.0.0" @@ -4669,10 +4714,10 @@ eslint-plugin-es@^1.3.1: eslint-utils "^1.3.0" regexpp "^2.0.1" -eslint-plugin-flowtype@^3.4.2: - version "3.4.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.4.2.tgz#55475e10b05fd714d60bceebbbed596cb8706b16" - integrity sha512-sv6O6fiN3dIwhU4qRxfcyIpbKGVvsxwIQ6vgBLudpQKjH1rEyEFEOjGzGEUBTQP9J8LdTZm37OjiqZ0ZeFOa6g== +eslint-plugin-flowtype@^3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.6.1.tgz#99cfa3a30e8a2c9ea40c507b25ea9a320af4ceae" + integrity sha512-VVuPKb5kgWFhxCkAMpL5wi44AK+4nkxa3XXZVa2PKf00n4INNbdKmZC0tT8qeNTHoDPYMXbqak4tGC9YtIOqGw== dependencies: lodash "^4.17.11" @@ -4973,16 +5018,16 @@ expand-template@^1.0.2: resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-1.1.1.tgz#981f188c0c3a87d2e28f559bc541426ff94f21dd" integrity sha512-cebqLtV8KOZfw0UI8TEFWxtczxxC1jvyUvx6H4fyp1K1FN7A4Q+uggVUlOsI1K8AGU0rwOGqP8nCapdrw8CYQg== -expect@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-24.7.0.tgz#80f7bffd700414df2e0b35f28d9ae4514d971ced" - integrity sha512-sVRlM83O5tH2G7VUZuClY01k1UGqw7jJcI9rCNn0zaPkbcn+nOOj8MLzhHxF7rI4Ak2vblW/KzCDwSXPhXHlOg== +expect@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/expect/-/expect-24.7.1.tgz#d91defbab4e627470a152feaf35b3c31aa1c7c14" + integrity sha512-mGfvMTPduksV3xoI0xur56pQsg2vJjNf5+a+bXOjqCkiCBbmCayrBbHS/75y9K430cfqyocPr2ZjiNiRx4SRKw== dependencies: "@jest/types" "^24.7.0" ansi-styles "^3.2.0" jest-get-type "^24.3.0" jest-matcher-utils "^24.7.0" - jest-message-util "^24.7.0" + jest-message-util "^24.7.1" jest-regex-util "^24.3.0" extend-shallow@^2.0.1: @@ -5106,13 +5151,6 @@ file-entry-cache@^2.0.0: flat-cache "^1.2.1" object-assign "^4.0.1" -file-entry-cache@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-4.0.0.tgz#633567d15364aefe0b299e1e217735e8f3a9f6e8" - integrity sha512-AVSwsnbV8vH/UVbvgEhf3saVQXORNv0ZzSkvkhQIaia5Tia+JhGTaa/ePUSVoPHQyGayQNmYfkzFi3WZV5zcpA== - dependencies: - flat-cache "^2.0.1" - file-entry-cache@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c" @@ -5143,6 +5181,13 @@ fill-range@^4.0.0: repeat-string "^1.6.1" to-regex-range "^2.1.0" +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + find-cache-dir@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.0.0.tgz#4c1faed59f45184530fb9d7fa123a4d04a98472d" @@ -5619,7 +5664,7 @@ globby@^8.0.1: pify "^3.0.0" slash "^1.0.0" -globby@^9.0.0: +globby@^9.2.0: version "9.2.0" resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d" integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg== @@ -5992,10 +6037,10 @@ ignore@^4.0.2, ignore@^4.0.3, ignore@^4.0.6: resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== -ignore@^5.0.4: - version "5.0.6" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.6.tgz#562dacc7ec27d672dde433aa683c543b24c17694" - integrity sha512-/+hp3kUf/Csa32ktIaj0OlRqQxrgs30n62M90UBpNd9k+ENEch5S+hmbW3DtcJGz3sYFTh4F3A6fQ0q7KWsp4w== +ignore@^5.0.6: + version "5.1.0" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.0.tgz#a949efb645e5d67fd78e46f470bee6b8c5d862f9" + integrity sha512-dJEmMwloo0gq40chdtDmE4tMp67ZGwN7MFTgjNqWi2VHEi5Ya6JkuvPWasjcAIm7lg+2if8xxn5R199wspcplg== iltorb@2.0.2: version "2.0.2" @@ -6366,6 +6411,11 @@ is-fullwidth-code-point@^2.0.0: resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + is-generator-fn@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.0.0.tgz#038c31b774709641bda678b1f06a4e3227c10b3e" @@ -6412,6 +6462,11 @@ is-number@^3.0.0: dependencies: kind-of "^3.0.2" +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + is-obj@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" @@ -6680,43 +6735,43 @@ jest-changed-files@^24.7.0: execa "^1.0.0" throat "^4.0.0" -jest-cli@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.7.0.tgz#b4f399662747f04b92b66e4844c77fa8c817034a" - integrity sha512-/JNCbQGRTc2+HE+Qq1vCExOyyHvAFIdhBvdsEjQvH+UmghJBvA4UdOl6ok4fsPQnysa/p3gez3KosCWJdt0l6w== +jest-cli@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.7.1.tgz#6093a539073b6f4953145abeeb9709cd621044f1" + integrity sha512-32OBoSCVPzcTslGFl6yVCMzB2SqX3IrWwZCY5mZYkb0D2WsogmU3eV2o8z7+gRQa4o4sZPX/k7GU+II7CxM6WQ== dependencies: - "@jest/core" "^24.7.0" - "@jest/test-result" "^24.7.0" + "@jest/core" "^24.7.1" + "@jest/test-result" "^24.7.1" "@jest/types" "^24.7.0" chalk "^2.0.1" exit "^0.1.2" import-local "^2.0.0" is-ci "^2.0.0" - jest-config "^24.7.0" - jest-util "^24.7.0" + jest-config "^24.7.1" + jest-util "^24.7.1" jest-validate "^24.7.0" prompts "^2.0.1" realpath-native "^1.1.0" yargs "^12.0.2" -jest-config@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-24.7.0.tgz#42d64ced31a144aeca4c681de42850e703549a28" - integrity sha512-OsE0l9+QrXCLPQ8yJOWX/hQiH8OBf10/5pmBN6OTttU80KE0nF17gs3sUJ4ZikNsQLkbjQs1hW7g9Wg7u0eTpw== +jest-config@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-24.7.1.tgz#6c1dd4db82a89710a3cf66bdba97827c9a1cf052" + integrity sha512-8FlJNLI+X+MU37j7j8RE4DnJkvAghXmBWdArVzypW6WxfGuxiL/CCkzBg0gHtXhD2rxla3IMOSUAHylSKYJ83g== dependencies: "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^24.7.0" + "@jest/test-sequencer" "^24.7.1" "@jest/types" "^24.7.0" - babel-jest "^24.7.0" + babel-jest "^24.7.1" chalk "^2.0.1" glob "^7.1.1" - jest-environment-jsdom "^24.7.0" - jest-environment-node "^24.7.0" + jest-environment-jsdom "^24.7.1" + jest-environment-node "^24.7.1" jest-get-type "^24.3.0" - jest-jasmine2 "^24.7.0" + jest-jasmine2 "^24.7.1" jest-regex-util "^24.3.0" - jest-resolve "^24.7.0" - jest-util "^24.7.0" + jest-resolve "^24.7.1" + jest-util "^24.7.1" jest-validate "^24.7.0" micromatch "^3.1.10" pretty-format "^24.7.0" @@ -6739,49 +6794,49 @@ jest-docblock@^24.3.0: dependencies: detect-newline "^2.1.0" -jest-each@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-24.7.0.tgz#7850862106bc9ecb875ffb8eb5e3d3fd9885208f" - integrity sha512-QIva7rgK9R+23uQUnqgSRlZJ5MwJIVanoQNzRZl0zbhv9M05TDqoneVOhpQyDM5ZUJjqCLzwu0PoG6L8U7i8qA== +jest-each@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-24.7.1.tgz#fcc7dda4147c28430ad9fb6dc7211cd17ab54e74" + integrity sha512-4fsS8fEfLa3lfnI1Jw6NxjhyRTgfpuOVTeUZZFyVYqeTa4hPhr2YkToUhouuLTrL2eMGOfpbdMyRx0GQ/VooKA== dependencies: "@jest/types" "^24.7.0" chalk "^2.0.1" jest-get-type "^24.3.0" - jest-util "^24.7.0" + jest-util "^24.7.1" pretty-format "^24.7.0" -jest-environment-jsdom@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-24.7.0.tgz#e263adb59edb79194caae10e20f39d324e35dffb" - integrity sha512-U3IscwOkfZLUfv0sgeHX2DP7gxZNREXBwulNyP2+SYtLKdGYYjD7pLY4DcUq0y7cc0+VXfrok2QXeGF8qDbixw== +jest-environment-jsdom@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-24.7.1.tgz#a40e004b4458ebeb8a98082df135fd501b9fbbd6" + integrity sha512-Gnhb+RqE2JuQGb3kJsLF8vfqjt3PHKSstq4Xc8ic+ax7QKo4Z0RWGucU3YV+DwKR3T9SYc+3YCUQEJs8r7+Jxg== dependencies: - "@jest/environment" "^24.7.0" - "@jest/fake-timers" "^24.7.0" + "@jest/environment" "^24.7.1" + "@jest/fake-timers" "^24.7.1" "@jest/types" "^24.7.0" jest-mock "^24.7.0" - jest-util "^24.7.0" + jest-util "^24.7.1" jsdom "^11.5.1" -jest-environment-node@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-24.7.0.tgz#d18cf65f4417e665df118b966149a990b7b3bd20" - integrity sha512-XECuhDfrdHuw/+5JrjS+D9tuBsv2M0MpSzJmSTGqBeCmgekaCbLB4wcU5XYWsyFUAlhDTU2Vn6UqReQceiHtKQ== +jest-environment-node@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-24.7.1.tgz#fa2c047a31522a48038d26ee4f7c8fd9c1ecfe12" + integrity sha512-GJJQt1p9/C6aj6yNZMvovZuxTUd+BEJprETdvTKSb4kHcw4mFj8777USQV0FJoJ4V3djpOwA5eWyPwfq//PFBA== dependencies: - "@jest/environment" "^24.7.0" - "@jest/fake-timers" "^24.7.0" + "@jest/environment" "^24.7.1" + "@jest/fake-timers" "^24.7.1" "@jest/types" "^24.7.0" jest-mock "^24.7.0" - jest-util "^24.7.0" + jest-util "^24.7.1" jest-get-type@^24.3.0: version "24.3.0" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.3.0.tgz#582cfd1a4f91b5cdad1d43d2932f816d543c65da" integrity sha512-HYF6pry72YUlVcvUx3sEpMRwXEWGEPlJ0bSPVnB3b3n++j4phUEoSPcS6GC0pPJ9rpyPSe4cb5muFo6D39cXow== -jest-haste-map@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.7.0.tgz#3b05c832e3fc41f45f8c061cbca0ed4c604787a4" - integrity sha512-f84QcZoA/PbAjGbPnisNJfj73x3noM/wgPhRO5kT1l18pi46Lcs+QsN3WW+bGNdzIUUDzjaJqZtRTJxT71sHCA== +jest-haste-map@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.7.1.tgz#772e215cd84080d4bbcb759cfb668ad649a21471" + integrity sha512-g0tWkzjpHD2qa03mTKhlydbmmYiA2KdcJe762SbfFo/7NIMgBWAA0XqQlApPwkWOF7Cxoi/gUqL0i6DIoLpMBw== dependencies: "@jest/types" "^24.7.0" anymatch "^2.0.0" @@ -6789,7 +6844,7 @@ jest-haste-map@^24.7.0: graceful-fs "^4.1.15" invariant "^2.2.4" jest-serializer "^24.4.0" - jest-util "^24.7.0" + jest-util "^24.7.1" jest-worker "^24.6.0" micromatch "^3.1.10" sane "^4.0.3" @@ -6797,25 +6852,25 @@ jest-haste-map@^24.7.0: optionalDependencies: fsevents "^1.2.7" -jest-jasmine2@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.7.0.tgz#53ec46f1e7de94e17d1c5a702744f8d30f37583c" - integrity sha512-bPlCXEl3YXeCLAXa0tegW8WWa94RQkXf4K4FaoMXS8F5iNic6qdj0CaPNQjMkz8s3qdnSN8GMgwF5RK8Vu5krQ== +jest-jasmine2@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.7.1.tgz#01398686dabe46553716303993f3be62e5d9d818" + integrity sha512-Y/9AOJDV1XS44wNwCaThq4Pw3gBPiOv/s6NcbOAkVRRUEPu+36L2xoPsqQXsDrxoBerqeyslpn2TpCI8Zr6J2w== dependencies: "@babel/traverse" "^7.1.0" - "@jest/environment" "^24.7.0" - "@jest/test-result" "^24.7.0" + "@jest/environment" "^24.7.1" + "@jest/test-result" "^24.7.1" "@jest/types" "^24.7.0" chalk "^2.0.1" co "^4.6.0" - expect "^24.7.0" + expect "^24.7.1" is-generator-fn "^2.0.0" - jest-each "^24.7.0" + jest-each "^24.7.1" jest-matcher-utils "^24.7.0" - jest-message-util "^24.7.0" - jest-runtime "^24.7.0" - jest-snapshot "^24.7.0" - jest-util "^24.7.0" + jest-message-util "^24.7.1" + jest-runtime "^24.7.1" + jest-snapshot "^24.7.1" + jest-util "^24.7.1" pretty-format "^24.7.0" throat "^4.0.0" @@ -6836,13 +6891,13 @@ jest-matcher-utils@^24.7.0: jest-get-type "^24.3.0" pretty-format "^24.7.0" -jest-message-util@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.7.0.tgz#9d80f14eff66004ec82707e46d58387586df7335" - integrity sha512-hzuxx/g7t3uWxC2A12cZbVQI0XDyaXbvcvjNqX/XYijRDJa73/7PDl8ZdCRicbE5L7/jLK9kfzwDd/AimuUWbQ== +jest-message-util@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.7.1.tgz#f1dc3a6c195647096a99d0f1dadbc447ae547018" + integrity sha512-dk0gqVtyqezCHbcbk60CdIf+8UHgD+lmRHifeH3JRcnAqh4nEyPytSc9/L1+cQyxC+ceaeP696N4ATe7L+omcg== dependencies: "@babel/code-frame" "^7.0.0" - "@jest/test-result" "^24.7.0" + "@jest/test-result" "^24.7.1" "@jest/types" "^24.7.0" "@types/stack-utils" "^1.0.1" chalk "^2.0.1" @@ -6867,19 +6922,19 @@ jest-regex-util@^24.3.0: resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.3.0.tgz#d5a65f60be1ae3e310d5214a0307581995227b36" integrity sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg== -jest-resolve-dependencies@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.7.0.tgz#f7d232e4be4f4b8a4fde09ac2341ea8979a18cf4" - integrity sha512-R0nllgRNorl/Z1SPp669f3ELTLPTIQ1ZbLyHZW9KYCLgUhbUVESwbOsXjcWmtrhKKxtTaaLtQbDkynOIj53gJQ== +jest-resolve-dependencies@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.7.1.tgz#cf93bbef26999488a96a2b2012f9fe7375aa378f" + integrity sha512-2Eyh5LJB2liNzfk4eo7bD1ZyBbqEJIyyrFtZG555cSWW9xVHxII2NuOkSl1yUYTAYCAmM2f2aIT5A7HzNmubyg== dependencies: "@jest/types" "^24.7.0" jest-regex-util "^24.3.0" - jest-snapshot "^24.7.0" + jest-snapshot "^24.7.1" -jest-resolve@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.7.0.tgz#0b13604676131a64e4d90cd1d34296b052ebc08e" - integrity sha512-1coBnLJHuz3VEe1x/I1tFaAgPsp42KVIZKNaVSUxVUyDEwkp4OvsZ59Mwl+bF3L+2OFEdCWj3DFU398NUrANsg== +jest-resolve@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.7.1.tgz#e4150198299298380a75a9fd55043fa3b9b17fde" + integrity sha512-Bgrc+/UUZpGJ4323sQyj85hV9d+ANyPNu6XfRDUcyFNX1QrZpSoM0kE4Mb2vZMAYTJZsBFzYe8X1UaOkOELSbw== dependencies: "@jest/types" "^24.7.0" browser-resolve "^1.11.3" @@ -6887,54 +6942,54 @@ jest-resolve@^24.7.0: jest-pnp-resolver "^1.2.1" realpath-native "^1.1.0" -jest-runner@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-24.7.0.tgz#ba0141f1b3a93dc1c26e4db57655163f6cb62975" - integrity sha512-1ClbQ5CoRjyjmIOR5k5O0EhrVi0N0p7Q7eD9AKlWLMhrYwQOJrVclI/II0g5W4kPsKHZIdoL7KhwcUEiXNmckg== +jest-runner@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-24.7.1.tgz#41c8a02a06aa23ea82d8bffd69d7fa98d32f85bf" + integrity sha512-aNFc9liWU/xt+G9pobdKZ4qTeG/wnJrJna3VqunziDNsWT3EBpmxXZRBMKCsNMyfy+A/XHiV+tsMLufdsNdgCw== dependencies: - "@jest/console" "^24.6.0" - "@jest/environment" "^24.7.0" - "@jest/test-result" "^24.7.0" + "@jest/console" "^24.7.1" + "@jest/environment" "^24.7.1" + "@jest/test-result" "^24.7.1" "@jest/types" "^24.7.0" chalk "^2.4.2" exit "^0.1.2" graceful-fs "^4.1.15" - jest-config "^24.7.0" + jest-config "^24.7.1" jest-docblock "^24.3.0" - jest-haste-map "^24.7.0" - jest-jasmine2 "^24.7.0" + jest-haste-map "^24.7.1" + jest-jasmine2 "^24.7.1" jest-leak-detector "^24.7.0" - jest-message-util "^24.7.0" - jest-resolve "^24.7.0" - jest-runtime "^24.7.0" - jest-util "^24.7.0" + jest-message-util "^24.7.1" + jest-resolve "^24.7.1" + jest-runtime "^24.7.1" + jest-util "^24.7.1" jest-worker "^24.6.0" source-map-support "^0.5.6" throat "^4.0.0" -jest-runtime@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-24.7.0.tgz#80c393970e81d0a86aa79fdf987470afa515ebf6" - integrity sha512-UHrBjGhXM8zjhxgaYqHD9GqN/nr14dHNJSltQY2GKFIYFup2PpGYPs/UgaioAdmWpgmAHxrrZD2T2o8JaBiKMg== +jest-runtime@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-24.7.1.tgz#2ffd70b22dd03a5988c0ab9465c85cdf5d25c597" + integrity sha512-0VAbyBy7tll3R+82IPJpf6QZkokzXPIS71aDeqh+WzPRXRCNz6StQ45otFariPdJ4FmXpDiArdhZrzNAC3sj6A== dependencies: - "@jest/console" "^24.6.0" - "@jest/environment" "^24.7.0" + "@jest/console" "^24.7.1" + "@jest/environment" "^24.7.1" "@jest/source-map" "^24.3.0" - "@jest/transform" "^24.7.0" + "@jest/transform" "^24.7.1" "@jest/types" "^24.7.0" "@types/yargs" "^12.0.2" chalk "^2.0.1" exit "^0.1.2" glob "^7.1.3" graceful-fs "^4.1.15" - jest-config "^24.7.0" - jest-haste-map "^24.7.0" - jest-message-util "^24.7.0" + jest-config "^24.7.1" + jest-haste-map "^24.7.1" + jest-message-util "^24.7.1" jest-mock "^24.7.0" jest-regex-util "^24.3.0" - jest-resolve "^24.7.0" - jest-snapshot "^24.7.0" - jest-util "^24.7.0" + jest-resolve "^24.7.1" + jest-snapshot "^24.7.1" + jest-util "^24.7.1" jest-validate "^24.7.0" realpath-native "^1.1.0" slash "^2.0.0" @@ -6946,19 +7001,19 @@ jest-serializer@^24.4.0: resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.4.0.tgz#f70c5918c8ea9235ccb1276d232e459080588db3" integrity sha512-k//0DtglVstc1fv+GY/VHDIjrtNjdYvYjMlbLUed4kxrE92sIUewOi5Hj3vrpB8CXfkJntRPDRjCrCvUhBdL8Q== -jest-snapshot@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.7.0.tgz#2d279f756f2b771ef0a72a96055a36f71d44dfe0" - integrity sha512-2TsxHzf4LZ8Wp1a4ORNnM+aL3lN30nOn4V5rNInGQ5an56u3k4lzOQ45AbzFArvcxPpujY6GzNCmstNJ5p/LYA== +jest-snapshot@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.7.1.tgz#bd5a35f74aedff070975e9e9c90024f082099568" + integrity sha512-8Xk5O4p+JsZZn4RCNUS3pxA+ORKpEKepE+a5ejIKrId9CwrVN0NY+vkqEkXqlstA5NMBkNahXkR/4qEBy0t5yA== dependencies: "@babel/types" "^7.0.0" "@jest/types" "^24.7.0" chalk "^2.0.1" - expect "^24.7.0" + expect "^24.7.1" jest-diff "^24.7.0" jest-matcher-utils "^24.7.0" - jest-message-util "^24.7.0" - jest-resolve "^24.7.0" + jest-message-util "^24.7.1" + jest-resolve "^24.7.1" mkdirp "^0.5.1" natural-compare "^1.4.0" pretty-format "^24.7.0" @@ -6971,15 +7026,15 @@ jest-styled-components@^6.3.1: dependencies: css "^2.2.4" -jest-util@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-24.7.0.tgz#1526be657e7b6a21b6af0cc64f74af44513f3a35" - integrity sha512-rgkYsdFksdXiLT74l282VJC0AEqcJ/xNwfnX7kNdIwCD5CA7j6D3kk3MlnVYdE0EVYTqSN7Q8tOFp5n2HQU2PQ== +jest-util@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-24.7.1.tgz#b4043df57b32a23be27c75a2763d8faf242038ff" + integrity sha512-/KilOue2n2rZ5AnEBYoxOXkeTu6vi7cjgQ8MXEkih0oeAXT6JkS3fr7/j8+engCjciOU1Nq5loMSKe0A1oeX0A== dependencies: - "@jest/console" "^24.6.0" - "@jest/fake-timers" "^24.7.0" + "@jest/console" "^24.7.1" + "@jest/fake-timers" "^24.7.1" "@jest/source-map" "^24.3.0" - "@jest/test-result" "^24.7.0" + "@jest/test-result" "^24.7.1" "@jest/types" "^24.7.0" callsites "^3.0.0" chalk "^2.0.1" @@ -7001,17 +7056,17 @@ jest-validate@^24.7.0: leven "^2.1.0" pretty-format "^24.7.0" -jest-watcher@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-24.7.0.tgz#c0229f166bfe1561f939f7b0d83f12fb512f2a2c" - integrity sha512-BBDn/6iG1dSM7fR7FBu5o6R+ZwBJBhKmM2tAqpp3yOzZD/1Aerhdx7laLFs2gajWpBzC7OEHr6yMddDX+6n0Mw== +jest-watcher@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-24.7.1.tgz#e161363d7f3f4e1ef3d389b7b3a0aad247b673f5" + integrity sha512-Wd6TepHLRHVKLNPacEsBwlp9raeBIO+01xrN24Dek4ggTS8HHnOzYSFnvp+6MtkkJ3KfMzy220KTi95e2rRkrw== dependencies: - "@jest/test-result" "^24.7.0" + "@jest/test-result" "^24.7.1" "@jest/types" "^24.7.0" "@types/yargs" "^12.0.9" ansi-escapes "^3.0.0" chalk "^2.0.1" - jest-util "^24.7.0" + jest-util "^24.7.1" string-length "^2.0.0" jest-worker@^24.6.0: @@ -7022,13 +7077,13 @@ jest-worker@^24.6.0: merge-stream "^1.0.1" supports-color "^6.1.0" -jest@^24.7.0: - version "24.7.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-24.7.0.tgz#5fa8dee8b81d734d80af14a2606cbb90c682664d" - integrity sha512-1bb9H06UeqTgiyZ9Lm81No06YdWq7f4ahLdQZJnQ0n2wuyA+ODrRfbqM8emmSS85IDw54LodW0tlud/b2F+4dQ== +jest@^24.7.1: + version "24.7.1" + resolved "https://registry.yarnpkg.com/jest/-/jest-24.7.1.tgz#0d94331cf510c75893ee32f87d7321d5bf8f2501" + integrity sha512-AbvRar5r++izmqo5gdbAjTeA6uNRGoNRuj5vHB0OnDXo2DXWZJVuaObiGgtlvhKb+cWy2oYbQSfxv7Q7GjnAtA== dependencies: import-local "^2.0.0" - jest-cli "^24.7.0" + jest-cli "^24.7.1" js-levenshtein@^1.1.3: version "1.1.6" @@ -7222,10 +7277,10 @@ kleur@^3.0.2: resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.2.tgz#83c7ec858a41098b613d5998a7b653962b504f68" integrity sha512-3h7B2WRT5LNXOtQiAaWonilegHcPSf9nLVXlSTci8lu1dZUuui61+EsPEZqSVxY7rXYmB2DVKMQILxaO5WL61Q== -known-css-properties@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.11.0.tgz#0da784f115ea77c76b81536d7052e90ee6c86a8a" - integrity sha512-bEZlJzXo5V/ApNNa5z375mJC6Nrz4vG43UgcSCrg2OHC+yuB6j0iDSrY7RQ/+PRofFB03wNIIt9iXIVLr4wc7w== +known-css-properties@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.13.0.tgz#2750fde566cbf542a9876d4acd6bb0257ebadd2c" + integrity sha512-6VWDxNr7cQXPDtMdCWLZMK3E8hdLrpyPPRdx6RbyvqklqgM6/XNFsVopv8QOZ+hRB6iHG/urEDwzlWbmMCv/kw== koa-better-router@^2.1.1: version "2.1.1" @@ -7366,14 +7421,14 @@ left-pad@^1.3.0: resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA== -lerna@^3.13.1: - version "3.13.1" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.13.1.tgz#feaff562176f304bd82329ca29ce46ab6c033463" - integrity sha512-7kSz8LLozVsoUNTJzJzy+b8TnV9YdviR2Ee2PwGZSlVw3T1Rn7kOAPZjEi+3IWnOPC96zMPHVmjCmzQ4uubalw== +lerna@^3.13.2: + version "3.13.2" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.13.2.tgz#68f25cce4219ef9e49d246f10d0f20c4f0bc1622" + integrity sha512-2iliiFVAMNqaKsVSJ90p49dur93d5RlktotAJNp+uuHsCuIIAvwceqmSgDQCmWu4GkgAom+5uy//KV6F9t8fLA== dependencies: "@lerna/add" "3.13.1" "@lerna/bootstrap" "3.13.1" - "@lerna/changed" "3.13.1" + "@lerna/changed" "3.13.2" "@lerna/clean" "3.13.1" "@lerna/cli" "3.13.0" "@lerna/create" "3.13.1" @@ -7383,9 +7438,9 @@ lerna@^3.13.1: "@lerna/init" "3.13.1" "@lerna/link" "3.13.1" "@lerna/list" "3.13.1" - "@lerna/publish" "3.13.1" + "@lerna/publish" "3.13.2" "@lerna/run" "3.13.1" - "@lerna/version" "3.13.1" + "@lerna/version" "3.13.2" import-local "^1.0.0" npmlog "^4.1.2" @@ -7394,6 +7449,11 @@ leven@^2.1.0: resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580" integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA= +leven@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" + integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== + levn@^0.3.0, levn@~0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" @@ -7577,7 +7637,7 @@ lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== -log-symbols@^2.0.0, log-symbols@^2.2.0: +log-symbols@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== @@ -7714,7 +7774,7 @@ markdown-table@^1.1.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.2.tgz#c78db948fa879903a41bce522e3b96f801c63786" integrity sha512-NcWuJFHDA8V3wkDgR/j4+gZx+YQwstPgfQDV8ndUeWWzta3dnDTBxpVzqS9lkmJAuV5YX35lmyojl6HO5JXAgw== -mathml-tag-names@^2.0.1: +mathml-tag-names@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.0.tgz#490b70e062ee24636536e3d9481e333733d00f2c" integrity sha512-3Zs9P/0zzwTob2pdgT0CHZuMbnSUSp8MB1bddfm+HDmnFWHGT4jvEZRf+2RuPoa+cjdn/z25SEt5gFTqdhvJAg== @@ -7868,6 +7928,14 @@ micromatch@3.1.10, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8: snapdragon "^0.8.1" to-regex "^3.0.2" +micromatch@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.1.tgz#1bebd1a6e8dd8cff4669f3a687bdad62fb18571e" + integrity sha512-6yawNHAc4S9Dh81xZCkZ5sXKH0/ly0t1DiOc+rnqzi0OvwS4DgRZU+HYTNDIgULgZXTNw5N8Vhxh2va8nEO6BA== + dependencies: + braces "^3.0.1" + picomatch "^2.0.3" + miller-rabin@^4.0.0: version "4.0.1" resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" @@ -8546,7 +8614,7 @@ object.assign@^4.1.0: has-symbols "^1.0.0" object-keys "^1.0.11" -object.entries@^1.0.4: +object.entries@^1.0.4, object.entries@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519" integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA== @@ -9118,6 +9186,11 @@ pgpass@1.x: dependencies: split "^1.0.0" +picomatch@^2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.4.tgz#b972630d6ba532d905a4d6524c095d0d2140b4ed" + integrity sha512-lN1llt2d+xBz96Vp+yj0qMUVMyDsqvNSecdRDIEuh72kQi1N6ttkxPJ7zDVwKR4ehD2R3WhMKqdp/5LeRfc+PA== + pidtree@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b" @@ -9133,7 +9206,7 @@ pify@^3.0.0: resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= -pify@^4.0.0, pify@^4.0.1: +pify@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== @@ -9224,7 +9297,7 @@ postcss-jsx@^0.36.0: dependencies: "@babel/core" ">=7.1.0" -postcss-less@^3.1.0: +postcss-less@^3.1.4: version "3.1.4" resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-3.1.4.tgz#369f58642b5928ef898ffbc1a6e93c958304c5ad" integrity sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA== @@ -9244,7 +9317,7 @@ postcss-media-query-parser@^0.2.3: resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" integrity sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ= -postcss-reporter@^6.0.0: +postcss-reporter@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-6.0.1.tgz#7c055120060a97c8837b4e48215661aafb74245f" integrity sha512-LpmQjfRWyabc+fRygxZjpRxfhRf9u/fdlKf4VHG4TSPbV2XNsuISzYW1KL+1aQzx53CAppa1bKG4APIB/DOXXw== @@ -9259,7 +9332,7 @@ postcss-resolve-nested-selector@^0.1.1: resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e" integrity sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4= -postcss-safe-parser@^4.0.0: +postcss-safe-parser@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-4.0.1.tgz#8756d9e4c36fdce2c72b091bbc8ca176ab1fcdea" integrity sha512-xZsFA3uX8MO3yAda03QrG3/Eg1LN3EPfjjf07vke/46HERLZyHrTsQ9E1r1w1W//fWEhtYNndo2hQplN2cVpCQ== @@ -9300,7 +9373,7 @@ postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.7: +postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.7: version "7.0.14" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5" integrity sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg== @@ -9439,7 +9512,7 @@ promzard@^0.3.0: dependencies: read "1" -prop-types-exact@1.2.0: +prop-types-exact@1.2.0, prop-types-exact@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.0.tgz#825d6be46094663848237e3925a98c6e944e9869" integrity sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA== @@ -9672,22 +9745,22 @@ react-is@16.6.3: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0" integrity sha512-u7FDWtthB4rWibG/+mFbVd5FvdI20yde86qKGx4lVUTWmPlSWQ4QxbBIrrs+HnXGbxOUlUzTAP/VDmvCwaP2yA== -react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.2, react-is@^16.8.4, react-is@^16.8.6: +react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6: version "16.8.6" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== -react-redux@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-6.0.1.tgz#0d423e2c1cb10ada87293d47e7de7c329623ba4d" - integrity sha512-T52I52Kxhbqy/6TEfBv85rQSDz6+Y28V/pf52vDWs1YRXG19mcFOGfHnY2HsNFHyhP+ST34Aih98fvt6tqwVcQ== +react-redux@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.0.2.tgz#34b280a3482aaf60e7d4a504b1295165cbe6b86a" + integrity sha512-uKRuMgQt8dWbcz0U75oFK5tDo3boyAKrqvf/j94vpqRFFZfyDDy4kofUgloFIGyuKTq2Zz51zgK9RzOTFXk5ew== dependencies: - "@babel/runtime" "^7.3.1" + "@babel/runtime" "^7.4.3" hoist-non-react-statics "^3.3.0" invariant "^2.2.4" loose-envify "^1.4.0" prop-types "^15.7.2" - react-is "^16.8.2" + react-is "^16.8.6" react-test-renderer@^16.0.0-0, react-test-renderer@^16.8.6: version "16.8.6" @@ -10214,6 +10287,11 @@ retry-as-promised@^3.1.0: dependencies: any-promise "^1.3.0" +retry@0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= + retry@^0.10.0: version "0.10.1" resolved "https://registry.yarnpkg.com/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4" @@ -10398,10 +10476,10 @@ sequelize-pool@^1.0.2: dependencies: bluebird "^3.5.3" -sequelize@^5.2.10: - version "5.2.10" - resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-5.2.10.tgz#12d7640df85f6d684de5bb2c1ba6b7bac123d7ca" - integrity sha512-ZGv7uxKriA4hsGyT3qGm2Sx23VEGMoJeb9PPJ39ZHGiKGn9D8D5p/Q5MXtp/daQRdMv+btWa3vcIHMgyzUzTlg== +sequelize@^5.3.5: + version "5.3.5" + resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-5.3.5.tgz#2fffe8fbb28029d93a6f132e29b6a09ace15721f" + integrity sha512-eE9cq0XwDMb8hSRTfgx3r98ZstSLXvx5o3G6bhXG24uF4udXcooAv/23v9Jk170ohcI7KqnWgtmEslxCxsYWdQ== dependencies: bluebird "^3.5.0" cls-bluebird "^2.1.0" @@ -10769,7 +10847,7 @@ standard-engine@~9.0.0: minimist "^1.1.0" pkg-conf "^2.0.0" -standard@12.0.1, standard@^12.0.1: +standard@12.0.1: version "12.0.1" resolved "https://registry.yarnpkg.com/standard/-/standard-12.0.1.tgz#0fc5a8aa6c34c546c5562aae644242b24dae2e61" integrity sha512-UqdHjh87OG2gUrNCSM4QRLF5n9h3TFPwrCNyVlkqu31Hej0L/rc8hzKqVvkb2W3x0WMq7PzZdkLfEcBhVOR6lg== @@ -10888,6 +10966,15 @@ string-width@^3.0.0: is-fullwidth-code-point "^2.0.0" strip-ansi "^5.1.0" +string-width@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff" + integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^5.2.0" + string.prototype.padend@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" @@ -11044,17 +11131,17 @@ styled-jsx@3.2.1: stylis "3.5.4" stylis-rule-sheet "0.0.10" -stylelint-config-recommended@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.1.0.tgz#f526d5c771c6811186d9eaedbed02195fee30858" - integrity sha512-ajMbivOD7JxdsnlS5945KYhvt7L/HwN6YeYF2BH6kE4UCLJR0YvXMf+2j7nQpJyYLZx9uZzU5G1ZOSBiWAc6yA== +stylelint-config-recommended@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.2.0.tgz#46ab139db4a0e7151fd5f94af155512886c96d3f" + integrity sha512-bZ+d4RiNEfmoR74KZtCKmsABdBJr4iXRiCso+6LtMJPw5rd/KnxUWTxht7TbafrTJK1YRjNgnN0iVZaJfc3xJA== -stylelint-config-standard@^18.2.0: - version "18.2.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.2.0.tgz#6283149aba7f64f18731aef8f0abfb35cf619e06" - integrity sha512-07x0TaSIzvXlbOioUU4ORkCIM07kyIuojkbSVCyFWNVgXMXYHfhnQSCkqu+oHWJf3YADAnPGWzdJ53NxkoJ7RA== +stylelint-config-standard@^18.3.0: + version "18.3.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.3.0.tgz#a2a1b788d2cf876c013feaff8ae276117a1befa7" + integrity sha512-Tdc/TFeddjjy64LvjPau9SsfVRexmTFqUhnMBrzz07J4p2dVQtmpncRF/o8yZn8ugA3Ut43E6o1GtjX80TFytw== dependencies: - stylelint-config-recommended "^2.1.0" + stylelint-config-recommended "^2.2.0" stylelint-config-styled-components@^0.1.1: version "0.1.1" @@ -11070,58 +11157,58 @@ stylelint-processor-styled-components@^1.6.0: "@babel/traverse" "^7.0.0" postcss "^7.0.0" -stylelint@^9.10.1: - version "9.10.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.10.1.tgz#5f0ee3701461dff1d68284e1386efe8f0677a75d" - integrity sha512-9UiHxZhOAHEgeQ7oLGwrwoDR8vclBKlSX7r4fH0iuu0SfPwFaLkb1c7Q2j1cqg9P7IDXeAV2TvQML/fRQzGBBQ== +stylelint@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.0.0.tgz#5e7ad496d1a66671c068df327429133e2baf3264" + integrity sha512-0WeIef88OPPLwbIDpHiHx56YJEPRuTuxkDwcqpFW626nGzykBBxbPk4z4Hbqb/mYPJ9AcEDZoOcPD8t4TcckZw== dependencies: - autoprefixer "^9.0.0" + autoprefixer "^9.5.1" balanced-match "^1.0.0" - chalk "^2.4.1" - cosmiconfig "^5.0.0" - debug "^4.0.0" + chalk "^2.4.2" + cosmiconfig "^5.2.0" + debug "^4.1.1" execall "^1.0.0" - file-entry-cache "^4.0.0" + file-entry-cache "^5.0.1" get-stdin "^6.0.0" global-modules "^2.0.0" - globby "^9.0.0" + globby "^9.2.0" globjoin "^0.1.4" html-tags "^2.0.0" - ignore "^5.0.4" + ignore "^5.0.6" import-lazy "^3.1.0" imurmurhash "^0.1.4" - known-css-properties "^0.11.0" - leven "^2.1.0" - lodash "^4.17.4" - log-symbols "^2.0.0" - mathml-tag-names "^2.0.1" + known-css-properties "^0.13.0" + leven "^3.1.0" + lodash "^4.17.11" + log-symbols "^2.2.0" + mathml-tag-names "^2.1.0" meow "^5.0.0" - micromatch "^3.1.10" + micromatch "^4.0.0" normalize-selector "^0.2.0" - pify "^4.0.0" - postcss "^7.0.13" + pify "^4.0.1" + postcss "^7.0.14" postcss-html "^0.36.0" postcss-jsx "^0.36.0" - postcss-less "^3.1.0" + postcss-less "^3.1.4" postcss-markdown "^0.36.0" postcss-media-query-parser "^0.2.3" - postcss-reporter "^6.0.0" + postcss-reporter "^6.0.1" postcss-resolve-nested-selector "^0.1.1" - postcss-safe-parser "^4.0.0" + postcss-safe-parser "^4.0.1" postcss-sass "^0.3.5" postcss-scss "^2.0.0" postcss-selector-parser "^3.1.0" postcss-syntax "^0.36.2" - postcss-value-parser "^3.3.0" + postcss-value-parser "^3.3.1" resolve-from "^4.0.0" signal-exit "^3.0.2" slash "^2.0.0" specificity "^0.4.1" - string-width "^3.0.0" + string-width "^4.1.0" style-search "^0.1.0" sugarss "^2.0.0" svg-tags "^1.0.0" - table "^5.0.0" + table "^5.2.3" stylis-rule-sheet@0.0.10, stylis-rule-sheet@^0.0.10: version "0.0.10" @@ -11207,7 +11294,7 @@ table@^4.0.2, table@^4.0.3: slice-ansi "1.0.0" string-width "^2.1.1" -table@^5.0.0, table@^5.2.3: +table@^5.2.3: version "5.2.3" resolved "https://registry.yarnpkg.com/table/-/table-5.2.3.tgz#cde0cc6eb06751c009efab27e8c820ca5b67b7f2" integrity sha512-N2RsDAMvDLvYwFcwbPyF3VmVSSkuF+G1e+8inhBLtHpvwXGw4QRPEZhihQNeEN0i1up6/f6ObCJXNdlRG3YVyQ== @@ -11413,6 +11500,13 @@ to-regex-range@^2.1.0: is-number "^3.0.0" repeat-string "^1.6.1" +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + to-regex@^3.0.1, to-regex@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"