Developmint / nuxt-purgecss

Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js
MIT License
479 stars 19 forks source link

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

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
@​commitlint/cli devDependencies minor ^7.2.1 -> ^7.3.2 source
@​commitlint/config-conventional devDependencies minor ^7.1.2 -> ^7.3.1 source
eslint devDependencies minor ^5.11.0 -> ^5.12.0 homepage, source
eslint-plugin-jest devDependencies patch ^22.1.2 -> ^22.1.3 source
eslint-plugin-node devDependencies patch ^8.0.0 -> ^8.0.1 source
eslint-plugin-vue devDependencies minor ^5.0.0 -> ^5.1.0 homepage, source
husky devDependencies patch ^1.3.0 -> ^1.3.1 source

Release Notes

marionebl/commitlint ### [`v7.3.2`](https://togithub.com/marionebl/commitlint/blob/master/CHANGELOG.md#​732httpsgithubcommarioneblcommitlintcomparev731v732-2019-01-15) [Compare Source](https://togithub.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) ##### Bug Fixes - move loadsh to dependencies ([1bb66a4](https://togithub.com/marionebl/commitlint/commit/1bb66a4)) ### [`v7.3.1`](https://togithub.com/marionebl/commitlint/blob/master/CHANGELOG.md#​732httpsgithubcommarioneblcommitlintcomparev731v732-2019-01-15) [Compare Source](https://togithub.com/marionebl/commitlint/compare/v7.2.1...v7.3.1) ##### Bug Fixes - move loadsh to dependencies ([1bb66a4](https://togithub.com/marionebl/commitlint/commit/1bb66a4))
eslint/eslint ### [`v5.12.0`](https://togithub.com/eslint/eslint/releases/v5.12.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v5.11.1...v5.12.0) - [`0d91e7d`](https://togithub.com/eslint/eslint/commit/0d91e7d28e5eba79a6032165cdef5d4549d26462) Update: Add sort-imports ignoreDeclarationSort (fixes [#​11019](https://togithub.com/eslint/eslint/issues/11019)) ([#​11040](https://togithub.com/eslint/eslint/issues/11040)) (Remco Haszing) - [`f92d6f0`](https://togithub.com/eslint/eslint/commit/f92d6f05c4dcd4a3a0616871e10b31edae9dfad5) Build: Add karma-chrome-launcher support ([#​11027](https://togithub.com/eslint/eslint/issues/11027)) (薛定谔的猫) - [`166853d`](https://togithub.com/eslint/eslint/commit/166853d9c59db493f0b1bb68a67ad868662a4205) Upgrade: eslint-plugin-eslint-plugin@2.0.1 ([#​11220](https://togithub.com/eslint/eslint/issues/11220)) (薛定谔的猫) - [`bfff77a`](https://togithub.com/eslint/eslint/commit/bfff77ad4eaa02e2e62481c986634df38d5db6e5) Fix: no-param-reassign parameter in ternary operator (fixes [#​11236](https://togithub.com/eslint/eslint/issues/11236)) ([#​11239](https://togithub.com/eslint/eslint/issues/11239)) (周昊宇) - [`258b654`](https://togithub.com/eslint/eslint/commit/258b6541f61dc3a9ae64e200680766a11c3dd316) Upgrade: require-uncached renamed to import-fresh ([#​11066](https://togithub.com/eslint/eslint/issues/11066)) (薛定谔的猫) ### [`v5.11.1`](https://togithub.com/eslint/eslint/releases/v5.11.1) [Compare Source](https://togithub.com/eslint/eslint/compare/v5.11.0...v5.11.1) - [`de79f10`](https://togithub.com/eslint/eslint/commit/de79f1026b7035f0296d7876f1db64f225cca1b8) Fix: handle optional catch bindings in no-useless-catch ([#​11205](https://togithub.com/eslint/eslint/issues/11205)) (Colin Ihrig)
jest-community/eslint-plugin-jest ### [`v22.1.3`](https://togithub.com/jest-community/eslint-plugin-jest/releases/v22.1.3) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v22.1.2...v22.1.3) ##### Bug Fixes - **no-alias-methods:** handle missing assertion node ([b5c22dc](https://togithub.com/jest-community/eslint-plugin-jest/commit/b5c22dc)), closes [#​213](https://togithub.com/jest-community/eslint-plugin-jest/issues/213)
mysticatea/eslint-plugin-node ### [`v8.0.1`](https://togithub.com/mysticatea/eslint-plugin-node/releases/v8.0.1) [Compare Source](https://togithub.com/mysticatea/eslint-plugin-node/compare/v8.0.0...v8.0.1) #### 🐛 Bug fixes - [`62ba642`](https://togithub.com/mysticatea/eslint-plugin-node/commit/62ba6425a73845c235e93d706b7d826f70853c40) fixed the wrong messages of `node/no-deprecated-api` rule ([#​142](https://togithub.com/mysticatea/eslint-plugin-node/issues/142)). - [`0225b02`](https://togithub.com/mysticatea/eslint-plugin-node/commit/0225b02d0f3f8dbf2d2d52577455bf9817e925ca)...[`0593c67`](https://togithub.com/mysticatea/eslint-plugin-node/commit/0593c67576c86b2cbf4990db38d1cc4707b2f309) fixed the false positives of `no-unpublished-(bin|import|require)` rules ([#​115](https://togithub.com/mysticatea/eslint-plugin-node/issues/115), [#​126](https://togithub.com/mysticatea/eslint-plugin-node/issues/126)).
vuejs/eslint-plugin-vue ### [`v5.1.0`](https://togithub.com/vuejs/eslint-plugin-vue/compare/v5.0.0...v5.1.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v5.0.0...v5.1.0)
typicode/husky ### [`v1.3.1`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#​131) [Compare Source](https://togithub.com/typicode/husky/compare/v1.3.0...v1.3.1) - Update docs - Upgrade `is-ci` and support more CIs - Disable `1.3.0` change related to `stdin` due to a bug on Windows

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

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

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot. View repository job log here.