MCS-Lite / mcs-lite

🎛 MCS Lite Common UI and Websites.
https://mcslite.netlify.com
MIT License
75 stars 9 forks source link

chore(deps): update dependency eslint-plugin-jest to v21.14.0 - autoclosed #564

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency eslint-plugin-jest from v21.7.0 to v21.14.0

Release Notes ### [`v21.7.1`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.7.1) ##### Bug Fixes * include meta.docs.url for all rules ([824c2a3](https://github.com/jest-community/eslint-plugin-jest/commit/824c2a3)) --- ### [`v21.8.0`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.8.0) ##### Features * **rule:** add valid-describe rule ([#​57](`https://github.com/jest-community/eslint-plugin-jest/issues/57`)) ([5e01e6b](https://github.com/jest-community/eslint-plugin-jest/commit/5e01e6b)), closes [#​18](`https://github.com/jest-community/eslint-plugin-jest/issues/18`) --- ### [`v21.9.0`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.9.0) ##### Bug Fixes * add warning to describe ([#​65](`https://github.com/jest-community/eslint-plugin-jest/issues/65`)) ([18c97de](https://github.com/jest-community/eslint-plugin-jest/commit/18c97de)) ##### Features * **rules:** add consistent-test-it rule ([eb0a2a2](https://github.com/jest-community/eslint-plugin-jest/commit/eb0a2a2)), closes [#​12](`https://github.com/jest-community/eslint-plugin-jest/issues/12`) --- ### [`v21.10.0`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.10.0) ##### Features * **rule:** add no-hooks rule ([#​74](`https://github.com/jest-community/eslint-plugin-jest/issues/74`)) ([178744b](https://github.com/jest-community/eslint-plugin-jest/commit/178744b)), closes [#​72](`https://github.com/jest-community/eslint-plugin-jest/issues/72`) --- ### [`v21.11.0`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.11.0) ##### Features * **rules:** add no-test-prefixes rule ([#​70](`https://github.com/jest-community/eslint-plugin-jest/issues/70`)) ([a12a2d2](https://github.com/jest-community/eslint-plugin-jest/commit/a12a2d2)), closes [#​63](`https://github.com/jest-community/eslint-plugin-jest/issues/63`) --- ### [`v21.12.0`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.12.0) ##### Features * add lowercase-description rule ([#​56](`https://github.com/jest-community/eslint-plugin-jest/issues/56`)) ([ad377d8](https://github.com/jest-community/eslint-plugin-jest/commit/ad377d8)), closes [#​46](`https://github.com/jest-community/eslint-plugin-jest/issues/46`) --- ### [`v21.12.1`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.12.1) ##### Bug Fixes * **valid-describe:** support TemplateLiteral first argument ([#​77](`https://github.com/jest-community/eslint-plugin-jest/issues/77`)) ([47eb6c2](https://github.com/jest-community/eslint-plugin-jest/commit/47eb6c2)), closes [#​75](`https://github.com/jest-community/eslint-plugin-jest/issues/75`) --- ### [`v21.12.2`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.12.2) ##### Bug Fixes * **coverage:** get close to 100% test coverage ([#​67](`https://github.com/jest-community/eslint-plugin-jest/issues/67`)) ([58f4396](https://github.com/jest-community/eslint-plugin-jest/commit/58f4396)) --- ### [`v21.12.3`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.12.3) ##### Bug Fixes * **util:** add a test instead of throwing an error on getDocsUrl ([#​96](`https://github.com/jest-community/eslint-plugin-jest/issues/96`)) ([6e79636](https://github.com/jest-community/eslint-plugin-jest/commit/6e79636)), closes [#​91](`https://github.com/jest-community/eslint-plugin-jest/issues/91`) --- ### [`v21.13.0`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.13.0) ##### Features * adds no jest import rule ([#​95](`https://github.com/jest-community/eslint-plugin-jest/issues/95`)) ([ee218ad](https://github.com/jest-community/eslint-plugin-jest/commit/ee218ad)) --- ### [`v21.14.0`](https://github.com/jest-community/eslint-plugin-jest/releases/v21.14.0) ##### Features * **rules:** add 'no-jest-import' rule to the recommended config ([#​99](`https://github.com/jest-community/eslint-plugin-jest/issues/99`)) ([fb54759](https://github.com/jest-community/eslint-plugin-jest/commit/fb54759)), closes [#​98](`https://github.com/jest-community/eslint-plugin-jest/issues/98`) ---
Commits #### v21.7.1 - [`911bba1`](https://github.com/jest-community/eslint-plugin-jest/commit/911bba1d2578e20edf987a16033b99230d5009b1) chore(ci): separate lint and test command - [`5e5ceba`](https://github.com/jest-community/eslint-plugin-jest/commit/5e5ceba70f13ed2a909744adde82a6ed15fe4768) chore: add eslint-plugin-eslint-plugin (#​59) - [`824c2a3`](https://github.com/jest-community/eslint-plugin-jest/commit/824c2a3a7dac2a595ad6655cff621bf21109c4d7) fix: include meta.docs.url for all rules - [`5a6d64b`](https://github.com/jest-community/eslint-plugin-jest/commit/5a6d64bbd2e7778c4fbb3df443442edd6cecafa2) refactor: rename files to use kebab-case - [`33bdfbf`](https://github.com/jest-community/eslint-plugin-jest/commit/33bdfbf03d98a5919fc9a373887744b80040a4b2) chore(lint): add pattern option to require-meta-docs-url rule #### v21.8.0 - [`5e01e6b`](https://github.com/jest-community/eslint-plugin-jest/commit/5e01e6b2caa7205ab4f5537ab33ce81feff4dad7) feat(rule): add valid-describe rule (#​57) #### v21.9.0 - [`bcafe77`](https://github.com/jest-community/eslint-plugin-jest/commit/bcafe77c271491a15f3cf42ccf9636d7c260700d) ci: add Danger - [`5ea5c23`](https://github.com/jest-community/eslint-plugin-jest/commit/5ea5c23a2808e7f1dd938b09bad7bfd36fd0c6c6) Merge pull request #​15 from jest-community/add_danger - [`883a842`](https://github.com/jest-community/eslint-plugin-jest/commit/883a84263336e7fa50930659e698935c5163e969) style(lint): enable eqeqeq rule (#​62) - [`18c97de`](https://github.com/jest-community/eslint-plugin-jest/commit/18c97de214a69a61e742f48f678f6a8fb842adbc) fix: add warning to describe (#​65) - [`18203aa`](https://github.com/jest-community/eslint-plugin-jest/commit/18203aac48ccc9daa08e56d0ce289a8fd132caaf) style(lint): enable node/no-unsupported-features rule (#​66) - [`beb8128`](https://github.com/jest-community/eslint-plugin-jest/commit/beb812851643e55dacf2c69f9c9518c2746c9222) chore: add prettylint - [`b05a3f5`](https://github.com/jest-community/eslint-plugin-jest/commit/b05a3f5f8d4fa2214ed2cf01bc22da0d0296573a) chore: add proseWrap and update dependencies - [`8518811`](https://github.com/jest-community/eslint-plugin-jest/commit/851881186c21519e27426ae8f099bbe9bbf0837f) chore(package): set engine to node 4 - [`eb0a2a2`](https://github.com/jest-community/eslint-plugin-jest/commit/eb0a2a2b82992f6a44b662c9601dba122d0e971e) feat(rules): add consistent-test-it rule - [`f4cb4a2`](https://github.com/jest-community/eslint-plugin-jest/commit/f4cb4a2e7fb4a52516c90e047e838226bbc82a19) refactor(tests): rename test file to be aligned with the rule name (#​71) - [`38f8ca0`](https://github.com/jest-community/eslint-plugin-jest/commit/38f8ca072c5decacbd7c72882863e51426a4de0e) chore(ci): set correct build leader for release #### v21.10.0 - [`178744b`](https://github.com/jest-community/eslint-plugin-jest/commit/178744b6624c3445628f05bc71c203fda944ea38) feat(rule): add no-hooks rule (#​74) #### v21.11.0 - [`a12a2d2`](https://github.com/jest-community/eslint-plugin-jest/commit/a12a2d26de70fff36c11e27608555f960ccc242b) feat(rules): add no-test-prefixes rule (#​70) #### v21.12.0 - [`ad377d8`](https://github.com/jest-community/eslint-plugin-jest/commit/ad377d8d95ed95c2c86b79f010923ca6caaffe4f) feat: add lowercase-description rule (#​56) #### v21.12.1 - [`47eb6c2`](https://github.com/jest-community/eslint-plugin-jest/commit/47eb6c27c45f5b9207c37a18dd5d40d46d0943d8) fix(valid-describe): support TemplateLiteral first argument (#​77) #### v21.12.2 - [`e0160e5`](https://github.com/jest-community/eslint-plugin-jest/commit/e0160e59e939e633282443f2fe5768ef09da2c48) docs: Use link to tagged version for rule docs (#​79) - [`faf0403`](https://github.com/jest-community/eslint-plugin-jest/commit/faf0403656b53e566d867f6953c87397dc987b75) docs: improve docs URL resolution (#​80) - [`7412b82`](https://github.com/jest-community/eslint-plugin-jest/commit/7412b82f05b98047e90658241bcce9e97da163fb) style: tweak eslint config (#​84) - [`092514b`](https://github.com/jest-community/eslint-plugin-jest/commit/092514b78a654531f7ec2547657ff20566f5cca1) chore: add jest-runner-eslint (#​82) - [`6f2256b`](https://github.com/jest-community/eslint-plugin-jest/commit/6f2256b5c2d455f5f5ebd2a37a43f0e387aaf1f0) refactor: require rule file in tests (#​85) - [`58f4396`](https://github.com/jest-community/eslint-plugin-jest/commit/58f439635b630a821c1a4c41155ea07b9dc8d893) fix(coverage): get close to 100% test coverage (#​67) #### v21.12.3 - [`a3e8b5f`](https://github.com/jest-community/eslint-plugin-jest/commit/a3e8b5fc5797e79267820c1b5fe08c3b5204ed8b) chore(tests): increase test coverage (#​88) - [`62d4660`](https://github.com/jest-community/eslint-plugin-jest/commit/62d4660b007e909455bb575421e69f3ab11dacaf) chore(package): update lint-staged to version 7.0.0 🚀 (#​87) - [`7ca76fa`](https://github.com/jest-community/eslint-plugin-jest/commit/7ca76fa581ade1a9a67dc1765e0f241729142d86) chore: get to 100% test coverage (#​89) - [`6e79636`](https://github.com/jest-community/eslint-plugin-jest/commit/6e79636fd22cd27eb5a4814a5481fbaa1533c8bb) fix(util): add a test instead of throwing an error on getDocsUrl (#​96) #### v21.13.0 - [`ee218ad`](https://github.com/jest-community/eslint-plugin-jest/commit/ee218ad0d7a84c152902fcbde05535d715b4fa30) feat: adds no jest import rule (#​95) #### v21.14.0 - [`2404f42`](https://github.com/jest-community/eslint-plugin-jest/commit/2404f423b9ad74462ca5e338f69f23fb4bbb81bc) chore(package): upgrade to semantic-release@​15 - [`fb54759`](https://github.com/jest-community/eslint-plugin-jest/commit/fb54759139f15a48319e7fec297add5aed9ab4a1) feat(rules): add 'no-jest-import' rule to the recommended config (#​99)

