Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Update dependency eslint-config-fusion to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fusion-bot[bot] committed Jan 22, 2018
1 parent 20922fe commit 17a79ef
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 12 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
"babel-plugin-transform-flow-strip-types": "6.22.0",
"create-universal-package": "3.2.6",
"eslint": "4.16.0",
"eslint-config-fusion": "0.1.2",
"eslint-config-fusion": "0.2.1",
"eslint-plugin-cup": "1.0.0",
"eslint-plugin-flowtype": "2.41.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "2.5.0",
"eslint-plugin-react": "7.5.1",
"flow-bin": "0.59.0",
Expand Down Expand Up @@ -57,4 +58,4 @@
"engines": {
"node": ">= 8.9.0"
}
}
}
2 changes: 1 addition & 1 deletion src/__tests__/virtual.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* LICENSE file in the root directory of this source tree.
*/

import tape from 'tape-cup';
import {
assetUrl,
chunkId,
syncChunkIds,
syncChunkPaths,
} from '../virtual/index.js';
import tape from 'tape-cup';

tape('virtualModules api', t => {
t.equal(typeof assetUrl, 'function');
Expand Down
1 change: 1 addition & 0 deletions src/plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import Plugin from './plugin/plugin';
import SingletonPlugin from './singleton-plugin/singleton-plugin';
import compose from './compose';

export type PluginType<A> = {
of(ctx: ?Object): A,
};
Expand Down
1 change: 1 addition & 0 deletions src/plugin/plugin/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

import client from './plugin-client';
import server from './plugin-server';

export default (__BROWSER__ ? client : server);
1 change: 1 addition & 0 deletions src/sanitization.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Instead, they should use html`<div>{stuff}</div>` so interpolated data gets auto
We trust the markup outside of interpolation because it's code written by a developer with commit permissions,
which can be audited via code reviews
*/
// eslint-disable-next-line import/no-mutable-exports
let html, dangerouslySetHTML, consumeSanitizedHTML, escape;
if (__NODE__) {
const forbiddenChars = {
Expand Down
1 change: 1 addition & 0 deletions src/timing.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

import {Plugin} from './plugin/index.js';

export default new Plugin({
Service: class Timing {
constructor() {
Expand Down
62 changes: 53 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ buffer@^4.3.0:
ieee754 "^1.1.4"
isarray "^1.0.0"

builtin-modules@^1.0.0:
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"

Expand Down Expand Up @@ -1388,6 +1388,10 @@ constants-browserify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"

contains-path@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"

content-disposition@~0.5.0:
version "0.5.2"
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"
Expand Down Expand Up @@ -1534,7 +1538,7 @@ debug@*, debug@^3.0.1, debug@^3.1.0:
dependencies:
ms "2.0.0"

debug@^2.2.0, debug@^2.6.8:
debug@^2.2.0, debug@^2.6.8, debug@^2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
dependencies:
Expand Down Expand Up @@ -1630,6 +1634,13 @@ diffie-hellman@^5.0.0:
miller-rabin "^4.0.0"
randombytes "^2.0.0"

doctrine@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
dependencies:
esutils "^2.0.2"
isarray "^1.0.0"

doctrine@^2.0.0, doctrine@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
Expand Down Expand Up @@ -1796,11 +1807,11 @@ eslint-config-cup@^1.0.0-rc.4:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-cup/-/eslint-config-cup-1.0.0.tgz#0fcdb787fe254fc9458ec5258143cb0d47052896"

eslint-config-fusion@0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/eslint-config-fusion/-/eslint-config-fusion-0.1.2.tgz#cf380a75090d3cee0c9c086165b86fd60619e0aa"
eslint-config-fusion@0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/eslint-config-fusion/-/eslint-config-fusion-0.2.1.tgz#39db6979719dab00953e561b2ff0af66981397bb"
dependencies:
eslint-config-uber-universal-stage-3 "^1.0.0-rc.6"
eslint-config-uber-universal-stage-3 "^1.0.0-rc.7"

eslint-config-prettier@^2.0.0:
version "2.9.0"
Expand All @@ -1820,13 +1831,27 @@ eslint-config-uber-base@^1.0.0-rc.7:
dependencies:
eslint-config-prettier "^2.0.0"

eslint-config-uber-universal-stage-3@^1.0.0-rc.6:
eslint-config-uber-universal-stage-3@^1.0.0-rc.7:
version "1.0.0-rc.7"
resolved "https://registry.yarnpkg.com/eslint-config-uber-universal-stage-3/-/eslint-config-uber-universal-stage-3-1.0.0-rc.7.tgz#bd4de38543d3c27cf48d82925bfccb5efb5b541f"
dependencies:
eslint-config-cup "^1.0.0-rc.4"
eslint-config-uber-base-stage-3 "^1.0.0-rc.7"

eslint-import-resolver-node@^0.3.1:
version "0.3.2"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
dependencies:
debug "^2.6.9"
resolve "^1.5.0"

eslint-module-utils@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
dependencies:
debug "^2.6.8"
pkg-dir "^1.0.0"

eslint-plugin-cup@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-cup/-/eslint-plugin-cup-1.0.0.tgz#6ceced9a06d29e6e7bdc76ca9e398c9bf53072be"
Expand All @@ -1839,6 +1864,21 @@ eslint-plugin-flowtype@2.41.0:
dependencies:
lodash "^4.15.0"

eslint-plugin-import@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
dependencies:
builtin-modules "^1.1.1"
contains-path "^0.1.0"
debug "^2.6.8"
doctrine "1.5.0"
eslint-import-resolver-node "^0.3.1"
eslint-module-utils "^2.1.1"
has "^1.0.1"
lodash.cond "^4.3.0"
minimatch "^3.0.3"
read-pkg-up "^2.0.0"

eslint-plugin-prettier@2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.5.0.tgz#39a91dd7528eaf19cd42c0ee3f2c1f684606a05f"
Expand Down Expand Up @@ -2983,6 +3023,10 @@ locate-path@^2.0.0:
p-locate "^2.0.0"
path-exists "^3.0.0"

lodash.cond@^4.3.0:
version "4.5.2"
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"

lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
Expand Down Expand Up @@ -3127,7 +3171,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"

minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4:
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
Expand Down Expand Up @@ -3869,7 +3913,7 @@ resolve-from@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57"

resolve@^1.3.2:
resolve@^1.3.2, resolve@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
dependencies:
Expand Down

0 comments on commit 17a79ef

Please sign in to comment.