pixelastic / oroshi

x My dotfiles repo.
37 stars 6 forks source link

fix(deps): update dependency eslint_d to v8 #21

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint_d dependencies major 7.1.1 -> 8.0.0

Release Notes

mantoni/eslint_d.js ### [`v8.0.0`](https://togithub.com/mantoni/eslint_d.js/blob/master/CHANGES.md#​800) [Compare Source](https://togithub.com/mantoni/eslint_d.js/compare/v7.3.0...v8.0.0) ##### Upgrade default eslint to v6 This release retains compatibility with projects depending on eslint v4 and v5. - 💥 [`34a1012`](https://togithub.com/mantoni/eslint_d.js/commit/34a101291305d4263db5ae497159f3cbea006c69) Upgrade default eslint to v6 - 💥 [`dca7236`](https://togithub.com/mantoni/eslint_d.js/commit/dca72360a97a7e19825172d4bb55fc85da806ffa) Drop Node 6 support, add Node 12 to test config - 📚 [`44e7bb1`](https://togithub.com/mantoni/eslint_d.js/commit/44e7bb132255689ad87ad0e3489d42072c664cf4) v8 compatibility - 🐛 [`f72bea2`](https://togithub.com/mantoni/eslint_d.js/commit/f72bea2540356e59a87d7c5584d4e6ff3126c07c) Bump js-yaml from 3.12.0 to 3.13.1 in /test/fixture/v5.0.x (dependabot[bot]) > Bumps [js-yaml](https://togithub.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. > > - [Release notes](https://togithub.com/nodeca/js-yaml/releases) > - [Changelog](https://togithub.com/nodeca/js-yaml/blob/master/CHANGELOG.md) > - [Commits](https://togithub.com/nodeca/js-yaml/compare/3.12.0...3.13.1) > > Signed-off-by: dependabot[bot] - 🐛 [`d1370e2`](https://togithub.com/mantoni/eslint_d.js/commit/d1370e2792c1f359c963c8d648c81ae34e10f972) Bump js-yaml from 3.12.0 to 3.13.1 in /test/fixture/v4.0.x (dependabot[bot]) > Bumps [js-yaml](https://togithub.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. > > - [Release notes](https://togithub.com/nodeca/js-yaml/releases) > - [Changelog](https://togithub.com/nodeca/js-yaml/blob/master/CHANGELOG.md) > - [Commits](https://togithub.com/nodeca/js-yaml/compare/3.12.0...3.13.1) > > Signed-off-by: dependabot[bot] - 🐛 [`2e8b375`](https://togithub.com/mantoni/eslint_d.js/commit/2e8b375cdf45f7787d7b0e4fed0ec10dc0c37da7) Bump js-yaml from 3.12.1 to 3.13.1 (dependabot[bot]) > Bumps [js-yaml](https://togithub.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. > > - [Release notes](https://togithub.com/nodeca/js-yaml/releases) > - [Changelog](https://togithub.com/nodeca/js-yaml/blob/master/CHANGELOG.md) > - [Commits](https://togithub.com/nodeca/js-yaml/compare/3.12.1...3.13.1) - 🐛 [`72de52e`](https://togithub.com/mantoni/eslint_d.js/commit/72de52eed694ce25cc6bfd13f6be6a2e01a5d392) Move `supports-color` dependency to `core_d` _Released by [Maximilian Antoni](https://togithub.com/mantoni) on 2019-06-24._ ### [`v7.3.0`](https://togithub.com/mantoni/eslint_d.js/blob/master/CHANGES.md#​730) [Compare Source](https://togithub.com/mantoni/eslint_d.js/compare/v7.2.0...v7.3.0) ##### Extract core_d, a library for offloading work to a background server With this release, most of the code from this project was moved to [core_d](https://togithub.com/mantoni/core_d.js). This allows you to build your own projects using the same technique as `eslint_d` for Standard, Prettier and other tools. - 🍏 [`786d439`](https://togithub.com/mantoni/eslint_d.js/commit/786d4397128c340a6f5cf4ab300ac246ad802921) Extract `core_d` - 📚 [`a1501ec`](https://togithub.com/mantoni/eslint_d.js/commit/a1501ec0645c7faa54be1e824b62ff6e0ada14fa) Link to `core_d` in the docs - 🐛 [`48a95f5`](https://togithub.com/mantoni/eslint_d.js/commit/48a95f5e24c90d13819a82c51f2d84c62d2be779) Reinstall dependencies - 🐛 [`1bf34a7`](https://togithub.com/mantoni/eslint_d.js/commit/1bf34a762069ca2a7e71de40924460a4fd814d8d) Remove superfluous `sinon.restore()` calls - ✨ [`8f64205`](https://togithub.com/mantoni/eslint_d.js/commit/8f64205fe7578540cbf4ebec59075ad1aa2f0db8) Use mocha-referee-sinon to verify all tests have assertions - ✨ [`ec24293`](https://togithub.com/mantoni/eslint_d.js/commit/ec24293f99f5f9e3dd37cc1e984e664c2bfd67ef) Use [@​sinonjs/referee-sinon](https://togithub.com/sinonjs/referee-sinon) v5 _Released by [Maximilian Antoni](https://togithub.com/mantoni) on 2019-02-26._ ### [`v7.2.0`](https://togithub.com/mantoni/eslint_d.js/blob/master/CHANGES.md#​720) [Compare Source](https://togithub.com/mantoni/eslint_d.js/compare/v7.1.1...v7.2.0) ##### Support for multiple major eslint versions Now you can have multiple projects with a mix of `eslint` 4.0+ and 5.0+ dependencies. The test suite of `eslint_d` has been enhanced to run tests against all supported major versions. - 🍏 [`f00a097`](https://togithub.com/mantoni/eslint_d.js/commit/f00a097b96ca43df25faea8f3980b035a2ddcf7c) Change eslint dependency version to `^4 || ^5` - 🍏 [`25dddb0`](https://togithub.com/mantoni/eslint_d.js/commit/25dddb05ee49b27509debfc9867191a1d25135a3) Run tests against eslint v4.0 and v5.0 - 🐛 [`91aa059`](https://togithub.com/mantoni/eslint_d.js/commit/91aa0592b6e5fb6fbef4cb6763edb6b1d4ceb270) Update npm in Travis Node 6 build - 📚 [`3491f4f`](https://togithub.com/mantoni/eslint_d.js/commit/3491f4f1cb714b4e0ffd6689f34e60525aa877cc) Add a note about eslint version compatibility _Released by [Maximilian Antoni](https://togithub.com/mantoni) on 2018-12-04._

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!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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