chore(deps): update all non-major dependencies (#4267)

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| eslint-plugin-jest | devDependencies | patch | `^21.27.0` -> `^21.27.1` | [source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest) |
| rollup | devDependencies | minor | `^0.66.6` -> `^0.67.0` | [source](https://renovatebot.com/gh/rollup/rollup) |

---

### Release Notes

<details>
<summary>jest-community/eslint-plugin-jest</summary>

### [`v21.27.1`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.27.1)

[Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.27.0...v21.27.1)

##### Bug Fixes

-   **prefer-spy-on:** fix Cannot read property 'type' of undefined ([#&#8203;199](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/issues/199)) ([02cd21a](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/commit/02cd21a)), closes [#&#8203;198](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/issues/198)

</details>

<details>
<summary>rollup/rollup</summary>

### [`v0.67.0`](https://renovatebot.com/gh/rollup/rollup/blob/master/CHANGELOG.md#&#8203;0670)

[Compare Source](https://renovatebot.com/gh/rollup/rollup/compare/v0.66.6...v0.67.0)

_2018-11-04_

-   add `sourcemapExcludeSources` option to exclude the source content from sourcemaps ([#&#8203;2531](https://renovatebot.com/gh/rollup/rollup/pull/2531))
-   Create chunks for virtual modules when preserving modules ([#&#8203;2511](https://renovatebot.com/gh/rollup/rollup/pull/2511))
-   Improve execution order of chunks and externals ([#&#8203;2508](https://renovatebot.com/gh/rollup/rollup/pull/2508))
-   Do not resolve external dynamic imports via plugins ([#&#8203;2505](https://renovatebot.com/gh/rollup/rollup/pull/2505))
-   Do not tree-shake children of unknown nodes to e.g. properly handle do-expressions via acorn plugin ([#&#8203;2510](https://renovatebot.com/gh/rollup/rollup/pull/2510))
-   Fix mis-placed semicolons for certain SystemJS exports ([#&#8203;2529](https://renovatebot.com/gh/rollup/rollup/pull/2529))
-   Prevent memory leak when using the bundle as cache ([#&#8203;2522](https://renovatebot.com/gh/rollup/rollup/pull/2522))
-   Fix public sourcemap type ([#&#8203;2507](https://renovatebot.com/gh/rollup/rollup/pull/2507))

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired.

---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#nuxt/nuxt.js).
This commit is contained in:
renovate[bot] 2018-11-04 17:52:41 +00:00 committed by Clark Du
parent 7d34f2ef26
commit 4935017f94
2 changed files with 10 additions and 10 deletions

View File

@ -38,7 +38,7 @@
"eslint-config-standard": "^12.0.0", "eslint-config-standard": "^12.0.0",
"eslint-multiplexer": "^1.0.2", "eslint-multiplexer": "^1.0.2",
"eslint-plugin-import": "^2.14.0", "eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.27.0", "eslint-plugin-jest": "^21.27.1",
"eslint-plugin-node": "^8.0.0", "eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1", "eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0", "eslint-plugin-standard": "^4.0.0",
@ -61,7 +61,7 @@
"request": "^2.88.0", "request": "^2.88.0",
"request-promise-native": "^1.0.5", "request-promise-native": "^1.0.5",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"rollup": "^0.66.6", "rollup": "^0.67.0",
"rollup-plugin-alias": "^1.4.0", "rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^4.0.3", "rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-commonjs": "^9.2.0",

View File

@ -4186,10 +4186,10 @@ eslint-plugin-import@^2.14.0:
read-pkg-up "^2.0.0" read-pkg-up "^2.0.0"
resolve "^1.6.0" resolve "^1.6.0"
eslint-plugin-jest@^21.27.0: eslint-plugin-jest@^21.27.1:
version "21.27.0" version "21.27.1"
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.0.tgz#35ab98d41066efbac481b7a50b7c2877dfede70e" resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.1.tgz#b64c2d6a7f0751cecc14580d7f4d9a5520424448"
integrity sha512-ePtyE/zUE+aCfB3fE9wfJWej2UFVDPxEUmKo62xbERRj026MrLUhrMuQHICosFI8/oTzbzi4ypk9qnfYnoIDaA== integrity sha512-K+S4Wa20MoRRXICfnQBqjl2g9+ipJBeDUVrB3Csg4wOrxXMGcNxYuPRaiyA0pqmb/vO2cgaLEzurORfsLrztxg==
eslint-plugin-node@^8.0.0: eslint-plugin-node@^8.0.0:
version "8.0.0" version "8.0.0"
@ -9635,10 +9635,10 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.1,
estree-walker "^0.5.2" estree-walker "^0.5.2"
micromatch "^2.3.11" micromatch "^2.3.11"
rollup@^0.66.6: rollup@^0.67.0:
version "0.66.6" version "0.67.0"
resolved "https://registry.npmjs.org/rollup/-/rollup-0.66.6.tgz#ce7d6185beb7acea644ce220c25e71ae03275482" resolved "https://registry.npmjs.org/rollup/-/rollup-0.67.0.tgz#16d4f259c55224dded6408e7666b7731500797a3"
integrity sha512-J7/SWanrcb83vfIHqa8+aVVGzy457GcjA6GVZEnD0x2u4OnOd0Q1pCrEoNe8yLwM6z6LZP02zBT2uW0yh5TqOw== integrity sha512-p34buXxArhwv9ieTdHvdhdo65Cbig68s/Z8llbZuiX5e+3zCqnBF02Ck9IH0tECrmvvrJVMws32Ry84hTnS1Tw==
dependencies: dependencies:
"@types/estree" "0.0.39" "@types/estree" "0.0.39"
"@types/node" "*" "@types/node" "*"