This PR has been generated by Renovate Bot.

evenchange4 commented 6 years ago

Deploy preview for mcslite ready!

Built with commit f4198af907342bf53e3509bb3ff6c12ee78af00b

https://deploy-preview-564--mcslite.netlify.com

michaelhsu-bot commented 6 years ago
Warnings
:warning: Please add a label to your PR.
:warning: Please assign someone to merge this PR, and optionally include people who should review.
:warning: Changes were made to package.json, but not to licenses.csv - Perhaps you need to run `$ yarn run license`?

Generated by :no_entry_sign: dangerJS

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-introduction ready!

Built with commit f4198af907342bf53e3509bb3ff6c12ee78af00b

https://deploy-preview-564--mcs-lite-introduction.netlify.com

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-ui ready!

Built with commit f4198af907342bf53e3509bb3ff6c12ee78af00b

https://deploy-preview-564--mcs-lite-ui.netlify.com

codecov[bot] commented 6 years ago

Codecov Report

Merging #564 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #564   +/-   ##
======================================
  Coverage    84.4%   84.4%           
======================================
  Files         319     319           
  Lines        2648    2648           
  Branches      169     169           
======================================
  Hits         2235    2235           
  Misses        352     352           
  Partials       61      61

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a187ba8...f4198af. Read the comment docs.